OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LOW_USE
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/net/disk_cache/v3/
eviction_v3.cc
15
// the object is reused later on, we move it to the
LOW_USE
list, until it is
22
// the NO_USE list, then we move to the
LOW_USE
and only then we evict an entry
175
rankings_->Insert(entry->rankings(), false, Rankings::
LOW_USE
);
178
rankings_->Remove(entry->rankings(), Rankings::
LOW_USE
, true);
482
rankings_->GetPrev(NULL, Rankings::
LOW_USE
));
/external/chromium/net/disk_cache/
eviction.cc
15
// the object is reused later on, we move it to the
LOW_USE
list, until it is
22
// the NO_USE list, then we move to the
LOW_USE
and only then we evict an entry
385
rankings_->Insert(entry->rankings(), false, Rankings::
LOW_USE
);
388
rankings_->Remove(entry->rankings(), Rankings::
LOW_USE
, true);
457
return Rankings::
LOW_USE
;
553
rankings_->GetPrev(NULL, Rankings::
LOW_USE
));
rankings.h
56
LOW_USE
, // List of entries with low reuse.
/external/chromium_org/net/disk_cache/
eviction.cc
15
// the object is reused later on, we move it to the
LOW_USE
list, until it is
22
// the NO_USE list, then we move to the
LOW_USE
and only then we evict an entry
412
rankings_->Insert(entry->rankings(), false, Rankings::
LOW_USE
);
415
rankings_->Remove(entry->rankings(), Rankings::
LOW_USE
, true);
484
return Rankings::
LOW_USE
;
577
rankings_->GetPrev(NULL, Rankings::
LOW_USE
));
rankings.h
58
LOW_USE
, // List of entries with low reuse.
Completed in 28 milliseconds