HomeSort by relevance Sort by last modified time
    Searched defs:kMaxSize (Results 1 - 25 of 32) sorted by null

1 2

  /external/boringssl/src/tool/
file.cc 26 constexpr size_t kMaxSize = 1024 * 1024;
42 if (out->size() == kMaxSize) {
46 size_t cap = std::min(out->size() * 2, kMaxSize);
  /external/compiler-rt/lib/tsan/rtl/
tsan_ignoreset.cc 17 const uptr IgnoreSet::kMaxSize;
24 if (size_ == kMaxSize)
43 CHECK_LE(size_, kMaxSize);
tsan_ignoreset.h 23 static const uptr kMaxSize = 16;
33 u32 stacks_[kMaxSize];
tsan_mutexset.cc 18 const uptr MutexSet::kMaxSize;
35 if (size_ == kMaxSize) {
45 CHECK_EQ(size_, kMaxSize - 1);
tsan_mutexset.h 25 static const uptr kMaxSize = 16;
48 Desc descs_[kMaxSize];
  /external/webrtc/webrtc/base/
messagedigest.h 29 enum { kMaxSize = 64 }; // Maximum known size (SHA-512)
  /external/skia/src/codec/
SkStreamBuffer.h 92 static constexpr size_t kMaxSize = 256 * 3;
96 char fBuffer[kMaxSize];
  /external/webrtc/webrtc/modules/rtp_rtcp/source/
vp8_partition_aggregator_unittest.cc 32 const size_t kMaxSize = 10;
36 EXPECT_TRUE(root->CreateChildren(kMaxSize));
50 const size_t kMaxSize = 1500;
56 PartitionTreeNode* opt = root->GetOptimalNode(kMaxSize, kPenalty);
81 const size_t kMaxSize = 1500;
85 PartitionTreeNode* opt = root->GetOptimalNode(kMaxSize, kPenalty);
137 size_t kMaxSize = 1500;
140 aggregator->FindOptimalConfiguration(kMaxSize, kPenalty);
169 size_t kMaxSize = 1500;
172 aggregator->FindOptimalConfiguration(kMaxSize, kPenalty)
    [all...]
rtp_format_vp8_unittest.cc 105 const size_t kMaxSize = 13;
106 RtpPacketizerVp8 packetizer(hdr_info_, kMaxSize, kStrict);
136 const int kMaxSize = 14;
137 RtpPacketizerVp8 packetizer(hdr_info_, kMaxSize, kStrict);
159 const size_t kMaxSize = 25;
160 RtpPacketizerVp8 packetizer(hdr_info_, kMaxSize, kAggregate);
186 const size_t kMaxSize = 1500;
187 RtpPacketizerVp8 packetizer(hdr_info_, kMaxSize, kAggregate);
213 const size_t kMaxSize = 1500;
214 RtpPacketizerVp8 packetizer(hdr_info_, kMaxSize, kAggregate)
    [all...]
  /frameworks/av/services/medialog/
MediaLogService.h 37 static const size_t kMaxSize = 0x10000;
  /cts/tests/sensor/jni/
SensorTest.cpp 235 constexpr size_t kMaxSize = 128*1024*1024; // sensor test should not need more than 128M
236 if (size == 0 || size >= kMaxSize) {
  /external/gemmlowp/profiling/
instrumentation.h 118 static const std::size_t kMaxSize = 15;
119 typedef const char* LabelsArrayType[kMaxSize];
127 ReleaseBuildAssertion(size < kMaxSize, "ProfilingStack overflow");
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/lib/Fuzzer/
FuzzerDictionary.h 25 static const size_t kMaxSize = kMaxSizeT;
30 assert(S <= kMaxSize);
35 bool operator==(const FixedWord<kMaxSize> &w) const {
40 bool operator<(const FixedWord<kMaxSize> &w) const {
47 static size_t GetMaxSize() { return kMaxSize; }
53 uint8_t Data[kMaxSize];
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/lib/Fuzzer/
FuzzerDictionary.h 25 static const size_t kMaxSize = kMaxSizeT;
30 assert(S <= kMaxSize);
35 bool operator==(const FixedWord<kMaxSize> &w) const {
40 bool operator<(const FixedWord<kMaxSize> &w) const {
47 static size_t GetMaxSize() { return kMaxSize; }
53 uint8_t Data[kMaxSize];
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/lib/Fuzzer/
FuzzerDictionary.h 25 static const size_t kMaxSize = kMaxSizeT;
30 assert(S <= kMaxSize);
35 bool operator==(const FixedWord<kMaxSize> &w) const {
40 bool operator<(const FixedWord<kMaxSize> &w) const {
47 static size_t GetMaxSize() { return kMaxSize; }
53 uint8_t Data[kMaxSize];
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/lib/Fuzzer/
FuzzerDictionary.h 25 static const size_t kMaxSize = kMaxSizeT;
30 assert(S <= kMaxSize);
35 bool operator==(const FixedWord<kMaxSize> &w) const {
40 bool operator<(const FixedWord<kMaxSize> &w) const {
47 static size_t GetMaxSize() { return kMaxSize; }
53 uint8_t Data[kMaxSize];
  /external/libbrillo/brillo/streams/
file_stream_unittest.cc 183 const uint64_t kMaxSize = std::numeric_limits<int64_t>::max();
278 EXPECT_CALL(fd_mock(), Truncate(kMaxSize)).WillOnce(Return(0));
279 EXPECT_TRUE(stream_->SetSizeBlocking(kMaxSize, nullptr));
321 EXPECT_CALL(fd_mock(), Seek(kMaxSize, SEEK_SET))
322 .WillRepeatedly(Return(kMaxSize));
323 EXPECT_TRUE(stream_->Seek(kMaxSize, Stream::Whence::FROM_BEGIN, &pos,
325 EXPECT_EQ(kMaxSize, pos);
326 EXPECT_TRUE(stream_->Seek(kMaxSize, Stream::Whence::FROM_BEGIN, nullptr,
    [all...]
  /external/skia/src/ports/
SkFontMgr_FontConfigInterface.cpp 164 static const size_t kMaxSize = 1 << 15;
170 , fCache(kMaxSize)
  /external/skia/src/shaders/
SkImageShader.cpp 126 static const int kMaxSize = 65535;
128 return w > kMaxSize || h > kMaxSize;
  /external/webrtc/webrtc/video/
overuse_frame_detector.cc 127 const size_t kMaxSize = 90; // Allows for processing time of 1.5s at 60fps.
128 if (frame_times_.size() > kMaxSize) {
  /frameworks/base/tools/aapt2/
StringPool.cpp 327 constexpr size_t kMaxSize = kMask - 1;
328 if (length > kMaxSize) {
329 *data++ = kMask | (kMaxSize & (length >> (sizeof(T) * 8)));
340 constexpr size_t kMaxSize = kMask - 1;
341 return length > kMaxSize ? 2 : 1;
  /external/boringssl/src/crypto/pkcs8/
pkcs8_x509.c 659 static const size_t kMaxSize = 256 * 1024;
690 if (buf->length > kMaxSize ||
  /external/lzma/C/
Lzma2Enc.c 237 const UInt32 kMaxSize = (UInt32)1 << 28;
239 if (blockSize > kMaxSize) blockSize = kMaxSize;
  /external/skia/src/gpu/ops/
GrSmallPathRenderer.cpp 45 static const SkScalar kMaxSize = 2*kMaxMIP;
112 // scaled to have bounds within kMaxSize by kMaxSize.
124 return maxDim <= kMaxDim && kMinSize <= minSize && maxSize <= kMaxSize;
    [all...]
  /external/v8/src/heap/
mark-compact.h 222 static const size_t kMaxSize = 4 * MB;

Completed in 1425 milliseconds

1 2