Searched refs:buildPath (Results 1 - 8 of 8) sorted by relevance
/third_party/vk-gl-cts/scripts/ |
H A D | run_internal_tests.py | 46 def __init__ (self, name, srcPath, buildPath, genParams, buildParams, testBinaryName, executor = 'executor', execserver = 'execserver', junitTool = 'testlog-to-junit'): 49 self.buildPath = buildPath 58 if os.path.exists(config.buildPath): 59 shutil.rmtree(config.buildPath) 61 os.makedirs(config.buildPath) 62 execute(["cmake", os.path.realpath(config.srcPath)] + config.genParams, workDir = config.buildPath) 66 if os.path.exists(config.buildPath): 68 execute(["cmake", "."], workDir = config.buildPath) 77 execute(["cmake", "--build", "."] + config.buildParams, workDir = config.buildPath) [all...] |
H A D | build_caselists.py | 61 buildPath = buildPathPtrn.format( 65 return BuildConfig(buildPath, buildType, ["-DDEQP_TARGET=%s" % targetName])
|
/third_party/node/test/addons/repl-domain-abort/ |
H A D | test.js | 28 let buildPath = path.join(__dirname, 'build', common.buildType, 'binding'); 31 buildPath = buildPath.replace(/\\/g, '/'); 41 `require('${buildPath}')` +
|
/third_party/vk-gl-cts/scripts/android/ |
H A D | build_apk.py | 174 def __init__(self, env, buildPath, abis, nativeApi, javaApi, minApi, nativeBuildType, gtfTarget, verbose, layers, angle): 177 self.buildPath = buildPath 248 return config.buildPath 265 return os.path.join(config.buildPath, self.package.getAppDirName(), "src", packageDir, "R.java") 342 return os.path.join(config.buildPath, "%s-%s-%d" % (abiName, config.nativeBuildType, config.nativeApi)) 709 self.buildPath = [NativeBuildPath(abi)] 716 self.buildPath + ["assets"] 723 def getAssetFiles (buildPath): 724 allFiles = BuildStep.expandPathsToFiles([os.path.join(buildPath, "asset [all...] |
/third_party/vk-gl-cts/external/vulkancts/scripts/ |
H A D | amber_verify.py | 47 buildPath = buildPathPtrn.format( 51 return BuildConfig(buildPath, buildType, [f"-DDEQP_TARGET={targetName}"])
|
H A D | build_spirv_binaries.py | 50 buildPath = buildPathPtrn.format( 54 return BuildConfig(buildPath, buildType, ["-DDEQP_TARGET=%s" % targetName])
|
/third_party/vk-gl-cts/external/openglcts/scripts/ |
H A D | build_caselists.py | 105 buildPath = buildPathPtrn.format( 109 return BuildConfig(buildPath, buildType, ["-DDEQP_TARGET=%s" % targetName])
|
H A D | build_mustpass.py | 53 buildPath = DEFAULT_BUILD_DIR.format(targetName = DEFAULT_TARGET, buildType = "Release") variable 1055 ES_BUILD_CONFIG = BuildConfig(buildPath, "Debug", ["-DDEQP_TARGET=%s" % DEFAULT_TARGET, "-DGLCTS_GTF_TARGET=gles32"]) 1254 GL_BUILD_CONFIG = BuildConfig(buildPath, "Debug", ["-DDEQP_TARGET=%s" % DEFAULT_TARGET, "-DGLCTS_GTF_TARGET=gl"])
|
Completed in 7 milliseconds