HomeSort by relevance Sort by last modified time
    Searched full:annotated (Results 1 - 25 of 904) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /dalvik/dx/tests/115-merge/testdata/
Annotated.java 6 @Annotated.Marker(a = "on class", b = {"A", "B", "C" },
7 c = @Annotated.Nested(e="E1", f=1695938256, g=7264081114510713000L),
8 d = { @Annotated.Nested(e="E2", f=1695938256, g=7264081114510713000L) })
9 public class Annotated {
11 @Annotated.Marker(a="on field")
14 @Annotated.Marker(a="on method")
15 public void method(String a, @Annotated.Marker(a="on parameter") String b) {}
  /external/chromium-trace/trace-viewer/third_party/Paste/paste/exceptions/
__init__.py 4 Package for catching exceptions and displaying annotated exception
  /external/jmonkeyengine/engine/src/core/checkers/quals/
TypeQualifier.java 6 * A meta-annotation indicating that the annotated annotation is a type
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
package.html 8 annotated with the {@link com.xtremelabs.robolectric.internal.Implements} annotation, which causes the implementations
9 of the associated Android classes to be replaced, on a method by method basis, with their annotated counterparts on the
  /dalvik/dx/tests/115-merge/com/android/dx/merge/
DexMergeTest.java 99 "/testdata/Annotated.dex");
104 Class<?> annotated = loader.loadClass("testdata.Annotated"); local
105 Method method = annotated.getMethod("method", String.class, String.class);
106 Field field = annotated.getField("field");
110 = (Class<? extends Annotation>) loader.loadClass("testdata.Annotated$Marker");
112 assertEquals("@testdata.Annotated$Marker(a=on class, b=[A, B, C], "
113 + "c=@testdata.Annotated$Nested(e=E1, f=1695938256, g=7264081114510713000), "
114 + "d=[@testdata.Annotated$Nested(e=E2, f=1695938256, g=7264081114510713000)])",
115 annotated.getAnnotation(marker).toString())
    [all...]
  /external/proguard/examples/annotations/src/proguard/annotation/
Keep.java 12 * This annotation specifies not to optimize or obfuscate the annotated class or
KeepApplication.java 12 * This annotation specifies to keep the annotated class as an application,
KeepClassMemberNames.java 12 * This annotation specifies to keep all class members of the annotated class
KeepClassMembers.java 12 * This annotation specifies to keep all class members of the annotated class
KeepGettersSetters.java 12 * This annotation specifies to keep all getters and setters of the annotated
KeepImplementations.java 13 * annotated class as entry points.
KeepName.java 12 * This annotation specifies not to optimize or obfuscate the annotated class or
KeepPublicClassMemberNames.java 12 * This annotation specifies to keep all public class members of the annotated
KeepPublicClassMembers.java 12 * This annotation specifies to keep all public class members of the annotated
KeepPublicGettersSetters.java 13 * annotated class from being shrunk, optimized, or obfuscated as entry points.
KeepPublicImplementations.java 13 * of the annotated class as entry points.
KeepPublicProtectedClassMemberNames.java 13 * the annotated class from being optimized or obfuscated as entry points.
KeepPublicProtectedClassMembers.java 13 * the annotated class from being shrunk, optimized, or obfuscated as entry
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/internal/
RealObject.java 4 * Shadow fields annotated @RealObject will have the real instance injected.
  /packages/apps/ContactsCommon/tests/
proguard.flags 1 # Any class or method annotated with NeededForTesting or NeededForReflection.
  /packages/apps/InCallUI/
proguard.flags 10 # Any class or method annotated with NeededForTesting or NeededForReflection.
  /packages/providers/ContactsProvider/
proguard.flags 10 # Any class or method annotated with NeededForTesting.
  /prebuilts/tools/common/proguard/proguard4.7/examples/annotations/src/proguard/annotation/
Keep.java 12 * This annotation specifies not to optimize or obfuscate the annotated class or
KeepApplication.java 12 * This annotation specifies to keep the annotated class as an application,
KeepClassMemberNames.java 12 * This annotation specifies to keep all class members of the annotated class

Completed in 1281 milliseconds

1 2 3 4 5 6 7 8 91011>>