Searched refs:cmd_prefix (Results 1 – 5 of 5) sorted by relevance
/external/v8/tools/testrunner/local/ |
D | command.py | 41 def __init__(self, shell, args=None, cmd_prefix=None, timeout=60, env=None, argument 58 self.cmd_prefix = cmd_prefix or [] 152 return self.cmd_prefix + [self.shell] + self.args 207 def __init__(self, shell, args=None, cmd_prefix=None, timeout=60, env=None, argument 228 shell, args=rel_args, cmd_prefix=cmd_prefix, timeout=timeout, env=env,
|
/external/tensorflow/tensorflow/python/debug/cli/ |
D | debugger_cli_common.py | 733 def get_help(self, cmd_prefix=None): argument 745 if not cmd_prefix: 753 for cmd_prefix in sorted_prefixes: 754 lines = self._get_help_for_command_prefix(cmd_prefix) 761 return RichTextLines(self._get_help_for_command_prefix(cmd_prefix)) 818 def _get_help_for_command_prefix(self, cmd_prefix): argument 831 resolved_prefix = self._resolve_prefix(cmd_prefix) 833 lines.append("Invalid command prefix: \"%s\"" % cmd_prefix)
|
/external/v8/tools/ |
D | run_perf.py | 484 def GetCommand(self, cmd_prefix, shell_dir, extra_flags=None): argument 491 cmd_prefix = ["/usr/bin/time", "--format=MaxMemory: %MKB"] + cmd_prefix 494 cmd_prefix = cmd_prefix + [sys.executable] 497 cmd_prefix=cmd_prefix,
|
/external/v8/tools/testrunner/objects/ |
D | testcase.py | 238 cmd_prefix=self._test_config.command_prefix,
|
/external/v8/tools/unittests/ |
D | run_perf_test.py | 176 cmd_prefix=[],
|