HomeSort by relevance Sort by last modified time
    Searched refs:annotations (Results 151 - 175 of 214) sorted by null

1 2 3 4 5 67 8 9

  /dalvik/dx/src/com/android/dx/cf/direct/
StdAttributeFactory.java 47 import com.android.dx.rop.annotation.Annotations;
617 Annotations annotations = local
620 return new AttRuntimeInvisibleAnnotations(annotations, length);
634 Annotations annotations = local
637 return new AttRuntimeVisibleAnnotations(annotations, length);
  /external/guava/src/com/google/common/base/
Functions.java 19 import com.google.common.annotations.GwtCompatible;
Joiner.java 19 import com.google.common.annotations.GwtCompatible;
  /external/guava/src/com/google/common/collect/
AbstractMultiset.java 19 import com.google.common.annotations.GwtCompatible;
Collections2.java 19 import com.google.common.annotations.GwtCompatible;
ConstrainedMap.java 19 import com.google.common.annotations.GwtCompatible;
ImmutableBiMap.java 19 import com.google.common.annotations.GwtCompatible;
RegularImmutableList.java 19 import com.google.common.annotations.GwtCompatible;
RegularImmutableMap.java 19 import com.google.common.annotations.GwtCompatible;
RegularImmutableSortedSet.java 19 import com.google.common.annotations.GwtCompatible;
Iterators.java 19 import com.google.common.annotations.GwtCompatible;
20 import com.google.common.annotations.GwtIncompatible;
    [all...]
AbstractMapBasedMultiset.java 19 import com.google.common.annotations.GwtCompatible;
ConcurrentHashMultiset.java 19 import com.google.common.annotations.VisibleForTesting;
ImmutableList.java 19 import com.google.common.annotations.GwtCompatible;
ImmutableListMultimap.java 19 import com.google.common.annotations.GwtCompatible;
  /external/guava/src/com/google/common/primitives/
Bytes.java 19 import com.google.common.annotations.GwtCompatible;
  /external/proguard/src/proguard/shrink/
ClassShrinker.java 181 // Shrink the annotations array.
183 shrinkArray(annotationsAttribute.annotations,
186 // Shrink the annotations themselves.
196 // Shrink the parameter annotations array.
202 // Shrink the annotations themselves.
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
SuggestionData.java 19 import com.google.common.annotations.VisibleForTesting;
Suggestions.java 19 import com.google.common.annotations.VisibleForTesting;
  /packages/providers/DownloadProvider/src/com/android/providers/downloads/
DownloadReceiver.java 33 import com.google.common.annotations.VisibleForTesting;
  /cts/tools/dasm/src/dasm/
parser.cup 114 annotations, ann_cls_list, ann_cls_spec, endannotation, ann_cls_expr,
146 annotations
301 annotations ::= ann_cls_list |
313 dAsm.report_error("WARNING: Annotations are not supported"); :}
321 dAsm.report_error("WARNING: Annotations are not supported"); :}
325 dAsm.report_error("WARNING: Annotations are not supported"); :}
330 dAsm.report_error("WARNING: Annotations are not supported"); :}
334 dAsm.report_error("WARNING: Annotations are not supported"); :}
338 dAsm.report_error("WARNING: Annotations are not supported"); :}
342 dAsm.report_error("WARNING: Annotations are not supported"); :
    [all...]
  /cts/tools/test-progress/src/
TestCoverageDoclet.java 335 AnnotationDesc[] cAnnots = classDoc.annotations();
430 AnnotationDesc[] annots = methodDoc.annotations();
439 // the test targets must be annotations themselves
617 // Since currently we have two kinds of annotations to mark a class as hide:
  /dalvik/dx/src/com/android/dx/command/dexer/
Main.java 32 import com.android.dx.rop.annotation.Annotations;
694 Annotations methodAnnotations =
700 pw.println(" method annotations:");
707 pw.println(" parameter annotations:");
711 Annotations annotations = parameterAnnotations.get(i); local
712 for (Annotation a : annotations.getAnnotations()) {
    [all...]
  /external/proguard/src/proguard/classfile/io/
ProgramClassWriter.java 419 // Write the annotations.
428 // Write the parameter annotations.
433 // Write the parameter annotations of the given parameter.
435 Annotation[] annotations = parameterAnnotationsAttribute.parameterAnnotations[parameterIndex]; local
441 Annotation annotation = annotations[index];
  /build/tools/droiddoc/src/
ClassInfo.java 77 ClassInfo superclass, TypeInfo superclassType, AnnotationInstanceInfo[] annotations)
92 mAnnotations = annotations;
361 for (AnnotationInstanceInfo annotation : annotations()) {
427 public AnnotationInstanceInfo[] annotations() method in class:ClassInfo
    [all...]

Completed in 347 milliseconds

1 2 3 4 5 67 8 9