OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BLOCK_EVICTED
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/net/disk_cache/blockfile/
addr.cc
73
if (file_type() != BLOCK_ENTRIES && file_type() !=
BLOCK_EVICTED
)
addr.h
24
BLOCK_EVICTED
= 7
137
case
BLOCK_EVICTED
:
block_bitmaps_v3.cc
42
if (!index && (block_type == BLOCK_ENTRIES || block_type ==
BLOCK_EVICTED
) &&
index_table_v3.cc
59
const int kEvictedEntriesFile = disk_cache::
BLOCK_EVICTED
- 1;
191
(address.file_type() != disk_cache::
BLOCK_EVICTED
&&
282
FileType file_type = (GetGroup() == ENTRY_EVICTED) ?
BLOCK_EVICTED
:
652
if (address.file_type() ==
BLOCK_EVICTED
)
[
all
...]
index_table_v3_unittest.cc
200
addr = disk_cache::Addr(disk_cache::
BLOCK_EVICTED
, 1, 6, 0x18a5);
409
disk_cache::Addr addr2(disk_cache::
BLOCK_EVICTED
, 1, 6, 6); // Any address.
480
addr = disk_cache::Addr(disk_cache::
BLOCK_EVICTED
, 1, 6, i * 13 + 1);
block_files.cc
324
DCHECK_NE(block_type,
BLOCK_EVICTED
);
Completed in 2685 milliseconds