/external/python/cpython2/Lib/idlelib/ |
ParenMatch.py | 158 def callme(callme, self=self, c=self.counter, function in function:ParenMatch.set_timeout_none 163 self.editwin.text_frame.after(CHECK_DELAY, callme, callme) 164 self.editwin.text_frame.after(CHECK_DELAY, callme, callme)
|
/prebuilts/gdb/darwin-x86/lib/python2.7/idlelib/ |
ParenMatch.py | 157 def callme(callme, self=self, c=self.counter, function in function:ParenMatch.set_timeout_none 162 self.editwin.text_frame.after(CHECK_DELAY, callme, callme) 163 self.editwin.text_frame.after(CHECK_DELAY, callme, callme)
|
/prebuilts/gdb/linux-x86/lib/python2.7/idlelib/ |
ParenMatch.py | 157 def callme(callme, self=self, c=self.counter, function in function:ParenMatch.set_timeout_none 162 self.editwin.text_frame.after(CHECK_DELAY, callme, callme) 163 self.editwin.text_frame.after(CHECK_DELAY, callme, callme)
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/ |
ParenMatch.py | 157 def callme(callme, self=self, c=self.counter, function in function:ParenMatch.set_timeout_none 162 self.editwin.text_frame.after(CHECK_DELAY, callme, callme) 163 self.editwin.text_frame.after(CHECK_DELAY, callme, callme)
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/ |
ParenMatch.py | 157 def callme(callme, self=self, c=self.counter, function in function:ParenMatch.set_timeout_none 162 self.editwin.text_frame.after(CHECK_DELAY, callme, callme) 163 self.editwin.text_frame.after(CHECK_DELAY, callme, callme)
|
/external/clang/test/Misc/ |
serialized-diags-really-long-text.cpp | 19 static type callme() { function in struct:MyTS 20 return type::callme(); 29 int e = MyTS<2>::callme();
|
/external/elfutils/tests/ |
cleanup-13.c | 300 __attribute__((noinline)) static void callme () function 309 callme ();
|