Home
last modified time | relevance | path

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

/external/proguard/src/proguard/classfile/attribute/annotation/
DTypeAnnotation.java37 public TypePathInfo[] typePath; field in TypeAnnotation
55 TypePathInfo[] typePath) in TypeAnnotation()
/external/r8/src/main/java/com/android/tools/r8/graph/
DJarClassFileReader.java219 public AnnotationVisitor visitTypeAnnotation(int typeRef, TypePath typePath, String desc, in visitTypeAnnotation()
323 public AnnotationVisitor visitTypeAnnotation(int typeRef, TypePath typePath, String desc, in visitTypeAnnotation()
441 public AnnotationVisitor visitTypeAnnotation(int typeRef, TypePath typePath, String desc, in visitTypeAnnotation()
478 public AnnotationVisitor visitInsnAnnotation(int typeRef, TypePath typePath, String desc, in visitInsnAnnotation()
485 public AnnotationVisitor visitLocalVariableAnnotation(int typeRef, TypePath typePath, in visitLocalVariableAnnotation()
492 public AnnotationVisitor visitTryCatchAnnotation(int typeRef, TypePath typePath, String desc, in visitTryCatchAnnotation()
/external/deqp/modules/gles31/functional/
Des31fProgramInterfaceDefinitionUtil.cpp691 static bool traverseVariablePath (std::vector<VariablePathComponent>& typePath, const char* subPath… in traverseVariablePath()
733 static bool traverseVariablePath (std::vector<VariablePathComponent>& typePath, const std::string& … in traverseVariablePath()
742 static bool traverseShaderVariablePath (std::vector<VariablePathComponent>& typePath, const Program… in traverseShaderVariablePath()
800 static bool traverseProgramVariablePath (std::vector<VariablePathComponent>& typePath, const Progra… in traverseProgramVariablePath()
1699 bool findProgramVariablePathByPathName (std::vector<VariablePathComponent>& typePath, const Program… in findProgramVariablePathByPathName()
/external/desugar/java/com/google/devtools/build/android/desugar/
DInterfaceDesugaring.java239 int typeRef, TypePath typePath, String desc, boolean visible) { in visitTypeAnnotation()
DJava7Compatibility.java181 int typeRef, TypePath typePath, String desc, boolean visible) { in visitTypeAnnotation()