OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:annotationSetOffset
(Results
1 - 2
of
2
) sorted by null
/libcore/luni/src/main/java/libcore/reflect/
AnnotationAccess.java
193
int
annotationSetOffset
= getAnnotationSetOffset(element);
194
if (
annotationSetOffset
== 0) {
198
Dex.Section setIn = dex.open(
annotationSetOffset
); // annotation_set_item
234
int
annotationSetOffset
= directoryIn.readInt();
236
return
annotationSetOffset
;
248
int
annotationSetOffset
= directoryIn.readInt();
250
return
annotationSetOffset
;
329
int
annotationSetOffset
= refList.readInt();
331
= annotationSetToAnnotations(declaringClass,
annotationSetOffset
);
558
int
annotationSetOffset
= getAnnotationSetOffset(element)
[
all
...]
/dalvik/dx/src/com/android/dx/merge/
IndexMap.java
176
public int adjustAnnotationSet(int
annotationSetOffset
) {
177
return annotationSetOffsets.get(
annotationSetOffset
);
Completed in 74 milliseconds