Home
last modified time | relevance | path

Searched defs:bytesRead (Results 1 – 25 of 26) sorted by relevance

12

/cts/tests/tests/net/src/android/net/http/cts/
DApacheHttpClientTest.java86 int bytesRead = stream.read(buffer); in assertDownloadResponse() local
/cts/tests/tests/net/src/android/net/ipv6/cts/
DPingTest.java114 int bytesRead; in checkResponse() local
/cts/apps/CtsVerifier/src/com/android/cts/verifier/usb/accessory/
DUsbAccessoryTestActivity.java226 long bytesRead = 0; in onAttached() local
/cts/tests/tests/print/src/android/print/cts/
DPrintDocumentInfoTest.java186 long bytesRead = 0; in printDocumentBaseTest() local
/cts/apps/CtsVerifierUSBCompanion/src/com/android/cts/verifierusbcompanion/
DAccessoryTestCompanion.java171 long bytesRead = 0; in runTest() local
/cts/tests/tests/os/src/android/os/cts/
DSeccompTest.java438 int bytesRead = policyStream.read(buffer); in installTestFilter() local
/cts/common/device-side/util/src/com/android/compatibility/common/util/
DSystemUtil.java77 int bytesRead; in runShellCommand() local
DFileUtils.java117 int bytesRead; in copyToFile() local
/cts/tests/tests/net/src/android/net/cts/
DTunUtils.java93 int bytesRead = in.read(inBytes); in receiveFromTun() local
DIpSecBaseTest.java146 AtomicInteger bytesRead = new AtomicInteger(-1); in receive() local
294 int bytesRead = mSocket.getInputStream().read(in); in receive() local
DLocalSocketTest.java372 private int bytesRead; field in LocalSocketTest.StreamReader
/cts/common/device-side/util-axt/src/com/android/compatibility/common/util/
DSystemUtil.java91 int bytesRead; in runShellCommand() local
DFileUtils.java117 int bytesRead; in copyToFile() local
/cts/tests/framework/base/windowmanager/src/android/server/wm/
DActivityManagerGetConfigTests.java86 int bytesRead; in executeShellCommand() local
/cts/tests/JobScheduler/src/android/jobscheduler/cts/
DTriggerContentTest.java157 int bytesRead; in copyToFileOrThrow() local
/cts/tests/tests/media/src/android/media/cts/
DVpxCodecTestBase.java483 int bytesRead = srcStream.read(srcFrame); in cacheScaledImage() local
779 int bytesRead = mYuvStream.read(mSrcFrame); in getInputFrame() local
1368 int bytesRead = yuvStream.read(srcFrame); in encode() local
1673 int bytesRead = yuvStream[i].read(srcFrame[i]); in encodeSimulcast() local
/cts/tests/tests/keystore/src/android/server/am/
DActivityManagerState.java130 int bytesRead; in executeShellCommand() local
DWindowManagerState.java128 int bytesRead; in executeShellCommand() local
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/helpers/
DPowerTestHostLink.java149 int bytesRead = streamIn.read(buffer, total, in run() local
/cts/tests/app/src/android/app/cts/
DDownloadManagerTestBase.java228 int bytesRead; in readFromInputStream() local
/cts/tests/tests/provider/src/android/provider/cts/
DMediaStore_DownloadsTest.java213 int bytesRead; in testInsertDownload() local
/cts/hostsidetests/net/app/src/com/android/cts/net/hostside/
DVpnTest.java359 int bytesRead = 0, totalRead = 0; in writeAndCheckData() local
/cts/tests/framework/base/windowmanager/util/src/android/server/wm/
DActivityManagerState.java143 int bytesRead; in executeShellCommand() local
DWindowManagerState.java173 int bytesRead; in executeShellCommand() local
/cts/tests/tests/graphics/src/android/graphics/cts/
DImageDecoderTest.java120 int bytesRead; in writeToStream() local
919 final int bytesRead = mInputStream.read(b, off, len); in read() local

12