Searched defs:readData (Results 1 – 5 of 5) sorted by relevance
/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 | DefaultSecureDirectoryStreamTest.java | 232 String readData = new String(Arrays.copyOf(readBuffer.array(), bytesReadCount), in test_newByteChannel() local
|
D | DefaultFileSystemProviderTest.java | 314 String readData = new String(Arrays.copyOf(readBuffer.array(), bytesReadCount), in test_newByteChannel() local 371 String readData = new String(Arrays.copyOf(readBuffer.array(), bytesReadCount), in test_newByteChannel_openOption_WRITE_READ() local
|
D | Files2Test.java | 1189 String readData = new String(Arrays.copyOf(readBuffer.array(), bytesReadCount), in test_newByteChannel() local 1233 String readData = new String(Arrays.copyOf(readBuffer.array(), bytesReadCount), in test_newByteChannel_openOption_WRITE_READ() local
|
/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
|