Searched refs:getBinaryPath (Results 1 – 9 of 9) sorted by relevance
/third_party/vk-gl-cts/scripts/ |
D | run_nightly.py | 97 def getBinaryPath(self, basePath): member in NightlyRunConfig 98 …return os.path.join(self.buildConfig.getBuildDir(), self.generator.getBinaryPath(self.buildConfig.… 151 args = [config.getBinaryPath(LOG_TO_CSV_PATH), "--mode=all", "--format=csv", logPath] 293 …binaryName = config.generator.getBinaryPath(config.buildConfig.getBuildType(), os.path.basename(c… 297 config.getBinaryPath(EXECUTOR_PATH), 298 '--start-server=%s' % config.getBinaryPath(EXECSERVER_PATH),
|
D | build_caselists.py | 93 binPath = generator.getBinaryPath(buildCfg.getBuildType(), os.path.join(".", module.binName))
|
/third_party/node/test/abort/ |
D | test-abort-backtrace.js | 22 const { getBinaryPath } = require('../common/shared-lib-util'); 23 if (!frames.some((frame) => frame.includes(`[${getBinaryPath()}]`))) {
|
/third_party/node/test/common/ |
D | shared-lib-util.js | 42 function getBinaryPath() { function 48 getBinaryPath, property
|
/third_party/vk-gl-cts/scripts/build/ |
D | config.py | 102 def getBinaryPath (self, buildType, basePath): member in CMakeGenerator 149 def getBinaryPath (self, buildType, basePath): member in VSProjectGenerator
|
/third_party/vk-gl-cts/scripts/ctsbuild/ |
D | config.py | 102 def getBinaryPath (self, buildType, basePath): member in CMakeGenerator 149 def getBinaryPath (self, buildType, basePath): member in VSProjectGenerator
|
/third_party/vk-gl-cts/external/vulkancts/scripts/ |
D | amber_verify.py | 58 binPath = generator.getBinaryPath(buildCfg.getBuildType(), os.path.join(".", "deqp-vk"))
|
D | build_spirv_binaries.py | 69 binPath = generator.getBinaryPath(buildCfg.getBuildType(), os.path.join(".", "vk-build-programs"))
|
/third_party/vk-gl-cts/external/openglcts/scripts/ |
D | build_caselists.py | 130 binPath = generator.getBinaryPath(buildCfg.getBuildType(), os.path.join(".", GLCTS_BIN_NAME))
|