Home
last modified time | relevance | path

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

12

/cts/tests/tests/os/src/android/os/storage/cts/
DStorageManagerTest.java398 final byte[] bytes; field in StorageManagerTest.TestProxyFileDescriptorCallback
481 Os.read(appleFd.getFileDescriptor(), bytes, 0, 100); in testOpenProxyFileDescriptor() local
487 Os.read(orangeFd.getFileDescriptor(), bytes, 0, 100); in testOpenProxyFileDescriptor() local
493 Os.read(cherryFd.getFileDescriptor(), bytes, 0, 100); in testOpenProxyFileDescriptor() local
500 Os.pread(appleFd.getFileDescriptor(), bytes, 0, 100, 500); in testOpenProxyFileDescriptor() local
505 Os.pread(orangeFd.getFileDescriptor(), bytes, 0, 100, 500); in testOpenProxyFileDescriptor() local
510 Os.pread(cherryFd.getFileDescriptor(), bytes, 0, 100, 500); in testOpenProxyFileDescriptor() local
521 Os.write(appleFd.getFileDescriptor(), bytes, 0, 100); in testOpenProxyFileDescriptor() local
527 Os.write(orangeFd.getFileDescriptor(), bytes, 0, 100); in testOpenProxyFileDescriptor() local
534 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.java56 protected abstract TResponse bytesToResponse(byte[] bytes); in bytesToResponse()
147 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/common/jni/
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/tests/carrierapi/src/android/carrierapi/cts/
DIccUtils.java30 public static String bytesToHexString(byte[] bytes) { in bytesToHexString()
/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/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/apps/CtsVerifier/src/com/android/cts/verifier/nfc/tech/
DNfcUtils.java49 static CharSequence displayByteArray(byte[] bytes) { in displayByteArray()
/cts/common/device-side/bedstead/eventlib/src/main/java/com/android/eventlib/
DEvent.java67 static Event fromBytes(byte[] bytes) throws IOException { in fromBytes()
/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/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/security/src/android/security/cts/
DFileIntegrityManagerTest.java125 private X509Certificate toX509Certificate(byte[] bytes) throws CertificateException { in toX509Certificate()
/cts/tests/tests/keystore/src/android/keystore/cts/
DCountingSecureRandom.java52 public synchronized void nextBytes(byte[] bytes) { in nextBytes()
/cts/hostsidetests/appsecurity/test-apps/StorageApp/src/com/android/cts/storageapp/
DUtilsReceiver.java70 final long bytes = (long) (quota * fraction); in doAllocation() local
/cts/tests/tests/batterysaving/apps/app_target_api_current/src/android/os/cts/batterysaving/app/
DCommReceiver.java125 protected Payload bytesToRequest(byte[] bytes) { in bytesToRequest()
/cts/tests/tests/media/misc/jni/
Dnative-media-jni.cpp76 void *bytes; in Java_android_media_misc_cts_NativeDecoderTest_testFormatNative() local
145 uint8_t bytes[16]; in Java_android_media_misc_cts_NativeDecoderTest_testCryptoInfoNative() local
/cts/hostsidetests/car/app/src/android/car/cts/app/
DCarWatchdogTestActivity.java225 private boolean writeToDisk(long bytes) { in writeToDisk()
236 private boolean writeToFile(File uniqueFile, long bytes) { in writeToFile()

12