/external/mockito/cglib-and-asm/src/org/mockito/asm/ |
D | AnnotationWriter.java | 38 final class AnnotationWriter implements AnnotationVisitor { class 79 AnnotationWriter next; 84 AnnotationWriter prev; 100 AnnotationWriter( in AnnotationWriter() method in AnnotationWriter 212 return new AnnotationWriter(cw, true, bv, bv, bv.length - 2); in visitAnnotation() 222 return new AnnotationWriter(cw, false, bv, bv, bv.length - 2); in visitArray() 244 AnnotationWriter aw = this; in getSize() 261 AnnotationWriter aw = this; in put() 262 AnnotationWriter last = null; in put() 288 final AnnotationWriter[] panns, in put() [all …]
|
D | FieldWriter.java | 81 private AnnotationWriter anns; 86 private AnnotationWriter ianns; 147 AnnotationWriter aw = new AnnotationWriter(cw, true, bv, bv, 2); in visitAnnotation()
|
D | MethodWriter.java | 192 private AnnotationWriter anns; 197 private AnnotationWriter ianns; 203 private AnnotationWriter[] panns; 209 private AnnotationWriter[] ipanns; 469 return new AnnotationWriter(cw, false, annd, null, 0); in visitAnnotationDefault() 482 AnnotationWriter aw = new AnnotationWriter(cw, true, bv, bv, 2); in visitAnnotation() 506 return new AnnotationWriter(cw, false, bv, null, 0); in visitParameterAnnotation() 510 AnnotationWriter aw = new AnnotationWriter(cw, true, bv, bv, 2); in visitParameterAnnotation() 513 panns = new AnnotationWriter[Type.getArgumentTypes(descriptor).length]; in visitParameterAnnotation() 519 ipanns = new AnnotationWriter[Type.getArgumentTypes(descriptor).length]; in visitParameterAnnotation() [all …]
|
D | ClassWriter.java | 362 private AnnotationWriter anns; 367 private AnnotationWriter ianns; 635 AnnotationWriter aw = new AnnotationWriter(this, true, bv, bv, 2); in visitAnnotation()
|
/external/llvm/lib/IR/ |
D | AsmWriter.cpp | 1942 AssemblyAnnotationWriter *AnnotationWriter; member in __anond169a03a0711::AssemblyWriter 2011 : Out(o), TheModule(M), Machine(Mac), AnnotationWriter(AAW), in AssemblyWriter() 2020 Machine(*ModuleSlotTracker), AnnotationWriter(AAW), in AssemblyWriter() 2431 if (AnnotationWriter) AnnotationWriter->emitFunctionAnnot(F, Out); in printFunction() 2613 if (AnnotationWriter) AnnotationWriter->emitBasicBlockStartAnnot(BB, Out); in printBasicBlock() 2620 if (AnnotationWriter) AnnotationWriter->emitBasicBlockEndAnnot(BB, Out); in printBasicBlock() 2633 if (AnnotationWriter) in printInfoComment() 2634 AnnotationWriter->printInfoComment(V, Out); in printInfoComment() 2639 if (AnnotationWriter) AnnotationWriter->emitInstructionAnnot(&I, Out); in printInstruction()
|
/external/owasp/sanitizer/tools/findbugs/lib/ |
D | asm-3.3.jar | META-INF/MANIFEST.MF
org/objectweb/asm/AnnotationVisitor.class
<Unknown>
... |
/external/jarjar/lib/ |
D | asm-4.0.jar | META-INF/MANIFEST.MF
org/objectweb/asm/AnnotationVisitor.class
<Unknown>
... |
/external/dexmaker/lib/ |
D | jarjar.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/tonicsystems/
com/ ... |
D | mockito-core-1.9.1-SNAPSHOT.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/mockito/
org/ ... |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
D | org.objectweb.asm_3.2.0.v200909071300.jar | META-INF/MANIFEST.MF
META-INF/ECLIPSEF.SF
META-INF/ECLIPSEF ... |
/external/robolectric/lib/test/ |
D | mockito-core-1.8.5.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/mockito/
org/ ... |
/external/vogar/lib/ |
D | mockito-all-1.8.5.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/hamcrest/
org/ ... |