OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:next_addr
(Results
1 - 4
of
4
) sorted by null
/external/chromium/net/disk_cache/
rankings.cc
306
Addr
next_addr
(node->Data()->next);
308
if (!
next_addr
.is_initialized() ||
next_addr
.is_separate_file() ||
310
if (
next_addr
.is_initialized() || prev_addr.is_initialized()) {
316
CacheRankingsBlock next(backend_->File(
next_addr
),
next_addr
);
514
Addr
next_addr
(data->next);
516
if (!
next_addr
.SanityCheck() ||
next_addr
.file_type() != RANKINGS ||
647
Addr
next_addr
(node->Data()->next)
[
all
...]
entry_impl.cc
575
Addr
next_addr
(stored->next);
576
if (
next_addr
.is_initialized() &&
577
(
next_addr
.is_separate_file() ||
next_addr
.file_type() != BLOCK_256))
580
if (!rankings_addr.SanityCheck() || !
next_addr
.SanityCheck())
[
all
...]
/build/tools/
adbs
74
next_addr
= string.atoi(addr, 16) + 1
77
+ str(
next_addr
) \
/external/v8/src/
global-handles.cc
89
Node**
next_addr
() { return &next_; }
function in class:v8::internal::GlobalHandles::Node
448
p = (*p)->
next_addr
();
Completed in 231 milliseconds