OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:encodedAnnotation
(Results
1 - 3
of
3
) sorted by null
/dalvik/dx/src/com/android/dex/
Annotation.java
27
private final EncodedValue
encodedAnnotation
;
29
public Annotation(Dex dex, byte visibility, EncodedValue
encodedAnnotation
) {
32
this.
encodedAnnotation
=
encodedAnnotation
;
40
return new EncodedValueReader(
encodedAnnotation
, ENCODED_ANNOTATION);
51
encodedAnnotation
.writeTo(out);
56
return
encodedAnnotation
.compareTo(other.
encodedAnnotation
);
/art/tools/dexfuzz/src/dexfuzz/rawdex/
EncodedValue.java
26
public
EncodedAnnotation
encodedAnnotation
;
54
(
encodedAnnotation
= new
EncodedAnnotation
()).read(file);
83
} else if (
encodedAnnotation
!= null) {
84
encodedAnnotation
.write(file);
94
} else if (
encodedAnnotation
!= null) {
95
encodedAnnotation
.incrementIndex(kind, insertedIdx);
/external/dexmaker/lib/
dalvik-dx-9.0.0_r3.jar
Completed in 96 milliseconds