Searched refs:callme (Results 1 – 6 of 6) sorted by relevance
/external/python/cpython2/Lib/idlelib/ |
D | ParenMatch.py | 158 def callme(callme, self=self, c=self.counter, function 163 self.editwin.text_frame.after(CHECK_DELAY, callme, callme) 164 self.editwin.text_frame.after(CHECK_DELAY, callme, callme)
|
/external/python/cpython3/Lib/idlelib/ |
D | parenmatch.py | 160 def callme(callme, self=self, c=self.counter, argument 165 self.editwin.text_frame.after(CHECK_DELAY, callme, callme) 166 self.editwin.text_frame.after(CHECK_DELAY, callme, callme)
|
/external/llvm/test/DebugInfo/X86/ |
D | prologue-stack.ll | 3 ; int callme(int); 5 ; callme(400); 15 %call = call i32 @callme(i32 400), !dbg !10 19 declare i32 @callme(i32)
|
/external/clang/test/Misc/ |
D | serialized-diags-really-long-text.cpp | 19 static type callme() { in callme() function 20 return type::callme(); in callme() 29 int e = MyTS<2>::callme(); in foo()
|
/external/elfutils/tests/ |
D | cleanup-13.c | 300 __attribute__((noinline)) static void callme () in callme() function 309 callme (); in doit()
|
/external/escapevelocity/ |
D | README.md | 371 Spaces are also ignored inside references, such as `$indexme[ $i ]` or `$callme( $i , $j )`.
|