Home
last modified time | relevance | path

Searched defs:ByteArray (Results 1 – 7 of 7) sorted by relevance

/aosp12/system/bt/gd/common/
H A Dbyte_array.h39 ByteArray(const uint8_t (&d)[kLength]) { in ByteArray() function
42 ByteArray(std::array<uint8_t, kLength> a) : bytes(std::move(a)) {} in ByteArray() function
/aosp12/frameworks/base/core/java/android/text/
H A DAutoGrowArray.java51 public static class ByteArray { class in AutoGrowArray
59 public ByteArray() { in ByteArray() method in AutoGrowArray.ByteArray
66 public ByteArray(@IntRange(from = 0) int initialCapacity) { in ByteArray() method in AutoGrowArray.ByteArray
/aosp12/frameworks/libs/net/common/testutils/devicetests/com/android/testutils/
H A DArpResponder.kt59 private fun ByteArray.copyFromIndexWithLength(start: Int, len: Int) = regex
/aosp12/packages/services/Car/tools/emulator/
H A Ddiagnostic_builder.py26 class ByteArray(object): class in DiagnosticEventBuilder
/aosp12/art/runtime/mirror/
H A Dobject.h53 typedef PrimitiveArray<int8_t> ByteArray; typedef
/aosp12/frameworks/libs/net/common/device/com/android/net/module/util/
H A DStruct.java120 ByteArray, // byte array with predefined length enumConstant
/aosp12/art/runtime/
H A Druntime.h76 typedef PrimitiveArray<int8_t> ByteArray; typedef