Searched refs:node_address (Results 1 - 8 of 8) sorted by relevance

/external/lldb/examples/synthetic/
H A Dgnu_libstdcpp.py24 return self.value(self.next_node(node)) != self.node_address
68 if next_val == self.node_address:
76 while current.GetChildMemberWithName('_M_next').GetValueAsUnsigned(0) != self.node_address:
127 self.node_address = self.valobj.AddressOf().GetValueAsUnsigned(0)
H A Dlibcxx.py233 while slow.next.value != self.node_address:
260 if next_val == self.node_address:
268 while current.next.value != self.node_address:
318 self.node_address = self.valobj.AddressOf().GetValueAsUnsigned(0)
/external/chromium_org/net/disk_cache/blockfile/
H A Dentry_impl_v3.h43 bool CreateEntry(Addr node_address, const std::string& key, uint32 hash);
H A Dbackend_impl_v3.cc520 Addr node_address(0);
521 if (!block_files_.CreateBlock(RANKINGS, 1, &node_address)) {
532 if (!cache_entry->CreateEntry(node_address, key, hash)) {
534 block_files_.DeleteBlock(node_address, false);
1177 Addr node_address(0);
1178 if (!block_files_.CreateBlock(RANKINGS, 1, &node_address)) {
1189 if (!cache_entry->CreateEntry(node_address, key, hash)) {
1191 block_files_.DeleteBlock(node_address, false);
H A Dentry_impl.h69 bool CreateEntry(Addr node_address, const std::string& key, uint32 hash);
H A Dentry_impl_v3.cc261 bool EntryImplV3::CreateEntry(Addr node_address, const std::string& key, argument
268 if (!node_.LazyInit(backend_->File(node_address), node_address))
271 entry_store->rankings_node = node_address.value();
H A Dbackend_impl.cc557 Addr node_address(0);
558 if (!block_files_.CreateBlock(RANKINGS, 1, &node_address)) {
569 if (!cache_entry->CreateEntry(node_address, key, hash)) {
571 block_files_.DeleteBlock(node_address, false);
H A Dentry_impl.cc406 bool EntryImpl::CreateEntry(Addr node_address, const std::string& key, argument
413 if (!node_.LazyInit(backend_->File(node_address), node_address))
416 entry_store->rankings_node = node_address.value();

Completed in 829 milliseconds