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

  /external/python/cpython2/Lib/ctypes/test/
test_random_things.py 10 # _ctypes.call_function is deprecated and private, but used by
14 from _ctypes import call_function
22 self.assertEqual(call_function(funcaddr, (None,)),
test_loading.py 98 # also has a high address. 'call_function' should accept
100 from _ctypes import call_function
110 # This is the real test: call the function via 'call_function'
111 self.assertEqual(0, call_function(proc, (None,)))
  /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
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
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
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
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
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
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
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
102 # This is the real test: call the function via 'call_function'
103 self.assertEqual(0, call_function(proc, (None,)))
  /bionic/linker/
linker_soinfo.cpp 334 static void call_function(const char* function_name __unused, function
346 static void call_function(const char* function_name __unused, function
376 call_function("function", functions[i], realpath);
419 call_function("DT_INIT", init_func_, get_realpath());
438 call_function("DT_FINI", fini_func_, get_realpath());
  /external/v8/src/interpreter/
interpreter-assembler.cc 578 Label call_function(this), extra_checks(this, Label::kDeferred), call(this),
590 Branch(is_smi, &extra_checks, &call_function);
592 Bind(&call_function);
679 Goto(&call_function);
689 Goto(&call_function);
    [all...]
  /external/v8/src/
code-stubs.cc     [all...]
  /external/python/cpython2/Modules/_ctypes/
callproc.c 1486 call_function(PyObject *self, PyObject *args) function
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
ceval.c 111 static PyObject * call_function(PyObject ***, int, uint64*, uint64*);
113 static PyObject * call_function(PyObject ***, int);
748 opcode, but not in all cases. For example, a CALL_FUNCTION opcode
762 CALL_FUNCTION (and friends)
3994 call_function(PyObject ***pp_stack, int oparg function
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
ceval.c 109 static PyObject * call_function(PyObject ***, int, uint64*, uint64*);
111 static PyObject * call_function(PyObject ***, int);
746 opcode, but not in all cases. For example, a CALL_FUNCTION opcode
760 CALL_FUNCTION (and friends)
3972 call_function(PyObject ***pp_stack, int oparg function
    [all...]
  /external/python/cpython2/Python/
ceval.c 111 static PyObject * call_function(PyObject ***, int, uint64*, uint64*);
113 static PyObject * call_function(PyObject ***, int);
842 opcode, but not in all cases. For example, a CALL_FUNCTION opcode
856 CALL_FUNCTION (and friends)
4311 call_function(PyObject ***pp_stack, int oparg function
    [all...]
  /external/v8/src/x87/
code-stubs-x87.cc 1227 Label extra_checks_or_miss, call, call_function, call_count_incremented; local
    [all...]
  /external/valgrind/VEX/priv/
guest_s390_toIR.c 254 call_function(IRExpr *callee_address) function
    [all...]

Completed in 276 milliseconds