/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/llvm/test/FrontendC/ |
2008-11-11-AnnotateStructFieldAttribute.c | 5 /* Struct with element X being annotated */
|
/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/proguard/examples/annotations/lib/ |
annotations.pro | 23 # @Keep specifies not to shrink, optimize, or obfuscate the annotated class 33 # @KeepName specifies not to optimize or obfuscate the annotated class or 46 # resp. all public, implementations or extensions of the annotated class as 53 # @KeepApplication specifies to keep the annotated class as an application, 62 # all public or protected, class members of the annotated class from being 79 # all public or protected, class members of the annotated class from being 95 # all public, getters and setters of the annotated class from being shrunk,
|
/external/guava/src/com/google/common/annotations/ |
GwtIncompatible.java | 28 * even though its type is annotated as {@link GwtCompatible} and accessible in 33 * are annotated as {@link GwtCompatible}. 44 * Describes why the annotated element is incompatible with GWT. Since this is
|
/external/llvm/docs/CommandGuide/ |
llvm-prof.pod | 27 =item B<--annotated-llvm> or B<-A> 30 program, annotated with execution frequency information. This can be 37 Using this option enables the B<--annotated-llvm> option, but it
|
/external/clang/test/Coverage/ |
html-diagnostics.c | 5 // CHECK: <h3>Annotated Source Code</h3>
|
/external/jsr305/ri/src/main/java/javax/annotation/meta/ |
Exclusive.java | 9 * is annotated as a TypeQualifier.
|
When.java | 5 * S possible on an annotated element.
|
/external/oprofile/doc/ |
opannotate.1.in | 4 opannotate \- produce source or assembly annotated with profile data 15 outputs annotated source and/or assembly from profile data of an OProfile 21 Output annotated assembly. If this is combined with --source, then mixed 70 Output directory. This makes opannotate output one annotated file for each 89 Output annotated source. This requires debugging information to be available
|
/development/pdk/docs/porting/ |
group__memory.jd | 12 <li><a href="annotated.html"><span>Data Structures</span></a></li>
|