Home
last modified time | relevance | path

Searched refs:buildDir (Results 1 – 25 of 76) sorted by relevance

1234

/external/kotlinx.coroutines/benchmarks/
Dbuild.gradle27 …delete "$buildDir/classes/kotlin/jmh/benchmarks/flow/scrabble/FlowPlaysScrabbleOpt\$play\$buildHis…
28 …delete "$buildDir/classes/kotlin/jmh/benchmarks/flow/scrabble/FlowPlaysScrabbleOpt\$play\$nBlanks\…
29 …delete "$buildDir/classes/kotlin/jmh/benchmarks/flow/scrabble/FlowPlaysScrabbleOpt\$play\$score2\$…
30 …delete "$buildDir/classes/kotlin/jmh/benchmarks/flow/scrabble/FlowPlaysScrabbleOpt\$play\$bonusFor…
31 …delete "$buildDir/classes/kotlin/jmh/benchmarks/flow/scrabble/FlowPlaysScrabbleOpt\$play\$nBlanks\…
32 …delete "$buildDir/classes/kotlin/jmh/benchmarks/flow/scrabble/FlowPlaysScrabbleOpt\$play\$bonusFor…
33 …delete "$buildDir/classes/kotlin/jmh/benchmarks/flow/scrabble/FlowPlaysScrabbleOpt\$play\$score2\$…
34 …delete "$buildDir/classes/kotlin/jmh/benchmarks/flow/scrabble/FlowPlaysScrabbleOptKt\$\$special\$\…
35 …delete "$buildDir/classes/kotlin/jmh/benchmarks/flow/scrabble/FlowPlaysScrabbleOptKt\$\$special\$\…
36 …delete "$buildDir/classes/kotlin/jmh/benchmarks/flow/scrabble/FlowPlaysScrabbleOpt\$play\$histoOfL…
[all …]
/external/deqp/scripts/
Dcheck_build_sanity.py86 def getBuildConfig (self, env, buildDir): argument
88 return BuildConfig(buildDir, self.buildType, args, env.srcDir)
94 def getBuildConfig (self, env, buildDir): argument
96 return BuildConfig(buildDir, self.buildType, args, env.srcDir)
99 def __init__ (self, buildDir, configGen, generator): argument
100 self.buildDir = buildDir
105 return self.buildDir
112 buildDir = os.path.join(env.tmpDir, self.buildDir)
113 curConfig = self.configGen.getBuildConfig(env, buildDir)
Dlaunchcontrol_build.py100 buildDir = os.path.realpath(os.path.normpath(options.buildDir)) variable
101 config = BuildConfig(buildDir, options.buildType, launchControlConfig.getBuildArgs())
103 buildWithMake(buildDir)
/external/kotlinx.coroutines/site/
Dbuild.gradle5 def buildDocsDir = "$buildDir/docs"
8 from (rootProject.getTasksByName("dokka", true).collect { "$it.project.buildDir/dokka" }) {
17 def srcBuildDir = project(':example-frontend-js').buildDir
24 outputs.dir("$buildDir/dist")
30 delete buildDir
/external/dokka/runners/maven-plugin/
Dbuild.gradle39 outputs.file(new File(buildDir, "pom.xml"))
42 final pom = new File(buildDir, "pom.xml")
50 def sourceDir = new File(buildDir, "classes/kotlin")
51 def targetDir = new File(buildDir, "classes/java")
65 workingDir buildDir
72 workingDir buildDir
79 sourceSets.main.java.srcDir("$buildDir/generated-sources/plugin")
/external/deqp/scripts/build/
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)
Dconfig.py40 def __init__ (self, buildDir, buildType, args, srcPath = DEQP_DIR): argument
42 self.buildDir = buildDir
51 return self.buildDir
/external/opencensus-java/examples/
Dbuild.gradle91 outputDir = new File(project.buildDir, 'tmp')
98 outputDir = new File(project.buildDir, 'tmp')
105 outputDir = new File(project.buildDir, 'tmp')
112 outputDir = new File(project.buildDir, 'tmp')
119 outputDir = new File(project.buildDir, 'tmp')
126 outputDir = new File(project.buildDir, 'tmp')
133 outputDir = new File(project.buildDir, 'tmp')
140 outputDir = new File(project.buildDir, 'tmp')
/external/grpc-grpc-java/examples/
Dbuild.gradle80 outputDir = new File(project.buildDir, 'tmp')
87 outputDir = new File(project.buildDir, 'tmp')
94 outputDir = new File(project.buildDir, 'tmp')
101 outputDir = new File(project.buildDir, 'tmp')
108 outputDir = new File(project.buildDir, 'tmp')
115 outputDir = new File(project.buildDir, 'tmp')
122 outputDir = new File(project.buildDir, 'tmp')
129 outputDir = new File(project.buildDir, 'tmp')
136 outputDir = new File(project.buildDir, 'tmp')
/external/grpc-grpc-java/interop-testing/
Dbuild.gradle60 outputDir = new File(project.buildDir, 'tmp')
72 outputDir = new File(project.buildDir, 'tmp')
79 outputDir = new File(project.buildDir, 'tmp')
86 outputDir = new File(project.buildDir, 'tmp')
97 outputDir = new File(project.buildDir, 'tmp')
/external/grpc-grpc-java/benchmarks/
Dbuild.gradle59 outputDir = new File(project.buildDir, 'tmp')
69 outputDir = new File(project.buildDir, 'tmp')
76 outputDir = new File(project.buildDir, 'tmp')
86 outputDir = new File(project.buildDir, 'tmp')
/external/smali/smalidea/
Dbuild.gradle92 def sandboxDir = "${buildDir}/sandbox"
163 excludeDirs -= buildDir
164 if (buildDir.exists()) {
165 excludeDirs.addAll(buildDir.listFiles())
217 into "${buildDir}/tokens"
222 def tokensDir = file("${buildDir}/tokens/org/jf/smali")
225 outputDirectory(file("${buildDir}/generated-src/antlr/main/org/jf/smalidea"))
/external/opencensus-java/benchmarks/
Dbuild.gradle11 jmhResultPath = project.file("${project.buildDir}/reports/jmh/results.json")
12 jmhReportOutput = project.file("${project.buildDir}/reports/jmh")
/external/conscrypt/openjdk-uber/
Dbuild.gradle7 classesDir = "${buildDir}/classes"
8 resourcesDir = "${buildDir}/resources"
9 sourcesDir = "${buildDir}/sources"
/external/python/cpython3/Mac/BuildScript/
Dbuild-installer.py233 buildDir="unix",
252 buildDir="unix",
384 buildDir="build_unix",
946 buildDir=os.path.join(WORKDIR, '_bld')
947 if not os.path.exists(buildDir):
948 os.mkdir(buildDir)
950 workDir = extractArchive(buildDir, sourceArchive)
1064 buildDir = os.path.join('../../Doc')
1067 os.chdir(buildDir)
1076 os.rename(os.path.join(buildDir, 'build', 'html'), docdir)
[all …]
/external/python/cpython2/Mac/BuildScript/
Dbuild-installer.py229 buildDir="unix",
248 buildDir="unix",
380 buildDir="build_unix",
944 buildDir=os.path.join(WORKDIR, '_bld')
945 if not os.path.exists(buildDir):
946 os.mkdir(buildDir)
948 workDir = extractArchive(buildDir, sourceArchive)
1062 buildDir = os.path.join('../../Doc')
1065 os.chdir(buildDir)
1078 os.rename(os.path.join(buildDir, 'build', 'html'), docdir)
[all …]
/external/dokka/runners/android-gradle-plugin/src/main/kotlin/
DmainAndroid.kt14 outputDirectory = File(project.buildDir, "dokka").absolutePath in apply()
26 val generatedRoot = project.buildDir.resolve("generated").absoluteFile in collectSuppressedFiles()
/external/jdiff/
Dbuild.gradle33 buildDir = file("${System.env.OUT_DIR}/gradle/external/jdiff/build").getCanonicalFile()
39 buildDir = file('../../out/host/gradle/external/jdiff/build')
60 repository(url: uri("${buildDir}/repo"))
/external/kotlinx.coroutines/reactive/kotlinx-coroutines-reactive/
Dbuild.gradle12 reports.html.destination = file("$buildDir/reports/testng")
26 reports.html.destination = file("$buildDir/reports/junit")
/external/kotlinx.coroutines/js/example-frontend-js/
Dbuild.gradle19 inputs.files(fileTree("$buildDir/kotlin-js-min/main"))
22 outputs.dir("$buildDir/dist")
/external/kotlinx.coroutines/reactive/kotlinx-coroutines-rx2/
Dbuild.gradle21 reports.html.destination = file("$buildDir/reports/testng")
35 reports.html.destination = file("$buildDir/reports/junit")
/external/dokka/
Dbusytown.gradle22 from file("${project.buildDir}/dist-maven")
28 from file("${project.buildDir}/dist-maven")
/external/swiftshader/tests/regres/cmd/regres/
Dmain.go362 buildDir := path.Join(cacheDir, "build")
407 log.Printf("Building deqp into %v\n", buildDir)
408 if err := os.MkdirAll(buildDir, 0777); err != nil {
409 return deqpBuild{}, cause.Wrap(err, "Couldn't make deqp build directory '%v'", buildDir)
412 if err := shell.Shell(buildTimeout, r.cmake, buildDir,
419 …if err := shell.Shell(buildTimeout, r.make, buildDir, fmt.Sprintf("-j%d", runtime.NumCPU())); err …
792 buildDir: filepath.Join(srcDir, "build"),
801 buildDir string // directory for SwiftShader build member
852 if err := os.MkdirAll(t.buildDir, 0777); err != nil {
856 if err := shell.Shell(buildTimeout, t.r.cmake, t.buildDir,
[all …]
/external/dokka/runners/gradle-integration-tests/testData/androidMultiFlavourApp/app/
Dbuild.gradle64 outputDirectory = "$buildDir/dokka/all"
73 outputDirectory = "$buildDir/dokka/fullOnly"
/external/boringssl/src/util/
Drun_android_tests.go32 buildDir = flag.String("build-dir", "build", "Specifies the build directory to push.") var
286 if _, err := os.Stat(filepath.Join(*buildDir, "crypto/libcrypto.so")); err == nil {
300 …if err := copyFile(filepath.Join(tmpDir, "build", binary), filepath.Join(*buildDir, binary)); err …
312 …th.Join(tmpDir, "build", "lib", filepath.Base(library)), filepath.Join(*buildDir, library)); err !…

1234