Home
last modified time | relevance | path

Searched defs:buildRoot (Results 1 – 3 of 3) sorted by relevance

/external/deqp/android/scripts/
Dinstall.py31 def install (buildRoot, extraArgs = [], printPrefix=""): argument
47 def installToDevice (device, buildRoot, printPrefix=""): argument
55 def installToDevices (devices, doParallel, buildRoot): argument
62 def installToAllDevices (doParallel, buildRoot): argument
Dbuild.py49 def getNativeBuildDir (buildRoot, nativeLib, buildType): argument
53 def getAssetsDir (buildRoot, nativeLib, buildType): argument
56 def buildNative (buildRoot, libTargetDir, nativeLib, buildType): argument
99 def buildApp (buildRoot, androidBuildType, javaApi): argument
149 def build (buildRoot=common.ANDROID_DIR, androidBuildType='debug', nativeBuildType="Release", javaA… argument
/external/vogar/src/vogar/android/
DAndroidSdk.java249 String buildRoot = System.getenv("ANDROID_BUILD_TOP"); in filterNonExistentPathsFrom() local