Searched refs:command_prefix (Results 1 – 6 of 6) sorted by relevance
/external/v8/tools/testrunner/ |
D | test_config.py | 12 command_prefix, argument 22 self.command_prefix = command_prefix
|
D | base_runner.py | 485 options.command_prefix = shlex.split(options.command_prefix) 658 command_prefix=options.command_prefix,
|
D | standard_runner.py | 204 options.command_prefix = ( 205 [sys.executable, PREDICTABLE_WRAPPER] + options.command_prefix)
|
/external/v8/tools/ |
D | run_perf.py | 655 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/ |
D | testcase.py | 238 cmd_prefix=self._test_config.command_prefix,
|
/external/tensorflow/tensorflow/python/debug/cli/ |
D | analyzer_cli_test.py | 425 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)))
|