HomeSort by relevance Sort by last modified time
    Searched refs:CreateBlock (Results 1 - 11 of 11) sorted by null

  /external/chromium/net/disk_cache/
block_files_unittest.cc 43 EXPECT_TRUE(files.CreateBlock(RANKINGS, 4, &address[i]));
51 EXPECT_TRUE(files.CreateBlock(RANKINGS, 4, &address[target]));
70 EXPECT_TRUE(files.CreateBlock(RANKINGS, 4, &address[i]));
97 EXPECT_TRUE(files.CreateBlock(RANKINGS, size, &address));
189 EXPECT_TRUE(files.CreateBlock(RANKINGS, 2, &address));
267 EXPECT_TRUE(files.CreateBlock(BLOCK_1K, block_size, &address[i]));
block_files.h 41 bool CreateBlock(FileType block_type, int block_count, Addr* block_address);
disk_cache_perftest.cc 237 EXPECT_TRUE(files.CreateBlock(disk_cache::RANKINGS, BlockSize(),
250 EXPECT_TRUE(files.CreateBlock(disk_cache::RANKINGS, BlockSize(),
backend_impl.h 109 bool CreateBlock(FileType block_type, int block_count,
entry_impl.h 179 bool CreateBlock(int size, Addr* address);
stats.cc 106 if (!backend->CreateBlock(BLOCK_256, 2, address))
backend_impl.cc 740 if (!block_files_.CreateBlock(BLOCK_256, num_blocks, &entry_address)) {
747 if (!block_files_.CreateBlock(RANKINGS, 1, &node_address)) {
877 bool BackendImpl::CreateBlock(FileType block_type, int block_count,
879 return block_files_.CreateBlock(block_type, block_count, block_address);
    [all...]
entry_impl.cc 421 if (!CreateBlock(entry_store->key_len + 1, &address))
    [all...]
block_files.cc 74 HISTOGRAM_TIMES("DiskCache.CreateBlock", TimeTicks::Now() - start);
241 bool BlockFiles::CreateBlock(FileType block_type, int block_count,
271 Trace("CreateBlock 0x%x", address.value());
  /external/libvpx/mkvparser/
mkvparser.hpp 774 long CreateBlock(long long id, long long pos, long long size);
mkvparser.cpp     [all...]

Completed in 373 milliseconds