| /freebsd-12.1/contrib/googletest/googletest/test/ |
| H A D | gtest_xml_output_unittest.py | 317 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 D | googletest-json-output-unittest.py | 557 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-12.1/usr.sbin/bsdinstall/scripts/ |
| H A D | auto | 77 local yes no defaultno extra_args format 80 extra_args="--wrap --left" 84 extra_args="--cr-wrap" 99 $extra_args \
|
| H A D | zfsboot | 470 $extra_args \
|
| /freebsd-12.1/sys/contrib/zstd/tests/fuzz/ |
| H A D | fuzz.py | 486 def libfuzzer(target, corpora=None, artifact=None, seed=None, extra_args=None): argument 493 if extra_args is None: 494 extra_args = [] 507 cmd += corpora + extra_args 729 extra_args = [corpus, "-merge=1"] + args.extra 730 libfuzzer(target, corpora=seed_corpus, extra_args=extra_args)
|
| /freebsd-12.1/contrib/googletest/googletest/scripts/ |
| H A D | upload.py | 993 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-12.1/contrib/googletest/googlemock/scripts/ |
| H A D | upload.py | 993 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-12.1/crypto/openssl/apps/ |
| H A D | CA.pl.in | 50 my %EXTRA = extra_args(\@ARGV, "-extra-"); 53 sub extra_args { subroutine
|
| /freebsd-12.1/sys/amd64/include/xen/ |
| H A D | hypercall.h | 359 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-12.1/sys/i386/include/xen/ |
| H A D | hypercall.h | 347 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-12.1/contrib/diff/lib/ |
| H A D | strftime.c | 345 # define extra_args , ut, ns macro 355 # define extra_args macro 725 tp extra_args LOCALE_ARG); 727 tp extra_args LOCALE_ARG));
|
| /freebsd-12.1/contrib/gdb/gdb/ |
| H A D | breakpoint.c | 5409 char *extra_args = NULL; in break_at_finish_at_depth_command_1() local 5433 extra_args = strchr (arg, ' '); in break_at_finish_at_depth_command_1() 5434 if (extra_args) in break_at_finish_at_depth_command_1() 5436 extra_args++; in break_at_finish_at_depth_command_1() 5456 extra_args = arg; in break_at_finish_at_depth_command_1() 5488 char *extra_args = NULL; in break_at_finish_command_1() local 5518 extra_args = arg; in break_at_finish_command_1() 5524 extra_args = strchr (arg, ' '); in break_at_finish_command_1() 5525 if (extra_args) in break_at_finish_command_1() 5527 extra_args++; in break_at_finish_command_1() [all …]
|
| /freebsd-12.1/contrib/googletest/googletest/src/ |
| H A D | gtest-death-test.cc | 1103 ::std::vector<std::string> extra_args = in GetArgvsForDeathTestChildProcess() 1105 args.insert(args.end(), extra_args.begin(), extra_args.end()); in GetArgvsForDeathTestChildProcess()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/API/ |
| H A D | SBTarget.h | 713 SBStructuredData &extra_args,
|
| /freebsd-12.1/contrib/gcc/cp/ |
| H A D | pt.c | 429 add_to_template_args (tree args, tree extra_args) in add_to_template_args() argument 436 extra_depth = TMPL_ARGS_DEPTH (extra_args); in add_to_template_args() 443 SET_TMPL_ARGS_LEVEL (new_args, i, TMPL_ARGS_LEVEL (extra_args, j)); in add_to_template_args() 456 add_outermost_template_args (tree args, tree extra_args) in add_outermost_template_args() argument 462 gcc_assert (TMPL_ARGS_DEPTH (args) >= TMPL_ARGS_DEPTH (extra_args)); in add_outermost_template_args() 466 if (TMPL_ARGS_DEPTH (args) == TMPL_ARGS_DEPTH (extra_args)) in add_outermost_template_args() 467 return extra_args; in add_outermost_template_args() 470 TREE_VEC_LENGTH (args) -= TMPL_ARGS_DEPTH (extra_args); in add_outermost_template_args() 472 new_args = add_to_template_args (args, extra_args); in add_outermost_template_args() 475 TREE_VEC_LENGTH (args) += TMPL_ARGS_DEPTH (extra_args); in add_outermost_template_args()
|
| H A D | ChangeLog-1998 | 4550 extra_args contain more than one level of arguments.
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/API/ |
| H A D | SBTarget.cpp | 1075 SBStructuredData &extra_args, in BreakpointCreateFromScript() argument 1088 StructuredData::ObjectSP obj_sp = extra_args.m_impl_up->GetObjectSP(); in BreakpointCreateFromScript()
|