Searched refs:readData (Results 1 – 6 of 6) sorted by relevance
/libcore/luni/src/test/java/libcore/java/nio/channels/ |
D | ChannelsTest.java | 114 byte[] readData = new byte[data.length]; in testOutputStreamAsynchronousByteChannel() 116 bb.get(readData); in testOutputStreamAsynchronousByteChannel() 117 assertTrue(Arrays.equals(data, readData)); in testOutputStreamAsynchronousByteChannel()
|
/libcore/ojluni/src/main/java/javax/sql/ |
D | RowSetReader.java | 71 void readData(RowSetInternal caller) throws SQLException; in readData() method
|
/libcore/luni/src/test/java/libcore/java/nio/file/ |
D | DefaultFileSystemProviderTest.java | 314 String readData = new String(Arrays.copyOf(readBuffer.array(), bytesReadCount), in test_newByteChannel() local 316 assertEquals(TEST_FILE_DATA, readData); in test_newByteChannel() 371 String readData = new String(Arrays.copyOf(readBuffer.array(), bytesReadCount), in test_newByteChannel_openOption_WRITE_READ() local 373 assertEquals(TEST_FILE_DATA, readData); in test_newByteChannel_openOption_WRITE_READ()
|
D | DefaultSecureDirectoryStreamTest.java | 232 String readData = new String(Arrays.copyOf(readBuffer.array(), bytesReadCount), in test_newByteChannel() local 234 assertEquals(TEST_FILE_DATA, readData); in test_newByteChannel()
|
D | Files2Test.java | 1189 String readData = new String(Arrays.copyOf(readBuffer.array(), bytesReadCount), in test_newByteChannel() local 1191 assertEquals(TEST_FILE_DATA, readData); in test_newByteChannel() 1233 String readData = new String(Arrays.copyOf(readBuffer.array(), bytesReadCount), in test_newByteChannel_openOption_WRITE_READ() local 1235 assertEquals(TEST_FILE_DATA, readData); in test_newByteChannel_openOption_WRITE_READ()
|
/libcore/support/src/test/java/tests/support/ |
D | Support_TestWebServer.java | 396 private int readData(InputStream is, int length) { in readData() method in Support_TestWebServer.Worker 553 length = readData(is, length); in readContent()
|