HomeSort by relevance Sort by last modified time
    Searched refs:methodsSize (Results 1 - 4 of 4) sorted by null

  /dalvik/dx/src/com/android/dx/dex/file/
AnnotationsDirectoryItem.java 288 int methodsSize = listSize(methodAnnotations);
297 Hex.u4(methodsSize));
304 out.writeInt(methodsSize);
317 if (methodsSize != 0) {
  /dalvik/libdex/
DexFile.h 351 u4 methodsSize; /* count of DexMethodAnnotationsItem */
354 /* followed by DexMethodAnnotationsItem[methodsSize] */
854 if (pAnnoDir->methodsSize == 0)
870 return pAnnoDir->methodsSize;
893 addr += pAnnoDir->methodsSize * sizeof (DexMethodAnnotationsItem);
    [all...]
DexSwapVerify.c     [all...]
  /prebuilt/sdk/tools/lib/
dx.jar 

Completed in 21 milliseconds