Searched refs:child_name (Results 1 – 6 of 6) sorted by relevance
/external/protobuf/python/ |
D | stubout.py | 109 def Set(self, parent, child_name, new_child): argument 119 old_child = getattr(parent, child_name) 121 old_attribute = parent.__dict__.get(child_name) 125 self.cache.append((parent, old_child, child_name)) 126 setattr(parent, child_name, new_child) 138 for (parent, old_child, child_name) in self.cache: 139 setattr(parent, child_name, old_child)
|
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/ |
D | dot.rb | 153 child_name = 'n%i' % @node_to_number_map[ tree ] 155 :parent => parent_name, :child => child_name,
|
/external/chromium/chrome/browser/metrics/ |
D | metrics_service.cc | 1581 const std::wstring& child_name = child_details->name(); in LogChildProcessChange() local 1583 if (child_process_stats_buffer_.find(child_name) == in LogChildProcessChange() 1585 child_process_stats_buffer_[child_name] = in LogChildProcessChange() 1589 ChildProcessStats& stats = child_process_stats_buffer_[child_name]; in LogChildProcessChange()
|
/external/chromium/chrome/browser/sync/syncable/ |
D | syncable_unittest.cc | 993 std::string child_name = "child"; in TEST_F() local 1004 MutableEntry child(&wt, CREATE, parent_folder.Get(ID), child_name); in TEST_F() 1010 EXPECT_EQ(0, CountEntriesWithName(&wt, wt.root_id(), child_name)); in TEST_F() 1012 EXPECT_EQ(1, CountEntriesWithName(&wt, parent_folder.Get(ID), child_name)); in TEST_F() 1013 EXPECT_EQ(0, CountEntriesWithName(&wt, parent_folder2.Get(ID), child_name)); in TEST_F() 1016 EXPECT_EQ(0, CountEntriesWithName(&wt, parent_folder.Get(ID), child_name)); in TEST_F() 1017 EXPECT_EQ(1, CountEntriesWithName(&wt, parent_folder2.Get(ID), child_name)); in TEST_F()
|
/external/chromium/net/disk_cache/ |
D | sparse_control.cc | 133 std::string child_name = GenerateChildName(name_, signature_, child_id); in DeleteChildren() local 134 backend_->SyncDoomEntry(child_name); in DeleteChildren()
|
/external/chromium/chrome/browser/sync/engine/ |
D | syncer_unittest.cc | 1026 string child_name = "B"; in TEST_F() local 1051 MutableEntry child(&wtrans, syncable::CREATE, parent2_id, child_name); in TEST_F() 1097 string child_name = "B"; in TEST_F() local 1126 MutableEntry child(&wtrans, syncable::CREATE, parent2_local_id, child_name); in TEST_F()
|