HomeSort by relevance Sort by last modified time
    Searched defs:classAnnotations (Results 1 - 7 of 7) sorted by null

  /dalvik/dexgen/src/com/android/dexgen/dex/file/
AnnotationsDirectoryItem.java 44 private AnnotationSetItem classAnnotations;
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 = new AnnotationSetItem(annotations)
    [all...]
  /dalvik/dx/src/com/android/dx/dex/file/
AnnotationsDirectoryItem.java 44 private AnnotationSetItem classAnnotations;
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);
143 if (classAnnotations != null) {
148 classAnnotations = new AnnotationSetItem(annotations, dexFile)
    [all...]
  /external/dexmaker/src/dx/java/com/android/dx/dex/file/
AnnotationsDirectoryItem.java 44 private AnnotationSetItem classAnnotations;
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 = new AnnotationSetItem(annotations)
    [all...]
  /external/junit/src/org/junit/internal/runners/
JUnit4ClassRunner.java 66 Description spec= Description.createSuiteDescription(getName(), classAnnotations());
73 protected Annotation[] classAnnotations() {
  /dalvik/dx/src/com/android/dx/dex/cf/
CfTranslator.java 128 Annotations classAnnotations =
130 if (classAnnotations.size() != 0) {
131 out.setClassAnnotations(classAnnotations, dexFile);
  /external/owasp/sanitizer/lib/junit/
junit-dep.jar 
junit.jar 

Completed in 113 milliseconds