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 374 void call_function(const char* function_name, linker_function_t function);
linker.cpp     [all...]
  /external/v8/src/arm/
code-stubs-arm.cc 2470 Label extra_checks_or_miss, call, call_function; local
    [all...]
  /external/v8/src/arm64/
code-stubs-arm64.cc 2874 Label extra_checks_or_miss, call, call_function; local
    [all...]
  /external/v8/src/ia32/
code-stubs-ia32.cc 2114 Label extra_checks_or_miss, call, call_function; local
    [all...]
  /external/v8/src/mips/
code-stubs-mips.cc 2607 Label extra_checks_or_miss, call, call_function; local
    [all...]
  /external/v8/src/mips64/
code-stubs-mips64.cc 2684 Label extra_checks_or_miss, call, call_function; local
    [all...]
  /external/v8/src/ppc/
code-stubs-ppc.cc 2622 Label extra_checks_or_miss, call, call_function; local
    [all...]
  /external/v8/src/x64/
code-stubs-x64.cc 1967 Label extra_checks_or_miss, call, call_function; local
    [all...]
  /external/v8/src/x87/
code-stubs-x87.cc 1821 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...]
  /external/v8/src/crankshaft/
hydrogen.cc 9786 HCallFunction* call_function = New<HCallFunction>( local
    [all...]

Completed in 1008 milliseconds