/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/io/ |
DataInputStreamTest.java | 131 * java.io.DataInputStream#readFully(byte[]) 138 dis.readFully(rbytes); 144 * java.io.DataInputStream#readFully(byte[], int, int) 151 dis.readFully(rbytes, 0, fileString.length()); 157 * java.io.DataInputStream#readFully(byte[], int, int) 166 is.readFully(byteArray, -1, -1); 173 is.readFully(byteArray, 0, -1); 180 is.readFully(byteArray, 1, -1); 186 is.readFully(byteArray, -1, 0); 187 is.readFully(byteArray, 0, 0) [all...] |
/external/libgdx/backends/gdx-backends-gwt/src/com/badlogic/gdx/backends/gwt/emu/java/io/ |
DataInput.java | 30 public void readFully (byte[] b) throws IOException; 32 public void readFully (byte[] b, int off, int len) throws IOException;
|
DataInputStream.java | 60 public void readFully (byte[] b) throws IOException { 61 readFully(b, 0, b.length); 64 public void readFully (byte[] b, int off, int len) throws IOException {
|
/libcore/ojluni/src/main/java/java/io/ |
DataInput.java | 235 void readFully(byte b[]) throws IOException; 281 void readFully(byte b[], int off, int len) throws IOException;
|
DataInputStream.java | 156 * See the general contract of the <code>readFully</code> 171 public final void readFully(byte b[]) throws IOException { 172 readFully(b, 0, b.length); 176 * See the general contract of the <code>readFully</code> 193 public final void readFully(byte b[], int off, int len) throws IOException { 317 readFully(readBuffer, 0, 2); 341 readFully(readBuffer, 0, 2); 365 readFully(readBuffer, 0, 2); 389 readFully(readBuffer, 0, 4); 413 readFully(readBuffer, 0, 8) [all...] |
/external/guava/guava/src/com/google/common/io/ |
ByteArrayDataInput.java | 36 @Override void readFully(byte b[]); 38 @Override void readFully(byte b[], int off, int len);
|
LittleEndianDataInputStream.java | 65 public void readFully(byte[] b) throws IOException { 66 ByteStreams.readFully(this, b); 70 public void readFully(byte[] b, int off, int len) throws IOException { 71 ByteStreams.readFully(this, b, off, len);
|
/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/ |
ChannelHelper.java | 30 public static ByteBuffer readFully(final ReadableByteChannel channel, long size) throws IOException { 38 readFully(channel, buf, buf.limit()); 48 public static void readFully(final ReadableByteChannel channel, final ByteBuffer buf) 50 readFully(channel, buf, buf.remaining()); 53 public static int readFully(final ReadableByteChannel channel, final ByteBuffer buf, final int length)
|
/external/conscrypt/src/test/java/org/conscrypt/ |
TestUtils.java | 36 return Streams.readFully(openTestFile(name));
|
/external/libgdx/gdx/src/com/badlogic/gdx/utils/ |
LittleEndianInputStream.java | 36 public void readFully (byte[] b) throws IOException {
37 din.readFully(b);
40 public void readFully (byte[] b, int off, int len) throws IOException {
41 din.readFully(b, off, len);
|
/external/proguard/src/proguard/classfile/io/ |
RuntimeDataInput.java | 104 public void readFully(byte[] b) 108 dataInput.readFully(b); 116 public void readFully(byte[] b, int off, int len) 120 dataInput.readFully(b, off, len);
|
/libcore/luni/src/test/java/libcore/java/io/ |
OldDataInputStreamTest.java | 157 dis.readFully(rbytes); 163 dis.readFully(rbytes); 172 dis.readFully(rbytes); 186 dis.readFully(rbytes, 2, testLength - 4); 193 dis.readFully(rbytes, 0, testLength); 202 dis.readFully(rbytes, 0, testLength); 215 is.readFully(byteArray, 0, -1); 222 is.readFully(byteArray, 0, byteArray.length + 1); 229 is.readFully(byteArray, 1, byteArray.length); 236 is.readFully(byteArray, -1, byteArray.length) [all...] |
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/util/io/ |
Streams.java | 70 public static int readFully(InputStream inStr, byte[] buf) 73 return readFully(inStr, buf, 0, buf.length); 86 public static int readFully(InputStream inStr, byte[] buf, int off, int len)
|
/libcore/luni/src/test/etc/loading-test-jar/ |
TestMethods.java | 66 public static byte[] readFully(InputStream in) throws IOException { 129 byte[] contents = readFully(in); 185 byte[] contents = readFully(in);
|
/packages/apps/UnifiedEmail/src/org/apache/commons/io/input/ |
SwappedDataInputStream.java | 117 public void readFully( byte[] data ) 120 readFully( data, 0, data.length ); 133 public void readFully( byte[] data, int offset, int length )
|
/device/generic/goldfish/opengl/shared/OpenglCodecCommon/ |
SocketStream.h | 35 virtual const unsigned char *readFully(void *buf, size_t len);
|
/device/generic/goldfish/opengl/system/OpenglSystemCommon/ |
QemuPipeStream.h | 36 virtual const unsigned char *readFully( void *buf, size_t len);
|
/libcore/support/src/test/java/libcore/tlswire/record/ |
TlsRecord.java | 37 in.readFully(result.fragment);
|
/system/security/keystore/ |
entropy.cpp | 48 return (readFully(mRandom, data, size) == size);
|
/device/generic/goldfish/opengl/host/include/libOpenglRender/ |
IOStream.h | 35 virtual const unsigned char *readFully( void *buf, size_t len) = 0; 83 return readFully(buf, len);
|
/external/archive-patcher/applier/src/main/java/com/google/archivepatcher/applier/bsdiff/ |
BsPatch.java | 90 readFully(patchData, signatureBuffer, 0, signatureBuffer.length); 207 oldData.readFully(buffer1, 0, numBytesThisRound); 208 readFully(patchData, buffer2, 0, numBytesThisRound); 256 static void readFully( 284 readFully(in, buffer, 0, maxCopy);
|
/libcore/luni/src/main/java/libcore/io/ |
Streams.java | 59 public static void readFully(InputStream in, byte[] dst) throws IOException { 60 readFully(in, dst, 0, dst.length); 67 * Used to implement {@link java.io.DataInputStream#readFully(byte[], int, int)}. 69 public static void readFully(InputStream in, byte[] dst, int offset, int byteCount) throws IOException { 93 public static byte[] readFully(InputStream in) throws IOException { 117 public static String readFully(Reader reader) throws IOException {
|
/frameworks/base/core/tests/coretests/src/android/content/pm/ |
MacAuthenticatedInputStreamTest.java | 75 assertTrue(Arrays.equals(TEST_STRING_1, Streams.readFully(is))); 86 assertTrue(Arrays.equals(TEST_STRING_1, Streams.readFully(is))); 97 assertTrue(Arrays.equals(TEST_STRING_1, Streams.readFully(is)));
|
/cts/hostsidetests/appsecurity/test-apps/DocumentClient/src/com/android/cts/documentclient/ |
DocumentsClientTestCase.java | 84 protected byte[] readFully(Uri uri) throws IOException { 87 return readFully(in); 95 return readFully(in); 99 protected byte[] readFully(InputStream in) throws IOException {
|
/external/guava/guava-tests/test/com/google/common/io/ |
LittleEndianDataOutputStreamTest.java | 65 in.readFully(b); 96 in.readFully(b); 113 in.readFully(b); 130 in.readFully(actual);
|