Home
last modified time | relevance | path

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

/aosp_15_r20/external/libchrome-gestures/src/
H A Dutil_unittest.cc25 const int kMaxElements = 3; in TEST() local
53 const int kMaxElements = 3; in TEST() local
63 const int kMaxElements = 3; in TEST() local
/aosp_15_r20/external/perfetto/src/trace_redaction/
H A Dredact_sched_events.h41 constexpr static size_t kMaxElements = 4096; variable
/aosp_15_r20/system/core/fs_mgr/liblp/fuzzer/
H A Dliblp_super_layout_builder_fuzzer.cpp36 static constexpr uint64_t kMaxElements = 10; variable
H A Dliblp_builder_fuzzer.cpp40 static constexpr uint64_t kMaxElements = 10; variable
/aosp_15_r20/external/libchrome/base/android/orderfile/
H A Dorderfile_instrumentation.cc62 constexpr size_t kMaxElements = 1 << 20; variable
/aosp_15_r20/external/cronet/base/android/orderfile/
H A Dorderfile_instrumentation.cc60 constexpr size_t kMaxElements = 1 << 20; variable
/aosp_15_r20/frameworks/av/camera/tests/fuzzer/
H A Dcamera_fuzzer.cpp38 constexpr int8_t kMaxElements = 10; variable
/aosp_15_r20/external/tensorflow/tensorflow/core/framework/
H A Dtensor_shape_test.cc375 static const int64_t kMaxElements = (1LL << 40); variable