HomeSort by relevance Sort by last modified time
    Searched refs:RUNTIME (Results 376 - 400 of 490) sorted by null

<<11121314151617181920

  /external/guice/core/test/com/google/inject/internal/
ProxyFactoryTest.java 128 @Retention(RetentionPolicy.RUNTIME)
  /external/guice/core/test/com/google/inject/matcher/
MatcherTest.java 168 @Retention(RetentionPolicy.RUNTIME)
  /external/guice/core/test/com/google/inject/spi/
ProviderMethodsTest.java 20 import static java.lang.annotation.RetentionPolicy.RUNTIME;
140 @Retention(RUNTIME)
219 @Retention(RUNTIME)
950 @Retention(RetentionPolicy.RUNTIME)
ElementsTest.java 23 import static java.lang.annotation.RetentionPolicy.RUNTIME;
    [all...]
  /external/guice/extensions/grapher/test/com/google/inject/grapher/
AbstractInjectorGrapherTest.java 89 @Retention(RetentionPolicy.RUNTIME)
  /external/guice/extensions/throwingproviders/test/com/google/inject/throwingproviders/
CheckedProviderMethodsModuleTest.java 60 @Retention(RetentionPolicy.RUNTIME)
CheckedProviderTest.java 20 import static java.lang.annotation.RetentionPolicy.RUNTIME;
72 @Target(METHOD) @Retention(RUNTIME) @BindingAnnotation
720 throw new AssertionError("nextToThrow must be a runtime or remote exception");
750 throw new AssertionError("nextToThrow must be a runtime or remote exception");
787 throw new AssertionError("nextToThrow must be a runtime or remote exception");
    [all...]
ThrowingProviderTest.java 20 import static java.lang.annotation.RetentionPolicy.RUNTIME;
60 @Target(METHOD) @Retention(RUNTIME) @BindingAnnotation
540 throw new AssertionError("nextToThrow must be a runtime or remote exception");
  /external/guice/extensions/servlet/test/com/google/inject/servlet/
ServletTest.java 26 import static java.lang.annotation.RetentionPolicy.RUNTIME;
469 @BindingAnnotation @Retention(RUNTIME) @Target({PARAMETER, METHOD, FIELD})
  /external/guice/core/src/com/google/inject/internal/
Annotations.java 173 * Returns true if the given annotation is retained at runtime.
177 return retention != null && retention.value() == RetentionPolicy.RUNTIME;
  /external/guice/core/src/com/google/inject/matcher/
Matchers.java 99 checkArgument(retention != null && retention.value() == RetentionPolicy.RUNTIME,
100 "Annotation %s is missing RUNTIME retention", annotationType.getSimpleName());
288 * classloader, so classes with the same package name may not have the same package at runtime.
  /external/guice/core/test/com/google/inject/util/
OverrideModuleTest.java 25 import static java.lang.annotation.RetentionPolicy.RUNTIME;
498 @Retention(RUNTIME)
702 @Documented @Target(METHOD) @Retention(RUNTIME)
  /external/guice/extensions/testlib/test/com/google/inject/testing/fieldbinder/
BoundFieldModuleTest.java 20 import static java.lang.annotation.RetentionPolicy.RUNTIME;
170 @Retention(RUNTIME)
193 @Retention(RUNTIME)
  /external/guice/core/test/com/google/inject/
ScopesTest.java 23 import static java.lang.annotation.RetentionPolicy.RUNTIME;
169 @Retention(RUNTIME)
309 + " with @Retention(RUNTIME).",
436 @Retention(RUNTIME)
    [all...]
BinderTestSuite.java 23 import static java.lang.annotation.RetentionPolicy.RUNTIME;
744 @Target({ TYPE, METHOD }) @Retention(RUNTIME) @ScopeAnnotation
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/reflect/
FieldTest.java 54 @Retention(RetentionPolicy.RUNTIME)
59 @Retention(RetentionPolicy.RUNTIME)
75 @Retention(RetentionPolicy.RUNTIME)
    [all...]
MethodTest.java 149 @Retention(RetentionPolicy.RUNTIME)
    [all...]
  /external/guice/extensions/multibindings/test/com/google/inject/multibindings/
MapBinderTest.java 27 import static java.lang.annotation.RetentionPolicy.RUNTIME;
    [all...]
MultibinderTest.java 27 import static java.lang.annotation.RetentionPolicy.RUNTIME;
606 @Retention(RUNTIME) @BindingAnnotation
609 @Retention(RUNTIME) @BindingAnnotation
    [all...]
  /frameworks/base/core/java/android/view/
ViewDebug.java 92 @Retention(RetentionPolicy.RUNTIME)
216 @Retention(RetentionPolicy.RUNTIME)
240 @Retention(RetentionPolicy.RUNTIME)
277 @Retention(RetentionPolicy.RUNTIME)
    [all...]
  /dalvik/dx/src/com/android/dx/cf/direct/
StdAttributeFactory.java 633 ap.parseAnnotationAttribute(AnnotationVisibility.RUNTIME);
667 ap.parseParameterAttribute(AnnotationVisibility.RUNTIME);
  /external/guava/guava-testlib/src/com/google/common/testing/
FreshValueGenerator.java 286 @Retention(RetentionPolicy.RUNTIME)
  /external/guava/guava-tests/test/com/google/common/reflect/
InvokableTest.java 547 @Retention(RetentionPolicy.RUNTIME)
  /external/libjpeg-turbo/
CMakeLists.txt     [all...]
  /frameworks/base/core/java/android/os/
Debug.java 72 * @deprecated Accurate counting is a burden on the runtime and may be removed.
    [all...]

Completed in 797 milliseconds

<<11121314151617181920