HomeSort by relevance Sort by last modified time
    Searched refs:classAnnotations (Results 1 - 25 of 47) sorted by null

1 2

  /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() {
  /external/smali/baksmali/src/main/java/org/jf/baksmali/Adaptors/
ClassDefinition.java 163 Collection<? extends Annotation> classAnnotations = classDef.getAnnotations();
164 if (classAnnotations.size() != 0) {
173 AnnotationFormatter.writeTo(writer, classAnnotations, containingClass);
  /dalvik/dx/src/com/android/dx/dex/cf/
CfTranslator.java 128 Annotations classAnnotations =
130 if (classAnnotations.size() != 0) {
131 out.setClassAnnotations(classAnnotations, dexFile);
  /external/smali/smali/src/main/antlr/
smaliParser.g 425 List<CommonTree> classAnnotations;
429 $smali_file::classAnnotations = new ArrayList<CommonTree>();
438 | annotation {$smali_file::classAnnotations.add($annotation.tree);}
457 ^(I_METHODS method*) ^(I_FIELDS field*) {buildTree(I_ANNOTATIONS, "I_ANNOTATIONS", $smali_file::classAnnotations)});
478 add them to the $smali_file::classAnnotations list*/
485 | /*epsilon*/ {$smali_file::classAnnotations.addAll(annotations);}
    [all...]
  /external/smali/smali/src/main/java/org/jf/smali/
smaliParser.java 484 List<CommonTree> classAnnotations;
524 smali_file_stack.peek().classAnnotations = new ArrayList<CommonTree>();
639 smali_file_stack.peek().classAnnotations.add((annotation7!=null?((CommonTree)annotation7.getTree()):null));
727 adaptor.addChild(root_1, buildTree(I_ANNOTATIONS, "I_ANNOTATIONS", smali_file_stack.peek().classAnnotations));
    [all...]
  /external/owasp/sanitizer/lib/junit/
junit-dep.jar 
junit.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/25.2.0-alpha1/
lint-checks-25.2.0-alpha1.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/25.2.0-alpha3/
lint-checks-25.2.0-alpha3.jar 
  /prebuilts/tools/common/offline-m2/com/android/tools/lint/lint-checks/25.2.0-alpha4/
lint-checks-25.2.0-alpha4.jar 
  /prebuilts/tools/common/offline-m2/com/android/tools/lint/lint-checks/25.2.0-beta1/
lint-checks-25.2.0-beta1.jar 
  /external/guice/extensions/persist/lib/
hibernate-annotations.jar 
  /external/libphonenumber/lib/
junit-4.8.1.jar 
  /external/opencv3/modules/java/pure_test/lib/
junit-4.11.jar 
  /prebuilts/devtools/tools/lib/
junit-4.12.jar 
  /prebuilts/tools/common/m2/repository/junit/junit/4.10/
junit-4.10.jar 
  /prebuilts/tools/common/m2/repository/junit/junit/4.12/
junit-4.12.jar 
  /prebuilts/tools/common/m2/repository/junit/junit/4.8.2/
junit-4.8.2.jar 
  /prebuilts/tools/common/m2/repository/junit/junit-dep/4.10/
junit-dep-4.10.jar 
  /prebuilts/sdk/tools/lib/
dx.jar 
  /external/owasp/sanitizer/tools/findbugs/lib/
findbugs.jar 
  /prebuilts/misc/common/android-support-test/runner/
runner-0.5-release.jar 

Completed in 2018 milliseconds

1 2