Home
last modified time | relevance | path

Searched refs:IOException (Results 1 – 25 of 3335) sorted by relevance

12345678910>>...134

/external/okhttp/okio/okio/src/main/java/okio/
DBufferedSource.java18 import java.io.IOException;
35 boolean exhausted() throws IOException; in exhausted()
42 void require(long byteCount) throws IOException; in require()
49 boolean request(long byteCount) throws IOException; in request()
52 byte readByte() throws IOException; in readByte()
55 short readShort() throws IOException; in readShort()
58 short readShortLe() throws IOException; in readShortLe()
61 int readInt() throws IOException; in readInt()
64 int readIntLe() throws IOException; in readIntLe()
67 long readLong() throws IOException; in readLong()
[all …]
DBufferedSink.java18 import java.io.IOException;
30 BufferedSink write(ByteString byteString) throws IOException; in write()
36 BufferedSink write(byte[] source) throws IOException; in write()
42 BufferedSink write(byte[] source, int offset, int byteCount) throws IOException; in write()
48 long writeAll(Source source) throws IOException; in writeAll()
51 BufferedSink write(Source source, long byteCount) throws IOException; in write()
54 BufferedSink writeUtf8(String string) throws IOException; in writeUtf8()
60 BufferedSink writeUtf8(String string, int beginIndex, int endIndex) throws IOException; in writeUtf8()
63 BufferedSink writeUtf8CodePoint(int codePoint) throws IOException; in writeUtf8CodePoint()
66 BufferedSink writeString(String string, Charset charset) throws IOException; in writeString()
[all …]
DRealBufferedSource.java19 import java.io.IOException;
44 @Override public long read(Buffer sink, long byteCount) throws IOException { in read()
58 @Override public boolean exhausted() throws IOException { in exhausted()
63 @Override public void require(long byteCount) throws IOException { in require()
67 @Override public boolean request(long byteCount) throws IOException { in request()
76 @Override public byte readByte() throws IOException { in readByte()
81 @Override public ByteString readByteString() throws IOException { in readByteString()
86 @Override public ByteString readByteString(long byteCount) throws IOException { in readByteString()
91 @Override public byte[] readByteArray() throws IOException { in readByteArray()
96 @Override public byte[] readByteArray(long byteCount) throws IOException { in readByteArray()
[all …]
DRealBufferedSink.java19 import java.io.IOException;
43 throws IOException { in write()
49 @Override public BufferedSink write(ByteString byteString) throws IOException { in write()
55 @Override public BufferedSink writeUtf8(String string) throws IOException { in writeUtf8()
62 throws IOException { in writeUtf8()
68 @Override public BufferedSink writeUtf8CodePoint(int codePoint) throws IOException { in writeUtf8CodePoint()
74 @Override public BufferedSink writeString(String string, Charset charset) throws IOException { in writeString()
81 Charset charset) throws IOException { in writeString()
87 @Override public BufferedSink write(byte[] source) throws IOException { in write()
93 @Override public BufferedSink write(byte[] source, int offset, int byteCount) throws IOException { in write()
[all …]
/external/guice/extensions/persist/lib/
Dcommons-io.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/LICENSE.txt META ...
/external/guice/extensions/struts2/lib/
Dcommons-io-1.3.2.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/ ...
/external/libphonenumber/demo/war/WEB-INF/lib/
Dcommons-io-1.4.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/ ...
/external/libvncserver/webclients/java-applet/
DVncViewer.jarMETA-INF/MANIFEST.MF VncViewer.class VncViewer.java package VncViewer extends java.applet ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
Dorg.apache.lucene_1.9.1.v20100518-1140.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...
/external/javassist/src/main/javassist/bytecode/annotation/
DAnnotationsWriter.java85 public void close() throws IOException { in close()
95 public void numParameters(int num) throws IOException { in numParameters()
105 public void numAnnotations(int num) throws IOException { in numAnnotations()
119 throws IOException in annotation()
134 throws IOException in annotation()
149 public void memberValuePair(String memberName) throws IOException { in memberValuePair()
163 public void memberValuePair(int memberNameIndex) throws IOException { in memberValuePair()
173 public void constValueIndex(boolean value) throws IOException { in constValueIndex()
183 public void constValueIndex(byte value) throws IOException { in constValueIndex()
193 public void constValueIndex(char value) throws IOException { in constValueIndex()
[all …]
/external/jacoco/org.jacoco.report.test/src/org/jacoco/report/internal/html/
DHTMLElementTest.java16 import java.io.IOException;
32 public void setUp() throws IOException { in setUp()
42 public void testMeta() throws IOException { in testMeta()
51 public void testLink() throws IOException { in testLink()
60 public void testTitle() throws IOException { in testTitle()
67 public void testH1() throws IOException { in testH1()
74 public void testP() throws IOException { in testP()
81 public void testSpan1() throws IOException { in testSpan1()
88 public void testSpan2() throws IOException { in testSpan2()
95 public void testSpan3() throws IOException { in testSpan3()
[all …]
/external/icu/icu4j/main/tests/framework/src/com/ibm/icu/dev/util/
DDataInputCompressor.java10 import java.io.IOException;
42 public boolean readBoolean() throws IOException { in readBoolean()
46 public byte readByte() throws IOException { in readByte()
50 public int readUnsignedByte() throws IOException { in readUnsignedByte()
54 public double readDouble() throws IOException { in readDouble()
58 public float readFloat() throws IOException { in readFloat()
62 public void readFully(byte[] b) throws IOException { in readFully()
66 public void readFully(byte[] b, int off, int len) throws IOException { in readFully()
70 public int skipBytes(int n) throws IOException { in skipBytes()
74 public String readLine() throws IOException { in readLine()
[all …]
/external/icu/android_icu4j/src/main/tests/android/icu/dev/util/
DDataInputCompressor.java11 import java.io.IOException;
43 public boolean readBoolean() throws IOException { in readBoolean()
47 public byte readByte() throws IOException { in readByte()
51 public int readUnsignedByte() throws IOException { in readUnsignedByte()
55 public double readDouble() throws IOException { in readDouble()
59 public float readFloat() throws IOException { in readFloat()
63 public void readFully(byte[] b) throws IOException { in readFully()
67 public void readFully(byte[] b, int off, int len) throws IOException { in readFully()
71 public int skipBytes(int n) throws IOException { in skipBytes()
75 public String readLine() throws IOException { in readLine()
[all …]
/external/jacoco/org.jacoco.report.test/src/org/jacoco/report/internal/xml/
DXMLElementTest.java16 import java.io.IOException;
32 public void setUp() throws IOException { in setUp()
39 public void testEmptyNode() throws IOException { in testEmptyNode()
46 @Test(expected = IOException.class)
47 public void testAddAttributeToClosedNode() throws IOException { in testAddAttributeToClosedNode()
52 @Test(expected = IOException.class)
53 public void testAddChildToClosedNode() throws IOException { in testAddChildToClosedNode()
58 @Test(expected = IOException.class)
59 public void testAddTextToClosedNode() throws IOException { in testAddTextToClosedNode()
65 public void testNestedElement() throws IOException { in testNestedElement()
[all …]
/external/jacoco/org.jacoco.core.test/src/org/jacoco/core/data/
DExecutionDataReaderWriterTest.java22 import java.io.IOException;
48 public void setup() throws IOException { in setup()
56 public void testEmpty() throws IOException { in testEmpty()
72 public void testFlush() throws IOException { in testFlush()
76 public void write(int b) throws IOException { in testFlush()
80 public void flush() throws IOException { in testFlush()
89 public void testCustomBlocks() throws IOException { in testCustomBlocks()
96 protected boolean readBlock(byte blocktype) throws IOException { in testCustomBlocks()
122 public void testMultipleHeaders() throws IOException { in testMultipleHeaders()
129 @Test(expected = IOException.class)
[all …]
/external/protobuf/java/src/main/java/com/google/protobuf/micro/
DCodedOutputStreamMicro.java34 import java.io.IOException;
121 throws IOException { in writeDouble()
128 throws IOException { in writeFloat()
135 throws IOException { in writeUInt64()
142 throws IOException { in writeInt64()
149 throws IOException { in writeInt32()
156 throws IOException { in writeFixed64()
163 throws IOException { in writeFixed32()
170 throws IOException { in writeBool()
177 throws IOException { in writeString()
[all …]
/external/jacoco/org.jacoco.report/src/org/jacoco/report/internal/html/
DHTMLElement.java14 import java.io.IOException;
39 public HTMLElement element(final String name) throws IOException { in element()
45 private void classattr(final String classattr) throws IOException { in classattr()
61 throws IOException { in meta()
82 final String typeattr) throws IOException { in link()
97 public HTMLElement title() throws IOException { in title()
108 public HTMLElement h1() throws IOException { in h1()
119 public HTMLElement p() throws IOException { in p()
130 public HTMLElement span() throws IOException { in span()
143 public HTMLElement span(final String classattr) throws IOException { in span()
[all …]
/external/protobuf/java/src/main/java/com/google/protobuf/
DCodedOutputStream.java33 import java.io.IOException;
155 public void write(int b) throws IOException { in write()
160 public void write(byte[] data, int offset, int length) throws IOException { in write()
169 throws IOException { in writeDouble()
176 throws IOException { in writeFloat()
183 throws IOException { in writeUInt64()
190 throws IOException { in writeInt64()
197 throws IOException { in writeInt32()
204 throws IOException { in writeFixed64()
211 throws IOException { in writeFixed32()
[all …]
/external/guava/guava/src/com/google/common/io/
DGwtWorkarounds.java23 import java.io.IOException;
44 int read() throws IOException; in read()
45 void close() throws IOException; in close()
56 public int read() throws IOException { in asCharInput()
61 public void close() throws IOException { in asCharInput()
95 int read() throws IOException;
96 void close() throws IOException;
107 public int read() throws IOException {
112 public int read(byte[] b, int off, int len) throws IOException {
134 public void close() throws IOException {
[all …]
DByteStreams.java33 import java.io.IOException;
64 throws IOException { in copy()
90 WritableByteChannel to) throws IOException { in copy()
113 public static byte[] toByteArray(InputStream in) throws IOException { in toByteArray()
126 InputStream in, int expectedSize) throws IOException { in toByteArray()
215 } catch (IOException e) { in readFully()
223 } catch (IOException e) { in readFully()
231 } catch (IOException e) { in skipBytes()
239 } catch (IOException e) { in readBoolean()
249 } catch (IOException impossible) { in readByte()
[all …]
/external/vogar/lib/
Dkxml-libcore-20110123.jarorg/kxml2/ org/kxml2/kdom/ org/kxml2/kdom/Element.class ...
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/
DInputOutputExceptionTest.java18 import java.io.IOException;
32 assertTrue(e.getCause() instanceof IOException); in testIOExceptionOnLoad()
42 assertTrue(e.getCause() instanceof IOException); in testIOExceptionOnDump()
49 public int read() throws IOException { in read()
50 throw new IOException("Broken 1"); in read()
54 public int read(byte[] bytes, int i, int i1) throws IOException { in read()
55 throw new IOException("Broken 2"); in read()
59 public void close() throws IOException { in close()
60 throw new IOException("Broken 3"); in close()
66 public void close() throws IOException { in close()
[all …]
/external/caliper/lib/
Dgson-2.2.2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
/external/guava/guava-tests/test/com/google/common/io/
DCloserTest.java32 import java.io.IOException;
65 public void testNoExceptionsThrown() throws IOException { in testNoExceptionsThrown()
85 public void testExceptionThrown_fromTryBlock() throws IOException { in testExceptionThrown_fromTryBlock()
91 IOException exception = new IOException(); in testExceptionThrown_fromTryBlock()
111 public void testExceptionThrown_whenCreatingCloseables() throws IOException { in testExceptionThrown_whenCreatingCloseables()
128 assertTrue(expected instanceof IOException); in testExceptionThrown_whenCreatingCloseables()
138 public void testExceptionThrown_whileClosingLastCloseable() throws IOException { in testExceptionThrown_whileClosingLastCloseable()
141 IOException exception = new IOException(); in testExceptionThrown_whileClosingLastCloseable()
159 public void testExceptionThrown_whileClosingFirstCloseable() throws IOException { in testExceptionThrown_whileClosingFirstCloseable()
162 IOException exception = new IOException(); in testExceptionThrown_whileClosingFirstCloseable()
[all …]
/external/okhttp/okhttp-ws-tests/src/test/java/com/squareup/okhttp/internal/ws/
DWebSocketWriterTest.java19 import java.io.IOException;
42 @After public void tearDown() throws IOException { in tearDown()
46 @Test public void serverSendSimpleHello() throws IOException { in serverSendSimpleHello()
52 @Test public void clientSendSimpleHello() throws IOException { in clientSendSimpleHello()
58 @Test public void serverStreamSimpleHello() throws IOException { in serverStreamSimpleHello()
71 @Test public void serverStreamCloseFlushes() throws IOException { in serverStreamCloseFlushes()
82 @Test public void clientStreamSimpleHello() throws IOException { in clientStreamSimpleHello()
95 @Test public void serverSendBinary() throws IOException { in serverSendBinary()
102 @Test public void serverSendBinaryShort() throws IOException { in serverSendBinaryShort()
109 @Test public void serverSendBinaryLong() throws IOException { in serverSendBinaryLong()
[all …]

12345678910>>...134