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

1 2 3

  /art/tools/dexfuzz/src/dexfuzz/rawdex/
AnnotationSetRefItem.java 22 public Offset annotationsOff;
26 annotationsOff = file.getOffsetTracker().getNewOffset(file.readUInt());
31 file.getOffsetTracker().tryToWriteOffset(annotationsOff, file, false /* ULEB128 */);
FieldAnnotation.java 23 public Offset annotationsOff;
28 annotationsOff = file.getOffsetTracker().getNewOffset(file.readUInt());
34 file.getOffsetTracker().tryToWriteOffset(annotationsOff, file, false /* ULEB128 */);
MethodAnnotation.java 23 public Offset annotationsOff;
28 annotationsOff = file.getOffsetTracker().getNewOffset(file.readUInt());
34 file.getOffsetTracker().tryToWriteOffset(annotationsOff, file, false /* ULEB128 */);
ParameterAnnotation.java 23 public Offset annotationsOff;
28 annotationsOff = file.getOffsetTracker().getNewOffset(file.readUInt());
34 file.getOffsetTracker().tryToWriteOffset(annotationsOff, file, false /* ULEB128 */);
ClassDefItem.java 29 public Offset annotationsOff;
47 annotationsOff = file.getOffsetTracker().getNewOffset(file.readUInt());
60 file.getOffsetTracker().tryToWriteOffset(annotationsOff, file, false /* ULEB128 */);
  /dalvik/dexgen/src/com/android/dexgen/dex/file/
AnnotationSetRefItem.java 72 int annotationsOff = annotations.getAbsoluteOffset();
75 out.annotate(4, " annotations_off: " + Hex.u4(annotationsOff));
78 out.writeInt(annotationsOff);
FieldAnnotationStruct.java 87 int annotationsOff = annotations.getAbsoluteOffset();
93 Hex.u4(annotationsOff));
97 out.writeInt(annotationsOff);
MethodAnnotationStruct.java 87 int annotationsOff = annotations.getAbsoluteOffset();
93 Hex.u4(annotationsOff));
97 out.writeInt(annotationsOff);
ParameterAnnotationStruct.java 111 int annotationsOff = annotationsItem.getAbsoluteOffset();
117 Hex.u4(annotationsOff));
121 out.writeInt(annotationsOff);
  /dalvik/dx/src/com/android/dx/dex/file/
AnnotationSetRefItem.java 72 int annotationsOff = annotations.getAbsoluteOffset();
75 out.annotate(4, " annotations_off: " + Hex.u4(annotationsOff));
78 out.writeInt(annotationsOff);
FieldAnnotationStruct.java 87 int annotationsOff = annotations.getAbsoluteOffset();
93 Hex.u4(annotationsOff));
97 out.writeInt(annotationsOff);
MethodAnnotationStruct.java 87 int annotationsOff = annotations.getAbsoluteOffset();
93 Hex.u4(annotationsOff));
97 out.writeInt(annotationsOff);
ParameterAnnotationStruct.java 112 int annotationsOff = annotationsItem.getAbsoluteOffset();
118 Hex.u4(annotationsOff));
122 out.writeInt(annotationsOff);
  /cts/tools/dex-tools/src/dex/reader/
DexClassImpl.java 102 int annotationsOff;// uint
108 int annotationsOff;// uint
114 int annotationsOff;// uint
134 annotationDir.fieldAnnotations[i].annotationsOff = buffer
148 annotationDir.methodAnnotations[i].annotationsOff = buffer
164 annotationDir.parameterAnnotations[i].annotationsOff =
  /dalvik/dx/src/com/android/dx/merge/
DexMerger.java 688 int annotationsOff = classDef.getAnnotationsOffset();
689 idsDefsOut.writeInt(indexMap.adjustAnnotationDirectory(annotationsOff));
    [all...]
  /dalvik/libdex/
DexFile.h 361 u4 annotationsOff; /* file offset to annotations_directory_item */
454 u4 annotationsOff; /* offset to DexAnnotationSetItem */
462 u4 annotationsOff; /* offset to DexAnnotationSetItem */
470 u4 annotationsOff; /* offset to DexAnotationSetRefList */
477 u4 annotationsOff; /* offset to DexAnnotationSetItem */
804 if (pClassDef->annotationsOff == 0)
807 (pDexFile->baseAddr + pClassDef->annotationsOff);
916 return dexGetAnnotationSetItem(pDexFile, pItem->annotationsOff);
948 return dexGetAnnotationSetItem(pDexFile, pItem->annotationsOff);
981 if (pItem->annotationsOff == 0)
    [all...]
  /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 
  /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/gradle-plugin/com/android/tools/build/builder/2.1.0/
builder-2.1.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/builder/2.1.0-beta1/
builder-2.1.0-beta1.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/builder/2.1.0-beta3/
builder-2.1.0-beta3.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/builder/2.1.0-rc1/
builder-2.1.0-rc1.jar 

Completed in 479 milliseconds

1 2 3