Home
last modified time | relevance | path

Searched refs:command_prefix (Results 1 - 12 of 12) sorted by relevance

/third_party/node/deps/v8/tools/testrunner/
H A Dtest_config.py12 command_prefix,
24 self.command_prefix = command_prefix
H A Dstandard_runner.py199 options.command_prefix = (
200 [sys.executable, PREDICTABLE_WRAPPER] + options.command_prefix)
H A Dbase_runner.py537 options.command_prefix = shlex.split(options.command_prefix)
751 command_prefix=options.command_prefix,
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/
H A Dconventions.py190 def command_prefix(self): member in ConventionsBase
202 Implemented in terms of command_prefix (and in turn, api_prefix)."""
205 (self.command_prefix[0:1].upper(), self.command_prefix[1:]))
H A Ddocgenerator.py248 if basename.startswith(self.conventions.command_prefix):
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/spec_tools/
H A Dconventions.py264 def command_prefix(self): member in ConventionsBase
276 Implemented in terms of command_prefix (and in turn, api_prefix)."""
279 (self.command_prefix[0:1].upper(), self.command_prefix[1:]))
/third_party/vulkan-headers/registry/spec_tools/
H A Dconventions.py264 def command_prefix(self): member in ConventionsBase
276 Implemented in terms of command_prefix (and in turn, api_prefix)."""
279 (self.command_prefix[0:1].upper(), self.command_prefix[1:]))
/third_party/node/deps/v8/tools/
H A Drun_perf.py669 self.command_prefix = []
675 self.command_prefix = ['schedtool']
677 self.command_prefix += ['-n', '-20']
685 self.command_prefix += ['-a', ('0x%x' % core)]
686 self.command_prefix += ['-e']
700 cmd = runnable.GetCommand(self.command_prefix, shell_dir, self.extra_flags)
/third_party/node/deps/v8/tools/testrunner/local/
H A Dtestsuite_test.py28 command_prefix=[],
/third_party/node/tools/gyp/pylib/gyp/generator/
H A Dxcode.py311 command_prefix = ""
313 command_prefix = """python -c "import fcntl, subprocess, sys
324 + command_prefix
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/
H A Dxcode.py311 command_prefix = ""
313 command_prefix = """python -c "import fcntl, subprocess, sys
324 + command_prefix
/third_party/node/deps/v8/tools/testrunner/objects/
H A Dtestcase.py386 cmd_prefix=self._test_config.command_prefix,

Completed in 11 milliseconds