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

  /external/chromium_org/third_party/skia/src/gpu/
GrMemoryPool.cpp 24 fHead = CreateBlock(fPreallocSize);
46 BlockHeader* block = CreateBlock(blockSize);
105 GrMemoryPool::BlockHeader* GrMemoryPool::CreateBlock(size_t size) {
  /external/skia/src/gpu/
GrMemoryPool.cpp 24 fHead = CreateBlock(fPreallocSize);
46 BlockHeader* block = CreateBlock(blockSize);
105 GrMemoryPool::BlockHeader* GrMemoryPool::CreateBlock(size_t size) {
  /external/chromium_org/net/disk_cache/v3/
block_bitmaps.cc 57 bool BlockFiles::CreateBlock(FileType block_type, int block_count,
88 Trace("CreateBlock 0x%x", address.value());
backend_impl_v3.cc 192 bool BackendImpl::CreateBlock(FileType block_type, int block_count,
194 return block_files_.CreateBlock(block_type, block_count, block_address);
595 if (!block_files_.CreateBlock(BLOCK_256, num_blocks, &entry_address)) {
602 if (!block_files_.CreateBlock(RANKINGS, 1, &node_address)) {
845 if (!CreateBlock(file_type, num_blocks, &address))
    [all...]
entry_impl_v3.cc 268 if (!CreateBlock(entry_store->key_len + 1, &address))
956 if (!CreateBlock(size, &address))
964 bool EntryImpl::CreateBlock(int size, Addr* address) {
978 if (!backend_->CreateBlock(file_type, num_blocks, address))
    [all...]
  /external/chromium/net/disk_cache/
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());
entry_impl.cc 421 if (!CreateBlock(entry_store->key_len + 1, &address))
    [all...]
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...]
  /external/chromium_org/net/disk_cache/
block_files.cc 95 HISTOGRAM_TIMES("DiskCache.CreateBlock", TimeTicks::Now() - start);
279 bool BlockFiles::CreateBlock(FileType block_type, int block_count,
310 Trace("CreateBlock 0x%x", address.value());
entry_impl.cc 421 if (!CreateBlock(entry_store->key_len + 1, &address))
    [all...]
backend_impl.cc 581 if (!block_files_.CreateBlock(BLOCK_256, num_blocks, &entry_address)) {
588 if (!block_files_.CreateBlock(RANKINGS, 1, &node_address)) {
726 bool BackendImpl::CreateBlock(FileType block_type, int block_count,
728 return block_files_.CreateBlock(block_type, block_count, block_address);
    [all...]

Completed in 786 milliseconds