Searched refs:command_prefix (Results 1 - 12 of 12) sorted by relevance
/third_party/node/deps/v8/tools/testrunner/ |
H A D | test_config.py | 12 command_prefix, 24 self.command_prefix = command_prefix
|
H A D | standard_runner.py | 199 options.command_prefix = ( 200 [sys.executable, PREDICTABLE_WRAPPER] + options.command_prefix)
|
H A D | base_runner.py | 537 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 D | conventions.py | 190 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 D | docgenerator.py | 248 if basename.startswith(self.conventions.command_prefix):
|
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/spec_tools/ |
H A D | conventions.py | 264 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 D | conventions.py | 264 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 D | run_perf.py | 669 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 D | testsuite_test.py | 28 command_prefix=[],
|
/third_party/node/tools/gyp/pylib/gyp/generator/ |
H A D | xcode.py | 311 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 D | xcode.py | 311 command_prefix = "" 313 command_prefix = """python -c "import fcntl, subprocess, sys 324 + command_prefix
|
/third_party/node/deps/v8/tools/testrunner/objects/ |
H A D | testcase.py | 386 cmd_prefix=self._test_config.command_prefix,
|
Completed in 11 milliseconds