Searched refs:buildDir (Results 1 - 13 of 13) sorted by relevance
/third_party/vk-gl-cts/scripts/ |
H A D | check_build_sanity.py | 86 def getBuildConfig (self, env, buildDir): 88 return BuildConfig(buildDir, self.buildType, args, env.srcDir) 94 def getBuildConfig (self, env, buildDir): 96 return BuildConfig(buildDir, self.buildType, args, env.srcDir) 99 def __init__ (self, buildDir, configGen, generator): 100 self.buildDir = buildDir 105 return self.buildDir 112 buildDir = os.path.join(env.tmpDir, self.buildDir) [all...] |
H A D | launchcontrol_build.py | 75 dest="buildDir", 100 buildDir = os.path.realpath(os.path.normpath(options.buildDir)) variable 101 config = BuildConfig(buildDir, options.buildType, launchControlConfig.getBuildArgs()) 103 buildWithMake(buildDir)
|
H A D | build_caselists.py | 118 dest="buildDir", 147 buildCfg = getBuildConfig(args.buildDir, args.targetName, args.buildType)
|
H A D | mustpass.py | 436 dest="buildDir", 453 return getBuildConfig(args.buildDir, args.targetName, args.buildType)
|
/third_party/vk-gl-cts/scripts/build/ |
H A D | build.py | 39 if not os.path.exists(config.buildDir): 40 os.makedirs(config.buildDir) 50 if os.path.exists(config.buildDir): 56 shutil.rmtree(config.buildDir)
|
H A D | config.py | 40 def __init__ (self, buildDir, buildType, args, srcPath = DEQP_DIR): 42 self.buildDir = buildDir 51 return self.buildDir
|
/third_party/vk-gl-cts/scripts/ctsbuild/ |
H A D | build.py | 39 if not os.path.exists(config.buildDir): 40 os.makedirs(config.buildDir) 50 if os.path.exists(config.buildDir): 56 shutil.rmtree(config.buildDir)
|
H A D | config.py | 40 def __init__ (self, buildDir, buildType, args, srcPath = DEQP_DIR): 42 self.buildDir = buildDir 51 return self.buildDir
|
/third_party/python/Mac/BuildScript/ |
H A D | build-installer.py | 279 buildDir="unix", 297 buildDir="unix", 388 buildDir="build_unix", 966 buildDir=os.path.join(WORKDIR, '_bld') 967 if not os.path.exists(buildDir): 968 os.mkdir(buildDir) 970 workDir = extractArchive(buildDir, sourceArchive) 998 if 'buildDir' in recipe: 999 os.chdir(recipe['buildDir']) 1084 buildDir [all...] |
/third_party/skia/third_party/externals/swiftshader/tests/regres/cmd/regres/ |
H A D | main.go | 471 buildDir := path.Join(cacheDir, "build") 516 log.Printf("Building deqp into %v\n", buildDir) 517 if err := os.MkdirAll(buildDir, 0777); err != nil { 518 return deqpBuild{}, cause.Wrap(err, "Couldn't make deqp build directory '%v'", buildDir) 521 if err := shell.Shell(buildTimeout, r.cmake, buildDir, 528 if err := shell.Shell(buildTimeout, r.make, buildDir, 695 ExePath: filepath.Join(test.buildDir, "libvk_swiftshader.so"), 696 TurboCov: filepath.Join(test.buildDir, "turbo-cov"), 1162 buildDir: filepath.Join(checkoutDir, "build"), 1184 buildDir strin [all...] |
/third_party/vk-gl-cts/external/vulkancts/scripts/ |
H A D | amber_verify.py | 69 dest="buildDir", 93 buildCfg = getBuildConfig(args.buildDir, args.targetName, args.buildType)
|
H A D | build_spirv_binaries.py | 80 dest="buildDir", 110 buildCfg = getBuildConfig(args.buildDir, args.targetName, args.buildType)
|
/third_party/nghttp2/integration-tests/ |
H A D | server_tester.go | 32 serverBin = buildDir + "/src/nghttpx" 35 logDir = buildDir + "/integration-tests"
|
Completed in 7 milliseconds