/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/chrome/browser/userfeedback/proto/ |
annotations.proto | 18 // A rectangular area covered by this annotation on annotated image. 23 // A snippet of text displayed inside annotated portion of a web page. 26 // A path from root element of the document to the annotated element.
|
/external/jmonkeyengine/engine/src/core/checkers/quals/ |
TypeQualifier.java | 6 * A meta-annotation indicating that the annotated annotation is a type
|
/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
|
/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
|
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
|