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

  /libcore/luni/src/main/java/java/util/zip/
ZipInputStream.java 157 int inB, out;
159 inB = inf.getTotalIn();
162 inB = inRead;
165 int diff = entryIn - inB;
172 readAndVerifyDataDescriptor(inB, out);
196 private void readAndVerifyDataDescriptor(int inB, int out) throws IOException {
210 if (currentEntry.compressedSize != inB || currentEntry.size != out) {
  /dalvik/dx/src/com/android/dx/merge/
DexMerger.java 240 DexBuffer.Section inB = bSection.exists() ? dexB.open(bSection.off) : null;
255 bOffset = inB.getPosition();
256 b = read(inB, bIndexMap, bIndex);
    [all...]
  /prebuilts/tools/common/commons-compress/
commons-compress-1.0.jar 

Completed in 306 milliseconds