Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/googletest/googletest/test/
H A Dgoogletest-json-output-unittest.py751 extra_args=['%s=SuccessfulTest.*' % GTEST_FILTER_FLAG],
754 def _GetJsonOutput(self, gtest_prog_name, extra_args, expected_exit_code): argument
772 ] + extra_args
792 self, gtest_prog_name, expected, expected_exit_code, extra_args=None argument
809 gtest_prog_name, extra_args or [], expected_exit_code
H A Dgtest_xml_output_unittest.py374 extra_args=['%s=SuccessfulTest.*' % GTEST_FILTER_FLAG],
392 self, gtest_prog_name, extra_args, extra_env, expected_exit_code argument
412 ] + extra_args
439 extra_args=None, argument
458 gtest_prog_name, extra_args or [], extra_env or {}, expected_exit_code
/freebsd-14.2/crypto/openssl/test/recipes/
H A D81-test_cmp_cli.t70 my $extra_args = $$_[1];
76 run(app([@app, "-config", '', @$extra_args,
/freebsd-14.2/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-14.2/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 Dzfsboot475 $extra_args \
/freebsd-14.2/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-14.2/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.cpp1036 const char *class_name, SBStructuredData &extra_args, in BreakpointCreateFromScript() argument
1039 LLDB_INSTRUMENT_VA(this, class_name, extra_args, module_list, file_list, in BreakpointCreateFromScript()
1048 StructuredData::ObjectSP obj_sp = extra_args.m_impl_up->GetObjectSP(); in BreakpointCreateFromScript()
/freebsd-14.2/sys/i386/include/xen/
H A Dhypercall.h320 int cmd, int vcpuid, void *extra_args) in HYPERVISOR_vcpu_op() argument
322 return _hypercall3(int, vcpu_op, cmd, vcpuid, extra_args); in HYPERVISOR_vcpu_op()
/freebsd-14.2/sys/amd64/include/xen/
H A Dhypercall.h327 int cmd, unsigned int vcpuid, void *extra_args) in HYPERVISOR_vcpu_op() argument
329 return _hypercall3(int, vcpu_op, cmd, vcpuid, extra_args); in HYPERVISOR_vcpu_op()
/freebsd-14.2/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.h736 SBStructuredData &extra_args,
/freebsd-14.2/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-14.2/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-14.2/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-14.2/contrib/googletest/googletest/src/
H A Dgtest-death-test.cc1158 ::std::vector<std::string> extra_args = in GetArgvsForDeathTestChildProcess()
1160 args.insert(args.end(), extra_args.begin(), extra_args.end()); in GetArgvsForDeathTestChildProcess()
/freebsd-14.2/lib/clang/liblldb/
H A DLLDBWrapLua.cpp3749 lldb::SBStructuredData extra_args(extra_args_impl); in LLDBSwigLuaBreakpointCallbackFunction() local
3755 if (extra_args.IsValid()) { in LLDBSwigLuaBreakpointCallbackFunction()
3756 PushSBClass(L, &extra_args); in LLDBSwigLuaBreakpointCallbackFunction()