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

1 2

  /external/chromium_org/net/disk_cache/blockfile/
block_bitmaps_v3.h 33 bool CreateBlock(FileType block_type, int block_count, Addr* block_address);
block_files_unittest.cc 44 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));
316 EXPECT_TRUE(files.CreateBlock(BLOCK_1K, block_size, &address[i]));
block_bitmaps_v3_unittest.cc 36 ASSERT_TRUE(block_bitmaps.CreateBlock(disk_cache::BLOCK_1K, block_size,
block_files.h 106 bool CreateBlock(FileType block_type, int block_count, Addr* block_address);
disk_cache_perftest.cc 242 EXPECT_TRUE(files.CreateBlock(disk_cache::RANKINGS, BlockSize(),
255 EXPECT_TRUE(files.CreateBlock(disk_cache::RANKINGS, BlockSize(),
backend_impl_v3.h 65 bool CreateBlock(FileType block_type, int block_count,
block_bitmaps_v3.cc 26 bool BlockBitmaps::CreateBlock(FileType block_type,
50 Trace("CreateBlock 0x%x", address.value());
entry_impl_v3.h 120 bool CreateBlock(int size, Addr* address);
backend_impl_v3.cc 116 bool BackendImplV3::CreateBlock(FileType block_type, int block_count,
118 return block_files_.CreateBlock(block_type, block_count, block_address);
514 if (!block_files_.CreateBlock(BLOCK_256, num_blocks, &entry_address)) {
521 if (!block_files_.CreateBlock(RANKINGS, 1, &node_address)) {
776 if (!CreateBlock(file_type, num_blocks, &address))
    [all...]
backend_impl.h 105 bool CreateBlock(FileType block_type, int block_count,
entry_impl.h 190 bool CreateBlock(int size, Addr* address);
backend_worker_v3.cc 429 if (!CreateBlock(file_type, num_blocks, &address))
entry_impl_v3.cc 279 if (!CreateBlock(entry_store->key_len + 1, &address))
967 if (!CreateBlock(size, &address))
975 bool EntryImpl::CreateBlock(int size, Addr* address) {
989 if (!backend_->CreateBlock(file_type, num_blocks, address))
    [all...]
backend_impl.cc 551 if (!block_files_.CreateBlock(BLOCK_256, num_blocks, &entry_address)) {
558 if (!block_files_.CreateBlock(RANKINGS, 1, &node_address)) {
753 bool BackendImpl::CreateBlock(FileType block_type, int block_count,
755 return block_files_.CreateBlock(block_type, block_count, block_address);
    [all...]
entry_impl.cc 424 if (!CreateBlock(entry_store->key_len + 1, &address))
    [all...]
block_files.cc 104 LOCAL_HISTOGRAM_TIMES("DiskCache.CreateBlock", TimeTicks::Now() - start);
318 bool BlockFiles::CreateBlock(FileType block_type, int block_count,
344 Trace("CreateBlock 0x%x", address.value());
  /external/chromium_org/third_party/skia/src/gpu/
GrMemoryPool.h 49 static BlockHeader* CreateBlock(size_t size);
GrMemoryPool.cpp 24 fHead = CreateBlock(fPreallocSize);
46 BlockHeader* block = CreateBlock(blockSize);
105 GrMemoryPool::BlockHeader* GrMemoryPool::CreateBlock(size_t size) {
  /external/skia/src/gpu/
GrMemoryPool.h 49 static BlockHeader* CreateBlock(size_t size);
GrMemoryPool.cpp 24 fHead = CreateBlock(fPreallocSize);
46 BlockHeader* block = CreateBlock(blockSize);
105 GrMemoryPool::BlockHeader* GrMemoryPool::CreateBlock(size_t size) {
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libwebm/
mkvparser.hpp 775 long CreateBlock(long long id, long long pos, long long size);
  /external/chromium_org/third_party/libvpx/source/libvpx/third_party/libwebm/
mkvparser.hpp 836 long CreateBlock(long long id, long long pos, long long size,
  /external/libvpx/libvpx/third_party/libwebm/
mkvparser.hpp 954 long CreateBlock(long long id, long long pos, long long size,
  /external/libvpx/libwebm/
mkvparser.hpp 836 long CreateBlock(long long id, long long pos, long long size,
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libwebm/
mkvparser.hpp 954 long CreateBlock(long long id, long long pos, long long size,

Completed in 251 milliseconds

1 2