Home
last modified time | relevance | path

Searched defs:byteArray (Results 26 – 50 of 1009) sorted by relevance

12345678910>>...41

/aosp_15_r20/external/setfilters/java/com/google/setfilters/cuckoofilter/
H A DSerializedCuckooFilterTable.java24 public static SerializedCuckooFilterTable createFromByteArray(byte[] byteArray) { in createFromByteArray()
/aosp_15_r20/packages/modules/IPsec/src/java/com/android/internal/net/utils/
DBigIntegerUtils.java39 public static BigInteger unsignedByteArrayToBigInteger(byte[] byteArray) { in unsignedByteArrayToBigInteger()
/aosp_15_r20/external/mdnsresponder/mDNSWindows/DLLX/
H A DDNSSDRecord.cpp40 std::vector< BYTE > byteArray; in Update() local
/aosp_15_r20/external/kotlinx.serialization/formats/protobuf/jvmTest/resources/
H A DScalarHolder.proto16 required bytes byteArray = 10; field
/aosp_15_r20/external/leakcanary2/shark-hprof/src/main/java/shark/
H A DByteArraySourceProvider.kt7 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 DArrayReferenceDebuggee.java50 static byte[] byteArray = new byte[10]; field in ArrayReferenceDebuggee
/aosp_15_r20/packages/modules/Wifi/service/java/com/android/server/wifi/util/
DStringUtil.java29 public static boolean isAsciiPrintable(byte[] byteArray) { in isAsciiPrintable()
/aosp_15_r20/external/sl4a/Utils/src/com/googlecode/android_scripting/
H A DConvertUtils.java53 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/
DHciPacket.java53 public static ArrayList<Byte> byteArrayToList(byte[] byteArray) { in byteArrayToList()
/aosp_15_r20/cts/tests/tests/opengl/src/android/opengl/cts/
H A DByteBufferTest.java70 private static final byte[] byteArray = {0, 63, 127, 127, 15}; field in ByteBufferTest
/aosp_15_r20/frameworks/av/drm/mediacas/plugins/mock/
H A DMockSessionLibrary.cpp48 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/
DParcelableForToString.h52 std::vector<uint8_t> byteArray; variable
/aosp_15_r20/system/tools/aidl/tests/android/aidl/loggable/
DILoggableInterface.aidl7 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/
DParcelableForToString.h52 std::vector<uint8_t> byteArray; variable
/aosp_15_r20/packages/modules/Uwb/service/java/com/android/server/uwb/secure/iso7816/
DTlvParser.java45 ByteArrayWrapper(byte[] byteArray) { in ByteArrayWrapper()
/aosp_15_r20/external/sl4a/ScriptingLayerForAndroid/src/org/connectbot/service/
H A DRelay.java57 private byte[] byteArray; field in Relay
/aosp_15_r20/external/cronet/base/android/java/src/org/chromium/base/
H A DPackageUtils.java119 static String byteArrayToHexString(byte[] byteArray) { in byteArrayToHexString()
/aosp_15_r20/frameworks/base/media/java/android/media/
H A DMediaCas.java573 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/
Daidl_test_client_loggable_interface.cpp61 vector<uint8_t> byteArray{42, 43}; in TEST_F() local
Daidl_test_client_ndk_loggable_interface.cpp70 vector<uint8_t> byteArray{42, 43}; in TEST_F() local
/aosp_15_r20/frameworks/av/drm/mediacas/plugins/clearkey/
H A DClearKeySessionLibrary.cpp61 uint8_t *byteArray = (uint8_t *) &mNextSessionId; in addSession() local
/aosp_15_r20/frameworks/base/core/java/android/view/displayhash/
H A DVerifiedDisplayHash.java60 private String byteArrayToString(byte[] byteArray) { in byteArrayToString()
H A DDisplayHash.java160 private String byteArrayToString(byte[] byteArray) { in byteArrayToString()
/aosp_15_r20/external/robolectric/robolectric/src/test/java/org/robolectric/shadows/
H A DShadowBundleTest.java162 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 DCodecSpecificDataUtil.java40 ParsableByteArray byteArray = new ParsableByteArray(audioSpecificConfig); in parseAlacAudioSpecificConfig() local

12345678910>>...41