/aosp_15_r20/external/setfilters/java/com/google/setfilters/cuckoofilter/ |
H A D | SerializedCuckooFilterTable.java | 24 public static SerializedCuckooFilterTable createFromByteArray(byte[] byteArray) { in createFromByteArray()
|
/aosp_15_r20/packages/modules/IPsec/src/java/com/android/internal/net/utils/ |
D | BigIntegerUtils.java | 39 public static BigInteger unsignedByteArrayToBigInteger(byte[] byteArray) { in unsignedByteArrayToBigInteger()
|
/aosp_15_r20/external/mdnsresponder/mDNSWindows/DLLX/ |
H A D | DNSSDRecord.cpp | 40 std::vector< BYTE > byteArray; in Update() local
|
/aosp_15_r20/external/kotlinx.serialization/formats/protobuf/jvmTest/resources/ |
H A D | ScalarHolder.proto | 16 required bytes byteArray = 10; field
|
/aosp_15_r20/external/leakcanary2/shark-hprof/src/main/java/shark/ |
H A D | ByteArraySourceProvider.kt | 7 class ByteArraySourceProvider(private val byteArray: ByteArray) : DualSourceProvider { constant in shark.ByteArraySourceProvider
|
/aosp_15_r20/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ArrayReference/ |
H A D | ArrayReferenceDebuggee.java | 50 static byte[] byteArray = new byte[10]; field in ArrayReferenceDebuggee
|
/aosp_15_r20/packages/modules/Wifi/service/java/com/android/server/wifi/util/ |
D | StringUtil.java | 29 public static boolean isAsciiPrintable(byte[] byteArray) { in isAsciiPrintable()
|
/aosp_15_r20/external/sl4a/Utils/src/com/googlecode/android_scripting/ |
H A D | ConvertUtils.java | 53 public static String convertByteArrayToString(byte[] byteArray) { in convertByteArrayToString()
|
/aosp_15_r20/external/python/bumble/extras/android/RemoteHCI/app/src/main/java/com/github/google/bumble/remotehci/ |
D | HciPacket.java | 53 public static ArrayList<Byte> byteArrayToList(byte[] byteArray) { in byteArrayToList()
|
/aosp_15_r20/cts/tests/tests/opengl/src/android/opengl/cts/ |
H A D | ByteBufferTest.java | 70 private static final byte[] byteArray = {0, 63, 127, 127, 15}; field in ByteBufferTest
|
/aosp_15_r20/frameworks/av/drm/mediacas/plugins/mock/ |
H A D | MockSessionLibrary.cpp | 48 uint8_t *byteArray = (uint8_t *) &mNextSessionId; in addSession() local
|
/aosp_15_r20/system/tools/aidl/tests/golden_output/aidl-test-interface-ndk-source/gen/include/aidl/android/aidl/tests/ |
D | ParcelableForToString.h | 52 std::vector<uint8_t> byteArray; variable
|
/aosp_15_r20/system/tools/aidl/tests/android/aidl/loggable/ |
D | ILoggableInterface.aidl | 7 inout byte[] byteArray, char charValue, inout char[] charArray, int intValue, in LogThis()
|
/aosp_15_r20/system/tools/aidl/tests/golden_output/frozen/aidl-test-interface-ndk-source/gen/include/aidl/android/aidl/tests/ |
D | ParcelableForToString.h | 52 std::vector<uint8_t> byteArray; variable
|
/aosp_15_r20/packages/modules/Uwb/service/java/com/android/server/uwb/secure/iso7816/ |
D | TlvParser.java | 45 ByteArrayWrapper(byte[] byteArray) { in ByteArrayWrapper()
|
/aosp_15_r20/external/sl4a/ScriptingLayerForAndroid/src/org/connectbot/service/ |
H A D | Relay.java | 57 private byte[] byteArray; field in Relay
|
/aosp_15_r20/external/cronet/base/android/java/src/org/chromium/base/ |
H A D | PackageUtils.java | 119 static String byteArrayToHexString(byte[] byteArray) { in byteArrayToHexString()
|
/aosp_15_r20/frameworks/base/media/java/android/media/ |
H A D | MediaCas.java | 573 ArrayList<Byte> byteArray = new ArrayList<Byte>(length); in toByteArray() local 587 private byte[] toBytes(@NonNull ArrayList<Byte> byteArray) { in toBytes()
|
/aosp_15_r20/system/tools/aidl/tests/ |
D | aidl_test_client_loggable_interface.cpp | 61 vector<uint8_t> byteArray{42, 43}; in TEST_F() local
|
D | aidl_test_client_ndk_loggable_interface.cpp | 70 vector<uint8_t> byteArray{42, 43}; in TEST_F() local
|
/aosp_15_r20/frameworks/av/drm/mediacas/plugins/clearkey/ |
H A D | ClearKeySessionLibrary.cpp | 61 uint8_t *byteArray = (uint8_t *) &mNextSessionId; in addSession() local
|
/aosp_15_r20/frameworks/base/core/java/android/view/displayhash/ |
H A D | VerifiedDisplayHash.java | 60 private String byteArrayToString(byte[] byteArray) { in byteArrayToString()
|
H A D | DisplayHash.java | 160 private String byteArrayToString(byte[] byteArray) { in byteArrayToString()
|
/aosp_15_r20/external/robolectric/robolectric/src/test/java/org/robolectric/shadows/ |
H A D | ShadowBundleTest.java | 162 public void byteArray() { in byteArray() method in ShadowBundleTest
|
/aosp_15_r20/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/common/src/main/java/com/google/android/exoplayer2/util/ |
H A D | CodecSpecificDataUtil.java | 40 ParsableByteArray byteArray = new ParsableByteArray(audioSpecificConfig); in parseAlacAudioSpecificConfig() local
|