Home
last modified time | relevance | path

Searched refs:command_prefix (Results 1 – 7 of 7) sorted by relevance

/external/v8/tools/testrunner/objects/
Dcontext.py31 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/
Dbuildbot_utils.py236 command_prefix = ''
238 command_prefix = 'yes | '
240 ' --remote-description=%s %s %s %s' % (command_prefix,
/external/v8/tools/
Drun-tests.py532 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,
Drun_perf.py648 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,
Drun-deopt-fuzzer.py248 options.command_prefix = shlex.split(options.command_prefix)
377 options.command_prefix,
/external/v8/tools/testrunner/local/
Dtestsuite.py331 output = commands.Execute(context.command_prefix +
Dexecution.py93 cmd = (context.command_prefix +