/aosp_15_r20/system/chre/apps/nearby/location/lbs/contexthub/nanoapps/nearby/ |
H A D | byte_array.h | 29 struct ByteArray { struct 31 ByteArray(uint8_t data[], size_t length) : data(data), length(length) {} in ByteArray() argument 33 uint8_t *data = nullptr; 34 size_t length = 0;
|
H A D | crypto_non_encryption.cc | 27 bool CryptoNonEncryption::decrypt(const ByteArray &input, in decrypt() 41 bool CryptoNonEncryption::verify(const ByteArray & /*input*/, in verify() argument
|
/aosp_15_r20/external/rust/android-crates-io/extra_versions/crates/zerocopy/src/ |
D | byteorder.rs | 688 trait ByteArray: trait 697 type ByteArray: ByteArray; typedef 705 fn into_bytes(self) -> Self::ByteArray; in into_bytes() 723 impl ByteArray for [u8; $bytes] { impl
|
/aosp_15_r20/external/rust/android-crates-io/crates/zerocopy/src/ |
D | byteorder.rs | 688 trait ByteArray: trait 697 type ByteArray: ByteArray; typedef 705 fn into_bytes(self) -> Self::ByteArray; in into_bytes() 723 impl ByteArray for [u8; $bytes] { impl
|
/aosp_15_r20/dalvik/dexgen/src/com/android/dexgen/util/ |
H A D | ByteArray.java | 29 public final class ByteArray { class 48 public ByteArray(byte[] bytes, int start, int end) { in ByteArray() method in ByteArray 75 public ByteArray(byte[] bytes) { in ByteArray() method in ByteArray
|
/aosp_15_r20/dalvik/dx/src/com/android/dx/util/ |
H A D | ByteArray.java | 30 public final class ByteArray { class 49 public ByteArray(byte[] bytes, int start, int end) { in ByteArray() method in ByteArray 76 public ByteArray(byte[] bytes) { in ByteArray() method in ByteArray
|
/aosp_15_r20/frameworks/base/core/java/android/text/ |
H A D | AutoGrowArray.java | 51 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
|
/aosp_15_r20/external/dokka/core/testdata/javadoc/ |
H A D | bytearr.kt | 3 class ByteArray { class
|
/aosp_15_r20/external/conscrypt/repackaged/common/src/main/java/com/android/org/conscrypt/ |
H A D | ByteArray.java | 27 public final class ByteArray { class 31 public ByteArray(byte[] bytes) { in ByteArray() method in ByteArray
|
/aosp_15_r20/external/conscrypt/common/src/main/java/org/conscrypt/ |
H A D | ByteArray.java | 25 public final class ByteArray { class 29 public ByteArray(byte[] bytes) { in ByteArray() method in ByteArray
|
/aosp_15_r20/packages/modules/Bluetooth/system/gd/common/ |
D | byte_array.h | 39 ByteArray(const uint8_t (&d)[kLength]) { std::copy(d, d + kLength, data()); } in ByteArray() function 40 ByteArray(std::array<uint8_t, kLength> a) : bytes(std::move(a)) {} in ByteArray() function
|
/aosp_15_r20/external/kotlinx.atomicfu/atomicfu/src/jvmTest/kotlin/kotlinx/atomicfu/test/ |
H A D | ByteUtil.kt | 3 private fun ByteArray.equalsAt(i: Int, bs: ByteArray): Boolean { in equalsAt() method 11 fun ByteArray.findString(strings: List<String>): FindResult? { in findString() method
|
/aosp_15_r20/external/sdk-platform-java/java-core/google-cloud-core/src/main/java/com/google/cloud/ |
H A D | ByteArray.java | 33 public class ByteArray implements Iterable<Byte>, Serializable { class 40 ByteArray(ByteString byteString) { in ByteArray() method in ByteArray
|
/aosp_15_r20/external/llvm-libc/test/src/__support/HashTable/ |
H A D | group_test.cpp | 20 struct ByteArray { struct 21 alignas(Group) uint8_t data[sizeof(Group) + 1]{};
|
/aosp_15_r20/external/llvm/tools/llvm-mc/ |
H A D | Disassembler.cpp | 101 static bool ByteArrayFromString(ByteArrayTy &ByteArray, in ByteArrayFromString() 169 ByteArrayTy ByteArray; in disassemble() local
|
/aosp_15_r20/external/kotlinx.coroutines/integration-testing/src/mavenTest/kotlin/ |
H A D | MavenPublicationAtomicfuValidator.kt | 54 private fun ByteArray.checkBytes(): Boolean { in checkBytes() method 64 private fun ByteArray.eraseMetadata(): ByteArray { in ByteArray() method
|
/aosp_15_r20/external/kotlinx.atomicfu/atomicfu-gradle-plugin/src/test/kotlin/kotlinx/atomicfu/plugin/gradle/test/ |
H A D | BaseKotlinGradleTest.kt | 88 private fun ByteArray.findAtomicfuRef(): Boolean { in <lambda>() method 102 private fun ByteArray.eraseMetadata(): ByteArray { in <lambda>() method
|
/aosp_15_r20/frameworks/base/packages/SettingsLib/Graph/src/com/android/settingslib/graph/ |
H A D | PreferenceGetterCodecs.kt | 91 private fun ByteArray?.toErrors(): Map<PreferenceCoordinate, Int> { in decode() method 106 private fun ByteArray?.toPreferences(): Map<PreferenceCoordinate, PreferenceProto> { in toPreferences() method
|
/aosp_15_r20/external/kotlinx.atomicfu/integration-testing/src/functionalTest/kotlin/kotlinx.atomicfu.gradle.plugin.test/framework/checker/ |
H A D | ArtifactChecker.kt | 28 protected fun ByteArray.findAtomicfuRef(): Boolean { in <lambda>() method 53 private fun ByteArray.eraseMetadata(): ByteArray { in ByteArray() method
|
/aosp_15_r20/packages/modules/OnDevicePersonalization/src/com/android/libraries/pcc/chronicle/api/ |
D | DataTypeDescriptor.kt | 95 object ByteArray : FieldType() in build() object in com.android.libraries.pcc.chronicle.api.FieldType
|
/aosp_15_r20/external/llvm/lib/Transforms/IPO/ |
H A D | LowerTypeTests.cpp | 203 GlobalVariable *ByteArray; member 347 auto ByteArray = in allocateByteArrays() local 402 Constant *ByteArray = BAI->ByteArray; in createBitSetTest() local
|
/aosp_15_r20/out/soong/.intermediates/packages/modules/OnDevicePersonalization/OnDevicePersonalization/android_common_apex33/kapt/gen/stubs/com/android/libraries/pcc/chronicle/api/ |
D | FieldType.java | 89 public static final class ByteArray extends com.android.libraries.pcc.chronicle.api.FieldType { class in FieldType 93 private ByteArray() { in ByteArray() method in FieldType.ByteArray
|
/aosp_15_r20/packages/apps/Nfc/testutils/pn532/src/com/android/nfc/pn532/ |
D | PN532.kt | 342 fun ByteArray.sum(): Byte { in <lambda>() method 402 private fun ByteArray.toHex(): String = in <lambda>() method
|
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/communal/proto/ |
H A D | CommunalHubStateExt.kt | 32 fun ByteArray.toCommunalHubState(): CommunalHubState { in toCommunalHubState() method
|
/aosp_15_r20/external/okio/okio/jvm/jmh/src/jmh/java/com/squareup/okio/benchmarks/ |
H A D | BenchmarkUtils.kt | 24 fun ByteArray.decodeUtf8(): String { in ByteArray() method
|