Home
last modified time | relevance | path

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

/external/chromium/net/disk_cache/
Dblock_files_unittest.cc38 const int kMaxSize = 35000; in TEST_F() local
65 const int kMaxSize = 35000; in TEST_F() local
Dbackend_impl.h31 kMaxSize = 1 << 1, // A maximum size was provided. enumerator
Ddisk_cache_perftest.cc40 const int kMaxSize = 16 * 1024 - 1; variable
/external/chromium/base/allocator/
Dallocator_unittests.cc15 static const size_t kMaxSize = ~static_cast<size_t>(0); variable
/external/v8/src/
Dassembler.h412 static const int kMaxSize = 16; variable
Dobjects.h2290 static const int kMaxSize = 128 * MB * kPointerSize; variable
2377 static const int kMaxSize = 512 * MB; variable
3597 static const int kMaxSize = 512 * MB; variable
7189 static const int kMaxSize = 512 * MB - 1; variable
7239 static const int kMaxSize = 512 * MB - 1; variable
/external/webkit/Source/JavaScriptCore/wtf/
DFastMalloc.cpp609 static const size_t kMaxSize = 8u * kPageSize; variable