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

  /libcore/luni/src/main/java/java/util/zip/
ZipInputStream.java 152 int inB, out;
154 inB = inf.getTotalIn();
157 inB = inRead;
160 int diff = entryIn - inB;
167 readAndVerifyDataDescriptor(inB, out);
191 private void readAndVerifyDataDescriptor(int inB, int out) throws IOException {
205 if (currentEntry.compressedSize != inB || currentEntry.size != out) {
  /external/valgrind/main/none/tests/ppc32/
test_isa_2_06_part1.c     [all...]
test_isa_2_06_part2.c     [all...]
test_isa_2_06_part3.c 981 void * inA, * inB;
988 inB = (void *)&spec_sp_fargs[b_idx];
991 memcpy(vec_src + (i * 4), inB, 4);
    [all...]
  /external/valgrind/main/none/tests/ppc64/
test_isa_2_06_part1.c     [all...]
test_isa_2_06_part2.c     [all...]
test_isa_2_06_part3.c 981 void * inA, * inB;
988 inB = (void *)&spec_sp_fargs[b_idx];
991 memcpy(vec_src + (i * 4), inB, 4);
    [all...]
  /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/devtools/tools/lib/
commons-compress-1.0.jar 
  /prebuilts/tools/common/commons-compress/
commons-compress-1.0.jar 
  /prebuilts/tools/common/m2/repository/org/apache/commons/commons-compress/1.0/
commons-compress-1.0.jar 

Completed in 1134 milliseconds