Searched defs:AnnotationWriter (Results 1 - 9 of 9) sorted by relevance

/external/mockito/cglib-and-asm/src/org/mockito/asm/
H A DAnnotationWriter.java38 final class AnnotationWriter implements AnnotationVisitor { class in inherits:AnnotationVisitor
79 AnnotationWriter next;
84 AnnotationWriter prev;
91 * Constructs a new {@link AnnotationWriter}.
100 AnnotationWriter( method in class:AnnotationWriter
212 return new AnnotationWriter(cw, true, bv, bv, bv.length - 2);
222 return new AnnotationWriter(cw, false, bv, bv, bv.length - 2);
244 AnnotationWriter aw = this;
261 AnnotationWriter aw = this;
262 AnnotationWriter las
[all...]
/external/llvm/lib/IR/
H A DAsmWriter.cpp1942 AssemblyAnnotationWriter *AnnotationWriter; member in class:__anon10540::AssemblyWriter
2011 : Out(o), TheModule(M), Machine(Mac), AnnotationWriter(AAW),
2020 Machine(*ModuleSlotTracker), AnnotationWriter(AAW),
2431 if (AnnotationWriter) AnnotationWriter->emitFunctionAnnot(F, Out);
2613 if (AnnotationWriter) AnnotationWriter->emitBasicBlockStartAnnot(BB, Out);
2620 if (AnnotationWriter) AnnotationWriter->emitBasicBlockEndAnnot(BB, Out);
2633 if (AnnotationWriter)
[all...]
/external/jarjar/lib/
H A Dasm-4.0.jarMETA-INF/MANIFEST.MF org/objectweb/asm/AnnotationVisitor.class " package org.objectweb.asm public ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dasm-3.3.jarMETA-INF/MANIFEST.MF org/objectweb/asm/AnnotationVisitor.class " package org.objectweb.asm public ...
/external/dexmaker/lib/
H A Djarjar.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/tonicsystems/ com/tonicsystems/jarjar/ com/tonicsystems/jarjar/AbstractDepHandler ...
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/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.objectweb.asm_3.2.0.v200909071300.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/robolectric/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/ ...
/external/vogar/lib/
H A Dmockito-all-1.8.5.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/hamcrest/ org/hamcrest/core/ org/hamcrest/internal/ org/ ...

Completed in 1913 milliseconds