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

  /dalvik/dexgen/src/com/android/dexgen/dex/file/
StringDataItem.java 50 int utf16Size = value.getUtf16Size();
53 return Leb128Utils.unsignedLeb128Size(utf16Size)
73 int utf16Size = value.getUtf16Size();
76 out.annotate(Leb128Utils.unsignedLeb128Size(utf16Size),
77 "utf16_size: " + Hex.u4(utf16Size));
81 out.writeUnsignedLeb128(utf16Size);
  /dalvik/dx/src/com/android/dx/dex/file/
StringDataItem.java 50 int utf16Size = value.getUtf16Size();
53 return Leb128.unsignedLeb128Size(utf16Size)
73 int utf16Size = value.getUtf16Size();
76 out.annotate(Leb128.unsignedLeb128Size(utf16Size),
77 "utf16_size: " + Hex.u4(utf16Size));
81 out.writeUleb128(utf16Size);
  /external/dexmaker/src/dx/java/com/android/dx/dex/file/
StringDataItem.java 50 int utf16Size = value.getUtf16Size();
53 return Leb128Utils.unsignedLeb128Size(utf16Size)
73 int utf16Size = value.getUtf16Size();
76 out.annotate(Leb128Utils.unsignedLeb128Size(utf16Size),
77 "utf16_size: " + Hex.u4(utf16Size));
81 out.writeUleb128(utf16Size);
  /dalvik/libdex/
DexSwapVerify.cpp     [all...]
  /prebuilts/tools/common/m2/repository/com/google/dexmaker/dexmaker/1.0/
dexmaker-1.0.jar 
  /prebuilts/sdk/tools/darwin/lib/
dx.jar 
  /prebuilts/sdk/tools/lib/
dx.jar 

Completed in 723 milliseconds