HomeSort by relevance Sort by last modified time
    Searched refs:ElementType (Results 101 - 125 of 325) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/chromium_org/base/test/android/javatests/src/org/chromium/base/test/util/
HostDrivenTest.java 7 import java.lang.annotation.ElementType;
19 @Target(ElementType.METHOD)
TimeoutScale.java 7 import java.lang.annotation.ElementType;
15 @Target(ElementType.METHOD)
  /external/chromium_org/content/public/android/java/src/org/chromium/content/browser/
JavascriptInterface.java 7 import java.lang.annotation.ElementType;
19 @Target({ElementType.METHOD})
  /external/jsr305/ri/src/main/java/javax/annotation/
OverridingMethodsMustInvokeSuper.java 4 import java.lang.annotation.ElementType;
16 @Target( { ElementType.METHOD })
ParametersAreNonnullByDefault.java 4 import java.lang.annotation.ElementType;
24 @TypeQualifierDefault(ElementType.PARAMETER)
ParametersAreNullableByDefault.java 4 import java.lang.annotation.ElementType;
27 @TypeQualifierDefault(ElementType.PARAMETER)
  /external/jsr305/ri/src/main/java/javax/annotation/concurrent/
Immutable.java 4 import java.lang.annotation.ElementType;
33 @Target(ElementType.TYPE)
NotThreadSafe.java 4 import java.lang.annotation.ElementType;
27 @Target(ElementType.TYPE)
ThreadSafe.java 4 import java.lang.annotation.ElementType;
19 @Target(ElementType.TYPE)
  /external/jsr305/sampleUses/src/main/java/edu/umd/cs/findbugs/examples/
ParametersAreSlashedByDefault.java 3 import java.lang.annotation.ElementType;
10 @TypeQualifierDefault(ElementType.PARAMETER)
  /external/junit/src/org/junit/
After.java 3 import java.lang.annotation.ElementType;
37 @Target(ElementType.METHOD)
AfterClass.java 3 import java.lang.annotation.ElementType;
39 @Target(ElementType.METHOD)
Before.java 3 import java.lang.annotation.ElementType;
36 @Target(ElementType.METHOD)
BeforeClass.java 3 import java.lang.annotation.ElementType;
33 @Target(ElementType.METHOD)
ClassRule.java 3 import java.lang.annotation.ElementType;
58 @Target({ElementType.FIELD})
Rule.java 3 import java.lang.annotation.ElementType;
44 @Target({ElementType.FIELD})
  /external/littlemock/src/com/google/testing/littlemock/
Captor.java 19 import java.lang.annotation.ElementType;
38 @Target({ ElementType.FIELD })
Mock.java 19 import java.lang.annotation.ElementType;
38 @Target({ ElementType.FIELD })
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/annotation/
DisableStrictI18n.java 11 @java.lang.annotation.Target({java.lang.annotation.ElementType.TYPE, java.lang.annotation.ElementType.METHOD})
EnableStrictI18n.java 10 @java.lang.annotation.Target({java.lang.annotation.ElementType.TYPE,java.lang.annotation.ElementType.METHOD})
  /frameworks/base/core/java/android/annotation/
Widget.java 20 import java.lang.annotation.ElementType;
34 @Target({ ElementType.TYPE })
  /frameworks/base/core/java/android/hardware/camera2/impl/
PublicKey.java 18 import java.lang.annotation.ElementType;
29 @Target(ElementType.FIELD)
SyntheticKey.java 18 import java.lang.annotation.ElementType;
33 @Target(ElementType.FIELD)
  /frameworks/base/core/java/android/test/
FlakyTest.java 22 import java.lang.annotation.ElementType;
30 @Target(ElementType.METHOD)
RepetitiveTest.java 19 import java.lang.annotation.ElementType;
31 @Target(ElementType.METHOD)

Completed in 334 milliseconds

1 2 3 45 6 7 8 91011>>