Searched defs:DeleteBlock (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/third_party/skia/src/gpu/
H A DGrMemoryPool.cpp36 DeleteBlock(fHead);
91 DeleteBlock(block);
117 void GrMemoryPool::DeleteBlock(BlockHeader* block) { function in class:GrMemoryPool
/external/skia/src/gpu/
H A DGrMemoryPool.cpp36 DeleteBlock(fHead);
91 DeleteBlock(block);
117 void GrMemoryPool::DeleteBlock(BlockHeader* block) { function in class:GrMemoryPool
/external/chromium_org/net/disk_cache/blockfile/
H A Dblock_bitmaps_v3.cc54 void BlockBitmaps::DeleteBlock(Addr address) { function in class:disk_cache::BlockBitmaps
62 Trace("DeleteBlock 0x%x", address.value());
H A Dblock_files.cc151 LOCAL_HISTOGRAM_TIMES("DiskCache.DeleteBlock", TimeTicks::Now() - start);
348 void BlockFiles::DeleteBlock(Addr address, bool deep) { function in class:disk_cache::BlockFiles
361 Trace("DeleteBlock 0x%x", address.value());
H A Dbackend_impl.cc559 block_files_.DeleteBlock(entry_address, false);
570 block_files_.DeleteBlock(entry_address, false);
571 block_files_.DeleteBlock(node_address, false);
758 void BackendImpl::DeleteBlock(Addr block_address, bool deep) { function in class:disk_cache::BackendImpl
759 block_files_.DeleteBlock(block_address, deep);
1721 DeleteBlock(next->address(), true);
/external/chromium_org/third_party/leveldatabase/src/table/
H A Dtable.cc137 static void DeleteBlock(void* arg, void* ignored) { function in namespace:leveldb
200 iter->RegisterCleanup(&DeleteBlock, block, NULL);
/external/ceres-solver/internal/ceres/
H A Dproblem_impl.cc178 void ProblemImpl::DeleteBlock(ResidualBlock* residual_block) { function in class:ceres::internal::ProblemImpl
200 void ProblemImpl::DeleteBlock(ParameterBlock* parameter_block) { function in class:ceres::internal::ProblemImpl
221 DeleteBlock(program_->residual_blocks_[i]);
226 DeleteBlock(program_->parameter_blocks_[i]);
494 DeleteBlock(block_to_remove);

Completed in 592 milliseconds