OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:annotated
(Results
1 - 4
of
4
) sorted by null
/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/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/boxes/mp4/objectdescriptors/
ObjectDescriptorFactory.java
128
Set<Class<? extends BaseDescriptor>>
annotated
= new HashSet<Class<? extends BaseDescriptor>>();
typedefs
130
annotated
.add(DecoderSpecificInfo.class);
131
annotated
.add(SLConfigDescriptor.class);
132
annotated
.add(BaseDescriptor.class);
133
annotated
.add(ExtensionDescriptor.class);
134
annotated
.add(ObjectDescriptorBase.class);
135
annotated
.add(ProfileLevelIndicationDescriptor.class);
136
annotated
.add(AudioSpecificConfig.class);
137
annotated
.add(ExtensionProfileLevelDescriptor.class);
138
annotated
.add(ESDescriptor.class);
[
all
...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.jdt.apt.core_3.3.401.R36_v20100727-0110.jar
/prebuilts/misc/common/groovy/
groovy-all-1.7.0.jar
Completed in 63 milliseconds