Home
last modified time | relevance | path

Searched defs:kLength (Results 1 – 8 of 8) sorted by relevance

/aosp12/packages/services/Car/packages/ScriptExecutor/src/
H A DJniUtils.cpp101 const auto kLength = env->GetArrayLength(intArray); in pushBundleToLuaTable() local
119 const auto kLength = env->GetArrayLength(longArray); in pushBundleToLuaTable() local
136 const auto kLength = env->GetArrayLength(stringArray); in pushBundleToLuaTable() local
/aosp12/system/bt/gd/common/
H A Dbyte_array.h39 ByteArray(const uint8_t (&d)[kLength]) { in ByteArray()
/aosp12/system/bt/types/
H A Dclass_of_device.cc30 ClassOfDevice::ClassOfDevice(const uint8_t (&class_of_device)[kLength]) { in ClassOfDevice()
/aosp12/system/bt/gd/hci/
H A Dclass_of_device.cc37 ClassOfDevice::ClassOfDevice(const uint8_t (&class_of_device)[kLength]) { in ClassOfDevice()
/aosp12/system/unwinding/libunwindstack/tests/
H A DMemoryOfflineBufferTest.cpp42 static constexpr size_t kLength = 0x2000; member in unwindstack::MemoryOfflineBufferTest
/aosp12/packages/modules/NeuralNetworks/runtime/test/
H A DTestUnspecifiedDimensions.cpp124 static constexpr size_t kLength = 64; member in __anon35c6848f0110::UnspecifiedDimensionsTest::SharedMemoryForTest
/aosp12/art/runtime/jni/
H A Djni_internal_test.cc487 constexpr size_t kLength = 10; in GetPrimitiveArrayRegionElementsOfWrongType() local
545 constexpr size_t kLength = 10; in SetPrimitiveArrayRegionElementsOfWrongType() local
/aosp12/art/compiler/optimizing/
H A Dintrinsics_x86.cc2609 static constexpr size_t kLength = 4; in VisitSystemArrayCopy() local