HomeSort by relevance Sort by last modified time
    Searched defs:fieldAnnotations (Results 1 - 25 of 73) sorted by null

1 2 3

  /art/tools/dexfuzz/src/dexfuzz/rawdex/
AnnotationsDirectoryItem.java 26 public FieldAnnotation[] fieldAnnotations;
39 fieldAnnotations = new FieldAnnotation[fieldsSize];
41 (fieldAnnotations[i] = new FieldAnnotation()).read(file);
66 if (fieldAnnotations != null) {
67 for (FieldAnnotation fieldAnnotation : fieldAnnotations) {
85 if (fieldAnnotations != null) {
86 for (FieldAnnotation fieldAnnotation : fieldAnnotations) {
  /dalvik/dexgen/src/com/android/dexgen/dex/file/
AnnotationsDirectoryItem.java 47 private ArrayList<FieldAnnotationStruct> fieldAnnotations;
62 fieldAnnotations = null;
81 (fieldAnnotations == null) &&
96 (fieldAnnotations == null) &&
158 if (fieldAnnotations == null) {
159 fieldAnnotations = new ArrayList<FieldAnnotationStruct>();
162 fieldAnnotations.add(new FieldAnnotationStruct(field,
247 if (fieldAnnotations != null) {
248 for (FieldAnnotationStruct item : fieldAnnotations) {
277 int elementCount = listSize(fieldAnnotations)
    [all...]
  /dalvik/dx/src/com/android/dx/dex/file/
AnnotationsDirectoryItem.java 46 private ArrayList<FieldAnnotationStruct> fieldAnnotations;
61 fieldAnnotations = null;
80 (fieldAnnotations == null) &&
95 (fieldAnnotations == null) &&
159 if (fieldAnnotations == null) {
160 fieldAnnotations = new ArrayList<FieldAnnotationStruct>();
163 fieldAnnotations.add(new FieldAnnotationStruct(field,
251 if (fieldAnnotations != null) {
252 for (FieldAnnotationStruct item : fieldAnnotations) {
281 int elementCount = listSize(fieldAnnotations)
    [all...]
  /test/suite_harness/tools/dex-tools/src/dex/reader/
DexClassImpl.java 90 FieldAnnotation[] fieldAnnotations;
128 annotationDir.fieldAnnotations =
131 annotationDir.fieldAnnotations[i] = new FieldAnnotation();
132 annotationDir.fieldAnnotations[i].fieldIdx = buffer
134 annotationDir.fieldAnnotations[i].annotationsOff = buffer
137 annotationDir.fieldAnnotations[i].fieldIdx,
138 annotationDir.fieldAnnotations[i]);
  /prebuilts/tools/common/m2/repository/org/reflections/reflections/0.9.10/
reflections-0.9.10.jar 
  /prebuilts/tools/common/m2/repository/com/google/dexmaker/dexmaker/1.0/
dexmaker-1.0.jar 
  /prebuilts/tools/common/m2/repository/com/google/dexmaker/dexmaker/1.2/
dexmaker-1.2.jar 
  /prebuilts/tools/common/m2/repository/org/smali/dexlib2/2.1.3/
dexlib2-2.1.3.jar 
  /external/owasp/sanitizer/tools/findbugs/lib/
findbugs.jar 
  /prebuilts/tools/common/m2/repository/com/google/code/findbugs/findbugs/2.0.1/
findbugs-2.0.1.jar 
  /prebuilts/tools/common/m2/repository/com/google/code/findbugs/findbugs/2.0.3/
findbugs-2.0.3.jar 
  /prebuilts/tools/common/m2/repository/com/google/code/findbugs/findbugs/3.0.0/
findbugs-3.0.0.jar 
  /prebuilts/tools/common/m2/repository/nl/jqno/equalsverifier/equalsverifier/2.1.5/
equalsverifier-2.1.5.jar 
  /external/dexmaker/lib/
dalvik-dx-1.jar 
  /prebuilts/sdk/tools/lib/
dx.jar 
  /prebuilts/tools/common/m2/repository/com/jakewharton/android/repackaged/dalvik-dx/1/
dalvik-dx-1.jar 
  /prebuilts/tools/common/m2/repository/com/jakewharton/android/repackaged/dalvik-dx/7.1.0_r7/
dalvik-dx-7.1.0_r7.jar 
  /external/kotlinc/lib/
kotlin-reflect.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-reflect/1.0.6/
kotlin-reflect-1.0.6.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-reflect/1.1.3/
kotlin-reflect-1.1.3.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-reflect/1.1.3-2/
kotlin-reflect-1.1.3-2.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-reflect/1.2.0/
kotlin-reflect-1.2.0.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-reflect/1.2.20/
kotlin-reflect-1.2.20.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-runtime/1.0.5/
kotlin-reflect.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/builder/2.1.0/
builder-2.1.0.jar 

Completed in 175 milliseconds

1 2 3