Home
last modified time | relevance | path

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

12345678910>>...33

/freebsd-14.2/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()
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()
303 ATF_REQUIRE_EQ("bar", cmdline.arguments()[3]); in ATF_TEST_CASE_BODY()
[all …]
/freebsd-14.2/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
52 // array at fixed offsets. Integer arguments are promoted to registers when
71 // arguments:
93 // - Annotate integer arguments with zeroext or signext attributes.
103 // - Assign all arguments to 64-bit aligned stack slots, 32-bits for inreg.
110 // Function arguments AND most return values.
[all …]
/freebsd-14.2/stand/lua/
H A Dcli.lua121 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-14.2/contrib/bmake/unit-tests/
H A Ddirective-endif.exp1 make: "directive-endif.mk" line 16: The .endif directive does not take arguments
2 make: "directive-endif.mk" line 21: The .endif directive does not take arguments
3 make: "directive-endif.mk" line 32: The .endif directive does not take arguments
4 make: "directive-endif.mk" line 39: The .endif directive does not take arguments
H A Ddirective-else.exp1 make: "directive-else.mk" line 14: The .else directive does not take arguments
4 make: "directive-else.mk" line 23: The .else directive does not take arguments
8 make: "directive-else.mk" line 51: The .else directive does not take arguments
/freebsd-14.2/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.cpp232 lldb::SBValueList SBBlock::GetVariables(lldb::SBFrame &frame, bool arguments, in GetVariables() argument
235 LLDB_INSTRUMENT_VA(this, frame, arguments, locals, statics, use_dynamic); in GetVariables()
258 add_variable = arguments; in GetVariables()
286 lldb::SBValueList SBBlock::GetVariables(lldb::SBTarget &target, bool arguments, in GetVariables() argument
288 LLDB_INSTRUMENT_VA(this, target, arguments, locals, statics); in GetVariables()
313 add_variable = arguments; in GetVariables()
/freebsd-14.2/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-14.2/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_set/
H A Dzpool_set_002_neg.ksh66 set -A arguments "rubbish " \
98 arguments[${#arguments[@]}]="$bigname=value"
101 arguments[${#arguments[@]}]="bootfs=$bigname"
/freebsd-14.2/tests/sys/cddl/zfs/tests/cli_root/zpool_set/
H A Dzpool_set_002_neg.ksh84 set -A arguments "rubbish " \
116 arguments[${#arguments[@]}]="$bigname=value"
119 arguments[${#arguments[@]}]="bootfs=$bigname"
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZCallingConv.td94 // The convention is that true integer arguments that are smaller
112 // The first 5 integer arguments are passed in R2-R6. Note that R6
140 // Other arguments are passed in 8-byte-aligned 8-byte stack slots.
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
249 // The first 3 integer arguments are passed in registers R1D-R3D.
265 // The first 4 named float and double arguments are passed in registers
271 // The first 2 long double arguments are passed in register FPR0/FPR2
276 // Other arguments are passed in 8-byte-aligned 8-byte stack slots.
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86CallingConv.td119 // Promote i1/i8/i16/v1i1 arguments to i32.
193 // Promote i1, v1i1, v8i1 arguments to i8.
196 // Promote v16i1 arguments to i16.
199 // Promote v32i1 arguments to i32.
638 // Promote i1/v1i1 arguments to i8.
713 // Promote i8/i16/i32 arguments to i64.
735 // Promote i8/i16/i32 arguments to i64.
906 // puts arguments in registers.
977 // puts arguments in registers.
1009 // Promote i8/i16 arguments to i32.
[all …]
/freebsd-14.2/sys/tools/
H A Dmakeobjops.awk269 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-14.2/contrib/googletest/docs/reference/
H A Dactions.md43 | `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. |
H A Dmocking.md17 Defines a mock method *`method_name`* with arguments `(`*`args...`*`)` and
32 Note that commas in arguments prevent `MOCK_METHOD` from parsing the arguments
39 // The following 2 lines will not compile due to commas in the arguments:
43 // One solution - wrap arguments that contain commas in parentheses:
71 apply only to calls of *`method_name`* whose arguments match all of the
99 GoogleTest passes all of the arguments as one tuple into the matcher. The
102 function arguments.
326 *`mock_object`* is called with arguments that match the given matchers
356 GoogleTest passes all of the arguments as one tuple into the matcher. The
359 function arguments.
[all …]
/freebsd-14.2/contrib/byacc/test/btyacc/
H A Derr_inherit3.error1 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-14.2/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsCallingConv.td81 // 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.
245 // Integer arguments are passed in integer registers.
265 // Promote i8/i16 arguments to i32.
[all …]
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Platform/POSIX/
H A DPlatformPOSIX.cpp628 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()
696 ValueList arguments; in DoLoadImage() local
714 arguments = do_dlopen_function->GetArgumentValues(); in DoLoadImage()
842 arguments.GetValueAtIndex(0)->GetScalar() = path_addr; in DoLoadImage()
844 arguments.GetValueAtIndex(2)->GetScalar() = buffer_addr; in DoLoadImage()
845 arguments.GetValueAtIndex(3)->GetScalar() = return_addr; in DoLoadImage()
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/VE/
H A DVECallingConv.td29 // 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-14.2/tests/sys/cddl/zfs/tests/cli_root/zpool_get/
H A Dzpool_get_004_neg.ksh62 set -A arguments "$TESTPOOL $TESTPOOL" "$TESTPOOL rubbish" "-v $TESTPOOL" \
68 for arg in $arguments
/freebsd-14.2/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_get/
H A Dzpool_get_004_neg.ksh50 set -A arguments "$TESTPOOL $TESTPOOL" "$TESTPOOL rubbish" "-v $TESTPOOL" \
57 for arg in $arguments
/freebsd-14.2/sys/contrib/device-tree/Bindings/pinctrl/
H A Dmediatek,mt8365-pinctrl.yaml82 resistance. Valid arguments are described as below:
96 different resistance. Valid arguments are described as below:
135 Valid arguments are described as below:
144 So the valid arguments are from 0 to 7.
153 configure those special pins. Valid arguments are described as
167 configure those special pins. Valid arguments are described as
179 cycle when asserted (high pulse width adjustment). Valid arguments
186 when asserted (high pulse width adjustment). Valid arguments are
H A Dbrcm,bcm11351-pinctrl.txt61 - input-schmitt-enable: No arguments. Enable 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
114 - input-enable: No arguments. Enable input (does not affect
[all …]
/freebsd-14.2/contrib/llvm-project/libcxx/modules/
H A Dmodules.json.in9 "local-arguments": {
19 "local-arguments": {
/freebsd-14.2/libexec/rc/rc.d/
H A Dftp-proxy56 # ftpproxy_foo="<arguments for foo>"
57 # ftpproxy_bar="<arguments for bar>"

12345678910>>...33