Home
last modified time | relevance | path

Searched defs:buildType (Results 1 – 8 of 8) sorted by relevance

/external/deqp/android/scripts/
Dbuild.py49 def getNativeBuildDir (buildRoot, nativeLib, buildType): argument
53 def getAssetsDir (buildRoot, nativeLib, buildType): argument
56 def buildNative (buildRoot, libTargetDir, nativeLib, buildType): argument
/external/deqp/scripts/build/
Dconfig.py37 def __init__ (self, buildDir, buildType, args, srcPath = DEQP_DIR): argument
64 def getGenerateArgs (self, buildType): argument
70 def getBuildArgs (self, buildType): argument
78 def getBinaryPath (self, buildType, basePath): argument
115 def getBinaryPath (self, buildType, basePath): argument
/external/deqp/external/vulkancts/scripts/
Dbuild_spirv_binaries.py48 def getBuildConfig (buildPathPtrn, targetName, buildType): argument
/external/icu/icu4j/eclipse-build/pdebuild/
Dbuild.properties102 buildType=@BUILD_TYPE@ key
/external/deqp/scripts/
Dcheck_build_sanity.py73 def __init__ (self, target, buildType, cc, cpp, cflags): argument
88 def __init__ (self, buildType): argument
Dbuild_caselists.py59 def getBuildConfig (buildPathPtrn, targetName, buildType): argument
Drun_nightly.py101 def __init__(self, name, buildType, args): argument
/external/doclava/src/com/google/doclava/
DInfoBuilder.java821 private TypeInfo buildType(ParseTree tree) { in buildType() method in InfoBuilder