HomeSort by relevance Sort by last modified time
    Searched defs:classAnnotations (Results 1 - 8 of 8) 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);
142 if (classAnnotations != null) {
147 classAnnotations = new AnnotationSetItem(annotations)
    [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() {
  /external/smali/dexlib/src/main/java/org/jf/dexlib/
AnnotationDirectoryItem.java 39 private AnnotationSetItem classAnnotations;
70 * @param classAnnotations The annotations associated with the overall class
84 private AnnotationDirectoryItem(DexFile dexFile, AnnotationSetItem classAnnotations,
90 this.classAnnotations = classAnnotations;
103 * @param classAnnotations The annotations associated with the class
112 AnnotationSetItem classAnnotations,
162 AnnotationDirectoryItem annotationDirectoryItem = new AnnotationDirectoryItem(dexFile, classAnnotations,
170 classAnnotations = (AnnotationSetItem)readContext.getOptionalOffsettedItemByOffset(
229 if (classAnnotations != null)
    [all...]
  /dalvik/dx/src/com/android/dx/dex/cf/
CfTranslator.java 127 Annotations classAnnotations =
129 if (classAnnotations.size() != 0) {
130 out.setClassAnnotations(classAnnotations);
  /prebuilts/sdk/tools/lib/
dx.jar 
  /prebuilt/common/tradefed/
tradefed-prebuilt.jar 

Completed in 1927 milliseconds