Home
last modified time | relevance | path

Searched defs:kMaxSize (Results 1 – 25 of 138) sorted by relevance

123456

/external/pigweed/pw_allocator/benchmarks/public/pw_allocator/benchmarks/
Dconfig.h21 inline constexpr size_t kMaxSize = 0x2000; // 8 KiB variable
/external/tensorflow/tensorflow/core/kernels/
Dstrided_slice_op_test.cc46 int kMaxSize = 15000; in SliceHelper() local
98 int kMaxSize = 15000; in BM_ValidateStridedSliceOp() local
Dslice_op_test.cc45 int kMaxSize = 15000; in SliceHelper() local
/external/webrtc/rtc_base/
Dmessage_digest.h33 enum { kMaxSize = 64 }; // Maximum known size (SHA-512) enumerator
/external/pigweed/pw_allocator/public/pw_allocator/
Dfuzzing.h97 inline constexpr size_t kMaxSize = 2048; variable
/external/cronet/stable/net/disk_cache/blockfile/
Dblock_files_unittest.cc53 const int kMaxSize = 3500; in TEST_F() local
56 const int kMaxSize = 35000; in TEST_F() local
84 const int kMaxSize = 35000; in TEST_F() local
/external/cronet/tot/net/disk_cache/blockfile/
Dblock_files_unittest.cc53 const int kMaxSize = 3500; in TEST_F() local
56 const int kMaxSize = 35000; in TEST_F() local
84 const int kMaxSize = 35000; in TEST_F() local
/external/openthread/tests/unit/
Dtest_checksum.cpp176 constexpr uint16_t kMaxSize = kBufferSize * 3 + 24; in TestUdpMessageChecksum() local
244 constexpr uint16_t kMaxSize = kBufferSize * 3 + 24; in TestIcmp6MessageChecksum() local
313 constexpr size_t kMaxSize = kBufferSize * 3 + 24; in TestTcp4MessageChecksum() local
368 constexpr uint16_t kMaxSize = kBufferSize * 3 + 24; in TestUdp4MessageChecksum() local
Dtest_array.cpp48 constexpr uint16_t kMaxSize = 10; in TestArray() local
177 constexpr uint16_t kMaxSize = 10; in TestArrayCopyAndFindMatching() local
/external/webrtc/rtc_base/strings/
Dstring_format.cc24 constexpr int kMaxSize = 512; variable
/external/rust/android-crates-io/crates/quiche/deps/boringssl/src/tool/
Dfile.cc30 constexpr size_t kMaxSize = 1024 * 1024; in ReadAll() local
/external/compiler-rt/lib/tsan/rtl/
Dtsan_ignoreset.cc17 const uptr IgnoreSet::kMaxSize; member in __tsan::IgnoreSet
/external/boringssl/src/tool/
Dfile.cc30 constexpr size_t kMaxSize = 1024 * 1024; in ReadAll() local
/external/cronet/tot/third_party/boringssl/src/tool/
Dfile.cc30 constexpr size_t kMaxSize = 1024 * 1024; in ReadAll() local
/external/cronet/stable/third_party/boringssl/src/tool/
Dfile.cc30 constexpr size_t kMaxSize = 1024 * 1024; in ReadAll() local
/external/webrtc/test/fuzzers/
Drtp_video_layers_allocation_fuzzer.cc27 constexpr int kMaxSize = std::numeric_limits<uint8_t>::max(); in FuzzOneInput() local
/external/llvm-libc/test/src/strings/
Dbzero_test.cpp22 static constexpr size_t kMaxSize = 400; in TEST() local
/external/cronet/tot/third_party/llvm-libc/src/test/src/string/
Dbzero_test.cpp22 static constexpr size_t kMaxSize = 400; in TEST() local
Dmemset_explicit_test.cpp23 static constexpr size_t kMaxSize = 400; in TEST() local
Dmemset_test.cpp27 static constexpr size_t kMaxSize = 400; in TEST() local
/external/cronet/stable/third_party/llvm-libc/src/test/src/string/
Dbzero_test.cpp22 static constexpr size_t kMaxSize = 400; in TEST() local
Dmemset_explicit_test.cpp23 static constexpr size_t kMaxSize = 400; in TEST() local
/external/llvm-libc/test/src/string/
Dmemset_explicit_test.cpp23 static constexpr size_t kMaxSize = 400; in TEST() local
/external/pigweed/pw_allocator/examples/
Dcustom_allocator_test.cc62 constexpr size_t kMaxSize = examples::CustomAllocatorTestHarness::kCapacity / 2; variable
/external/webrtc/modules/desktop_capture/
Dwindow_finder_unittest.cc57 const int kMaxSize = 10000; in TEST() local

123456