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

  /external/lldb/test/expression_command/call-function/
TestCallStdStringFunction.py 26 self.call_function()
35 self.call_function()
37 def call_function(self): member in class:ExprCommandCallFunctionTestCase
  /external/lldb/test/expression_command/timeout/
TestCallWithTimeout.py 27 self.call_function()
33 self.call_function()
35 def call_function(self): member in class:ExprCommandWithTimeoutsTestCase
  /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/lldb/test/expression_command/call-throws/
TestCallThatThrows.py 27 self.call_function()
34 self.call_function()
42 def call_function(self): member in class:ExprCommandWithThrowTestCase
  /external/lldb/test/expression_command/call-restarts/
TestCallThatRestarts.py 27 self.call_function()
34 self.call_function()
46 def call_function(self): member in class:ExprCommandWithTimeoutsTestCase
  /external/valgrind/main/VEX/priv/
guest_s390_toIR.c 263 call_function(IRExpr *callee_address) function
    [all...]

Completed in 552 milliseconds