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

  /prebuilts/gdb/darwin-x86/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/gdb/linux-x86/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/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,)))
  /bionic/linker/
linker.h 380 void call_function(const char* function_name, linker_function_t function);
linker.cpp     [all...]
  /external/v8/src/arm/
code-stubs-arm.cc 1927 Label extra_checks_or_miss, call, call_function; local
    [all...]
  /external/v8/src/arm64/
code-stubs-arm64.cc 2170 Label extra_checks_or_miss, call, call_function; local
    [all...]
  /external/v8/src/ia32/
code-stubs-ia32.cc 1585 Label extra_checks_or_miss, call, call_function; local
    [all...]
  /external/v8/src/mips/
code-stubs-mips.cc 2044 Label extra_checks_or_miss, call, call_function; local
    [all...]
  /external/v8/src/mips64/
code-stubs-mips64.cc 2095 Label extra_checks_or_miss, call, call_function; local
    [all...]
  /external/v8/src/ppc/
code-stubs-ppc.cc 2004 Label extra_checks_or_miss, call, call_function; local
    [all...]
  /external/v8/src/s390/
code-stubs-s390.cc 2006 Label extra_checks_or_miss, call, call_function; local
    [all...]
  /external/v8/src/x64/
code-stubs-x64.cc 1467 Label extra_checks_or_miss, call, call_function; local
    [all...]
  /external/v8/src/x87/
code-stubs-x87.cc 1294 Label extra_checks_or_miss, call, call_function; local
    [all...]
  /external/valgrind/VEX/priv/
guest_s390_toIR.c 254 call_function(IRExpr *callee_address) function
    [all...]

Completed in 2646 milliseconds