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

  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/zip/
ZipOutputStreamTest.java 249 ZipOutputStream zip1 = new ZipOutputStream(stream1); local
250 zip1.putNextEntry(new ZipEntry("one"));
251 zip1.setMethod(ZipOutputStream.STORED);
252 zip1.setMethod(ZipEntry.STORED);
254 zip1.write(new byte[2]);
257 zip1.putNextEntry(new ZipEntry("Second"));
264 zip1.write(new byte[2]); // try to write data without entry
270 zip1.close();
  /external/vixl/src/vixl/a64/
logic-a64.cc 3435 LogicVRegister Simulator::zip1(VectorFormat vform, function in class:vixl::Simulator
    [all...]

Completed in 70 milliseconds