HomeSort by relevance Sort by last modified time
    Searched refs:next_addr (Results 1 - 4 of 4) sorted by null

  /build/tools/
adbs 74 next_addr = string.atoi(addr, 16) + 1
77 + str(next_addr) \
  /external/chromium/net/disk_cache/
rankings.cc 336 Addr next_addr(node->Data()->next);
338 if (!next_addr.is_initialized() || next_addr.is_separate_file() ||
344 CacheRankingsBlock next(backend_->File(next_addr), next_addr);
469 Addr next_addr(node->Data()->next);
471 if (!next_addr.is_initialized() || !prev_addr.is_initialized()) {
476 if (next_addr.is_separate_file() || prev_addr.is_separate_file()) {
483 CacheRankingsBlock next(backend_->File(next_addr), next_addr);
    [all...]
entry_impl.cc 577 Addr next_addr(entry_.Data()->next);
578 if (next_addr.is_initialized() &&
579 (next_addr.is_separate_file() || next_addr.file_type() != BLOCK_256))
  /external/v8/src/
global-handles.cc 80 Node** next_addr() { return &next_; } function in class:v8::internal::GlobalHandles::Node
393 p = (*p)->next_addr();

Completed in 258 milliseconds