Home
last modified time | relevance | path

Searched defs:kPoolSize (Results 1 – 14 of 14) sorted by relevance

/external/gwp_asan/gwp_asan/tests/
Dslot_reuse.cpp59 constexpr unsigned kPoolSize = 2; in TEST_F() local
65 constexpr unsigned kPoolSize = 128; in TEST_F() local
71 constexpr unsigned kPoolSize = 129; in TEST_F() local
/external/perfetto/src/trace_processor/containers/
Dbit_vector_benchmark.cc103 static constexpr uint32_t kPoolSize = 1024 * 1024; in BM_BitVectorIsSet() local
128 static constexpr uint32_t kPoolSize = 1024 * 1024; in BM_BitVectorSet() local
154 static constexpr uint32_t kPoolSize = 1024 * 1024; in BM_BitVectorClear() local
177 static constexpr uint32_t kPoolSize = 1024 * 1024; in BM_BitVectorIndexOfNthSet() local
253 static constexpr uint32_t kPoolSize = 1024 * 1024; in BM_BitVectorResize() local
Drow_map_benchmark.cc26 static constexpr uint32_t kPoolSize = 100000; variable
/external/openthread/tests/unit/
Dtest_pool.cpp61 constexpr uint16_t kPoolSize = 11; variable
/external/angle/third_party/abseil-cpp/absl/random/internal/
Dentropy_pool.cc97 static constexpr size_t kPoolSize = 8; variable
/external/abseil-cpp/absl/random/internal/
Dpool_urbg.cc134 static constexpr size_t kPoolSize = 8; variable
/external/cronet/tot/third_party/abseil-cpp/absl/random/internal/
Dpool_urbg.cc134 static constexpr size_t kPoolSize = 8; variable
/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/random/internal/
Dpool_urbg.cc134 static constexpr size_t kPoolSize = 8; variable
/external/cronet/stable/third_party/abseil-cpp/absl/random/internal/
Dpool_urbg.cc134 static constexpr size_t kPoolSize = 8; variable
/external/openscreen/third_party/abseil/src/absl/random/internal/
Dpool_urbg.cc134 static constexpr int kPoolSize = 8; variable
/external/cronet/tot/base/allocator/partition_allocator/src/partition_alloc/
Daddress_pool_manager_unittest.cc75 static constexpr size_t kPoolSize = kPoolMaxSize; member in partition_alloc::internal::PartitionAllocAddressPoolManagerTest
/external/cronet/stable/base/allocator/partition_allocator/src/partition_alloc/
Daddress_pool_manager_unittest.cc75 static constexpr size_t kPoolSize = kPoolMaxSize; member in partition_alloc::internal::PartitionAllocAddressPoolManagerTest
/external/vixl/test/
Dtest-pool-manager.cc713 const int kPoolSize = kVeneerSize * kNumBranches + kHeaderSize; in TEST() local
811 const int kPoolSize = kVeneerSize * kNumBranches + kHeaderSize; in TEST() local
/external/executorch/runtime/core/test/
Dmemory_allocator_test.cpp90 constexpr size_t kPoolSize = 10; in TEST_F() local