Home
last modified time | relevance | path

Searched refs:callme (Results 1 – 6 of 6) sorted by relevance

/external/python/cpython2/Lib/idlelib/
DParenMatch.py158 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/
Dparenmatch.py160 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/
Dprologue-stack.ll3 ; int callme(int);
5 ; callme(400);
15 %call = call i32 @callme(i32 400), !dbg !10
19 declare i32 @callme(i32)
/external/clang/test/Misc/
Dserialized-diags-really-long-text.cpp19 static type callme() { in callme() function
20 return type::callme(); in callme()
29 int e = MyTS<2>::callme(); in foo()
/external/elfutils/tests/
Dcleanup-13.c300 __attribute__((noinline)) static void callme () in callme() function
309 callme (); in doit()
/external/escapevelocity/
DREADME.md371 Spaces are also ignored inside references, such as `$indexme[ $i ]` or `$callme( $i , $j )`.