Home
last modified time | relevance | path

Searched refs:buildDir (Results 1 - 13 of 13) sorted by relevance

/third_party/vk-gl-cts/scripts/
H A Dcheck_build_sanity.py86 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 Dlaunchcontrol_build.py75 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 Dbuild_caselists.py118 dest="buildDir",
147 buildCfg = getBuildConfig(args.buildDir, args.targetName, args.buildType)
H A Dmustpass.py436 dest="buildDir",
453 return getBuildConfig(args.buildDir, args.targetName, args.buildType)
/third_party/vk-gl-cts/scripts/build/
H A Dbuild.py39 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 Dconfig.py40 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 Dbuild.py39 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 Dconfig.py40 def __init__ (self, buildDir, buildType, args, srcPath = DEQP_DIR):
42 self.buildDir = buildDir
51 return self.buildDir
/third_party/python/Mac/BuildScript/
H A Dbuild-installer.py279 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 Dmain.go471 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 Damber_verify.py69 dest="buildDir",
93 buildCfg = getBuildConfig(args.buildDir, args.targetName, args.buildType)
H A Dbuild_spirv_binaries.py80 dest="buildDir",
110 buildCfg = getBuildConfig(args.buildDir, args.targetName, args.buildType)
/third_party/nghttp2/integration-tests/
H A Dserver_tester.go32 serverBin = buildDir + "/src/nghttpx"
35 logDir = buildDir + "/integration-tests"

Completed in 8 milliseconds