OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NO_USE
(Results
1 - 9
of
9
) sorted by null
/external/chromium_org/net/disk_cache/v3/
eviction_v3.cc
7
// only one list in use (Rankings::
NO_USE
), and elements are sent to the front
14
// When we see an element for the first time, it goes to the
NO_USE
list; if
22
// the
NO_USE
list, then we move to the LOW_USE and only then we evict an entry
124
rankings_, rankings_->GetPrev(node.get(), Rankings::
NO_USE
));
132
next.reset(rankings_->GetPrev(node.get(), Rankings::
NO_USE
));
137
if (EvictEntry(node.get(), empty, Rankings::
NO_USE
) && !test_mode_)
174
rankings_->Remove(entry->rankings(), Rankings::
NO_USE
, true);
480
rankings_->GetPrev(NULL, Rankings::
NO_USE
));
/external/chromium/net/disk_cache/
eviction.cc
7
// only one list in use (Rankings::
NO_USE
), and elements are sent to the front
14
// When we see an element for the first time, it goes to the
NO_USE
list; if
22
// the
NO_USE
list, then we move to the LOW_USE and only then we evict an entry
117
rankings_->GetPrev(node.get(), Rankings::
NO_USE
));
124
next.reset(rankings_->GetPrev(node.get(), Rankings::
NO_USE
));
129
if (!EvictEntry(node.get(), empty, Rankings::
NO_USE
) && !test_mode_)
256
return Rankings::
NO_USE
;
384
rankings_->Remove(entry->rankings(), Rankings::
NO_USE
, true);
454
return Rankings::
NO_USE
;
551
rankings_->GetPrev(NULL, Rankings::
NO_USE
));
[
all
...]
rankings.h
55
NO_USE
= 0, // List of entries that have not been reused.
backend_impl.cc
[
all
...]
rankings.cc
504
List list =
NO_USE
; // Initialize it to something.
/external/chromium_org/net/disk_cache/
eviction.cc
7
// only one list in use (Rankings::
NO_USE
), and elements are sent to the front
14
// When we see an element for the first time, it goes to the
NO_USE
list; if
22
// the
NO_USE
list, then we move to the LOW_USE and only then we evict an entry
125
rankings_, rankings_->GetPrev(node.get(), Rankings::
NO_USE
));
133
next.reset(rankings_->GetPrev(node.get(), Rankings::
NO_USE
));
138
if (EvictEntry(node.get(), empty, Rankings::
NO_USE
) && !test_mode_)
279
return Rankings::
NO_USE
;
411
rankings_->Remove(entry->rankings(), Rankings::
NO_USE
, true);
481
return Rankings::
NO_USE
;
575
rankings_->GetPrev(NULL, Rankings::
NO_USE
));
[
all
...]
rankings.h
57
NO_USE
= 0, // List of entries that have not been reused.
backend_impl.cc
[
all
...]
rankings.cc
524
List list =
NO_USE
; // Initialize it to something.
Completed in 1060 milliseconds