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

1 2 3 4 5 6 7

  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/
ValueType.java 48 public static final int ANNOTATION = 0x1d;
AccessFlags.java 53 ANNOTATION(0x2000, "annotation", true, false, false),
  /external/clang/include/clang/Basic/
TokenKinds.h 60 /// '!' or '%', and returns NULL for literal and annotation tokens.
96 #define ANNOTATION(NAME) \
  /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;
  /development/tools/rmtypedefs/src/com/android/tools/rmtypedefs/
RmTypeDefs.java 38 * Finds and deletes typedef annotation classes (and also warns if their
43 private static final String ANNOTATION = "java/lang/annotation/Annotation";
44 private static final String STRING_DEF = "android/annotation/StringDef";
45 private static final String INT_DEF = "android/annotation/IntDef";
48 private static final String RETENTION_DESC = "Ljava/lang/annotation/Retention;";
49 private static final String RETENTION_POLICY_DESC = "Ljava/lang/annotation/RetentionPolicy;";
101 System.out.println("Deleting @IntDef and @StringDef annotation class files");
104 // Record typedef annotation names and file
    [all...]
  /external/smali/smalidea/src/main/java/org/jf/smalidea/psi/
SmaliElementTypes.java 46 public static final SmaliAnnotationElementType ANNOTATION = SmaliAnnotationElementType.INSTANCE;
  /libcore/ojluni/src/main/java/java/lang/reflect/
Modifier.java 339 static final int ANNOTATION = 0x00002000;
  /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 112 * {@code java.lang.annotation.Annotation}
114 public static final Type ANNOTATION =
115 new Type("Ljava/lang/annotation/Annotation;", BT_OBJECT);
251 putIntern(ANNOTATION);
  /frameworks/base/core/java/android/text/
TextUtils.java 19 import android.annotation.FloatRange;
20 import android.annotation.NonNull;
21 import android.annotation.Nullable;
22 import android.annotation.PluralsRes;
627 public static final int ANNOTATION = 18;
799 case ANNOTATION:
800 readSpan(p, sp, new Annotation(p));
    [all...]
  /libcore/ojluni/src/main/java/java/lang/
Class.java 29 import dalvik.annotation.optimization.FastNative;
33 import java.lang.annotation.Annotation;
34 import java.lang.annotation.Inherited;
66 * class and an annotation is a kind of interface. Every array also
112 private static final int ANNOTATION= 0x00002000;
316 if (isInterface()) { // Note: all annotation types are interfaces
666 * Returns true if this {@code Class} object represents an annotation
668 * would also return true, as all annotation types are also interfaces.
670 * @return {@code true} if this class object represents an annotation
2479 A annotation = getDeclaredAnnotation(annotationClass); local
2610 String[] annotation = getSignatureAnnotation(); local
    [all...]
  /external/doclava/src/com/google/doclava/
InfoBuilder.java 541 ENUM, INTERFACE, ANNOTATION, ORDINARY
575 case ANNOTATION:
1416 ClassInfo annotation = buildClassName(child, containingClass, modifiers, local
    [all...]
  /prebuilts/tools/common/m2/repository/com/squareup/javapoet/1.2.0/
javapoet-1.2.0.jar 
  /prebuilts/tools/common/m2/repository/com/squareup/javapoet/1.7.0/
javapoet-1.7.0.jar 
  /prebuilts/tools/common/m2/repository/com/squareup/javapoet/1.8.0/
javapoet-1.8.0.jar 
  /prebuilts/tools/common/m2/repository/com/thoughtworks/qdox/qdox/1.12/
qdox-1.12.jar 
  /prebuilts/tools/common/m2/repository/org/codehaus/gmaven/runtime/gmaven-runtime-support/1.5/
gmaven-runtime-support-1.5.jar 
  /dalvik/dx/etc/
jasmin.jar 
  /prebuilts/tools/common/jasmin/
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 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.equinox.p2.repository.tools_2.1.0.v20130327-2119.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.p2.repository.tools_2.1.0.v20130327-2119.jar 
  /prebuilts/tools/common/m2/repository/itext/itext/2.0.8/
itext-2.0.8.jar 

Completed in 1163 milliseconds

1 2 3 4 5 6 7