HomeSort by relevance Sort by last modified time
    Searched full:callfunc (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/ppapi/generators/
idl_option.py 19 def __init__(self, name, desc, default = None, callfunc = None,
29 self.callfunc = callfunc
42 if self.callfunc:
43 self.callfunc(self)
72 Option('h', 'Help', callfunc=DumpHelp)
73 Option('help', 'Help', callfunc=DumpHelp)
  /external/clang/test/CodeGen/
tentative-decls.c 37 int callfunc() { return func(); } function
  /external/llvm/examples/ParallelJIT/
ParallelJIT.cpp 224 void* callFunc( void* param )
260 int result = pthread_create( &add1Thread, NULL, callFunc, &add1 );
267 result = pthread_create( &fibThread1, NULL, callFunc, &fib1 );
274 result = pthread_create( &fibThread2, NULL, callFunc, &fib2 );
  /frameworks/base/core/jni/
com_android_internal_content_NativeLibraryHelper.cpp 271 iterFunc callFunc, void* callArg) {
349 install_status_t ret = callFunc(env, callArg, &zipFile, entry, lastSlash + 1);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/compiler/
ast.py 281 class CallFunc(Node):
308 return "CallFunc(%s, %s, %s, %s)" % (repr(self.node), repr(self.args), repr(self.star_args), repr(self.dstar_args))
    [all...]
transformer.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/compiler/
ast.py 281 class CallFunc(Node):
308 return "CallFunc(%s, %s, %s, %s)" % (repr(self.node), repr(self.args), repr(self.star_args), repr(self.dstar_args))
    [all...]
transformer.py     [all...]

Completed in 148 milliseconds