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

/external/smali/dexlib2/src/main/java/org/jf/dexlib2/iface/
H A DAnnotation.java41 public interface Annotation extends BasicAnnotation, Comparable<Annotation> { interface in inherits:BasicAnnotation,Comparable
70 * Returns a hashcode for this Annotation.
81 * @return The hash code value for this Annotation
86 * Compares this Annotation to another Annotation for equality.
88 * This Annotation is equal to another Annotation if all of it's "fields" are equal. That is, if the return values
91 * @param o The object to be compared for equality with this Annotation
92 * @return true if the specified object is equal to this Annotation
[all...]
/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/clang/lib/Sema/
H A DSemaCXXScopeSpec.cpp898 NestedNameSpecifierAnnotation *Annotation local
900 Annotation->NNS = SS.getScopeRep();
901 memcpy(Annotation + 1, SS.location_data(), SS.location_size());
902 return Annotation;
913 NestedNameSpecifierAnnotation *Annotation local
915 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/ ...
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/external/proguard/lib/
H A Dproguard.jarMETA-INF/ META-INF/MANIFEST.MF proguard/DataEntryWriterFactory.class DataEntryWriterFactory.java package proguard public ...
/external/chromium_org/third_party/libaddressinput/src/java/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF AndroidManifest.xml android/ android/Manifest$permission.class ...
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/javascript/ com/google/javascript/jscomp/ ...
/external/chromium_org/third_party/closure_compiler/compiler/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...
/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...

Completed in 231 milliseconds