Home
last modified time | relevance | path

Searched refs:byteCount (Results 1 – 5 of 5) sorted by relevance

/cts/tests/tests/net/src/android/net/cts/
DTrafficStatsTest.java119 final int byteCount = 1024; in testTrafficStatsForLocalhost() local
132 byte[] buf = new byte[byteCount]; in testTrafficStatsForLocalhost()
162 byte[] buf = new byte[byteCount]; in testTrafficStatsForLocalhost()
163 while (read < byteCount * packetCount) { in testTrafficStatsForLocalhost()
171 assertTrue("Not all data read back", read >= byteCount * packetCount); in testTrafficStatsForLocalhost()
232 …" Wanted: " + uidTxDeltaBytes + ">=" + tcpPacketToIpBytes(packetCount, byteCount) + "+" + tcpPacke… in testTrafficStatsForLocalhost()
233 …uidTxDeltaBytes + "<=" + tcpPacketToIpBytes(packetCount, byteCount) + "+" + tcpPacketToIpBytes(pac… in testTrafficStatsForLocalhost()
234 …uidTxDeltaBytes >= tcpPacketToIpBytes(packetCount, byteCount) + tcpPacketToIpBytes(minExpectedExtr… in testTrafficStatsForLocalhost()
235 …uidTxDeltaBytes <= tcpPacketToIpBytes(packetCount, byteCount) + tcpPacketToIpBytes(packetCount + m… in testTrafficStatsForLocalhost()
237 …" Wanted: " + uidRxDeltaBytes + ">=" + tcpPacketToIpBytes(packetCount, byteCount) + "+" + tcpPacke… in testTrafficStatsForLocalhost()
[all …]
/cts/tests/tests/media/src/android/media/cts/
DMidiSoloTest.java46 public int byteCount; field in MidiSoloTest.MyMidiReceiver
59 System.arraycopy(msg, offset, data, byteCount, count); in onSend()
63 byteCount += count; in onSend()
68 byteCount = 0; in onFlush()
189 assertEquals("MidiReceiver flush ", 0, myReceiver.byteCount); in checkReceivedData()
192 assertEquals("MidiReceiver count ", count, myReceiver.byteCount); in checkReceivedData()
/cts/hostsidetests/appsecurity/test-apps/AppWithData/src/com/android/cts/appwithdata/
DCreatePrivateDataTest.java201 final int byteCount = 1024; in createTrafficStatsWithTags() local
214 byte[] buf = new byte[byteCount]; in createTrafficStatsWithTags()
232 byte[] buf = new byte[byteCount]; in createTrafficStatsWithTags()
234 while (read < byteCount * packetCount) { in createTrafficStatsWithTags()
/cts/libs/deviceutil/src/android/cts/util/
DReadElf.java435 private long readX(int byteCount) throws IOException { in readX() argument
436 mFile.readFully(mBuffer, 0, byteCount); in readX()
440 for (int i = byteCount - 1; i >= 0; i--) { in readX()
444 final int N = byteCount - 1; in readX()
/cts/tools/dex-tools/dex/
Dclasses0.out.dex96269 private long byteCount