| /freebsd-13-stable/contrib/kyua/utils/cmdline/ |
| HD | parser_test.cpp | 243 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-13-stable/contrib/llvm-project/llvm/lib/Target/Sparc/ |
| HD | SparcCallingConv.td | 20 // 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-13-stable/stand/lua/ |
| HD | cli.lua | 121 local _, argv = cli.arguments(...) 131 local _, argv = cli.arguments(...) 137 local _, argv = cli.arguments(...) 147 local _, argv = cli.arguments(...) 156 local _, argv = cli.arguments(...) 166 local _, argv = cli.arguments(...) 176 local _, argv = cli.arguments(...) 242 local _, argv = cli.arguments(...) 257 function cli.arguments(...) function
|
| /freebsd-13-stable/contrib/bmake/unit-tests/ |
| HD | directive-endif.exp | 1 make: "directive-endif.mk" line 18: The .endif directive does not take arguments 2 make: "directive-endif.mk" line 23: The .endif directive does not take arguments 3 make: "directive-endif.mk" line 33: The .endif directive does not take arguments 4 make: "directive-endif.mk" line 39: The .endif directive does not take arguments
|
| HD | directive-else.exp | 1 make: "directive-else.mk" line 14: The .else directive does not take arguments 4 make: "directive-else.mk" line 21: The .else directive does not take arguments 8 make: "directive-else.mk" line 45: The .else directive does not take arguments
|
| /freebsd-13-stable/contrib/llvm-project/lldb/source/API/ |
| HD | SBVariablesOptions.cpp | 117 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()
|
| HD | SBBlock.cpp | 242 lldb::SBValueList SBBlock::GetVariables(lldb::SBFrame &frame, bool arguments, in GetVariables() argument 245 LLDB_INSTRUMENT_VA(this, frame, arguments, locals, statics, use_dynamic); in GetVariables() 268 add_variable = arguments; in GetVariables() 296 lldb::SBValueList SBBlock::GetVariables(lldb::SBTarget &target, bool arguments, in GetVariables() argument 298 LLDB_INSTRUMENT_VA(this, target, arguments, locals, statics); in GetVariables() 323 add_variable = arguments; in GetVariables()
|
| /freebsd-13-stable/usr.bin/procstat/tests/ |
| HD | procstat_test.sh | 76 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-13-stable/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_set/ |
| HD | zpool_set_002_neg.ksh | 66 set -A arguments "rubbish " \ 98 arguments[${#arguments[@]}]="$bigname=value" 101 arguments[${#arguments[@]}]="bootfs=$bigname"
|
| /freebsd-13-stable/tests/sys/cddl/zfs/tests/cli_root/zpool_set/ |
| HD | zpool_set_002_neg.ksh | 84 set -A arguments "rubbish " \ 116 arguments[${#arguments[@]}]="$bigname=value" 119 arguments[${#arguments[@]}]="bootfs=$bigname"
|
| /freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
| HD | SystemZCallingConv.td | 94 // The convention is that true integer arguments that are smaller 112 // The first 5 integer arguments are passed in R2-R6. Note that R6 117 // The first 4 float and double arguments are passed in even registers F0-F6. 121 // The first 8 named vector arguments are passed in V24-V31. Sub-128 vectors 135 // Other vector arguments are passed in 8-byte-aligned 16-byte stack slots. 140 // Other arguments are passed in 8-byte-aligned 8-byte stack slots. 207 // words (8 bytes in 64-Bit mode) where some arguments are passed in registers 212 // GPRs 1-3. FP values and vector-type arguments are instead passed in FPRs 215 // GPR's value is not used to pass arguments. 232 // Non fixed vector arguments are treated in the same way as long [all …]
|
| /freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/X86/ |
| HD | X86CallingConv.td | 119 // Promote i1/i8/i16/v1i1 arguments to i32. 122 // Promote v8i1/v16i1/v32i1 arguments to i32. 193 // Promote i1, v1i1, v8i1 arguments to i8. 196 // Promote v16i1 arguments to i16. 199 // Promote v32i1 arguments to i32. 537 // Promote i1/i8/i16/v1i1 arguments to i32. 563 // The first 6 integer arguments are passed in integer registers. 575 // The first 8 MMX vector arguments are passed in XMM registers on Darwin. 591 // The first 8 FP/Vector arguments are passed in XMM registers. 596 // The first 8 256-bit vector arguments are passed in YMM registers, unless [all …]
|
| /freebsd-13-stable/sys/tools/ |
| HD | makeobjops.awk | 269 num_arguments = split(line, arguments, / *; */) - 1; 273 if (!arguments[i]) 275 num_ar = split(arguments[i], ar, /[* ]+/); 277 warnsrc("no type for '" arguments[i] "'"); 285 argument_list = join(", ", arguments, num_arguments); 319 printh("\t" join(";\n\t", arguments, num_arguments) ";");
|
| /freebsd-13-stable/contrib/googletest/docs/reference/ |
| HD | actions.md | 43 | `f` | Invoke `f` with the arguments passed to the mock function, where `f` is a callable. | 44 | `Invoke(f)` | Invoke `f` with the arguments passed to the mock function, where `f` can be a globa… 45 | `Invoke(object_pointer, &class::method)` | Invoke the method on the object with the arguments pas… 46 …f)` | Invoke `f`, which can be a global/static function or a functor. `f` must take no arguments. | 47 …rgs(object_pointer, &class::method)` | Invoke the method on the object, which takes no arguments. | 48 …ction's `N`-th (0-based) argument, which must be a function or a functor, with the `k` arguments. | 101 …he first `n - 1` sub-actions must return void and will receive a readonly view of the arguments. | 104 | `WithArgs<N1, N2, ..., Nk>(a)` | Pass the selected (0-based) arguments of the mock function to ac… 105 | `WithoutArgs(a)` | Perform action `a` without any arguments. |
|
| HD | mocking.md | 16 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 …]
|
| /freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Mips/ |
| HD | MipsCallingConv.td | 81 // Promote i8/i16 arguments to i32. 107 // f64 arguments are returned in D0_64 and D2_64 in FP64bit mode or 141 // The only i32's we have left are soft-float arguments. 145 // Integer arguments are passed in integer registers. 151 // f32 arguments are passed in single precision FP registers. 157 // f64 arguments are passed in double precision FP registers. 168 // N32/64 variable arguments. 169 // All arguments are passed in integer registers. 224 // f64 arguments are passed in double-precision floating pointer registers. 245 // Integer arguments are passed in integer registers. [all …]
|
| /freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Platform/POSIX/ |
| HD | PlatformPOSIX.cpp | 628 ValueList arguments; in MakeLoadImageUtilityFunction() local 647 arguments.PushValue(value); in MakeLoadImageUtilityFunction() 649 arguments.PushValue(value); in MakeLoadImageUtilityFunction() 650 arguments.PushValue(value); in MakeLoadImageUtilityFunction() 651 arguments.PushValue(value); in MakeLoadImageUtilityFunction() 654 clang_void_pointer_type, arguments, exe_ctx.GetThreadSP(), utility_error); in MakeLoadImageUtilityFunction() 696 ValueList arguments; in DoLoadImage() local 714 arguments = do_dlopen_function->GetArgumentValues(); in DoLoadImage() 842 arguments.GetValueAtIndex(0)->GetScalar() = path_addr; in DoLoadImage() 843 arguments.GetValueAtIndex(1)->GetScalar() = path_array_addr; in DoLoadImage() [all …]
|
| /freebsd-13-stable/contrib/byacc/test/btyacc/ |
| HD | err_inherit3.error | 1 YACC: w - line 64 of "./err_inherit3.y", number of arguments of namelist doesn't agree with previou… 2 YACC: w - line 64 of "./err_inherit3.y", wrong number of arguments for namelist 21 YACC: w - line 0 of "./err_inherit3.y", start symbol declaration requires arguments
|
| /freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/VE/ |
| HD | VECallingConv.td | 29 // All arguments get passed in generic registers if there is space. 31 // Promote i1/i8/i16/i32 arguments to i64. 34 // Convert float arguments to i64 with padding. 59 // All arguments get passed in stack for varargs function or non-prototyped 62 // Promote i1/i8/i16/i32 arguments to i64. 65 // Convert float arguments to i64 with padding.
|
| /freebsd-13-stable/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_get/ |
| HD | zpool_get_004_neg.ksh | 50 set -A arguments "$TESTPOOL $TESTPOOL" "$TESTPOOL rubbish" "-v $TESTPOOL" \ 56 for arg in $arguments
|
| /freebsd-13-stable/tests/sys/cddl/zfs/tests/cli_root/zpool_get/ |
| HD | zpool_get_004_neg.ksh | 62 set -A arguments "$TESTPOOL $TESTPOOL" "$TESTPOOL rubbish" "-v $TESTPOOL" \ 68 for arg in $arguments
|
| /freebsd-13-stable/sys/contrib/device-tree/Bindings/pinctrl/ |
| D | brcm,bcm11351-pinctrl.txt | 61 - input-schmitt-enable: No arguments. Enable schmitt-trigger mode. 62 - input-schmitt-disable: No arguments. Disable schmitt-trigger mode. 63 - bias-pull-up: No arguments. Pull up on pin. 64 - bias-pull-down: No arguments. Pull down on pin. 65 - bias-disable: No arguments. Disable pin bias. 76 - input-enable: No arguments. Enable input (does not affect 78 - input-disable: No arguments. Disable input (does not affect 91 - bias-disable: No arguments. Disable pin bias. 102 - input-enable: No arguments. Enable input (does not affect 104 - input-disable: No arguments. Disable input (does not affect [all …]
|
| /freebsd-13-stable/contrib/llvm-project/libcxx/modules/ |
| HD | modules.json.in | 9 "local-arguments": { 19 "local-arguments": {
|
| /freebsd-13-stable/libexec/rc/rc.d/ |
| HD | ftp-proxy | 56 # ftpproxy_foo="<arguments for foo>" 57 # ftpproxy_bar="<arguments for bar>"
|
| /freebsd-13-stable/sys/contrib/device-tree/Bindings/usb/ |
| HD | generic.txt | 5 speed. Valid arguments are "super-speed-plus", 11 particular mode. Valid arguments are "host", 17 selected. Valid arguments are "utmi" and "utmi_wide". 40 role is USB_ROLE_NONE. Valid arguments are "host" and
|