Searched refs:child_name (Results 1 - 6 of 6) sorted by relevance

/external/protobuf/python/
H A Dstubout.py109 def Set(self, parent, child_name, new_child):
110 """Replace child_name's old definition with new_child, in the context
116 This method supports the case where child_name is a staticmethod or a
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/
H A Ddot.rb153 child_name = 'n%i' % @node_to_number_map[ tree ]
155 :parent => parent_name, :child => child_name,
/external/chromium/net/disk_cache/
H A Dsparse_control.cc133 std::string child_name = GenerateChildName(name_, signature_, child_id); local
134 backend_->SyncDoomEntry(child_name);
/external/chromium/chrome/browser/metrics/
H A Dmetrics_service.cc1581 const std::wstring& child_name = child_details->name();
1583 if (child_process_stats_buffer_.find(child_name) ==
1585 child_process_stats_buffer_[child_name] =
1589 ChildProcessStats& stats = child_process_stats_buffer_[child_name];
/external/chromium/chrome/browser/sync/syncable/
H A Dsyncable_unittest.cc993 std::string child_name = "child"; local
1004 MutableEntry child(&wt, CREATE, parent_folder.Get(ID), child_name);
1010 EXPECT_EQ(0, CountEntriesWithName(&wt, wt.root_id(), child_name));
1012 EXPECT_EQ(1, CountEntriesWithName(&wt, parent_folder.Get(ID), child_name));
1013 EXPECT_EQ(0, CountEntriesWithName(&wt, parent_folder2.Get(ID), child_name));
1016 EXPECT_EQ(0, CountEntriesWithName(&wt, parent_folder.Get(ID), child_name));
1017 EXPECT_EQ(1, CountEntriesWithName(&wt, parent_folder2.Get(ID), child_name));
/external/chromium/chrome/browser/sync/engine/
H A Dsyncer_unittest.cc1026 string child_name = "B"; local
1051 MutableEntry child(&wtrans, syncable::CREATE, parent2_id, child_name);
1097 string child_name = "B"; local
1126 MutableEntry child(&wtrans, syncable::CREATE, parent2_local_id, child_name);

Completed in 175 milliseconds