Home
last modified time | relevance | path

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

12

/freebsd-13.1/contrib/googletest/googletest/test/
H A Dgtest_xml_output_unittest.py317 extra_args=['%s=SuccessfulTest.*' % GTEST_FILTER_FLAG])
333 def _GetXmlOutput(self, gtest_prog_name, extra_args, extra_env, argument
344 extra_args)
363 expected_exit_code, extra_args=None, extra_env=None): argument
371 actual = self._GetXmlOutput(gtest_prog_name, extra_args or [],
H A Dgoogletest-json-output-unittest.py557 extra_args=['%s=SuccessfulTest.*' % GTEST_FILTER_FLAG])
559 def _GetJsonOutput(self, gtest_prog_name, extra_args, expected_exit_code): argument
575 extra_args
592 expected_exit_code, extra_args=None): argument
607 actual = self._GetJsonOutput(gtest_prog_name, extra_args or [],
/freebsd-13.1/contrib/llvm-project/lldb/bindings/lua/
H A Dlua-wrapper.swig25 llvm::Optional<lldb::SBStructuredData> extra_args;
27 extra_args = lldb::SBStructuredData(extra_args_impl);
33 if (extra_args.hasValue()) {
34 PushSBClass(L, extra_args.getPointer());
/freebsd-13.1/usr.sbin/bsdinstall/scripts/
H A Dauto116 local yes no defaultno extra_args format
119 extra_args="--wrap --left"
123 extra_args="--cr-wrap"
138 $extra_args \
H A Dzfsboot470 $extra_args \
/freebsd-13.1/contrib/googletest/googletest/scripts/
H A Dupload.py993 def GenerateDiff(self, extra_args): argument
998 extra_args = [self.options.revision] + extra_args
999 gitdiff = RunShell(["git", "diff", "--full-index"] + extra_args)
1064 def GenerateDiff(self, extra_args): argument
1066 extra_args = extra_args or ["."]
1067 cmd = ["hg", "diff", "--git", "-r", self.base_rev] + extra_args
/freebsd-13.1/contrib/googletest/googlemock/scripts/
H A Dupload.py993 def GenerateDiff(self, extra_args): argument
998 extra_args = [self.options.revision] + extra_args
999 gitdiff = RunShell(["git", "diff", "--full-index"] + extra_args)
1064 def GenerateDiff(self, extra_args): argument
1066 extra_args = extra_args or ["."]
1067 cmd = ["hg", "diff", "--git", "-r", self.base_rev] + extra_args
/freebsd-13.1/crypto/openssl/apps/
H A DCA.pl.in50 my %EXTRA = extra_args(\@ARGV, "-extra-");
53 sub extra_args { subroutine
/freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/
H A DSBBreakpointLocation.i87 SBStructuredData &extra_args);
H A DSBBreakpointName.i89 SBStructuredData &extra_args);
H A DSBBreakpoint.i191 SBStructuredData &extra_args);
H A DSBTarget.i735 SBStructuredData &extra_args,
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/
H A DSBBreakpointLocation.h59 lldb::SBStructuredData &extra_args);
H A DSBBreakpointName.h89 SBStructuredData &extra_args);
H A DSBBreakpoint.h100 SBStructuredData &extra_args);
H A DSBTarget.h671 SBStructuredData &extra_args,
/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBBreakpointLocation.cpp219 SBStructuredData &extra_args) { in SetScriptCallbackFunction() argument
222 extra_args); in SetScriptCallbackFunction()
237 extra_args.m_impl_up in SetScriptCallbackFunction()
H A DSBBreakpointName.cpp580 SBStructuredData &extra_args) { in SetScriptCallbackFunction() argument
583 callback_function_name, extra_args); in SetScriptCallbackFunction()
601 extra_args.m_impl_up->GetObjectSP()); in SetScriptCallbackFunction()
H A DSBBreakpoint.cpp629 SBStructuredData &extra_args) { in SetScriptCallbackFunction() argument
631 (const char *, SBStructuredData &), callback_function_name, extra_args); in SetScriptCallbackFunction()
645 extra_args.m_impl_up in SetScriptCallbackFunction()
H A DSBTarget.cpp1141 const char *class_name, SBStructuredData &extra_args, in BreakpointCreateFromScript() argument
1148 class_name, extra_args, module_list, file_list, request_hardware); in BreakpointCreateFromScript()
1156 StructuredData::ObjectSP obj_sp = extra_args.m_impl_up->GetObjectSP(); in BreakpointCreateFromScript()
/freebsd-13.1/sys/i386/include/xen/
H A Dhypercall.h347 int cmd, int vcpuid, void *extra_args) in HYPERVISOR_vcpu_op() argument
349 return _hypercall3(int, vcpu_op, cmd, vcpuid, extra_args); in HYPERVISOR_vcpu_op()
/freebsd-13.1/sys/amd64/include/xen/
H A Dhypercall.h359 int cmd, unsigned int vcpuid, void *extra_args) in HYPERVISOR_vcpu_op() argument
361 return _hypercall3(int, vcpu_op, cmd, vcpuid, extra_args); in HYPERVISOR_vcpu_op()
/freebsd-13.1/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-13.1/contrib/googletest/googletest/src/
H A Dgtest-death-test.cc1103 ::std::vector<std::string> extra_args = in GetArgvsForDeathTestChildProcess()
1105 args.insert(args.end(), extra_args.begin(), extra_args.end()); in GetArgvsForDeathTestChildProcess()
/freebsd-13.1/contrib/llvm-project/lldb/bindings/python/
H A Dpython-wrapper.swig82 // If the called function doesn't take extra_args, drop them here:

12