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

1 2

  /external/javassist/src/main/javassist/
Modifier.java 141 public static boolean isAnnotation(int mod) {
CtClass.java 452 public boolean isAnnotation() {
    [all...]
CtClassType.java 378 public boolean isAnnotation() {
379 return Modifier.isAnnotation(getModifiers());
    [all...]
  /dalvik/dexgen/src/com/android/dexgen/rop/code/
AccessFlags.java 273 public static boolean isAnnotation(int flags) {
  /dalvik/dx/src/com/android/dx/rop/code/
AccessFlags.java 273 public static boolean isAnnotation(int flags) {
  /development/tools/apkcheck/src/com/android/apkcheck/
ClassInfo.java 122 public boolean isAnnotation() {
  /external/clang/include/clang/Lex/
Token.h 58 /// Annotations (resolved type names, C++ scopes, etc): isAnnotation().
107 bool isAnnotation() const {
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");
139 return isAnnotation() ? getAnnotationEndLoc() : getLocation();
169 assert(!isAnnotation() &&
203 assert(isAnnotation() && "Used AnnotVal on non-annotation token");
207 assert(isAnnotation() && "Used AnnotVal on non-annotation token")
    [all...]
  /external/dexmaker/src/dx/java/com/android/dx/rop/code/
AccessFlags.java 273 public static boolean isAnnotation(int flags) {
  /cts/tools/signature-tools/src/signature/converter/dex/
DexUtil.java 210 public static boolean isAnnotation(DexClass dexClass) {
229 } else if (isAnnotation(dexClass)) {
  /libcore/luni/src/test/java/libcore/java/lang/
OldClassTest.java 555 assertTrue(Deprecated.class.isAnnotation());
556 assertTrue(TestAnnotation.class.isAnnotation());
557 assertFalse(PublicTestClass.class.isAnnotation());
558 assertFalse(String.class.isAnnotation());
    [all...]
  /libcore/luni/src/main/java/java/lang/
Class.java     [all...]
  /cts/tests/SignatureTest/src/android/tests/sigtest/
JDiffClassDescription.java 790 if (isAnnotation()) {
811 if (mClass.isAnnotation()) {
910 if (!mClass.isAnnotation()) {
    [all...]
  /external/doclava/src/com/google/doclava/
ClassInfo.java 65 boolean isException, boolean isError, boolean isEnum, boolean isAnnotation, boolean isFinal,
73 isException, isError, isEnum, isAnnotation, isFinal,
85 boolean isException, boolean isError, boolean isEnum, boolean isAnnotation, boolean isFinal,
102 mIsAnnotation = isAnnotation;
243 public boolean isAnnotation() {
    [all...]
  /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.jdt.core_3.6.2.v_A76_R36x.jar 
org.eclipse.pde.api.tools_1.0.202.v20100820_r361.jar 
org.apache.jasper_5.5.17.v201004212143.jar 
  /prebuilts/sdk/tools/lib/
dx.jar 
  /prebuilts/sdk/10/
android.jar 
  /prebuilts/sdk/11/
android.jar 
  /prebuilts/sdk/13/
android.jar 
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/16/
android.jar 
  /prebuilts/sdk/5/
android.jar 
  /prebuilts/sdk/6/
android.jar 

Completed in 2279 milliseconds

1 2