Home
last modified time | relevance | path

Searched refs:readData (Results 1 – 6 of 6) sorted by relevance

/libcore/luni/src/test/java/libcore/java/nio/channels/
DChannelsTest.java114 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/
DRowSetReader.java71 void readData(RowSetInternal caller) throws SQLException; in readData() method
/libcore/luni/src/test/java/libcore/java/nio/file/
DDefaultFileSystemProviderTest.java314 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()
DDefaultSecureDirectoryStreamTest.java232 String readData = new String(Arrays.copyOf(readBuffer.array(), bytesReadCount), in test_newByteChannel() local
234 assertEquals(TEST_FILE_DATA, readData); in test_newByteChannel()
DFiles2Test.java1189 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/
DSupport_TestWebServer.java396 private int readData(InputStream is, int length) { in readData() method in Support_TestWebServer.Worker
553 length = readData(is, length); in readContent()