Searched defs:writeSize (Results 26 - 31 of 31) sorted by relevance

12

/dalvik/dexgen/src/com/android/dexgen/dex/file/
H A DSection.java236 public abstract int writeSize(); method in class:Section
H A DClassDefItem.java124 public int writeSize() { method in class:ClassDefItem
/dalvik/dx/src/com/android/dx/dex/file/
H A DMixedItemSection.java75 private int writeSize; field in class:MixedItemSection
94 this.writeSize = -1;
105 public int writeSize() { method in class:MixedItemSection
107 return writeSize;
134 if (writeSize == -1) {
138 int sz = writeSize;
318 outAt = placedAt + one.writeSize();
325 writeSize = outAt;
354 at += one.writeSize();
357 if (at != writeSize) {
[all...]
H A DSection.java235 public abstract int writeSize(); method in class:Section
H A DClassDefItem.java121 public int writeSize() { method in class:ClassDefItem
/dalvik/libdex/
H A DZipArchive.cpp742 size_t writeSize = zstream.next_out - writeBuf; local
743 if (sysWriteFully(outFd, writeBuf, writeSize, "Zip inflate") != 0)

Completed in 168 milliseconds

12