Home
last modified time | relevance | path

Searched defs:ByteArray (Results 26 – 50 of 210) sorted by relevance

123456789

/aosp_15_r20/external/mdnsresponder/mDNSWindows/DLLX/
H A DTXTRecord.h148 typedef std::vector< BYTE > ByteArray; typedef
/aosp_15_r20/external/protobuf/csharp/src/Google.Protobuf/
H A DByteArray.cs40 internal static class ByteArray class
/aosp_15_r20/external/cronet/third_party/protobuf/csharp/src/Google.Protobuf/
H A DByteArray.cs40 internal static class ByteArray class
/aosp_15_r20/external/cronet/third_party/protobuf/java/kotlin/src/main/kotlin/com/google/protobuf/
H A DByteStrings.kt47 fun ByteArray.toByteString(): ByteString = ByteString.copyFrom(this) method
/aosp_15_r20/external/protobuf/java/kotlin/src/main/kotlin/com/google/protobuf/
H A DByteStrings.kt47 fun ByteArray.toByteString(): ByteString = ByteString.copyFrom(this) method
/aosp_15_r20/external/kotlinx.serialization/guide/example/
H A Dexample-formats-01.kt7 fun ByteArray.toAsciiHexString() = joinToString("") { in <lambda>() method
H A Dexample-formats-07.kt7 fun ByteArray.toAsciiHexString() = joinToString("") { in <lambda>() method
H A Dexample-formats-06.kt7 fun ByteArray.toAsciiHexString() = joinToString("") { in <lambda>() method
H A Dexample-formats-04.kt7 fun ByteArray.toAsciiHexString() = joinToString("") { in <lambda>() method
H A Dexample-formats-05.kt7 fun ByteArray.toAsciiHexString() = joinToString("") { in <lambda>() method
H A Dexample-formats-03.kt7 fun ByteArray.toAsciiHexString() = joinToString("") { in <lambda>() method
H A Dexample-formats-15.kt77 fun ByteArray.toAsciiHexString() = joinToString("") { in decodeFrom() method
H A Dexample-formats-16.kt118 fun ByteArray.toAsciiHexString() = joinToString("") { in decodeFrom() method
/aosp_15_r20/external/javassist/src/main/javassist/bytecode/
H A DByteArray.java22 public class ByteArray { class
/aosp_15_r20/external/okio/okio/src/commonMain/kotlin/okio/internal/
H A D-Utf8.kt27 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/
DArpResponder.kt63 private fun ByteArray.copyFromIndexWithLength(start: Int, len: Int) = method
/aosp_15_r20/packages/apps/Nfc/testutils/src/com/android/nfc/emulatorapp/
DEmulatorHostApduService.kt62 private fun ByteArray.toHexString(): String { in toHexString() method
/aosp_15_r20/packages/apps/Nfc/testutils/pn532/src/com/android/nfc/pn532/
DTypeATag.kt63 fun ByteArray.toHex(): String = in <lambda>() method
/aosp_15_r20/packages/services/Car/tools/emulator/
Ddiagnostic_builder.py26 class ByteArray(object): class in DiagnosticEventBuilder
/aosp_15_r20/art/runtime/entrypoints/quick/
H A Druntime_entrypoints_list.h35 using ByteArray = PrimitiveArray<int8_t>; variable
/aosp_15_r20/tools/trebuchet/core/common/src/main/kotlin/trebuchet/io/
H A DDataSlice.kt90 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 DLowerTypeTests.cpp249 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 DLowerTypeTests.cpp255 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 DByteString.kt198 … fun ByteArray.toByteString(offset: Int = 0, byteCount: Int = DEFAULT__ByteString_size): ByteString in utf8() method
/aosp_15_r20/art/runtime/mirror/
H A Dobject.h54 using ByteArray = PrimitiveArray<int8_t>; variable

123456789