Searched refs:command_prefix (Results 1 – 7 of 7) sorted by relevance
/external/v8/tools/testrunner/objects/ |
D | context.py | 31 isolates, command_prefix, extra_flags, noi18n, random_seed, argument 41 self.command_prefix = command_prefix 55 self.command_prefix, self.extra_flags, self.noi18n,
|
/external/toolchain-utils/cros_utils/ |
D | buildbot_utils.py | 236 command_prefix = '' 238 command_prefix = 'yes | ' 240 ' --remote-description=%s %s %s %s' % (command_prefix,
|
/external/v8/tools/ |
D | run-tests.py | 532 if options.command_prefix: 536 options.command_prefix = shlex.split(options.command_prefix) 610 options.command_prefix = (["python", "-u", run_valgrind] + 611 options.command_prefix) 776 options.command_prefix,
|
D | run_perf.py | 648 self.command_prefix = [] 651 self.command_prefix = ["schedtool"] 653 self.command_prefix += ["-n", "-20"] 661 self.command_prefix += ["-a", ("0x%x" % core)] 662 self.command_prefix += ["-e"] 678 command = self.command_prefix + runnable.GetCommand(shell_dir,
|
D | run-deopt-fuzzer.py | 248 options.command_prefix = shlex.split(options.command_prefix) 377 options.command_prefix,
|
/external/v8/tools/testrunner/local/ |
D | testsuite.py | 331 output = commands.Execute(context.command_prefix +
|
D | execution.py | 93 cmd = (context.command_prefix +
|