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

  /external/python/cpython2/Lib/idlelib/
GrepDialog.py 19 searchphrase = text.get("sel.first", "sel.last")
20 dialog.open(text, searchphrase, io)
34 def open(self, text, searchphrase, io=None):
35 SearchDialogBase.open(self, text, searchphrase)
SearchDialogBase.py 47 def open(self, text, searchphrase=None):
55 if searchphrase:
57 self.ent.insert("end",searchphrase)
  /external/python/cpython3/Lib/idlelib/
grep.py 20 searchphrase = text.get("sel.first", "sel.last")
21 dialog.open(text, searchphrase, io)
35 def open(self, text, searchphrase, io=None):
36 SearchDialogBase.open(self, text, searchphrase)
searchbase.py 48 def open(self, text, searchphrase=None):
56 if searchphrase:
58 self.ent.insert("end",searchphrase)
  /prebuilts/gdb/darwin-x86/lib/python2.7/idlelib/
GrepDialog.py 14 searchphrase = text.get("sel.first", "sel.last")
15 dialog.open(text, searchphrase, io)
29 def open(self, text, searchphrase, io=None):
30 SearchDialogBase.open(self, text, searchphrase)
SearchDialogBase.py 14 def open(self, text, searchphrase=None):
21 if searchphrase:
23 self.ent.insert("end",searchphrase)
  /prebuilts/gdb/linux-x86/lib/python2.7/idlelib/
GrepDialog.py 14 searchphrase = text.get("sel.first", "sel.last")
15 dialog.open(text, searchphrase, io)
29 def open(self, text, searchphrase, io=None):
30 SearchDialogBase.open(self, text, searchphrase)
SearchDialogBase.py 14 def open(self, text, searchphrase=None):
21 if searchphrase:
23 self.ent.insert("end",searchphrase)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
GrepDialog.py 14 searchphrase = text.get("sel.first", "sel.last")
15 dialog.open(text, searchphrase, io)
29 def open(self, text, searchphrase, io=None):
30 SearchDialogBase.open(self, text, searchphrase)
SearchDialogBase.py 14 def open(self, text, searchphrase=None):
21 if searchphrase:
23 self.ent.insert("end",searchphrase)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
GrepDialog.py 14 searchphrase = text.get("sel.first", "sel.last")
15 dialog.open(text, searchphrase, io)
29 def open(self, text, searchphrase, io=None):
30 SearchDialogBase.open(self, text, searchphrase)
SearchDialogBase.py 14 def open(self, text, searchphrase=None):
21 if searchphrase:
23 self.ent.insert("end",searchphrase)
  /external/python/cpython2/Lib/idlelib/idle_test/
test_searchdialogbase.py 55 self.dialog.open('text', searchphrase="hello")
  /external/python/cpython3/Lib/idlelib/idle_test/
test_searchbase.py 55 self.dialog.open('text', searchphrase="hello")

Completed in 628 milliseconds