Home
last modified time | relevance | path

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

123456789

/aosp_15_r20/system/chre/apps/nearby/location/lbs/contexthub/nanoapps/nearby/
H A Dbyte_array.h29 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 Dcrypto_non_encryption.cc27 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/
Dbyteorder.rs688 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/
Dbyteorder.rs688 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 DByteArray.java29 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 DByteArray.java30 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 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
/aosp_15_r20/external/dokka/core/testdata/javadoc/
H A Dbytearr.kt3 class ByteArray { class
/aosp_15_r20/external/conscrypt/repackaged/common/src/main/java/com/android/org/conscrypt/
H A DByteArray.java27 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 DByteArray.java25 public final class ByteArray { class
29 public ByteArray(byte[] bytes) { in ByteArray() method in ByteArray
/aosp_15_r20/packages/modules/Bluetooth/system/gd/common/
Dbyte_array.h39 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 DByteUtil.kt3 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 DByteArray.java33 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 Dgroup_test.cpp20 struct ByteArray { struct
21 alignas(Group) uint8_t data[sizeof(Group) + 1]{};
/aosp_15_r20/external/llvm/tools/llvm-mc/
H A DDisassembler.cpp101 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 DMavenPublicationAtomicfuValidator.kt54 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 DBaseKotlinGradleTest.kt88 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 DPreferenceGetterCodecs.kt91 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 DArtifactChecker.kt28 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/
DDataTypeDescriptor.kt95 object ByteArray : FieldType() in build() object in com.android.libraries.pcc.chronicle.api.FieldType
/aosp_15_r20/external/llvm/lib/Transforms/IPO/
H A DLowerTypeTests.cpp203 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/
DFieldType.java89 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/
DPN532.kt342 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 DCommunalHubStateExt.kt32 fun ByteArray.toCommunalHubState(): CommunalHubState { in toCommunalHubState() method
/aosp_15_r20/external/okio/okio/jvm/jmh/src/jmh/java/com/squareup/okio/benchmarks/
H A DBenchmarkUtils.kt24 fun ByteArray.decodeUtf8(): String { in ByteArray() method

123456789