/external/okhttp/okio/okio/src/main/java/okio/ |
D | BufferedSource.java | 18 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 …]
|
D | BufferedSink.java | 18 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 …]
|
D | RealBufferedSource.java | 19 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 …]
|
D | RealBufferedSink.java | 19 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/jmonkeyengine/engine/src/core/com/jme3/export/ |
D | InputCapsule.java | 36 import java.io.IOException; 54 public byte readByte(String name, byte defVal) throws IOException; in readByte() 55 public byte[] readByteArray(String name, byte[] defVal) throws IOException; in readByteArray() 56 public byte[][] readByteArray2D(String name, byte[][] defVal) throws IOException; in readByteArray2D() 60 public int readInt(String name, int defVal) throws IOException; in readInt() 61 public int[] readIntArray(String name, int[] defVal) throws IOException; in readIntArray() 62 public int[][] readIntArray2D(String name, int[][] defVal) throws IOException; in readIntArray2D() 67 public float readFloat(String name, float defVal) throws IOException; in readFloat() 68 public float[] readFloatArray(String name, float[] defVal) throws IOException; in readFloatArray() 69 public float[][] readFloatArray2D(String name, float[][] defVal) throws IOException; in readFloatArray2D() [all …]
|
D | OutputCapsule.java | 36 import java.io.IOException; 52 public void write(byte value, String name, byte defVal) throws IOException; in write() 53 public void write(byte[] value, String name, byte[] defVal) throws IOException; in write() 54 public void write(byte[][] value, String name, byte[][] defVal) throws IOException; in write() 59 public void write(int value, String name, int defVal) throws IOException; in write() 60 public void write(int[] value, String name, int[] defVal) throws IOException; in write() 61 public void write(int[][] value, String name, int[][] defVal) throws IOException; in write() 66 public void write(float value, String name, float defVal) throws IOException; in write() 67 public void write(float[] value, String name, float[] defVal) throws IOException; in write() 68 public void write(float[][] value, String name, float[][] defVal) throws IOException; in write() [all …]
|
/external/jmonkeyengine/engine/src/xml/com/jme3/export/xml/ |
D | DOMInputCapsule.java | 40 import java.io.IOException; 125 public byte readByte(String name, byte defVal) throws IOException { in readByte() 131 IOException io = new IOException(nfe.toString()); in readByte() 135 IOException io = new IOException(de.toString()); in readByte() 141 public byte[] readByteArray(String name, byte[] defVal) throws IOException { in readByteArray() 157 throw new IOException("Wrong number of bytes for '" + name in readByteArray() 167 } catch (IOException ioe) { in readByteArray() 170 IOException io = new IOException(nfe.toString()); in readByteArray() 174 IOException io = new IOException(de.toString()); in readByteArray() 180 public byte[][] readByteArray2D(String name, byte[][] defVal) throws IOException { in readByteArray2D() [all …]
|
/external/libphonenumber/demo/war/WEB-INF/lib/ |
D | commons-io-1.4.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/apache/
org/ ... |
/external/jmonkeyengine/engine/src/core/com/jme3/util/ |
D | LittleEndien.java | 57 public int read() throws IOException { in read() 62 public int read(byte[] buf) throws IOException { in read() 67 public int read(byte[] buf, int off, int len) throws IOException { in read() 71 public int readUnsignedShort() throws IOException { in readUnsignedShort() 78 public long readUInt() throws IOException { in readUInt() 85 public boolean readBoolean() throws IOException { in readBoolean() 89 public byte readByte() throws IOException { in readByte() 93 public int readUnsignedByte() throws IOException { in readUnsignedByte() 97 public short readShort() throws IOException { in readShort() 101 public char readChar() throws IOException { in readChar() [all …]
|
/external/libvncserver/webclients/java-applet/ |
D | VncViewer.jar | META-INF/MANIFEST.MF
VncViewer.class
VncViewer.java
package VncViewer extends java.applet ... |
/external/javassist/src/main/javassist/bytecode/annotation/ |
D | AnnotationsWriter.java | 85 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/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
D | org.apache.lucene_1.9.1.v20100518-1140.jar | META-INF/MANIFEST.MF
META-INF/ECLIPSEF.SF
META-INF/ECLIPSEF ... |
/external/icu/icu4j/main/tests/framework/src/com/ibm/icu/dev/util/ |
D | DataInputCompressor.java | 10 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/protobuf/java/src/main/java/com/google/protobuf/micro/ |
D | CodedOutputStreamMicro.java | 34 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/jmonkeyengine/engine/src/core-plugins/com/jme3/export/binary/ |
D | BinaryOutputCapsule.java | 40 import java.io.IOException; 72 public void write(byte value, String name, byte defVal) throws IOException { in write() 80 throws IOException { in write() 88 throws IOException { in write() 95 public void write(int value, String name, int defVal) throws IOException { in write() 103 throws IOException { in write() 111 throws IOException { in write() 119 throws IOException { in write() 127 throws IOException { in write() 135 throws IOException { in write() [all …]
|
/external/guava/guava/src/com/google/common/io/ |
D | GwtWorkarounds.java | 23 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 …]
|
D | ByteStreams.java | 37 import java.io.IOException; 114 OutputSupplier<? extends OutputStream> to) throws IOException { in write() 131 OutputSupplier<? extends OutputStream> to) throws IOException { in copy() 149 OutputStream to) throws IOException { in copy() 168 OutputSupplier<? extends OutputStream> to) throws IOException { in copy() 182 throws IOException { in copy() 208 WritableByteChannel to) throws IOException { in copy() 231 public static byte[] toByteArray(InputStream in) throws IOException { in toByteArray() 244 InputStream in, int expectedSize) throws IOException { in toByteArray() 306 InputSupplier<? extends InputStream> supplier) throws IOException { in toByteArray() [all …]
|
/external/protobuf/java/src/main/java/com/google/protobuf/ |
D | CodedOutputStream.java | 33 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/vogar/lib/ |
D | kxml-libcore-20110123.jar | org/kxml2/
org/kxml2/kdom/
org/kxml2/kdom/Element.class
... |
/external/jmonkeyengine/engine/src/core-plugins/com/jme3/material/plugins/ |
D | J3MLoader.java | 51 import java.io.IOException; 78 private void throwIfNequal(String expected, String got) throws IOException { in throwIfNequal() 80 throw new IOException("Expected a statement, got '"+got+"'!"); in throwIfNequal() 83 throw new IOException("Expected '"+expected+"', got '"+got+"'!"); in throwIfNequal() 87 private void readShaderStatement(String statement) throws IOException { in readShaderStatement() 90 throw new IOException("Shader statement syntax incorrect" + statement); in readShaderStatement() 94 throw new IOException("Shader statement syntax incorrect: " + statement); in readShaderStatement() 105 private void readLightMode(String statement) throws IOException{ in readLightMode() 108 throw new IOException("LightMode statement syntax incorrect"); in readLightMode() 115 private void readShadowMode(String statement) throws IOException{ in readShadowMode() [all …]
|
/external/okhttp/okhttp-ws-tests/src/test/java/com/squareup/okhttp/internal/ws/ |
D | WebSocketWriterTest.java | 19 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 …]
|
/external/guava/guava-tests/test/com/google/common/io/ |
D | CloserTest.java | 31 import java.io.IOException; 64 public void testNoExceptionsThrown() throws IOException { in testNoExceptionsThrown() 84 public void testExceptionThrown_fromTryBlock() throws IOException { in testExceptionThrown_fromTryBlock() 90 IOException exception = new IOException(); in testExceptionThrown_fromTryBlock() 110 public void testExceptionThrown_whenCreatingCloseables() throws IOException { in testExceptionThrown_whenCreatingCloseables() 127 assertTrue(expected instanceof IOException); in testExceptionThrown_whenCreatingCloseables() 137 public void testExceptionThrown_whileClosingLastCloseable() throws IOException { in testExceptionThrown_whileClosingLastCloseable() 140 IOException exception = new IOException(); in testExceptionThrown_whileClosingLastCloseable() 158 public void testExceptionThrown_whileClosingFirstCloseable() throws IOException { in testExceptionThrown_whileClosingFirstCloseable() 161 IOException exception = new IOException(); in testExceptionThrown_whileClosingFirstCloseable() [all …]
|
/external/apache-http/src/org/apache/http/conn/ |
D | EofSensorInputStream.java | 34 import java.io.IOException; 130 protected boolean isReadAllowed() throws IOException { in isReadAllowed() 132 throw new IOException("Attempted read on closed stream."); in isReadAllowed() 140 public int read() throws IOException { in read() 147 } catch (IOException ex) { in read() 159 public int read(byte[] b, int off, int len) throws IOException { in read() 166 } catch (IOException ex) { in read() 178 public int read(byte[] b) throws IOException { in read() 185 } catch (IOException ex) { in read() 196 public int available() throws IOException { in available() [all …]
|
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/spdy/ |
D | FrameWriter.java | 20 import java.io.IOException; 27 void connectionPreface() throws IOException; in connectionPreface() 29 void ackSettings(Settings peerSettings) throws IOException; in ackSettings() 47 throws IOException; in pushPromise() 50 void flush() throws IOException; in flush() 52 List<Header> headerBlock) throws IOException; in synStream() 54 throws IOException; in synReply() 55 void headers(int streamId, List<Header> headerBlock) throws IOException; in headers() 56 void rstStream(int streamId, ErrorCode errorCode) throws IOException; in rstStream() 69 void data(boolean outFinished, int streamId, Buffer source, int byteCount) throws IOException; in data() [all …]
|
/external/libvncserver/webclients/java-applet/ssl/ |
D | SignedVncViewer.jar | META-INF/MANIFEST.MF
META-INF/SWKEY.SF
META-INF/SWKEY ... |