Home
last modified time | relevance | path

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

123

/cts/tests/tests/os/src/android/os/storage/cts/
DStorageManagerTest.java447 final byte[] bytes; field in StorageManagerTest.TestProxyFileDescriptorCallback
531 Os.read(appleFd.getFileDescriptor(), bytes, 0, 100); in testOpenProxyFileDescriptor() local
537 Os.read(orangeFd.getFileDescriptor(), bytes, 0, 100); in testOpenProxyFileDescriptor() local
543 Os.read(cherryFd.getFileDescriptor(), bytes, 0, 100); in testOpenProxyFileDescriptor() local
550 Os.pread(appleFd.getFileDescriptor(), bytes, 0, 100, 500); in testOpenProxyFileDescriptor() local
555 Os.pread(orangeFd.getFileDescriptor(), bytes, 0, 100, 500); in testOpenProxyFileDescriptor() local
560 Os.pread(cherryFd.getFileDescriptor(), bytes, 0, 100, 500); in testOpenProxyFileDescriptor() local
571 Os.write(appleFd.getFileDescriptor(), bytes, 0, 100); in testOpenProxyFileDescriptor() local
577 Os.write(orangeFd.getFileDescriptor(), bytes, 0, 100); in testOpenProxyFileDescriptor() local
584 Os.write(cherryFd.getFileDescriptor(), bytes, 0, 100); in testOpenProxyFileDescriptor() local
[all …]
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2019-1988/
Dpoc.cpp30 int decode(sk_sp<SkData> bytes, uint8_t sampleSize) { in decode()
70 auto bytes = SkData::MakeWithoutCopy(data, size); in main() local
/cts/tests/inputmethod/mockspellchecker/src/com/android/cts/mockspellchecker/
DSharedPrefsProvider.kt53 val bytes = Base64.decode(prefs.getString(uri.path, ""), Base64.DEFAULT) in getType() constant
71 val bytes = values.getAsByteArray(COLUMN_NAME) in update() constant
/cts/tests/tests/batterysaving/src/android/os/cts/batterysaving/
DBroadcastRpc.java33 protected Payload bytesToResponse(byte[] bytes) { in bytesToResponse()
/cts/common/device-side/util-axt/src/com/android/compatibility/common/util/
DBroadcastRpcBase.java57 protected abstract TResponse bytesToResponse(byte[] bytes); in bytesToResponse()
148 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/apps/CtsVerifier/jni/audio_loopback/
DWavCaptureOutputStream.h37 void write(uint8_t* bytes, size_t numBytes) { in write()
/cts/tests/tests/syncmanager/apps/app1/src/android/content/syncmanager/cts/app/
DCommReceiver.java62 protected Payload bytesToRequest(byte[] bytes) { in bytesToRequest()
/cts/tests/tests/media/common/jni/
Dmd5_utils.h36 UWORD32 bytes[2]; member
/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()
DModules.java32 public Modules(byte[] bytes) throws CertificateParsingException { in Modules()
/cts/tests/location/location_gnss/src/android/location/cts/gnss/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()
/cts/tools/cfassembler/src/dxconvext/
DClassFileAssembler.java128 private void calcSignature(byte[] bytes) { in calcSignature()
158 private void calcChecksum(byte[] bytes) { in calcChecksum()
/cts/common/device-side/bedstead/eventlib/src/main/java/com/android/eventlib/
DEvent.java67 static Event fromBytes(byte[] bytes) throws IOException { in fromBytes()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/nfc/tech/
DNfcUtils.java49 static CharSequence displayByteArray(byte[] bytes) { in displayByteArray()
/cts/tests/tests/carrierapi/src/android/carrierapi/cts/
DIccUtils.java30 public static String bytesToHexString(byte[] bytes) { in bytesToHexString()
/cts/tests/tests/media/audio/jni/
Daudio-metadata-native.cpp55 const uint8_t* bytes = in Java_android_media_audio_cts_AudioMetadataTest_nativeGetByteBuffer() local
/cts/apps/CtsVerifier/src/com/android/cts/verifier/nfc/hce/
DHceUtils.java7 public static String getHexBytes(String header, byte[] bytes) { in getHexBytes()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/nfc/hcef/
DMyHostFelicaService.java62 public byte[] processNfcFPacket(byte[] bytes, Bundle bundle) { in processNfcFPacket()
/cts/hostsidetests/packagemanager/dynamicmime/test/src/android/dynamicmime/testapp/util/
DUtils.java69 ByteArrayOutputStream bytes = new ByteArrayOutputStream(); in readFully() local
/cts/tests/tests/keystore/src/android/keystore/cts/
DCountingSecureRandom.java52 public synchronized void nextBytes(byte[] bytes) { in nextBytes()
/cts/hostsidetests/art/host/src/android/art/cts/host/
DThreadLocalRandomTest.java104 private static String parseBytesAsString(byte[] bytes) { in parseBytesAsString()
/cts/tests/tests/batterysaving/apps/app_target_api_current/src/android/os/cts/batterysaving/app/
DCommReceiver.java126 protected Payload bytesToRequest(byte[] bytes) { in bytesToRequest()

123