Home
last modified time | relevance | path

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

/external/desugar/java/com/google/devtools/build/android/desugar/scan/
DPrefixReferenceScanner.java91 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/
DTypeAnnotation.java37 public TypePathInfo[] typePath; field in TypeAnnotation
55 TypePathInfo[] typePath) in TypeAnnotation()
/external/javassist/src/main/javassist/bytecode/
DTypeAnnotationsAttribute.java226 final int typePath(int pos) throws Exception { in typePath() method in TypeAnnotationsAttribute.SubWalker
231 int typePath(int pos, int pathLength) throws Exception { in typePath() method in TypeAnnotationsAttribute.SubWalker
242 void typePath(int pos, int typePathKind, int typeArgumentIndex) throws Exception {} in typePath() method in TypeAnnotationsAttribute.SubWalker
371 int typePath(int pos, int pathLength) throws Exception { in typePath() method in TypeAnnotationsAttribute.SubCopier
377 void typePath(int pos, int typePathKind, int typeArgumentIndex) throws Exception { in typePath() method in TypeAnnotationsAttribute.SubCopier
/external/javassist/src/main/javassist/bytecode/annotation/
DTypeAnnotationsWriter.java162 public void typePath(int pathLength) throws IOException { in typePath() method in TypeAnnotationsWriter
/external/deqp/modules/gles31/functional/
Des31fProgramInterfaceDefinitionUtil.cpp718 static bool traverseVariablePath (std::vector<VariablePathComponent>& typePath, const char* subPath… in traverseVariablePath()
760 static bool traverseVariablePath (std::vector<VariablePathComponent>& typePath, const std::string& … in traverseVariablePath()
769 static bool traverseShaderVariablePath (std::vector<VariablePathComponent>& typePath, const Program… in traverseShaderVariablePath()
827 static bool traverseProgramVariablePath (std::vector<VariablePathComponent>& typePath, const Progra… in traverseProgramVariablePath()
1726 bool findProgramVariablePathByPathName (std::vector<VariablePathComponent>& typePath, const Program… in findProgramVariablePathByPathName()
/external/jacoco/org.jacoco.core/src/org/jacoco/core/internal/instr/
DProbeInserter.java114 final TypePath typePath, final Label[] start, final Label[] end, in visitLocalVariableAnnotation()
/external/turbine/javatests/com/google/turbine/lower/
DLowerTest.java327 public void typePath() throws Exception { in typePath() method in LowerTest
/external/desugar/java/com/google/devtools/build/android/desugar/
DJava7Compatibility.java235 int typeRef, TypePath typePath, String desc, boolean visible) { in visitTypeAnnotation()
DInterfaceDesugaring.java523 int typeRef, TypePath typePath, String desc, boolean visible) { in visitTypeAnnotation()