HomeSort by relevance Sort by last modified time
    Searched defs:call_function (Results 1 - 5 of 5) sorted by null

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/test/
test_random_things.py 11 # _ctypes.call_function is deprecated and private, but used by
15 from _ctypes import call_function namespace
23 self.assertEqual(call_function(funcaddr, (None,)),
test_loading.py 91 # also has a high address. 'call_function' should accept
93 from _ctypes import call_function namespace
102 # This is the real test: call the function via 'call_function'
103 self.assertEqual(0, call_function(proc, (None,)))
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/test/
test_random_things.py 11 # _ctypes.call_function is deprecated and private, but used by
15 from _ctypes import call_function namespace
23 self.assertEqual(call_function(funcaddr, (None,)),
test_loading.py 91 # also has a high address. 'call_function' should accept
93 from _ctypes import call_function namespace
102 # This is the real test: call the function via 'call_function'
103 self.assertEqual(0, call_function(proc, (None,)))
  /external/valgrind/main/VEX/priv/
guest_s390_toIR.c 259 call_function(IRExpr *callee_address) function
    [all...]

Completed in 407 milliseconds