Home
last modified time | relevance | path

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

123

/aosp_15_r20/external/webrtc/modules/rtp_rtcp/source/rtcp_packet/
H A Dtransport_feedback_unittest.cc184 const size_t kLength = sizeof(kReceived) / sizeof(uint16_t); in TEST() local
206 const size_t kLength = sizeof(kReceived) / sizeof(uint16_t); in TEST() local
219 const size_t kLength = sizeof(kReceived) / sizeof(uint16_t); in TEST() local
232 const size_t kLength = sizeof(kReceived) / sizeof(uint16_t); in TEST() local
244 const size_t kLength = sizeof(kReceived) / sizeof(uint16_t); in TEST() local
257 const size_t kLength = sizeof(kReceived) / sizeof(uint16_t); in TEST() local
302 const size_t kLength = sizeof(kReceived) / sizeof(uint16_t); in TEST() local
321 const size_t kLength = sizeof(kReceived) / sizeof(uint16_t); in TEST() local
H A Drrtr.h27 static const size_t kLength = 4 * (kBlockLength + 1); // 12 variable
/aosp_15_r20/packages/services/Car/packages/ScriptExecutor/src/
DJniUtils.cpp104 const auto kLength = env->GetArrayLength(booleanArray); in pushBundleToLuaTable() local
121 const auto kLength = env->GetArrayLength(intArray); in pushBundleToLuaTable() local
139 const auto kLength = env->GetArrayLength(longArray); in pushBundleToLuaTable() local
156 const auto kLength = env->GetArrayLength(doubleArray); in pushBundleToLuaTable() local
172 const auto kLength = env->GetArrayLength(stringArray); in pushBundleToLuaTable() local
/aosp_15_r20/external/openthread/src/core/common/
H A Dbinary_search.hpp73 static const Entry *Find(const Key &aKey, const Entry (&aTable)[kLength]) in Find()
100 …e <typename Entry, uint16_t kLength> static constexpr bool IsSorted(const Entry (&aTable)[kLength]) in IsSorted()
/aosp_15_r20/external/pytorch/c10/benchmark/
H A Dintrusive_ptr_benchmark.cpp46 const size_t kLength = state.range(0); in BM_IntrusivePtrArray() local
62 const size_t kLength = state.range(0); in BM_SharedPtrArray() local
/aosp_15_r20/external/webrtc/modules/audio_coding/neteq/
H A Daudio_vector_unittest.cc84 static const size_t kLength = 10; in TEST_F() local
113 static const size_t kLength = 10; in TEST_F() local
358 static const size_t kLength = 100; in TEST_F() local
/aosp_15_r20/external/tensorflow/tensorflow/core/framework/
H A Dtensor_util_test.cc462 const int kLength = 63; in TEST() local
484 const int kLength = 64; in TEST() local
613 const int kLength = 64; in TEST() local
/aosp_15_r20/external/openthread/src/cli/
H A Dcli_utils.hpp184 const char *const (&aTable)[kLength], in Stringify()
527 …name Cli, uint16_t kLength> void OutputCommandTable(const CommandEntry<Cli> (&aCommandTable)[kLeng… in OutputCommandTable()
/aosp_15_r20/external/cronet/net/tools/transport_security_state_generator/
H A Dspki_hash.h16 enum : size_t { kLength = 32 }; enumerator
/aosp_15_r20/external/pdfium/constants/
H A Dstream_dict_common.cpp15 const char kLength[] = "Length"; variable
/aosp_15_r20/external/executorch/examples/mediatek/executor_runner/llama_runner/llm_helper/include/
H A Drotary_embedding.h73 const size_t kLength; variable
/aosp_15_r20/external/federated-compute/fcp/aggregation/core/
H A Dfederated_sum_bench.cc36 constexpr static int64_t kLength = 1000000; variable
/aosp_15_r20/external/webrtc/third_party/abseil-cpp/absl/memory/
H A Dmemory_exception_safety_test.cc28 constexpr int kLength = 50; variable
/aosp_15_r20/external/openscreen/third_party/abseil/src/absl/memory/
H A Dmemory_exception_safety_test.cc28 constexpr int kLength = 50; variable
/aosp_15_r20/cts/hostsidetests/securitybulletin/securityPatch/CVE-2019-2040/
H A Dpoc.cpp21 constexpr int kLength = 8; variable
/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()
/aosp_15_r20/external/image_io/src/jpeg/
H A Djpeg_marker.cc17 const size_t JpegMarker::kLength; // = 2; member in photos_editing_formats::image_io::JpegMarker
/aosp_15_r20/external/libultrahdr/third_party/image_io/src/jpeg/
H A Djpeg_marker.cc17 const size_t JpegMarker::kLength; // = 2; member in photos_editing_formats::image_io::JpegMarker
/aosp_15_r20/external/skia/gm/
H A Dconvexpaths.cpp81 static constexpr int kLength = 100; in makePaths() local
/aosp_15_r20/external/skia/modules/svg/include/
H A DSkSVGValue.h23 kLength, enumerator
/aosp_15_r20/packages/modules/Bluetooth/tools/rootcanal/lib/hci/
Daddress.cc44 Address::Address(const uint8_t (&address)[kLength]) { in Address()
/aosp_15_r20/external/sandboxed-api/contrib/libtiff/test/
H A Dlong_tag.cc46 constexpr int kLength = 1; variable
/aosp_15_r20/system/unwinding/libunwindstack/tests/
H A DMemoryOfflineBufferTest.cpp42 static constexpr size_t kLength = 0x2000; member in unwindstack::MemoryOfflineBufferTest
/aosp_15_r20/packages/modules/Bluetooth/system/gd/hci/
Dclass_of_device.cc32 ClassOfDevice::ClassOfDevice(const uint8_t (&class_of_device)[kLength]) { in ClassOfDevice()
/aosp_15_r20/packages/modules/Bluetooth/system/pdl/hci/
Dclass_of_device.cc33 ClassOfDevice::ClassOfDevice(const uint8_t (&class_of_device)[kLength]) { in ClassOfDevice()

123