Searched refs:zz (Results 1 - 4 of 4) sorted by relevance

/libcore/luni/src/test/java/libcore/java/util/zip/
H A DOldZipExceptionTest.java26 ZipException zz = new ZipException();
27 assertEquals(zz.getMessage(), null);
31 ZipException zz = new ZipException("Test");
32 assertEquals(zz.getMessage(), "Test");
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/io/
H A DByteArrayInputStreamTest.java45 byte[] zz = fileString.getBytes();
46 InputStream bis = new ByteArrayInputStream(zz, 0, 100);
/libcore/luni/src/test/java/libcore/java/io/
H A DOldByteArrayInputStreamTest.java46 byte[] zz = fileString.getBytes();
47 java.io.InputStream bis = new java.io.ByteArrayInputStream(zz, 0, 100);
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/
H A DThreadTest.java74 zz();
99 public void zz() throws BogusException { method in class:ThreadTest.ResSupThread

Completed in 146 milliseconds