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

1 2 3 4 5 6 7 8 91011>>

  /test/suite_harness/tools/dex-tools/src/dex/structure/
DexAnnotationAttribute.java 38 public DexAnnotation getAnnotation();
  /external/junit-params/src/main/java/junitparams/internal/annotation/
FrameworkMethodAnnotations.java 27 public <T extends Annotation> T getAnnotation(Class<T> annotationType) {
28 return frameworkMethod.getAnnotation(annotationType);
32 return getAnnotation(annotation) != null;
40 CustomParameters customParameters = frameworkMethod.getAnnotation(CustomParameters.class);
46 customParameters = annotation.annotationType().getAnnotation(CustomParameters.class);
  /external/junit/src/main/java/org/junit/runners/model/
Annotatable.java 19 <T extends Annotation> T getAnnotation(Class<T> annotationType);
  /external/caliper/caliper/src/main/java/com/google/caliper/json/
AnnotationExclusionStrategy.java 28 return f.getAnnotation(ExcludeFromJson.class) != null;
32 return clazz.getAnnotation(ExcludeFromJson.class) != null;
  /cts/tests/core/runner/src/com/android/cts/core/runner/support/
TestNgRunnerBuilder.java 43 if (cls.getAnnotation(Test.class) != null) {
49 if (m.getAnnotation(Test.class) != null) {
  /external/junit/src/main/java/org/junit/experimental/theories/internal/
SpecificDataPointsSupplier.java 25 String requestedName = sig.getAnnotation(FromDataPoints.class).value();
30 String[] fieldNames = field.getAnnotation(DataPoint.class).value();
42 String requestedName = sig.getAnnotation(FromDataPoints.class).value();
47 String[] fieldNames = field.getAnnotation(DataPoints.class).value();
59 String requestedName = sig.getAnnotation(FromDataPoints.class).value();
64 String[] methodNames = method.getAnnotation(DataPoint.class).value();
76 String requestedName = sig.getAnnotation(FromDataPoints.class).value();
81 String[] methodNames = method.getAnnotation(DataPoints.class).value();
  /external/guice/core/src/com/google/inject/spi/
ProvidesMethodBinding.java 49 Annotation getAnnotation();
  /external/junit/src/main/java/org/junit/internal/builders/
IgnoredBuilder.java 10 if (testClass.getAnnotation(Ignore.class) != null) {
  /external/wycheproof/java/com/google/security/wycheproof/
WycheproofRunner.java 143 this.targetProvider = runnerClass.getAnnotation(Provider.class);
144 this.fast = runnerClass.getAnnotation(Fast.class);
145 this.presubmit = runnerClass.getAnnotation(Presubmit.class);
164 ExcludedTest excludedTest = description.getAnnotation(ExcludedTest.class);
172 NoPresubmitTest ignoreOn = description.getAnnotation(NoPresubmitTest.class);
181 SlowTest ignoreOn = description.getAnnotation(SlowTest.class);
  /external/mockito/src/test/java/org/mockito/
AnnotationsAreCopiedFromMockedTypeTest.java 26 AnnotationWithDefaultValue onClassDefaultValue = mock(OnClass.class).getClass().getAnnotation(AnnotationWithDefaultValue.class);
27 AnnotationWithCustomValue onClassCustomValue = mock(OnClass.class).getClass().getAnnotation(AnnotationWithCustomValue.class);
37 AnnotationWithDefaultValue onClassDefaultValue = method("method", mock(OnMethod.class)).getAnnotation(AnnotationWithDefaultValue.class);
38 AnnotationWithCustomValue onClassCustomValue = method("method", mock(OnMethod.class)).getAnnotation(AnnotationWithCustomValue.class);
46 AnnotationWithDefaultValue onClassDefaultValue = firstParamOf(method("method", mock(OnMethod.class))).getAnnotation(AnnotationWithDefaultValue.class);
47 AnnotationWithCustomValue onClassCustomValue = firstParamOf(method("method", mock(OnMethod.class))).getAnnotation(AnnotationWithCustomValue.class);
59 return getAnnotation(annotationClass) != null;
64 public <T extends Annotation> T getAnnotation(Class<T> annotationClass) {
  /external/testng/src/test/java/test/verify/
VerifyMethodInterceptor.java 21 if (m.getMethod().getMethod().getAnnotation(Verifier.class) != null) {
34 if (m.getMethod().getMethod().getAnnotation(Verify.class) != null) {
  /libcore/ojluni/src/main/java/java/lang/reflect/
AnnotatedElement.java 106 * <tr><td align=right>{@code T}</td><td>{@link #getAnnotation(Class) getAnnotation(Class&lt;T&gt;)}
239 * {@code getAnnotation(annotationClass) != null}
252 return getAnnotation(annotationClass) != null;
267 <T extends Annotation> T getAnnotation(Class<T> annotationClass);
289 * The difference between this method and {@link #getAnnotation(Class)}
  /external/guice/extensions/persist/src/com/google/inject/persist/finder/
DynamicFinder.java 32 this.finder = method.getAnnotation(Finder.class);
  /external/junit-params/src/main/java/junitparams/internal/parameters/
ParametersFromValue.java 11 parametersAnnotation = frameworkMethod.getAnnotation(Parameters.class);
ParametersFromExternalClassMethod.java 12 annotation = frameworkMethod.getAnnotation(Parameters.class);
ParametersFromTestClassMethod.java 15 annotation = frameworkMethod.getAnnotation(Parameters.class);
  /external/junit/src/main/java/org/junit/internal/runners/
TestMethod.java 30 return method.getAnnotation(Ignore.class) != null;
34 Test annotation = method.getAnnotation(Test.class);
43 Test annotation = method.getAnnotation(Test.class);
  /frameworks/base/tests/testables/src/android/testing/
AndroidTestingRunner.java 75 long timeout = this.getTimeout(method.getAnnotation(Test.class));
89 RunWithLooper annotation = method.getAnnotation(RunWithLooper.class);
90 if (annotation == null) annotation = mKlass.getAnnotation(RunWithLooper.class);
103 RunWithLooper annotation = method.getAnnotation(RunWithLooper.class);
104 if (annotation == null) annotation = mKlass.getAnnotation(RunWithLooper.class);
112 if (mKlass.getAnnotation(UiThreadTest.class) != null) {
  /external/guava/guava-testlib/test/com/google/common/collect/testing/features/
FeatureEnumTest.java 40 annotationClass.getAnnotation(TesterAnnotation.class));
42 annotationClass.getAnnotation(Retention.class);
51 annotationClass.getAnnotation(Inherited.class));
  /external/javaparser/javaparser-testing/src/test/java/com/github/javaparser/builders/
NodeWithAnnotationsBuildersTest.java 48 assertEquals(annotation, testClass.getAnnotation(0));
49 assertEquals(NormalAnnotationExpr.class, testClass.getAnnotation(0).getClass());
62 assertEquals("value", testClass.getAnnotation(0).asSingleMemberAnnotationExpr().getMemberValue().toString());
  /tools/tradefederation/core/tests/src/com/android/tradefed/result/
TestDescriptionTest.java 61 assertNotNull(mDescription.getAnnotation(TestAnnotation.class));
62 assertNotNull(mDescription.getAnnotation(TestAnnotation2.class));
72 assertNull(mDescription.getAnnotation(TestAnnotation.class));
  /external/annotation-tools/scene-lib/src/type/
Type.java 54 public String getAnnotation(int index) {
  /external/junit/src/main/java/org/junit/experimental/theories/suppliers/
TestedOnSupplier.java 18 TestedOn testedOn = sig.getAnnotation(TestedOn.class);
  /external/vogar/test/vogar/android/
VogarArgsRule.java 36 VogarArgs vogarArgs = description.getAnnotation(VogarArgs.class);
  /frameworks/data-binding/compiler/src/main/java/android/databinding/annotationprocessor/
AnnotationUtil.java 35 if (element.getAnnotation(annotationClass) != null) {

Completed in 610 milliseconds

1 2 3 4 5 6 7 8 91011>>