| /src/contrib/googletest/googletest/test/ |
| H A D | googletest-json-output-unittest.py | 845 extra_args=['%s=SuccessfulTest.*' % GTEST_FILTER_FLAG], 848 def _GetJsonOutput(self, gtest_prog_name, extra_args, expected_exit_code): argument 866 ] + extra_args 886 self, gtest_prog_name, expected, expected_exit_code, extra_args=None argument 903 gtest_prog_name, extra_args or [], expected_exit_code
|
| H A D | gtest_xml_output_unittest.py | 418 extra_args=['%s=SuccessfulTest.*' % GTEST_FILTER_FLAG], 436 self, gtest_prog_name, extra_args, extra_env, expected_exit_code argument 456 ] + extra_args 483 extra_args=None, argument 502 gtest_prog_name, extra_args or [], extra_env or {}, expected_exit_code
|
| /src/crypto/openssl/test/recipes/ |
| H A D | 81-test_cmp_cli.t | 70 my $extra_args = $$_[1]; 76 run(app([@app, "-config", '', @$extra_args,
|
| H A D | 80-test_pkcs12.t | 181 my $extra_args = $pbmac1_tests{$instance}{args}; 190 @$extra_args,
|
| /src/contrib/llvm-project/lldb/bindings/lua/ |
| H A D | lua-wrapper.swig | 15 lldb::SBStructuredData extra_args(extra_args_impl); 21 if (extra_args.IsValid()) { 22 PushSBClass(L, &extra_args);
|
| /src/release/amd64/ |
| H A D | make-memstick.sh | 65 extra_args="${BASEBITSDIR}/boot/loader_ia32.efi bootia32" 67 make_esp_file ${espfilename} ${fat32min} ${BASEBITSDIR}/boot/loader.efi bootx64 ${extra_args}
|
| H A D | mkisoimages.sh | 57 extra_args="${BASEBITSDIR}/boot/loader_ia32.efi bootia32" 59 make_esp_file ${espfilename} ${espsize} ${BASEBITSDIR}/boot/loader.efi bootx64 ${extra_args}
|
| /src/contrib/libarchive/tar/test/ |
| H A D | test_copy.c | 268 copy_basic(const char *extra_args, const char *name) in copy_basic() argument 285 testprog, extra_args); in copy_basic() 286 failure("Error invoking \"%s cf archive %s\"", testprog, extra_args); in copy_basic()
|
| /src/usr.sbin/bsdinstall/scripts/ |
| H A D | auto | 123 local yes no defaultno extra_args format 126 extra_args="--wrap --left" 130 extra_args="--cr-wrap" 145 $extra_args \
|
| H A D | zfsboot | 480 $extra_args \
|
| /src/sys/contrib/openzfs/tests/zfs-tests/tests/functional/direct/ |
| H A D | dio.kshlib | 43 typeset extra_args=$6 49 --group_reporting --minimal --do_verify=1 $extra_args
|
| /src/contrib/llvm-project/lldb/source/API/ |
| H A D | SBBreakpointLocation.cpp | 224 SBStructuredData &extra_args) { in SetScriptCallbackFunction() argument 225 LLDB_INSTRUMENT_VA(this, callback_function_name, extra_args); in SetScriptCallbackFunction() 240 extra_args.m_impl_up in SetScriptCallbackFunction()
|
| H A D | SBBreakpointName.cpp | 560 SBStructuredData &extra_args) { in SetScriptCallbackFunction() argument 561 LLDB_INSTRUMENT_VA(this, callback_function_name, extra_args); in SetScriptCallbackFunction() 579 extra_args.m_impl_up->GetObjectSP()); in SetScriptCallbackFunction()
|
| H A D | SBBreakpoint.cpp | 607 SBStructuredData &extra_args) { in SetScriptCallbackFunction() argument 608 LLDB_INSTRUMENT_VA(this, callback_function_name, extra_args); in SetScriptCallbackFunction() 622 extra_args.m_impl_up in SetScriptCallbackFunction()
|
| H A D | SBTarget.cpp | 1043 const char *class_name, SBStructuredData &extra_args, in BreakpointCreateFromScript() argument 1046 LLDB_INSTRUMENT_VA(this, class_name, extra_args, module_list, file_list, in BreakpointCreateFromScript() 1055 StructuredData::ObjectSP obj_sp = extra_args.m_impl_up->GetObjectSP(); in BreakpointCreateFromScript()
|
| /src/sys/amd64/include/xen/ |
| H A D | hypercall.h | 329 int cmd, unsigned int vcpuid, void *extra_args) in HYPERVISOR_vcpu_op() argument 331 return _hypercall3(int, vcpu_op, cmd, vcpuid, extra_args); in HYPERVISOR_vcpu_op()
|
| /src/sys/i386/include/xen/ |
| H A D | hypercall.h | 322 int cmd, int vcpuid, void *extra_args) in HYPERVISOR_vcpu_op() argument 324 return _hypercall3(int, vcpu_op, cmd, vcpuid, extra_args); in HYPERVISOR_vcpu_op()
|
| /src/contrib/ntp/sntp/libevent/ |
| H A D | event_rpcgen.py | 1849 args, extra_args = parser.parse_known_args(args=argv) 1853 if extra_args: 1854 if len(extra_args) == 1: 1855 self.impl_file = extra_args[0].replace("\\", "/") 1856 elif len(extra_args) == 2: 1857 self.header_file = extra_args[0].replace("\\", "/") 1858 self.impl_file = extra_args[1].replace("\\", "/")
|
| /src/contrib/libevent/ |
| H A D | event_rpcgen.py | 1849 args, extra_args = parser.parse_known_args(args=argv) 1853 if extra_args: 1854 if len(extra_args) == 1: 1855 self.impl_file = extra_args[0].replace("\\", "/") 1856 elif len(extra_args) == 2: 1857 self.header_file = extra_args[0].replace("\\", "/") 1858 self.impl_file = extra_args[1].replace("\\", "/")
|
| /src/contrib/llvm-project/lldb/include/lldb/API/ |
| H A D | SBBreakpointName.h | 91 SBStructuredData &extra_args);
|
| H A D | SBBreakpointLocation.h | 72 lldb::SBStructuredData &extra_args);
|
| H A D | SBBreakpoint.h | 107 SBStructuredData &extra_args);
|
| H A D | SBTarget.h | 747 SBStructuredData &extra_args,
|
| /src/contrib/googletest/googletest/src/ |
| H A D | gtest-death-test.cc | 1160 ::std::vector<std::string> extra_args = in GetArgvsForDeathTestChildProcess() 1162 args.insert(args.end(), extra_args.begin(), extra_args.end()); in GetArgvsForDeathTestChildProcess()
|
| /src/lib/clang/liblldb/ |
| H A D | LLDBWrapLua.cpp | 3808 lldb::SBStructuredData extra_args(extra_args_impl); in LLDBSwigLuaBreakpointCallbackFunction() local 3814 if (extra_args.IsValid()) { in LLDBSwigLuaBreakpointCallbackFunction() 3815 PushSBClass(L, &extra_args); in LLDBSwigLuaBreakpointCallbackFunction()
|