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

  /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 111 int annotationsOff = annotationsItem.getAbsoluteOffset();
117 Hex.u4(annotationsOff));
121 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/libdex/
DexFile.h 287 u4 annotationsOff; /* file offset to annotations_directory_item */
363 u4 annotationsOff; /* offset to DexAnnotationSetItem */
371 u4 annotationsOff; /* offset to DexAnnotationSetItem */
379 u4 annotationsOff; /* offset to DexAnotationSetRefList */
386 u4 annotationsOff; /* offset to DexAnnotationSetItem */
709 if (pClassDef->annotationsOff == 0)
712 (pDexFile->baseAddr + pClassDef->annotationsOff);
847 return dexGetAnnotationSetItem(pDexFile, pItem->annotationsOff);
877 return dexGetAnnotationSetItem(pDexFile, pItem->annotationsOff);
909 (pDexFile->baseAddr + pItem->annotationsOff);
    [all...]
  /prebuilt/sdk/tools/lib/
dx.jar 

Completed in 122 milliseconds