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

/external/deqp/scripts/
H A Dlaunchcontrol_build.py51 dest="buildDir",
75 buildDir = os.path.realpath(os.path.normpath(options.buildDir)) variable
76 config = BuildConfig(buildDir, options.buildType, BUILD_CONFIGS[options.config])
78 buildWithMake(buildDir)
H A Dbuild_caselists.py117 dest="buildDir",
146 buildCfg = getBuildConfig(args.buildDir, args.targetName, args.buildType)
/external/deqp/scripts/build/
H A Dbuild.py38 if not os.path.exists(config.buildDir):
39 os.makedirs(config.buildDir)
H A Dconfig.py37 def __init__ (self, buildDir, buildType, args, srcPath = DEQP_DIR):
39 self.buildDir = buildDir
47 return self.buildDir
/external/deqp/android/scripts/
H A Dbuild.py56 buildDir = getNativeBuildDir(buildRoot, nativeLib, buildType)
58 srcLibFile = os.path.join(buildDir, common.NATIVE_LIB_NAME)
62 if not os.path.exists(buildDir):
63 os.makedirs(buildDir)
76 ], buildDir)
78 common.execArgsInDirectory(['cmake', '--build', '.'] + common.EXTRA_BUILD_ARGS, buildDir)
H A Ddebug.py73 buildDir,
163 shutil.copyfile(os.path.join(buildDir, common.NATIVE_LIB_NAME), common.NATIVE_LIB_NAME)
658 parser.add_argument('--build-dir', dest='buildDir', default=None, help="Path to dEQP native build directory.")
672 if args.buildDir == None:
673 args.buildDir = device.getBuildDir()
691 buildDir=args.buildDir,
/external/smali/smali/
H A Dbuild.gradle39 ext.antlrOutput = file("${buildDir}/generated-sources/antlr3")
42 ext.jflexOutput = file("${buildDir}/generated-sources/jflex")
45 ext.testAntlrOutput = file("${buildDir}/generated-test-sources/antlr3")
54 excludeDirs -= buildDir
55 if (buildDir.exists()) {
56 excludeDirs.addAll(buildDir.listFiles())
/external/boringssl/src/util/
H A Dall_tests.go36 buildDir = flag.String("build-dir", "build", "The build directory to run the tests from.")
182 prog := path.Join(*buildDir, test[0])
/external/clang/tools/c-index-test/
H A Dc-index-test.c3277 char *buildDir; local
3283 buildDir = dirname(tmp);
3285 db = clang_CompilationDatabase_fromDirectory(buildDir, &ec);
3295 if (chdir(buildDir) != 0) {
3296 printf("Could not chdir to %s\n", buildDir);
3532 char *buildDir; local
3538 buildDir = dirname(tmp);
3540 db = clang_CompilationDatabase_fromDirectory(buildDir, &ec);
/external/clang/bindings/python/clang/
H A Dcindex.py2731 def fromDirectory(buildDir):
2732 """Builds a CompilationDatabase from the database found in buildDir"""
2735 cdb = conf.lib.clang_CompilationDatabase_fromDirectory(buildDir,
/external/owasp/sanitizer/tools/findbugs/lib/
H A Djdepend-2.9.jarMETA-INF/ META-INF/MANIFEST.MF jdepend/ jdepend/framework/ jdepend/framework/AbstractParser.class AbstractParser. ...
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant-nodeps.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/jarjar/lib/
H A Dapache-ant-1.9.4.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...

Completed in 717 milliseconds