/external/chromium/net/disk_cache/ |
block_files_unittest.cc | 38 const int kMaxSize = 35000; 39 Addr address[kMaxSize]; 42 for (int i = 0; i < kMaxSize; i++) { 48 for (int i = 0; i < kMaxSize * 4; i += 2) { 49 int target = i % kMaxSize; 65 const int kMaxSize = 35000; 66 Addr address[kMaxSize]; 69 for (int i = 0; i < kMaxSize; i++) { 74 for (int i = 0; i < kMaxSize; i++) {
|
disk_cache_perftest.cc | 40 const int kMaxSize = 16 * 1024 - 1; 43 // to kMaxSize of data to each entry. 48 scoped_refptr<net::IOBuffer> buffer2(new net::IOBuffer(kMaxSize)); 51 CacheTestFillBuffer(buffer2->data(), kMaxSize, false); 65 entry.data_len = rand() % kMaxSize; 99 scoped_refptr<net::IOBuffer> buffer2(new net::IOBuffer(kMaxSize)); 102 CacheTestFillBuffer(buffer2->data(), kMaxSize, false);
|
backend_impl.h | 31 kMaxSize = 1 << 1, // A maximum size was provided.
|
backend_impl.cc | 805 user_flags_ |= kMaxSize; [all...] |
/external/astl/include/ |
memory | 88 const difference_type kMaxSize = 96 static_cast<size_t>(kMaxSize) / kSize > static_cast<size_t>(len)) {
|
/external/chromium/base/allocator/ |
allocator_unittests.cc | 15 static const size_t kMaxSize = ~static_cast<size_t>(0); 379 TestCalloc(kMaxSize, 2, false); 380 TestCalloc(2, kMaxSize, false); 381 TestCalloc(kMaxSize, kMaxSize, false);
|
/external/v8/test/cctest/ |
test-reloc-info.cc | 59 CHECK(writer.pos() - RelocInfoWriter::kMaxSize >= relocation_info_end);
|
test-heap.cc | 932 int allocation_amount = Min(FixedArray::kMaxSize, [all...] |
/external/webkit/Source/JavaScriptCore/wtf/ |
FastMalloc.cpp | 605 // sense. In particular, if kMaxSize increases, you may have to 609 static const size_t kMaxSize = 8u * kPageSize; 641 static const size_t kMinThreadCacheSize = kMaxSize * 2; 859 if (static_cast<size_t>(ClassIndex(kMaxSize)) >= sizeof(class_array)) { 860 MESSAGE("Invalid class index %d for kMaxSize\n", ClassIndex(kMaxSize)); 868 for (size_t size = kAlignment; size <= kMaxSize; size += (1 << alignshift)) { 927 for (size_t size = 0; size <= kMaxSize; size++) { [all...] |
/external/v8/src/ |
objects.h | [all...] |
assembler.h | 406 static const int kMaxSize = 16;
|
assembler.cc | 279 ASSERT(begin_pos - pos_ <= kMaxSize); [all...] |
liveedit.cc | [all...] |
heap.cc | [all...] |
/external/v8/src/mips/ |
assembler-mips.h | 902 static const int kMaxRelocSize = RelocInfoWriter::kMaxSize; [all...] |
/external/v8/src/arm/ |
assembler-arm.h | [all...] |