Home
last modified time | relevance | path

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

/freebsd/contrib/googletest/googletest/test/
H A Dgoogletest-json-output-unittest.py766 extra_args=['%s=SuccessfulTest.*' % GTEST_FILTER_FLAG],
769 def _GetJsonOutput(self, gtest_prog_name, extra_args, expected_exit_code): argument
787 ] + extra_args
807 self, gtest_prog_name, expected, expected_exit_code, extra_args=None argument
824 gtest_prog_name, extra_args or [], expected_exit_code
H A Dgtest_xml_output_unittest.py377 extra_args=['%s=SuccessfulTest.*' % GTEST_FILTER_FLAG],
395 self, gtest_prog_name, extra_args, extra_env, expected_exit_code argument
415 ] + extra_args
442 extra_args=None, argument
461 gtest_prog_name, extra_args or [], extra_env or {}, expected_exit_code
/freebsd/crypto/openssl/test/recipes/
H A D81-test_cmp_cli.t70 my $extra_args = $$_[1];
76 run(app([@app, "-config", '', @$extra_args,
/freebsd/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);
/freebsd/usr.sbin/bsdinstall/scripts/
H A Dauto115 local yes no defaultno extra_args format
118 extra_args="--wrap --left"
122 extra_args="--cr-wrap"
137 $extra_args \
H A Dzfsboot479 $extra_args \
/freebsd/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()
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBBreakpointLocation.cpp224 SBStructuredData &extra_args) { in SetScriptCallbackFunction()
225 LLDB_INSTRUMENT_VA(this, callback_function_name, extra_args); in SetScriptCallbackFunction() argument
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()
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/direct/
H A Ddio.kshlib42 typeset extra_args=$6
48 --group_reporting --minimal --do_verify=1 $extra_args
/freebsd/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()
/freebsd/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()
/freebsd/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("\\", "/")
/freebsd/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("\\", "/")
/freebsd/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,
/freebsd/contrib/diff/lib/
H A Dstrftime.c345 # define extra_args , ut, ns macro
355 # define extra_args macro
725 tp extra_args LOCALE_ARG);
727 tp extra_args LOCALE_ARG));
/freebsd/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()
/freebsd/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()