Searched defs:ANNOTATIONS (Results 1 - 4 of 4) sorted by relevance

/external/mockito/cglib-and-asm/src/org/mockito/asm/
H A DClassReader.java54 static final boolean ANNOTATIONS = true; field in class:ClassReader
526 } else if (ANNOTATIONS && "RuntimeVisibleAnnotations".equals(attrName)) {
535 } else if (ANNOTATIONS && "RuntimeInvisibleAnnotations".equals(attrName)) {
573 if (ANNOTATIONS) {
642 } else if (ANNOTATIONS && "RuntimeVisibleAnnotations".equals(attrName)) {
644 } else if (ANNOTATIONS && "RuntimeInvisibleAnnotations".equals(attrName)) {
669 if (ANNOTATIONS) {
731 } else if (ANNOTATIONS && "RuntimeVisibleAnnotations".equals(attrName)) {
733 } else if (ANNOTATIONS && "AnnotationDefault".equals(attrName)) {
737 } else if (ANNOTATIONS
[all...]
/external/jacoco/
H A Dasm-debug-all-5.0.1.jarMETA-INF/MANIFEST.MF org/ org/objectweb/ org/objectweb/asm/ org/objectweb/asm/AnnotationVisitor.class AnnotationVisitor ...
/external/dexmaker/lib/
H A Dmockito-core-1.9.1-SNAPSHOT.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/mockito/ org/mockito/asm/ org/mockito/asm/signature/ ...
/external/robolectric/v1/lib/test/
H A Dmockito-core-1.8.5.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/mockito/ org/mockito/asm/ org/mockito/asm/signature/ ...

Completed in 54 milliseconds