Home
last modified time | relevance | path

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

/src/contrib/googletest/googletest/test/
H A Dgoogletest-json-output-unittest.py845 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 Dgtest_xml_output_unittest.py418 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 D81-test_cmp_cli.t70 my $extra_args = $$_[1];
76 run(app([@app, "-config", '', @$extra_args,
H A D80-test_pkcs12.t181 my $extra_args = $pbmac1_tests{$instance}{args};
190 @$extra_args,
/src/contrib/llvm-project/lldb/bindings/lua/
H A Dlua-wrapper.swig15 lldb::SBStructuredData extra_args(extra_args_impl);
21 if (extra_args.IsValid()) {
22 PushSBClass(L, &extra_args);
/src/release/amd64/
H A Dmake-memstick.sh65 extra_args="${BASEBITSDIR}/boot/loader_ia32.efi bootia32"
67 make_esp_file ${espfilename} ${fat32min} ${BASEBITSDIR}/boot/loader.efi bootx64 ${extra_args}
H A Dmkisoimages.sh57 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 Dtest_copy.c268 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 Dauto123 local yes no defaultno extra_args format
126 extra_args="--wrap --left"
130 extra_args="--cr-wrap"
145 $extra_args \
H A Dzfsboot480 $extra_args \
/src/sys/contrib/openzfs/tests/zfs-tests/tests/functional/direct/
H A Ddio.kshlib43 typeset extra_args=$6
49 --group_reporting --minimal --do_verify=1 $extra_args
/src/contrib/llvm-project/lldb/source/API/
H A DSBBreakpointLocation.cpp224 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 DSBBreakpointName.cpp560 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 DSBBreakpoint.cpp607 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 DSBTarget.cpp1043 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 Dhypercall.h329 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 Dhypercall.h322 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 Devent_rpcgen.py1849 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 Devent_rpcgen.py1849 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 DSBBreakpointName.h91 SBStructuredData &extra_args);
H A DSBBreakpointLocation.h72 lldb::SBStructuredData &extra_args);
H A DSBBreakpoint.h107 SBStructuredData &extra_args);
H A DSBTarget.h747 SBStructuredData &extra_args,
/src/contrib/googletest/googletest/src/
H A Dgtest-death-test.cc1160 ::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 DLLDBWrapLua.cpp3808 lldb::SBStructuredData extra_args(extra_args_impl); in LLDBSwigLuaBreakpointCallbackFunction() local
3814 if (extra_args.IsValid()) { in LLDBSwigLuaBreakpointCallbackFunction()
3815 PushSBClass(L, &extra_args); in LLDBSwigLuaBreakpointCallbackFunction()