/aosp_15_r20/system/logging/logd/ |
H A D | SerializedLogBufferTest.cpp | 128 const size_t kMaxSize = kLogBufferMinSize; in TEST() local 144 const size_t kMaxSize = kLogBufferMinSize; in TEST() local 187 const size_t kMaxSize = kLogBufferMinSize; in TEST() local 218 const size_t kMaxSize = kLogBufferMinSize; in TEST() local 251 const size_t kMaxSize = in TEST() local 316 const size_t kMaxSize = in TEST() local
|
/aosp_15_r20/external/openthread/tests/unit/ |
H A D | test_checksum.cpp | 176 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
|
H A D | test_array.cpp | 48 constexpr uint16_t kMaxSize = 10; in TestArray() local 177 constexpr uint16_t kMaxSize = 10; in TestArrayCopyAndFindMatching() local
|
/aosp_15_r20/external/cronet/net/disk_cache/blockfile/ |
H A D | block_files_unittest.cc | 48 const int kMaxSize = 3500; in TEST_F() local 51 const int kMaxSize = 35000; in TEST_F() local 79 const int kMaxSize = 35000; in TEST_F() local
|
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/ |
H A D | strided_slice_op_test.cc | 46 int kMaxSize = 15000; in SliceHelper() local 98 int kMaxSize = 15000; in BM_ValidateStridedSliceOp() local
|
H A D | slice_op_test.cc | 45 int kMaxSize = 15000; in SliceHelper() local
|
/aosp_15_r20/system/nvram/messages/tests/ |
H A D | io_test.cpp | 55 static constexpr size_t kMaxSize = 256; member in nvram::__anonf34bd6cd0111::TestInputStreamBuffer 216 static constexpr size_t kMaxSize = 256; member in nvram::__anonf34bd6cd0211::TestOutputStreamBuffer
|
/aosp_15_r20/frameworks/base/libs/androidfw/ |
H A D | StringPool.cpp | 326 constexpr size_t kMaxSize = kMask - 1; in EncodeLength() local 358 constexpr size_t kMaxSize = kMask - 1; in EncodedLengthUnits() local
|
/aosp_15_r20/external/pigweed/pw_allocator/benchmarks/public/pw_allocator/benchmarks/ |
H A D | config.h | 21 constexpr size_t kMaxSize = 0x2000; // 8 KiB variable
|
/aosp_15_r20/external/webrtc/rtc_base/ |
H A D | message_digest.h | 33 enum { kMaxSize = 64 }; // Maximum known size (SHA-512) enumerator
|
/aosp_15_r20/external/webrtc/rtc_base/strings/ |
H A D | string_format.cc | 24 constexpr int kMaxSize = 512; variable
|
/aosp_15_r20/frameworks/native/services/surfaceflinger/tests/unittests/ |
H A D | FramebufferSurfaceTest.cpp | 32 const ui::Size kMaxSize(1920, 1080); in TEST_F() local
|
/aosp_15_r20/external/compiler-rt/lib/tsan/rtl/ |
H A D | tsan_ignoreset.cc | 17 const uptr IgnoreSet::kMaxSize; member in __tsan::IgnoreSet
|
H A D | tsan_mutexset.cc | 18 const uptr MutexSet::kMaxSize; member in __tsan::MutexSet
|
/aosp_15_r20/external/rust/android-crates-io/crates/quiche/deps/boringssl/src/tool/ |
D | file.cc | 30 constexpr size_t kMaxSize = 1024 * 1024; in ReadAll() local
|
/aosp_15_r20/external/cronet/third_party/boringssl/src/tool/ |
H A D | file.cc | 30 constexpr size_t kMaxSize = 1024 * 1024; in ReadAll() local
|
/aosp_15_r20/external/boringssl/src/tool/ |
H A D | file.cc | 30 constexpr size_t kMaxSize = 1024 * 1024; in ReadAll() local
|
/aosp_15_r20/external/rust/crates/quiche/deps/boringssl/src/tool/ |
D | file.cc | 30 constexpr size_t kMaxSize = 1024 * 1024; in ReadAll() local
|
/aosp_15_r20/external/webrtc/test/fuzzers/ |
H A D | rtp_video_layers_allocation_fuzzer.cc | 27 constexpr int kMaxSize = std::numeric_limits<uint8_t>::max(); in FuzzOneInput() local
|
/aosp_15_r20/external/llvm-libc/test/src/string/ |
H A D | bzero_test.cpp | 22 static constexpr size_t kMaxSize = 400; in TEST() local
|
H A D | memset_explicit_test.cpp | 23 static constexpr size_t kMaxSize = 400; in TEST() local
|
/aosp_15_r20/frameworks/av/services/medialog/ |
H A D | MediaLogService.h | 38 static const size_t kMaxSize = 0x10000; variable
|
/aosp_15_r20/external/pigweed/pw_allocator/examples/ |
H A D | custom_allocator_test.cc | 62 constexpr size_t kMaxSize = examples::CustomAllocatorTestHarness::kCapacity / 2; variable
|
/aosp_15_r20/external/rust/android-crates-io/crates/libz-sys/src/zlib-ng/test/fuzz/ |
D | fuzzer_checksum.c | 25 static size_t kMaxSize = 1024 * 1024; in LLVMFuzzerTestOneInput() local
|
/aosp_15_r20/external/webrtc/modules/desktop_capture/ |
H A D | window_finder_unittest.cc | 57 const int kMaxSize = 10000; in TEST() local
|