Searched defs:byteCount (Results 1 – 2 of 2) sorted by relevance
/dalvik/dx/src/com/android/dex/ | ||
D | TableOfContents.java | 223 public int byteCount = 0; field in TableOfContents.Section |
D | Dex.java | 87 public Dex(int byteCount) throws IOException { in Dex() |