Searched refs:sparse_ (Results 1 - 4 of 4) sorted by relevance

/external/chromium/net/disk_cache/
H A Dentry_impl.cc359 result = sparse_->StartIO(SparseControl::kReadOperation, offset, buf, buf_len,
373 result = sparse_->StartIO(SparseControl::kWriteOperation, offset, buf,
384 return sparse_->GetAvailableRange(offset, len, start);
388 if (!sparse_.get())
391 sparse_->CancelIO();
395 DCHECK(sparse_.get());
396 return sparse_->ReadyToUse(callback);
859 if (sparse_.get())
872 if (!sparse_.get())
891 sparse_
[all...]
H A Dentry_impl.h257 scoped_ptr<SparseControl> sparse_; // Support for sparse entries. member in class:disk_cache::EntryImpl
/external/chromium/net/http/
H A Dhttp_cache_unittest.cc75 : test_mode_(0), doomed_(false), sparse_(false), fail_requests_(false),
80 : key_(key), doomed_(false), sparse_(false), fail_requests_(false),
165 if (!sparse_ || busy_)
196 if (!sparse_) {
199 sparse_ = true;
226 if (!sparse_ || busy_)
262 return sparse_;
357 bool sparse_;
/external/v8/src/
H A Dhydrogen.cc1373 sparse_(zone->NewArray<int>(capacity)) {
1376 memset(sparse_, 0, sizeof(sparse_[0]) * capacity);
1382 int d = sparse_[n];
1389 sparse_[n] = length_;
1400 int* sparse_; member in class:v8::internal::SparseSet

Completed in 108 milliseconds