Home
last modified time | relevance | path

Searched refs:DataFormatException (Results 1 – 11 of 11) sorted by relevance

/libcore/luni/src/test/java/libcore/java/util/zip/
DOldDataFormatExceptionTest.java21 import java.util.zip.DataFormatException;
26 DataFormatException dfe = new DataFormatException(); in testDataFormatException()
31 DataFormatException dfe = new DataFormatException("Test"); in testDataFormatExceptionString()
DOldAndroidDeflateTest.java22 import java.util.zip.DataFormatException;
41 throws UnsupportedEncodingException, DataFormatException { in simpleTest()
75 throws UnsupportedEncodingException, DataFormatException { in bigTest()
166 byte[] outBuf) throws DataFormatException { in expand()
DDeflaterTest.java19 import java.util.zip.DataFormatException;
33 public void testDeflate() throws DataFormatException { in testDeflate()
59 private void deflateInflate(int flush) throws DataFormatException {
/libcore/ojluni/src/main/java/java/util/zip/
DDataFormatException.java34 class DataFormatException extends Exception { class
40 public DataFormatException() { in DataFormatException() method in DataFormatException
49 public DataFormatException(String s) { in DataFormatException() method in DataFormatException
DInflater.java249 throws DataFormatException in inflate()
280 public int inflate(byte[] b) throws DataFormatException { in inflate()
410 throws DataFormatException; in inflateBytes()
DInflaterOutputStream.java163 } catch (DataFormatException ex) { in flush()
267 } catch (DataFormatException ex) { in write()
DInflaterInputStream.java168 } catch (DataFormatException e) { in read()
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/zip/
DInflaterTest.java25 import java.util.zip.DataFormatException;
81 } catch (DataFormatException e) { in test_finished()
157 } catch (DataFormatException e) { in test_getTotalIn()
176 } catch (DataFormatException e) { in test_getTotalIn()
215 } catch (DataFormatException e) { in test_getTotalOut()
239 } catch (DataFormatException e) { in test_getTotalOut()
267 } catch (DataFormatException e) { in test_inflate$B()
304 } catch (DataFormatException e) { in test_inflate$B()
334 } catch (DataFormatException e) { in test_inflate$B1()
346 } catch (DataFormatException e) { in test_inflate$B1()
[all …]
DDeflaterTest.java23 import java.util.zip.DataFormatException;
91 } catch (DataFormatException e) { in test_deflate$B()
135 } catch (DataFormatException e) { in test_deflate$BII()
428 } catch (DataFormatException e) { in test_reset()
571 } catch (DataFormatException e) { in test_setInput$B()
866 } catch (DataFormatException e) { in test_ConstructorIZ()
1071 public void test_getBytesRead() throws DataFormatException, in test_getBytesRead()
1097 public void test_getBytesWritten() throws DataFormatException, in test_getBytesWritten()
DDeflaterInputStreamTest.java24 import java.util.zip.DataFormatException;
353 new DataFormatException(); in testDataFormatException()
/libcore/
Dopenjdk_java_files.mk895 ojluni/src/main/java/java/util/zip/DataFormatException.java \