Home
last modified time | relevance | path

Searched refs:arguments (Results 1 – 25 of 849) sorted by relevance

12345678910>>...34

/freebsd/lib/libc/tests/secure/
H A Dgenerate-fortify-tests.lua184 arguments = {
198 arguments = {
207 arguments = {
216 arguments = {
228 arguments = {
242 arguments = {
254 arguments = {
266 arguments = {
283 arguments = {
301 arguments = {
[all …]
/freebsd/tools/test/stress2/misc/
H A Dsyzkaller88.sh115 // open\$dir arguments: [
126 // setreuid arguments: [
131 // chown arguments: [
137 // kqueue arguments: [
143 // kevent arguments: [
181 // extattr_delete_fd arguments: [
191 // freebsd11_mknod arguments: [
201 // freebsd10_pipe arguments: [
205 // ksem_init arguments: [
214 // ksem_post arguments: [
[all …]
H A Dsyzkaller92.sh110 // rfork arguments: [
114 // freebsd11_fhstatfs arguments: [
119 // socket\$inet_tcp arguments: [
126 // openat\$bpf arguments: [
141 // aio_readv arguments: [
194 // openat\$bpf arguments: [
206 // sigaction arguments: [
233 // openat\$pass_pass_cdevsw arguments: [
247 // ioctl\$CAMIOQUEUE_pass_cdevsw arguments: [
H A Dsyzkaller98.sh62 // mlock arguments: [
67 // munlock arguments: [
72 // fork arguments: [
76 // mkdir arguments: [
85 // mprotect arguments: [
92 // mlock arguments: [
97 // mount\$nfs_newnfs_vnodeops_nosig arguments: [
156 // openat\$netmap_netmap_cdevsw arguments: [
170 // ioctl\$NIOCCTRL_netmap_cdevsw arguments: [
253 // mprotect arguments: [
H A Dsyzkaller87.sh239 // openat\$evdev arguments: [
252 // kqueue arguments: [
256 // pipe2 arguments: [
266 // socket\$unix arguments: [
273 // kqueue arguments: [
277 // mprotect arguments: [
284 // symlink arguments: [
295 // __specialfd\$inotify arguments: [
310 // inotify_add_watch_at arguments: [
341 // unlink arguments: [
H A Dsyzkaller99.sh42 // openat\$bpf arguments: [
54 // openat\$consolectl_consolectl_devsw arguments: [
67 // openat\$pvclock_pvclock_cdev_cdevsw arguments: [
79 // openat\$apm_apm_cdevsw arguments: [
91 // kqueue arguments: [
97 // kevent arguments: [
H A Dsyzkaller86.sh379 // freebsd10_pipe arguments: [
392 // close arguments: [
398 // socket\$unix arguments: [
410 // bind\$unix arguments: [
430 // listen arguments: [
437 // sendmsg\$unix arguments: [
472 // socketpair\$unix arguments: [
489 // sendmsg arguments: [
/freebsd/contrib/kyua/utils/cmdline/
H A Dparser_test.cpp243 ATF_REQUIRE(cmdline.arguments().empty()); in ATF_TEST_CASE_BODY()
265 ATF_REQUIRE(cmdline.arguments().empty()); in ATF_TEST_CASE_BODY()
279 ATF_REQUIRE_EQ(4, cmdline.arguments().size()); in ATF_TEST_CASE_BODY()
280 ATF_REQUIRE_EQ("foo", cmdline.arguments()[0]); in ATF_TEST_CASE_BODY()
281 ATF_REQUIRE_EQ("-c", cmdline.arguments()[1]); in ATF_TEST_CASE_BODY()
282 ATF_REQUIRE_EQ("--opt", cmdline.arguments()[2]); in ATF_TEST_CASE_BODY()
283 ATF_REQUIRE_EQ("bar", cmdline.arguments()[3]); in ATF_TEST_CASE_BODY()
299 ATF_REQUIRE_EQ(4, cmdline.arguments().size()); in ATF_TEST_CASE_BODY()
300 ATF_REQUIRE_EQ("foo", cmdline.arguments()[0]); in ATF_TEST_CASE_BODY()
301 ATF_REQUIRE_EQ("-c", cmdline.arguments()[1]); in ATF_TEST_CASE_BODY()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/Sparc/
H A DSparcCallingConv.td20 // i32 f32 arguments get passed in integer registers if there is space.
22 // f64 arguments are split and passed through registers or through stack.
24 // As are v2i32 arguments (this would be the default behavior for
45 // The 64-bit ABI conceptually assigns all function arguments to a parameter
46 // array starting at [%fp+BIAS+128] in the callee's stack frame. All arguments
47 // occupy a multiple of 8 bytes in the array. Integer arguments are extended to
52 // array at fixed offsets. Integer arguments are promoted to registers when
63 // float function arguments would occupy 8 bytes each, and be passed in %f1 and
71 // arguments:
93 // - Annotate integer arguments with zeroext or signext attributes.
[all …]
/freebsd/contrib/llvm-project/lldb/source/Plugins/Protocol/MCP/
H A DTool.cpp20 std::string arguments; member
27 O.mapOptional("arguments", A.arguments); in fromJSON()
63 CommandToolArguments arguments; in Call() local
64 if (!fromJSON(std::get<json::Value>(args), arguments, root)) in Call()
68 Debugger::FindDebuggerWithID(arguments.debugger_id); in Call()
71 llvm::formatv("no debugger with id {0}", arguments.debugger_id)); in Call()
76 arguments.arguments.c_str(), eLazyBoolYes, result); in Call()
/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/
H A DDXIL.td338 // arguments of the intrinsic will be copied in the same order. Example:
344 // Using IntrinArgIndex<>, arguments of the intrinsic can be copied to the DXIL
387 // List of argument types of the op. Default to 0 arguments.
388 list<DXILOpParamType> arguments = [];
407 let arguments = [OverloadTy];
418 let arguments = [OverloadTy];
427 let arguments = [OverloadTy];
437 let arguments = [OverloadTy];
446 let arguments = [OverloadTy];
455 let arguments = [OverloadTy];
[all …]
/freebsd/contrib/bmake/unit-tests/
H A Ddirective-endif.exp1 make: directive-endif.mk:16: The .endif directive does not take arguments
2 make: directive-endif.mk:21: The .endif directive does not take arguments
3 make: directive-endif.mk:32: The .endif directive does not take arguments
4 make: directive-endif.mk:39: The .endif directive does not take arguments
H A Ddirective-else.exp1 make: directive-else.mk:14: The .else directive does not take arguments
4 make: directive-else.mk:23: The .else directive does not take arguments
8 make: directive-else.mk:51: The .else directive does not take arguments
/freebsd/crypto/openssl/test/recipes/95-test_external_tlsfuzzer_data/
H A Dcert.json.in13 "arguments" : ["-k", "tests/clientX509Key.pem", array
18 "arguments" : ["-k", "tests/serverECKey.pem", array
35 "arguments" : ["-d", "-k", "tests/clientX509Key.pem", array
48 "arguments" : ["-p", "@PORT@"]}, array
50 "arguments" : ["-p", "@PORT@", array
53 "arguments" : ["-n", "0", "-C", array
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBVariablesOptions.cpp117 void SBVariablesOptions::SetIncludeArguments(bool arguments) { in SetIncludeArguments() argument
118 LLDB_INSTRUMENT_VA(this, arguments); in SetIncludeArguments()
120 m_opaque_up->SetIncludeArguments(arguments); in SetIncludeArguments()
130 void SBVariablesOptions::SetIncludeRecognizedArguments(bool arguments) { in SetIncludeRecognizedArguments() argument
131 LLDB_INSTRUMENT_VA(this, arguments); in SetIncludeRecognizedArguments()
133 m_opaque_up->SetIncludeRecognizedArguments(arguments); in SetIncludeRecognizedArguments()
H A DSBBlock.cpp241 lldb::SBValueList SBBlock::GetVariables(lldb::SBFrame &frame, bool arguments, in GetVariables() argument
244 LLDB_INSTRUMENT_VA(this, frame, arguments, locals, statics, use_dynamic); in GetVariables()
267 add_variable = arguments; in GetVariables()
295 lldb::SBValueList SBBlock::GetVariables(lldb::SBTarget &target, bool arguments, in GetVariables() argument
297 LLDB_INSTRUMENT_VA(this, target, arguments, locals, statics); in GetVariables()
322 add_variable = arguments; in GetVariables()
/freebsd/contrib/pam-krb5/m4/
H A Dkrb5-pkinit.m49 dnl only nine arguments.
36 dnl Check whether krb5_get_init_creds_opt_set_pkinit takes eleven arguments
38 dnl HAVE_KRB5_GET_INIT_CREDS_OPT_SET_PKINIT_9_ARGS if it takes nine arguments.
40 [AC_CACHE_CHECK([if krb5_get_init_creds_opt_set_pkinit takes 9 arguments],
47 [Define if krb5_get_init_creds_opt_set_pkinit takes 9 arguments.])])])
/freebsd/usr.bin/procstat/tests/
H A Dprocstat_test.sh76 arguments="my arguments"
78 start_program $arguments
82 line_re=$(printf "$line_format" $PROG_PID "$PROG_COMM" "$PROG_PATH $arguments")
84 atf_check -o save:procstat.out procstat arguments $PROG_PID
103 start_program my arguments
125 start_program my arguments
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_set/
H A Dzpool_set_002_neg.ksh67 set -A arguments "rubbish " \
99 arguments[${#arguments[@]}]="$bigname=value"
102 arguments[${#arguments[@]}]="bootfs=$bigname"
/freebsd/tests/sys/cddl/zfs/tests/cli_root/zpool_set/
H A Dzpool_set_002_neg.ksh81 set -A arguments "rubbish " \
113 arguments[${#arguments[@]}]="$bigname=value"
116 arguments[${#arguments[@]}]="bootfs=$bigname"
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZCallingConv.td95 // The convention is that true integer arguments that are smaller
113 // The first 5 integer arguments are passed in R2-R6. Note that R6
118 // The first 4 float and double arguments are passed in even registers F0-F6.
123 // The first 8 named vector arguments are passed in V24-V31. Sub-128 vectors
137 // Other vector arguments are passed in 8-byte-aligned 16-byte stack slots.
142 // Other arguments are passed in 8-byte-aligned 8-byte stack slots.
209 // words (8 bytes in 64-Bit mode) where some arguments are passed in registers
214 // GPRs 1-3. FP values and vector-type arguments are instead passed in FPRs
217 // GPR's value is not used to pass arguments.
236 // Non fixed vector arguments are treated in the same way as long
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86CallingConv.td119 // Promote i1/i8/i16/v1i1 arguments to i32.
122 // Promote v8i1/v16i1/v32i1 arguments to i32.
189 // Promote i1, v1i1, v8i1 arguments to i8.
192 // Promote v16i1 arguments to i16.
195 // Promote v32i1 arguments to i32.
526 // Promote i1/i8/i16/v1i1 arguments to i32.
552 // The first 6 integer arguments are passed in integer registers.
572 // The first 8 FP/Vector arguments are passed in XMM registers.
577 // The first 8 256-bit vector arguments are passed in YMM registers, unless
580 // fixed arguments to vararg functions are supposed to be passed in
[all …]
/freebsd/sys/tools/
H A Dmakeobjops.awk265 num_arguments = split(line, arguments, / *; */) - 1;
269 if (!arguments[i])
271 num_ar = split(arguments[i], ar, /[* ]+/);
273 warnsrc("no type for '" arguments[i] "'");
281 argument_list = join(", ", arguments, num_arguments);
315 printh("\t" join(";\n\t", arguments, num_arguments) ";");
/freebsd/contrib/googletest/docs/reference/
H A Dactions.md44 | `f` | Invoke `f` with the arguments passed to the mock function, where `f` is a callable. |
45 | `Invoke(f)` | Invoke `f` with the arguments passed to the mock function, where `f` can be a globa…
46 | `Invoke(object_pointer, &class::method)` | Invoke the method on the object with the arguments pas…
47 …f)` | Invoke `f`, which can be a global/static function or a functor. `f` must take no arguments. |
48 …rgs(object_pointer, &class::method)` | Invoke the method on the object, which takes no arguments. |
49 …ction's `N`-th (0-based) argument, which must be a function or a functor, with the `k` arguments. |
102 …he first `n - 1` sub-actions must return void and will receive a readonly view of the arguments. |
105 | `WithArgs<N1, N2, ..., Nk>(a)` | Pass the selected (0-based) arguments of the mock function to ac…
106 | `WithoutArgs(a)` | Perform action `a` without any arguments. |
H A Dmocking.md16 Defines a mock method *`method_name`* with arguments `(`*`args...`*`)` and
31 Note that commas in arguments prevent `MOCK_METHOD` from parsing the arguments
38 // The following 2 lines will not compile due to commas in the arguments:
42 // One solution - wrap arguments that contain commas in parentheses:
63 method *`method_name`* of the object *`mock_object`* is called with arguments
68 [matchers](../gmock_for_dummies.md#matchers-what-arguments-do-we-expect) that
70 apply only to calls of *`method_name`* whose arguments match all of the
95 Restricts the expectation to apply only to mock function calls whose arguments
98 GoogleTest passes all of the arguments as one tuple into the matcher. The
101 function arguments.
[all …]

12345678910>>...34