HomeSort by relevance Sort by last modified time
    Searched refs:annotations (Results 201 - 225 of 265) sorted by null

1 2 3 4 5 6 7 891011

  /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.
  /frameworks/base/tools/layoutlib/bridge/src/android/graphics/
BitmapShader_Delegate.java 22 import com.android.tools.layoutlib.annotations.LayoutlibDelegate;
LinearGradient_Delegate.java 22 import com.android.tools.layoutlib.annotations.LayoutlibDelegate;
NinePatch_Delegate.java 24 import com.android.tools.layoutlib.annotations.LayoutlibDelegate;
RadialGradient_Delegate.java 22 import com.android.tools.layoutlib.annotations.LayoutlibDelegate;
SweepGradient_Delegate.java 22 import com.android.tools.layoutlib.annotations.LayoutlibDelegate;
  /frameworks/base/tools/layoutlib/create/src/com/android/tools/layoutlib/create/
DelegateMethodAdapter.java 19 import com.android.tools.layoutlib.annotations.LayoutlibDelegate;
34 * a call to a delegate. Original annotations are passed along unchanged.
  /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/apps/Tag/src/com/android/apps/tag/record/
TextRecord.java 21 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...]
  /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/guava/src/com/google/common/collect/
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;
ImmutableMap.java 19 import com.google.common.annotations.GwtCompatible;
ImmutableMultiset.java 19 import com.google.common.annotations.GwtCompatible;
ImmutableSet.java 19 import com.google.common.annotations.GwtCompatible;
ImmutableSetMultimap.java 19 import com.google.common.annotations.GwtCompatible;
  /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 1121 milliseconds

1 2 3 4 5 6 7 891011