Searched refs:readBytes (Results 1 – 3 of 3) sorted by relevance
/cts/tests/tests/os/src/android/os/cts/ |
D | MemoryFileTest.java | 118 mMemoryFile.readBytes(gotData, 0, 0, gotData.length); in testReadBytes() 140 mMemoryFile.readBytes(data, srcOffset, destOffset, count); in checkReadBytesInIllegalParameter() 157 mMemoryFile.readBytes(data, 0, 0, 128); in testClose()
|
/cts/tests/tests/os/src/android/os/storage/cts/ |
D | StorageManagerTest.java | 656 final int readBytes = Os.pread( in testOpenProxyFileDescriptor_largeFile() local 658 assertEquals(64, readBytes); in testOpenProxyFileDescriptor_largeFile() 672 final int readBytes = Os.read( in testOpenProxyFileDescriptor_largeRead() local 674 assertEquals(bytes.length, readBytes); in testOpenProxyFileDescriptor_largeRead()
|
/cts/tests/sensor/src/android/hardware/cts/ |
D | SensorDirectReportTest.java | 1143 if (f.readBytes(mBuffer, offset, offset, length) != length) { in readSharedMemory()
|