/aosp_15_r20/external/mdnsresponder/mDNSWindows/DLLX/ |
H A D | TXTRecord.h | 148 typedef std::vector< BYTE > ByteArray; typedef
|
/aosp_15_r20/external/protobuf/csharp/src/Google.Protobuf/ |
H A D | ByteArray.cs | 40 internal static class ByteArray class
|
/aosp_15_r20/external/cronet/third_party/protobuf/csharp/src/Google.Protobuf/ |
H A D | ByteArray.cs | 40 internal static class ByteArray class
|
/aosp_15_r20/external/cronet/third_party/protobuf/java/kotlin/src/main/kotlin/com/google/protobuf/ |
H A D | ByteStrings.kt | 47 fun ByteArray.toByteString(): ByteString = ByteString.copyFrom(this) method
|
/aosp_15_r20/external/protobuf/java/kotlin/src/main/kotlin/com/google/protobuf/ |
H A D | ByteStrings.kt | 47 fun ByteArray.toByteString(): ByteString = ByteString.copyFrom(this) method
|
/aosp_15_r20/external/kotlinx.serialization/guide/example/ |
H A D | example-formats-01.kt | 7 fun ByteArray.toAsciiHexString() = joinToString("") { in <lambda>() method
|
H A D | example-formats-07.kt | 7 fun ByteArray.toAsciiHexString() = joinToString("") { in <lambda>() method
|
H A D | example-formats-06.kt | 7 fun ByteArray.toAsciiHexString() = joinToString("") { in <lambda>() method
|
H A D | example-formats-04.kt | 7 fun ByteArray.toAsciiHexString() = joinToString("") { in <lambda>() method
|
H A D | example-formats-05.kt | 7 fun ByteArray.toAsciiHexString() = joinToString("") { in <lambda>() method
|
H A D | example-formats-03.kt | 7 fun ByteArray.toAsciiHexString() = joinToString("") { in <lambda>() method
|
H A D | example-formats-15.kt | 77 fun ByteArray.toAsciiHexString() = joinToString("") { in decodeFrom() method
|
H A D | example-formats-16.kt | 118 fun ByteArray.toAsciiHexString() = joinToString("") { in decodeFrom() method
|
/aosp_15_r20/external/javassist/src/main/javassist/bytecode/ |
H A D | ByteArray.java | 22 public class ByteArray { class
|
/aosp_15_r20/external/okio/okio/src/commonMain/kotlin/okio/internal/ |
H A D | -Utf8.kt | 27 fun ByteArray.commonToUtf8String(beginIndex: Int = 0, endIndex: Int = size): String { in <lambda>() method
|
/aosp_15_r20/packages/modules/Connectivity/staticlibs/testutils/devicetests/com/android/testutils/ |
D | ArpResponder.kt | 63 private fun ByteArray.copyFromIndexWithLength(start: Int, len: Int) = method
|
/aosp_15_r20/packages/apps/Nfc/testutils/src/com/android/nfc/emulatorapp/ |
D | EmulatorHostApduService.kt | 62 private fun ByteArray.toHexString(): String { in toHexString() method
|
/aosp_15_r20/packages/apps/Nfc/testutils/pn532/src/com/android/nfc/pn532/ |
D | TypeATag.kt | 63 fun ByteArray.toHex(): String = in <lambda>() method
|
/aosp_15_r20/packages/services/Car/tools/emulator/ |
D | diagnostic_builder.py | 26 class ByteArray(object): class in DiagnosticEventBuilder
|
/aosp_15_r20/art/runtime/entrypoints/quick/ |
H A D | runtime_entrypoints_list.h | 35 using ByteArray = PrimitiveArray<int8_t>; variable
|
/aosp_15_r20/tools/trebuchet/core/common/src/main/kotlin/trebuchet/io/ |
H A D | DataSlice.kt | 90 fun ByteArray.asSlice(length: Int = this.size) = DataSlice(this, 0, length) in ByteArray() method
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/ |
H A D | LowerTypeTests.cpp | 249 GlobalVariable *ByteArray; member 632 auto ByteArray = in allocateByteArrays() local 669 Constant *ByteArray = TIL.TheByteArray; in createBitSetTest() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/IPO/ |
H A D | LowerTypeTests.cpp | 255 GlobalVariable *ByteArray; member 614 auto ByteArray = in allocateByteArrays() local 651 Constant *ByteArray = TIL.TheByteArray; in createBitSetTest() local
|
/aosp_15_r20/external/okio/okio/src/commonMain/kotlin/okio/ |
H A D | ByteString.kt | 198 … fun ByteArray.toByteString(offset: Int = 0, byteCount: Int = DEFAULT__ByteString_size): ByteString in utf8() method
|
/aosp_15_r20/art/runtime/mirror/ |
H A D | object.h | 54 using ByteArray = PrimitiveArray<int8_t>; variable
|