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

  /libcore/dex/src/main/java/com/android/dex/
Dex.java 62 private int nextSectionStart = 0;
202 int limit = nextSectionStart + maxByteCount;
205 sectionData.position(nextSectionStart);
208 nextSectionStart = limit;
217 return nextSectionStart;
    [all...]
  /prebuilts/sdk/tools/lib/
dx.jar 

Completed in 93 milliseconds