Home
last modified time | relevance | path

Searched defs:byteCount (Results 1 – 2 of 2) sorted by relevance

/dalvik/dx/src/com/android/dex/
DTableOfContents.java223 public int byteCount = 0; field in TableOfContents.Section
DDex.java87 public Dex(int byteCount) throws IOException { in Dex()