Searched refs:DataFormatException (Results 1 – 15 of 15) sorted by relevance
/libcore/luni/src/test/java/libcore/java/util/zip/ |
D | OldDataFormatExceptionTest.java | 21 import java.util.zip.DataFormatException; 26 DataFormatException dfe = new DataFormatException(); in testDataFormatException() 31 DataFormatException dfe = new DataFormatException("Test"); in testDataFormatExceptionString()
|
D | OldAndroidDeflateTest.java | 22 import java.util.zip.DataFormatException; 41 throws UnsupportedEncodingException, DataFormatException { in simpleTest() 75 throws UnsupportedEncodingException, DataFormatException { in bigTest() 166 byte[] outBuf) throws DataFormatException { in expand()
|
D | DeflaterTest.java | 19 import java.util.zip.DataFormatException; 52 public void testDeflate() throws DataFormatException { in testDeflate() 80 private void deflateInflate(int flush) throws DataFormatException {
|
/libcore/ojluni/src/main/java/java/util/zip/ |
D | DataFormatException.java | 34 public class DataFormatException extends Exception { class 41 public DataFormatException() { in DataFormatException() method in DataFormatException 50 public DataFormatException(String s) { in DataFormatException() method in DataFormatException
|
D | Inflater.java | 376 throws DataFormatException in inflate() 393 } catch (DataFormatException e) { in inflate() 417 } catch (DataFormatException e) { in inflate() 422 } catch (DataFormatException e) { in inflate() 475 public int inflate(byte[] output) throws DataFormatException { in inflate() 513 public int inflate(ByteBuffer output) throws DataFormatException { in inflate() 544 } catch (DataFormatException e) { in inflate() 594 } catch (DataFormatException e) { in inflate() 599 } catch (DataFormatException e) { in inflate() 741 byte[] outputArray, int outputOff, int outputLen) throws DataFormatException; in inflateBytesBytes() [all …]
|
D | InflaterOutputStream.java | 163 } catch (DataFormatException ex) { in flush() 261 } catch (DataFormatException ex) { in write()
|
D | InflaterInputStream.java | 214 } catch (DataFormatException e) { in read()
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/zip/ |
D | InflaterTest.java | 25 import java.util.zip.DataFormatException; 87 } catch (DataFormatException e) { in test_finished() 166 } catch (DataFormatException e) { in test_getTotalIn() 187 } catch (DataFormatException e) { in test_getTotalIn() 227 } catch (DataFormatException e) { in test_getTotalOut() 251 } catch (DataFormatException e) { in test_getTotalOut() 283 } catch (DataFormatException e) { in test_inflate$B() 322 } catch (DataFormatException e) { in test_inflate$B() 352 } catch (DataFormatException e) { in test_inflate$B1() 364 } catch (DataFormatException e) { in test_inflate$B1() [all …]
|
D | DeflaterTest.java | 23 import java.util.zip.DataFormatException; 91 } catch (DataFormatException e) { in test_deflate$B() 135 } catch (DataFormatException e) { in test_deflate$BII() 419 } catch (DataFormatException e) { in test_reset() 564 } catch (DataFormatException e) { in test_setInput$B() 862 } catch (DataFormatException e) { in test_ConstructorIZ() 1068 public void test_getBytesRead() throws DataFormatException, in test_getBytesRead() 1095 public void test_getBytesWritten() throws DataFormatException, in test_getBytesWritten()
|
D | DeflaterInputStreamTest.java | 24 import java.util.zip.DataFormatException; 374 new DataFormatException(); in testDataFormatException()
|
/libcore/ojluni/annotations/flagged_api/java/util/zip/ |
D | Inflater.annotated.java | 59 public int inflate(byte[] output, int off, int len) throws java.util.zip.DataFormatException { thro… in inflate() 61 public int inflate(byte[] output) throws java.util.zip.DataFormatException { throw new RuntimeExcep… in inflate() 64 public int inflate(java.nio.ByteBuffer output) throws java.util.zip.DataFormatException { throw new… in inflate()
|
/libcore/ojluni/annotations/hiddenapi/java/util/zip/ |
D | Inflater.java | 74 public int inflate(byte[] b, int off, int len) throws java.util.zip.DataFormatException { in inflate() 78 public int inflate(byte[] b) throws java.util.zip.DataFormatException { in inflate() 127 throws java.util.zip.DataFormatException; in inflateBytes()
|
/libcore/ |
D | openjdk_java_files.bp | 1254 "ojluni/src/main/java/java/util/zip/DataFormatException.java",
|
D | EXPECTED_UPSTREAM | 1252 …ain/java/java/util/zip/DataFormatException.java,jdk17u/jdk-17.0.6-ga,src/java.base/share/classes/j…
|
/libcore/api/ |
D | current.txt | 18532 public class DataFormatException extends java.lang.Exception { 18533 ctor public DataFormatException(); 18534 ctor public DataFormatException(String); 18625 method public int inflate(byte[], int, int) throws java.util.zip.DataFormatException; 18626 method public int inflate(byte[]) throws java.util.zip.DataFormatException; 18627 ….libcore.v_apis") public int inflate(java.nio.ByteBuffer) throws java.util.zip.DataFormatException;
|