Lines Matching refs:word
107 def complete(self, text, word): argument
134 def complete(self, text, word): argument
152 def _sel4_break_complete_helper(text, word): argument
158 return list(thread for thread in threads if thread.startswith(word))
211 def complete(self, text, word): argument
212 return _sel4_break_complete_helper(text, word)
231 def complete(self, text, word): argument
232 return _sel4_break_complete_helper(text, word)
250 def complete(self, text, word): argument
256 return list(thread for thread in threads if thread.startswith(word))
267 if address == '<any>' or not address.startswith(word):
307 def complete(self, text, word): argument
328 def complete(self, text, word): argument