Searched defs:call_function (Results 1 - 6 of 6) sorted by relevance

/external/python/cpython2/Lib/ctypes/test/
H A Dtest_random_things.py10 # _ctypes.call_function is deprecated and private, but used by
14 from _ctypes import call_function namespace
22 self.assertEqual(call_function(funcaddr, (None,)),
H A Dtest_loading.py98 # also has a high address. 'call_function' should accept
100 from _ctypes import call_function namespace
110 # This is the real test: call the function via 'call_function'
111 self.assertEqual(0, call_function(proc, (None,)))
/external/python/cpython2/Modules/_ctypes/
H A Dcallproc.c1486 call_function(PyObject *self, PyObject *args) function
1949 {"call_function", call_function, METH_VARARGS },
/external/python/cpython2/Python/
H A Dceval.c111 static PyObject * call_function(PyObject ***, int, uint64*, uint64*);
113 static PyObject * call_function(PyObject ***, int);
2987 x = call_function(&sp, oparg, &intr0, &intr1);
2989 x = call_function(&sp, oparg);
4311 call_function(PyObject ***pp_stack, int oparg function
/external/v8/src/x87/
H A Dcode-stubs-x87.cc1227 Label extra_checks_or_miss, call, call_function, call_count_incremented; local
1254 __ bind(&call_function);
1351 __ jmp(&call_function);
/external/valgrind/VEX/priv/
H A Dguest_s390_toIR.c254 call_function(IRExpr *callee_address) function
3596 call_function(get_gpr_dw0(r2));
3600 call_function(mkexpr(target));
3614 call_function(mkexpr(target));

Completed in 349 milliseconds