Searched defs:typePath (Results 1 – 6 of 6) sorted by relevance
/external/desugar/java/com/google/devtools/build/android/desugar/scan/ |
D | PrefixReferenceScanner.java | 91 int typeRef, TypePath typePath, String desc, boolean visible) { in visitTypeAnnotation() 247 int typeRef, TypePath typePath, String desc, boolean visible) { in visitTypeAnnotation() 317 int typeRef, TypePath typePath, String desc, boolean visible) { in visitInsnAnnotation() 331 int typeRef, TypePath typePath, String desc, boolean visible) { in visitTryCatchAnnotation() 345 TypePath typePath, in visitLocalVariableAnnotation() 370 int typeRef, TypePath typePath, String desc, boolean visible) { in visitTypeAnnotation()
|
/external/proguard/src/proguard/classfile/attribute/annotation/ |
D | TypeAnnotation.java | 37 public TypePathInfo[] typePath; field in TypeAnnotation 55 TypePathInfo[] typePath) in TypeAnnotation()
|
/external/deqp/modules/gles31/functional/ |
D | es31fProgramInterfaceDefinitionUtil.cpp | 691 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/turbine/javatests/com/google/turbine/lower/ |
D | LowerTest.java | 321 public void typePath() throws Exception { in typePath() method in LowerTest
|
/external/desugar/java/com/google/devtools/build/android/desugar/ |
D | Java7Compatibility.java | 235 int typeRef, TypePath typePath, String desc, boolean visible) { in visitTypeAnnotation()
|
D | InterfaceDesugaring.java | 523 int typeRef, TypePath typePath, String desc, boolean visible) { in visitTypeAnnotation()
|