Home
last modified time | relevance | path

Searched defs:buildPath (Results 1 – 5 of 5) sorted by relevance

/external/sdk-platform-java/gapic-generator-java/src/main/java/com/google/api/generator/gapic/protoparser/
DSourceCodeInfoParser.java165 private String buildPath(Descriptor message) { in buildPath() method in SourceCodeInfoParser
188 private String buildPath(FieldDescriptor field) { in buildPath() method in SourceCodeInfoParser
220 private String buildPath(ServiceDescriptor service) { in buildPath() method in SourceCodeInfoParser
234 private String buildPath(MethodDescriptor method) { in buildPath() method in SourceCodeInfoParser
249 private String buildPath(EnumDescriptor enumType) { in buildPath() method in SourceCodeInfoParser
272 private String buildPath(EnumValueDescriptor enumValue) { in buildPath() method in SourceCodeInfoParser
287 private String buildPath(OneofDescriptor oneof) { in buildPath() method in SourceCodeInfoParser
/external/deqp/scripts/
Drun_internal_tests.py46 …def __init__ (self, name, srcPath, buildPath, genParams, buildParams, testBinaryName, executor = '… argument
/external/leakcanary2/leakcanary-android-core/src/main/java/leakcanary/internal/
DLeakCanaryFileProvider.kt561 private fun buildPath( in buildPath() method
/external/deqp/scripts/android/
Dbuild_apk.py174 …def __init__(self, env, buildPath, abis, nativeApi, javaApi, minApi, nativeBuildType, gtfTarget, v… argument
723 def getAssetFiles (buildPath): argument
1028 buildPath = os.path.realpath(args.buildRoot) variable
/external/deqp/external/openglcts/scripts/
Dbuild_mustpass.py53 buildPath = DEFAULT_BUILD_DIR.format(targetName = DEFAULT_TARGET, buildType = "Release") variable