Home
last modified time | relevance | path

Searched refs:replace_it (Results 1 – 4 of 4) sorted by relevance

/external/python/cpython3/Lib/idlelib/idle_test/
Dtest_replace.py66 replace = self.dialog.replace_it
130 replace = self.dialog.replace_it
159 replace = self.dialog.replace_it
173 replace = self.dialog.replace_it
192 replace = self.dialog.replace_it
233 replace = self.dialog.replace_it
/external/perfetto/src/traced/probes/filesystem/
Dinode_file_data_source.cc369 auto replace_it = mount_point_mapping_.find(it->second); in AddRootsForBlockDevice() local
370 if (replace_it != mount_point_mapping_.end()) { in AddRootsForBlockDevice()
371 roots->insert(roots->end(), replace_it->second.cbegin(), in AddRootsForBlockDevice()
372 replace_it->second.cend()); in AddRootsForBlockDevice()
/external/python/cpython2/Lib/idlelib/
DReplaceDialog.py48 self.make_button("Replace", self.replace_it)
55 def replace_it(self, event=None): member in ReplaceDialog
/external/python/cpython3/Lib/idlelib/
Dreplace.py57 self.make_button("Replace", self.replace_it)
64 def replace_it(self, event=None): member in ReplaceDialog