Home
last modified time | relevance | path

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

/external/v8/tools/testrunner/
Dtest_config.py12 command_prefix, argument
22 self.command_prefix = command_prefix
Dbase_runner.py485 options.command_prefix = shlex.split(options.command_prefix)
658 command_prefix=options.command_prefix,
Dstandard_runner.py204 options.command_prefix = (
205 [sys.executable, PREDICTABLE_WRAPPER] + options.command_prefix)
/external/v8/tools/
Drun_perf.py655 self.command_prefix = []
661 self.command_prefix = ["schedtool"]
663 self.command_prefix += ["-n", "-20"]
671 self.command_prefix += ["-a", ("0x%x" % core)]
672 self.command_prefix += ["-e"]
688 cmd = runnable.GetCommand(self.command_prefix, shell_dir, self.extra_flags)
/external/v8/tools/testrunner/objects/
Dtestcase.py238 cmd_prefix=self._test_config.command_prefix,
/external/tensorflow/tensorflow/python/debug/cli/
Danalyzer_cli_test.py425 def check_syntax_error_output(tst, out, command_prefix): argument
429 "Syntax error for command: %s" % command_prefix,
430 "For help, do \"help %s\"" % command_prefix
434 def check_error_output(tst, out, command_prefix, args): argument
447 (command_prefix, " ".join(args)))