HomeSort by relevance Sort by last modified time
    Searched defs:ANNOTATION (Results 1 - 22 of 22) sorted by null

  /cts/tools/signature-tools/src/signature/model/
Kind.java 23 CLASS("class"), INTERFACE("interface"), ANNOTATION("@interface"), ENUM(
  /external/javassist/src/main/javassist/
Modifier.java 44 public static final int ANNOTATION = AccessFlag.ANNOTATION;
136 * Returns true if the modifiers include the <tt>annotation</tt>
142 return (mod & ANNOTATION) != 0;
  /external/javassist/src/main/javassist/bytecode/
AccessFlag.java 38 public static final int ANNOTATION = 0x2000;
  /external/clang/include/clang/Lex/
Token.h 32 /// The parser can create a special "annotation token" representing a stream of
34 /// can be represented by a single typename annotation token that carries
46 /// a normal token, or the end of the SourceRange when an annotation
59 /// This is a pointer to sema-specific data for the annotation token.
108 #define ANNOTATION(NAME) \
119 assert(!isAnnotation() && "Annotation tokens have no length field");
125 assert(!isAnnotation() && "Annotation tokens have no length field");
130 assert(isAnnotation() && "Used AnnotEndLocID on non-annotation token");
134 assert(isAnnotation() && "Used AnnotEndLocID on non-annotation token");
143 /// annotation token represents
    [all...]
  /external/smali/dexlib/src/main/java/org/jf/dexlib/Util/
AccessFlags.java 50 ANNOTATION(0x2000, "annotation", true, false, false),
  /libcore/luni/src/main/java/java/lang/reflect/
Modifier.java 103 static final int ANNOTATION = 0x2000;
  /cts/tools/dasm/src/dasm/
sym.java 67 static final int ANNOTATION = 51;
  /dalvik/dexgen/src/com/android/dexgen/rop/type/
Type.java 142 * {@code java.lang.annotation.Annotation}
144 public static final Type ANNOTATION =
145 intern("Ljava/lang/annotation/Annotation;");
  /dalvik/dx/src/com/android/dx/rop/type/
Type.java 127 * {@code java.lang.annotation.Annotation}
129 public static final Type ANNOTATION =
130 intern("Ljava/lang/annotation/Annotation;");
  /external/dexmaker/src/dx/java/com/android/dx/rop/type/
Type.java 127 * {@code java.lang.annotation.Annotation}
129 public static final Type ANNOTATION =
130 intern("Ljava/lang/annotation/Annotation;");
  /frameworks/base/core/java/android/text/
TextUtils.java 581 public static final int ANNOTATION = 18;
737 case ANNOTATION:
738 readSpan(p, sp, new Annotation(p));
    [all...]
  /external/doclava/src/com/google/doclava/
InfoBuilder.java 540 ENUM, INTERFACE, ANNOTATION, ORDINARY
574 case ANNOTATION:
1414 ClassInfo annotation = buildClassName(child, containingClass, modifiers, local
    [all...]
  /dalvik/dx/etc/
jasmin.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.repository.tools_2.0.1.R36x_v20100823.jar 
org.eclipse.pde.api.tools_1.0.202.v20100820_r361.jar 
org.eclipse.jdt.core_3.6.2.v_A76_R36x.jar 
org.eclipse.pde.core_3.6.1.v20100902_r361.jar 
org.apache.jasper_5.5.17.v201004212143.jar 
  /prebuilts/sdk/tools/lib/
dx.jar 
  /external/jdiff/
xerces.jar 
  /prebuilt/common/groovy/
groovy-all-1.7.0.jar 
  /prebuilt/common/ecj/
ecj.jar 

Completed in 458 milliseconds