/external/webrtc/webrtc/modules/rtp_rtcp/source/ |
D | vp8_partition_aggregator_unittest.cc | 32 const size_t kMaxSize = 10; in TEST() local 50 const size_t kMaxSize = 1500; in TEST() local 81 const size_t kMaxSize = 1500; in TEST() local 137 size_t kMaxSize = 1500; in TEST() local 169 size_t kMaxSize = 1500; in TEST() local 187 size_t kMaxSize = 1500; in TEST() local
|
D | rtp_format_vp8_unittest.cc | 105 const size_t kMaxSize = 13; in TEST_F() local 136 const int kMaxSize = 14; in TEST_F() local 159 const size_t kMaxSize = 25; in TEST_F() local 186 const size_t kMaxSize = 1500; in TEST_F() local 213 const size_t kMaxSize = 1500; in TEST_F() local 240 const size_t kMaxSize = 1460; in TEST_F() local 268 const size_t kMaxSize = 12; // Small enough to produce 4 packets. in TEST_F() local 297 const size_t kMaxSize = 25; // Small enough to produce two packets. in TEST_F() local 329 const size_t kMaxSize = helper_->buffer_size(); in TEST_F() local 358 const size_t kMaxSize = helper_->buffer_size(); in TEST_F() local [all …]
|
/external/webrtc/webrtc/base/ |
D | messagedigest.h | 29 enum { kMaxSize = 64 }; // Maximum known size (SHA-512) enumerator
|
/external/boringssl/src/tool/ |
D | file.cc | 26 constexpr size_t kMaxSize = 1024 * 1024; in ReadAll() local
|
/external/compiler-rt/lib/tsan/rtl/ |
D | tsan_ignoreset.cc | 17 const uptr IgnoreSet::kMaxSize; member in __tsan::IgnoreSet
|
D | tsan_mutexset.cc | 18 const uptr MutexSet::kMaxSize; member in __tsan::MutexSet
|
/external/tensorflow/tensorflow/core/kernels/ |
D | strided_slice_op_test.cc | 46 int kMaxSize = 15000; in SliceHelper() local 100 int kMaxSize = 15000; in BM_ValidateStridedSliceOp() local
|
D | slice_op_test.cc | 44 int kMaxSize = 15000; in SliceHelper() local
|
/external/v8/src/heap/ |
D | heap-controller.h | 55 const size_t kMaxSize; variable
|
/external/v8/src/objects/ |
D | fixed-array.h | 92 static const int kMaxSize = 512 * MB; variable 94 static const int kMaxSize = 1024 * MB; variable
|
D | string.h | 532 static const int kMaxSize = OBJECT_POINTER_ALIGN(kMaxCharsSize + kHeaderSize); variable 579 static const int kMaxSize = OBJECT_POINTER_ALIGN(kMaxCharsSize + kHeaderSize); variable
|
/external/lzma/CPP/7zip/Compress/ |
D | Lzma2Decoder.cpp | 64 const UInt32 kMaxSize = (UInt32)1 << 28; in Get_ExpectedBlockSize_From_Dict() local
|
/external/gemmlowp/profiling/ |
D | instrumentation.h | 111 static const std::size_t kMaxSize = 14; member
|
/external/lzma/CPP/7zip/Common/ |
D | MethodProps.h | 173 const UInt32 kMaxSize = (UInt32)1 << 28; in Get_Xz_BlockSize() local
|
/external/webrtc/webrtc/video/ |
D | overuse_frame_detector.cc | 127 const size_t kMaxSize = 90; // Allows for processing time of 1.5s at 60fps. in Start() local
|
/external/boringssl/src/crypto/pkcs7/ |
D | pkcs7_x509.c | 293 static const size_t kMaxSize = 4 * 1024 * 1024; in d2i_PKCS7_bio() local
|
/external/perfetto/src/tracing/core/ |
D | trace_buffer.cc | 61 constexpr size_t TraceBuffer::ChunkRecord::kMaxSize; member in perfetto::TraceBuffer::ChunkRecord
|
/external/libaom/libaom/test/ |
D | av1_wedge_utils_test.cc | 230 static const int kMaxSize = 8196; // Size limited by SIMD implementation. member in __anoncb6c07c50111::WedgeUtilsSignOptTest
|
D | sum_squares_test.cc | 184 static const int kMaxSize = 256; member in __anon6906355a0111::SumSquares1DTest
|
D | comp_avg_pred_test.h | 26 const int kMaxSize = 128 + 32; // padding variable
|
D | av1_convolve_2d_test_util.cc | 23 const int kMaxSize = 128 + 32; // padding variable
|
/external/v8/src/ |
D | reloc-info.h | 362 static constexpr int kMaxSize = 1 + 4 + 1 + 1 + kPointerSize; variable
|
/external/skqp/src/ports/ |
D | SkFontMgr_FontConfigInterface.cpp | 165 static const size_t kMaxSize = 1 << 15; member in SkFontMgr_FCI
|
/external/skia/src/ports/ |
D | SkFontMgr_FontConfigInterface.cpp | 164 static const size_t kMaxSize = 1 << 15; member in SkFontMgr_FCI
|
/external/lzma/C/ |
D | Lzma2Enc.c | 315 const UInt32 kMaxSize = (UInt32)1 << 28; in Lzma2EncProps_Normalize() local
|