HomeSort by relevance Sort by last modified time
    Searched refs:getAnnotations (Results 1 - 25 of 562) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /cts/tools/dex-tools/src/dex/structure/
DexAnnotatedElement.java 32 Set<DexAnnotation> getAnnotations();
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/iface/
Annotatable.java 48 @Nonnull Set<? extends Annotation> getAnnotations();
MethodParameter.java 67 @Nonnull Set<? extends Annotation> getAnnotations();
Field.java 95 @Override @Nonnull Set<? extends Annotation> getAnnotations();
Method.java 98 @Override @Nonnull Set<? extends Annotation> getAnnotations();
ClassDef.java 99 @Override @Nonnull Set<? extends Annotation> getAnnotations();
  /frameworks/base/core/tests/hosttests/test-apps/MultiDexLegacyTestApp/src/com/android/multidexlegacytestapp/
Test.java 53 clazz.getAnnotations();
56 clazz.getAnnotations();
59 clazz.getAnnotations();
TestApplication.java 36 Annotation[] annot = annotated.getAnnotations();
  /art/test/148-multithread-gc-annotations/src/
AnnotationThread.java 25 Annotation[] annotations = AnnotationThread.class.getAnnotations();
  /external/junit/src/org/junit/runners/model/
FrameworkMember.java 10 abstract Annotation[] getAnnotations();
FrameworkField.java 25 public Annotation[] getAnnotations() {
26 return fField.getAnnotations();
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/writer/
AnnotationSetSection.java 41 @Nonnull Collection<? extends AnnotationKey> getAnnotations(@Nonnull AnnotationSetKey key);
  /external/guice/core/test/com/google/inject/internal/
UniqueAnnotationsTest.java 34 Annotation expected = getClass().getFields()[0].getAnnotations()[0];
  /external/smali/smalidea/src/main/java/org/jf/smalidea/psi/impl/
SmaliParameterStatement.java 62 @NotNull @Override public SmaliAnnotation[] getAnnotations() {
67 return getAnnotations();
71 for (SmaliAnnotation annotation: getAnnotations()) {
  /dalvik/dx/src/com/android/dx/cf/attrib/
BaseAnnotations.java 69 public final Annotations getAnnotations() {
  /external/testng/src/main/java/org/testng/junit/
JUnit4TestRecognizer.java 17 for (Annotation an: c.getAnnotations()) {
  /libcore/benchmarks/src/benchmarks/regression/
AnnotatedElementBenchmark.java 43 type.getAnnotations();
49 field.getAnnotations();
55 method.getAnnotations();
105 HasLargeAnnotation.class.getAnnotations();
111 HasSmallAnnotation.class.getAnnotations();
117 HasMarkerAnnotation.class.getAnnotations();
123 HasNoAnnotations.class.getAnnotations();
129 HasThreeAnnotations.class.getAnnotations();
138 ExtendsHasThreeAnnotations.class.getAnnotations();
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/rewriter/
FieldRewriter.java 81 @Nonnull public Set<? extends Annotation> getAnnotations() {
82 return RewriterUtils.rewriteSet(rewriters.getAnnotationRewriter(), field.getAnnotations());
MethodParameterRewriter.java 64 @Override @Nonnull public Set<? extends Annotation> getAnnotations() {
65 return RewriterUtils.rewriteSet(rewriters.getAnnotationRewriter(), methodParameter.getAnnotations());
  /external/junit/src/org/junit/experimental/theories/
ParameterSignature.java 51 public List<Annotation> getAnnotations() {
76 .getAnnotations(), annotationType, depth - 1);
85 for (Annotation each : getAnnotations())
  /development/samples/VoicemailProviderDemo/src/com/example/android/voicemail/common/inject/
Injector.java 76 for (Annotation annotation : field.getAnnotations()) {
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/writer/builder/
BuilderMethodParameter.java 60 @Nonnull @Override public BuilderAnnotationSet getAnnotations() {
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/writer/pool/
AnnotationSetPool.java 60 @Nonnull @Override public Collection<? extends Annotation> getAnnotations(
  /external/smali/smalidea/src/main/java/org/jf/smalidea/dexlib/
SmalideaMethodParameter.java 52 @Nonnull @Override public Set<? extends Annotation> getAnnotations() {
  /external/smali/smalidea/src/main/java/org/jf/smalidea/psi/iface/
SmaliModifierListOwner.java 43 @NotNull @Override SmaliAnnotation[] getAnnotations();

Completed in 2988 milliseconds

1 2 3 4 5 6 7 8 91011>>