Searched refs:RANKINGS (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/net/disk_cache/blockfile/
H A Daddr.cc86 if (is_separate_file() || file_type() != RANKINGS || num_blocks() != 1)
H A Dblock_files_unittest.cc44 EXPECT_TRUE(files.CreateBlock(RANKINGS, 4, &address[i]));
52 EXPECT_TRUE(files.CreateBlock(RANKINGS, 4, &address[target]));
70 EXPECT_TRUE(files.CreateBlock(RANKINGS, 4, &address[i]));
96 EXPECT_TRUE(files.CreateBlock(RANKINGS, size, &address));
186 EXPECT_TRUE(files.CreateBlock(RANKINGS, 2, &address));
211 EXPECT_TRUE(files.CreateBlock(RANKINGS, 2, &address));
H A Daddr.h18 RANKINGS = 1, enumerator in enum:disk_cache::FileType
125 case RANKINGS:
H A Ddisk_cache_perftest.cc242 EXPECT_TRUE(files.CreateBlock(disk_cache::RANKINGS, BlockSize(),
255 EXPECT_TRUE(files.CreateBlock(disk_cache::RANKINGS, BlockSize(),
H A Dblock_files.cc376 if (Addr::BlockSizeForFileType(RANKINGS) ==
378 type = RANKINGS;
551 COMPILE_ASSERT(RANKINGS == 1, invalid_file_type);
579 // RANKINGS is not reported as a type for small entries, but we may be
582 if (header->entry_size == Addr::BlockSizeForFileType(RANKINGS))
583 type = RANKINGS;
H A Dblock_bitmaps_v3.cc30 DCHECK_NE(block_type, RANKINGS);
H A Drankings.cc541 if (!next_addr.SanityCheckV2() || next_addr.file_type() != RANKINGS ||
542 !prev_addr.SanityCheckV2() || prev_addr.file_type() != RANKINGS)
H A Dbackend_impl_v3.cc521 if (!block_files_.CreateBlock(RANKINGS, 1, &node_address)) {
1178 if (!block_files_.CreateBlock(RANKINGS, 1, &node_address)) {
H A Dbackend_impl.cc558 if (!block_files_.CreateBlock(RANKINGS, 1, &node_address)) {
/external/srec/config/en.us/dictionary/
H A Dc0.6[all...]

Completed in 3189 milliseconds