HomeSort by relevance Sort by last modified time
    Searched defs:callargs (Results 1 - 8 of 8) sorted by null

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
_hotshot.c 1066 PyObject *callargs = NULL; local
1071 &callable, &callargs, &callkw)) {
1074 result = PyEval_CallObjectWithKeywords(callable, callargs, callkw);
    [all...]
  /external/python/cpython2/Modules/
_hotshot.c 1070 PyObject *callargs = NULL; local
1075 &callable, &callargs, &callkw)) {
1078 result = PyEval_CallObjectWithKeywords(callable, callargs, callkw);
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
ceval.c 4032 PyObject *callargs; local
4181 PyObject *callargs, *w; local
4220 PyObject *callargs = NULL; local
4264 PyObject *callargs = NULL; local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
ceval.c 4010 PyObject *callargs; local
4159 PyObject *callargs, *w; local
4198 PyObject *callargs = NULL; local
4242 PyObject *callargs = NULL; local
    [all...]
  /external/python/cpython2/Modules/_ctypes/
_ctypes.c 3753 PyObject *callargs; local
3988 PyObject *callargs; local
    [all...]
  /external/python/cpython2/Python/
ceval.c 4369 PyObject *callargs; local
4517 PyObject *callargs, *w; local
4556 PyObject *callargs = NULL; local
4600 PyObject *callargs = NULL; local
    [all...]
  /external/python/cpython3/Modules/_ctypes/
_ctypes.c 3651 PyObject *callargs; local
3881 PyObject *callargs; local
    [all...]
  /external/python/cpython3/Python/
ceval.c 3151 PyObject *func, *callargs, *kwargs = NULL, *result; local
    [all...]

Completed in 479 milliseconds