Searched refs:classAnnotations (Results 1 - 3 of 3) sorted by relevance

/dalvik/dexgen/src/com/android/dexgen/dex/file/
H A DAnnotationsDirectoryItem.java44 private AnnotationSetItem classAnnotations; field in class:AnnotationsDirectoryItem
61 classAnnotations = null;
80 return (classAnnotations == null) &&
95 return (classAnnotations != null) &&
104 if (classAnnotations == null) {
108 return classAnnotations.hashCode();
127 return classAnnotations.compareTo(otherDirectory.classAnnotations);
142 if (classAnnotations != null) {
147 classAnnotations
[all...]
/dalvik/dx/src/com/android/dx/dex/file/
H A DAnnotationsDirectoryItem.java44 private AnnotationSetItem classAnnotations; field in class:AnnotationsDirectoryItem
61 classAnnotations = null;
80 return (classAnnotations == null) &&
95 return (classAnnotations != null) &&
104 if (classAnnotations == null) {
108 return classAnnotations.hashCode();
127 return classAnnotations.compareTo(otherDirectory.classAnnotations);
142 if (classAnnotations != null) {
147 classAnnotations
[all...]
/dalvik/dx/src/com/android/dx/dex/cf/
H A DCfTranslator.java127 Annotations classAnnotations =
129 if (classAnnotations.size() != 0) {
130 out.setClassAnnotations(classAnnotations);

Completed in 44 milliseconds