Home
last modified time | relevance | path

Searched defs:bytes (Results 1 – 25 of 34) sorted by relevance

12

/cts/tests/tests/os/src/android/os/storage/cts/
DStorageManagerTest.java289 final byte[] bytes; field in StorageManagerTest.TestProxyFileDescriptorCallback
372 Os.read(appleFd.getFileDescriptor(), bytes, 0, 100); in testOpenProxyFileDescriptor() local
378 Os.read(orangeFd.getFileDescriptor(), bytes, 0, 100); in testOpenProxyFileDescriptor() local
384 Os.read(cherryFd.getFileDescriptor(), bytes, 0, 100); in testOpenProxyFileDescriptor() local
391 Os.pread(appleFd.getFileDescriptor(), bytes, 0, 100, 500); in testOpenProxyFileDescriptor() local
396 Os.pread(orangeFd.getFileDescriptor(), bytes, 0, 100, 500); in testOpenProxyFileDescriptor() local
401 Os.pread(cherryFd.getFileDescriptor(), bytes, 0, 100, 500); in testOpenProxyFileDescriptor() local
412 Os.write(appleFd.getFileDescriptor(), bytes, 0, 100); in testOpenProxyFileDescriptor() local
418 Os.write(orangeFd.getFileDescriptor(), bytes, 0, 100); in testOpenProxyFileDescriptor() local
425 Os.write(cherryFd.getFileDescriptor(), bytes, 0, 100); in testOpenProxyFileDescriptor() local
[all …]
/cts/tests/tests/batterysaving/src/android/os/cts/batterysaving/
DBroadcastRpc.java33 protected Payload bytesToResponse(byte[] bytes) { in bytesToResponse()
/cts/common/device-side/util/src/com/android/compatibility/common/util/
DBroadcastRpcBase.java55 protected abstract TResponse bytesToResponse(byte[] bytes); in bytesToResponse()
146 protected abstract TRequest bytesToRequest(byte[] bytes); in bytesToRequest()
/cts/tests/tests/syncmanager/src/android/content/syncmanager/cts/
DBroadcastRpc.java37 protected Payload bytesToResponse(byte[] bytes) { in bytesToResponse()
/cts/tests/tests/media/libmediandkjni/
Dmd5_utils.h36 UWORD32 bytes[2]; member
/cts/tests/tests/syncmanager/apps/app1/src/android/content/syncmanager/cts/app/
DCommReceiver.java62 protected Payload bytesToRequest(byte[] bytes) { in bytesToRequest()
/cts/tests/security/src/android/keystore/cts/
DAsn1Utils.java73 public static ASN1Encodable getAsn1EncodableFromBytes(byte[] bytes) in getAsn1EncodableFromBytes()
82 public static ASN1Sequence getAsn1SequenceFromBytes(byte[] bytes) in getAsn1SequenceFromBytes()
/cts/tests/tests/location/src/android/location/cts/asn1/base/
DPerAlignedUtils.java162 byte[] bytes, int minimumLength, int maximumLength) { in encodeConstrainedLengthOfBytes()
208 byte[] bytes) { in encodeSemiConstrainedLengthOfBytes()
225 byte[] bytes) { in encodeUnconstrainedLengthOfBytes()
DBitStreamReader.java32 public BitStreamReader(byte[] bytes) { in BitStreamReader()
DPerUnalignedUtils.java123 byte[] bytes, int minimumLength, int maximumLength) { in encodeConstrainedLengthOfBytes()
166 byte[] bytes) { in encodeSemiConstrainedLengthOfBytes()
DAsn1Utf8String.java57 private void setValueBytes(byte[] bytes) { in setValueBytes()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/nfc/tech/
DNfcUtils.java49 static CharSequence displayByteArray(byte[] bytes) { in displayByteArray()
/cts/tools/cfassembler/src/dxconvext/
DClassFileAssembler.java128 private void calcSignature(byte[] bytes) { in calcSignature()
158 private void calcChecksum(byte[] bytes) { in calcChecksum()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/nfc/hcef/
DMyHostFelicaService.java62 public byte[] processNfcFPacket(byte[] bytes, Bundle bundle) { in processNfcFPacket()
/cts/tests/tests/bluetooth/src/android/bluetooth/cts/
DTestUtils.java37 static ScanRecord parseScanRecord(byte[] bytes) { in parseScanRecord()
/cts/tests/tests/keystore/src/android/keystore/cts/
DCountingSecureRandom.java52 public synchronized void nextBytes(byte[] bytes) { in nextBytes()
/cts/tests/tests/batterysaving/apps/app_target_api_current/src/android/os/cts/batterysaving/app/
DCommReceiver.java119 protected Payload bytesToRequest(byte[] bytes) { in bytesToRequest()
/cts/tests/tests/net/src/android/net/cts/
DNetworkWatchlistTest.java110 private static String byteArrayToHexString(byte[] bytes) { in byteArrayToHexString()
DTrafficStatsTest.java78 long tcpPacketToIpBytes(long packetCount, long bytes) { in tcpPacketToIpBytes()
/cts/hostsidetests/appsecurity/test-apps/StorageApp/src/com/android/cts/storageapp/
DUtilsReceiver.java70 final long bytes = (long) (quota * fraction); in doAllocation() local
/cts/apps/CtsVerifier/src/com/android/cts/verifier/wifiaware/
DBaseTestCase.java162 public static String bytesToHex(byte[] bytes, Character separator) { in bytesToHex()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/nfc/hce/
DHceUtils.java42 public static String getHexBytes(String header, byte[] bytes) { in getHexBytes()
/cts/hostsidetests/appsecurity/test-apps/DocumentClient/src/com/android/cts/documentclient/
DDocumentsClientTestCase.java116 ByteArrayOutputStream bytes = new ByteArrayOutputStream(); in readFully() local
/cts/tests/tests/media/src/android/media/cts/
DAudioHelper.java352 int bytes = super.read(audioBuffer, sizeInBytes); in read() local
369 int bytes = super.read(audioBuffer, sizeInBytes, readMode); in read() local
/cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/
DBluetoothChatService.java455 int bytes; in run() local

12