Searched defs:Annotation (Results 1 - 14 of 14) sorted by relevance

/external/proguard/src/proguard/classfile/attribute/annotation/
H A DAnnotation.java32 public class Annotation implements VisitorAccepter class in inherits:VisitorAccepter
54 * Creates an uninitialized Annotation.
56 public Annotation() method in class:Annotation
62 * Creates an initialized Annotation.
64 public Annotation(int u2typeIndex, method in class:Annotation
/external/dexmaker/src/dx/java/com/android/dx/rop/annotation/
H A DAnnotation.java34 public final class Annotation extends MutabilityControl class in inherits:MutabilityControl,Comparable,ToHuman
35 implements Comparable<Annotation>, ToHuman {
51 public Annotation(CstType type, AnnotationVisibility visibility) { method in class:Annotation
68 if (! (other instanceof Annotation)) {
72 Annotation otherAnnotation = (Annotation) other;
91 public int compareTo(Annotation other) {
/external/javassist/src/main/javassist/bytecode/annotation/
H A DAnnotation.java47 public class Annotation { class
70 public Annotation(int type, ConstPool cp) { method in class:Annotation
85 public Annotation(String typeName, ConstPool cp) { method in class:Annotation
98 public Annotation(ConstPool cp, CtClass clazz) method in class:Annotation
106 "Only interfaces are allowed for Annotation creation.");
158 Annotation info = new Annotation(cp, type);
163 // but JBoss has an Annotation Compiler for JDK 1.4
328 if (obj == null || obj instanceof Annotation == false)
331 Annotation othe
[all...]
/external/dexmaker/src/dx/java/com/android/dx/util/
H A DByteArrayAnnotatedOutput.java54 private ArrayList<Annotation> annotations;
366 annotations.add(new Annotation(cursor, msg));
387 annotations.add(new Annotation(startAt, startAt + amt, msg));
434 this.annotations = new ArrayList<Annotation>(1000);
453 Annotation last = annotations.get(asz - 1);
484 Annotation a = annotations.get(rightAt);
545 * Annotation on output.
547 private static class Annotation { class in class:ByteArrayAnnotatedOutput
568 public Annotation(int start, int end, String text) { method in class:ByteArrayAnnotatedOutput.Annotation
580 public Annotation(in method in class:ByteArrayAnnotatedOutput.Annotation
[all...]
/external/smali/dexlib/src/main/java/org/jf/dexlib/Util/
H A DByteArrayAnnotatedOutput.java62 private ArrayList<Annotation> annotations;
385 annotations.add(new Annotation(cursor, msg, currentIndent));
421 annotations.add(new Annotation(startAt, startAt + amt, msg, currentIndent));
468 this.annotations = new ArrayList<Annotation>(1000);
487 Annotation last = annotations.get(asz - 1);
523 Annotation a = annotations.get(rightAt);
584 * Annotation on output.
586 private static class Annotation { class in class:ByteArrayAnnotatedOutput
609 public Annotation(int start, int end, String text, int indent) { method in class:ByteArrayAnnotatedOutput.Annotation
622 public Annotation(in method in class:ByteArrayAnnotatedOutput.Annotation
[all...]
H A DByteArrayOutput.java60 private ArrayList<Annotation> annotations;
367 annotations.add(new Annotation(cursor, msg));
388 annotations.add(new Annotation(startAt, startAt + amt, msg));
435 this.annotations = new ArrayList<Annotation>(1000);
454 Annotation last = annotations.get(asz - 1);
491 * Annotation on output.
493 private static class Annotation { class in class:ByteArrayOutput
514 public Annotation(int start, int end, String text) { method in class:ByteArrayOutput.Annotation
526 public Annotation(int start, String text) { method in class:ByteArrayOutput.Annotation
/external/clang/lib/Sema/
H A DSemaCXXScopeSpec.cpp845 NestedNameSpecifierAnnotation *Annotation local
847 Annotation->NNS = SS.getScopeRep();
848 memcpy(Annotation + 1, SS.location_data(), SS.location_size());
849 return Annotation;
860 NestedNameSpecifierAnnotation *Annotation local
862 SS.Adopt(NestedNameSpecifierLoc(Annotation->NNS, Annotation + 1));
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.p2.repository.tools_2.0.1.R36x_v20100823.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.text_3.5.0.v20100601-1300.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.apache.jasper_5.5.17.v201004212143.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/robolectric/lib/main/
H A Djavassist-3.14.0-GA.jarMETA-INF/ META-INF/MANIFEST.MF javassist/ javassist/bytecode/ javassist/bytecode/analysis/ javassist/bytecode/annotation/ javassist/ ...
/external/proguard/lib/
H A Dproguard.jarMETA-INF/ META-INF/MANIFEST.MF proguard/evaluation/Stack.class Stack.java package proguard ...
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...

Completed in 274 milliseconds