HomeSort by relevance Sort by last modified time
    Searched refs:PyObject_CallFunctionObjArgs (Results 1 - 25 of 135) sorted by null

1 2 3 4 5 6

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/_sqlite/
microprotocols.c 92 PyObject *adapted = PyObject_CallFunctionObjArgs(adapter, obj, NULL);
  /external/python/cpython2/Modules/_sqlite/
microprotocols.c 92 PyObject *adapted = PyObject_CallFunctionObjArgs(adapter, obj, NULL);
  /external/python/cpython3/Modules/_sqlite/
microprotocols.c 92 PyObject *adapted = PyObject_CallFunctionObjArgs(adapter, obj, NULL);
connection.c 304 cursor = PyObject_CallFunctionObjArgs(factory, (PyObject *)self, NULL);
971 ret = PyObject_CallFunctionObjArgs((PyObject*)user_arg, py_statement, NULL);
    [all...]
  /external/python/cpython2/Modules/_multiprocessing/
connection.h 269 pickled_string = PyObject_CallFunctionObjArgs(pickle_dumps, obj,
326 result = PyObject_CallFunctionObjArgs(pickle_loads,
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
_json.c 379 return PyObject_CallFunctionObjArgs(joinfn, lst, NULL);
949 val = PyObject_CallFunctionObjArgs(s->pairs_hook, pairs, NULL);
957 rval = PyObject_CallFunctionObjArgs((PyObject *)(&PyDict_Type),
    [all...]
itertoolsmodule.c 106 newkey = PyObject_CallFunctionObjArgs(gbo->keyfunc,
246 newkey = PyObject_CallFunctionObjArgs(gbo->keyfunc,
918 good = PyObject_CallFunctionObjArgs(lz->func, item, NULL);
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
_json.c 379 return PyObject_CallFunctionObjArgs(joinfn, lst, NULL);
    [all...]
itertoolsmodule.c 106 newkey = PyObject_CallFunctionObjArgs(gbo->keyfunc,
246 newkey = PyObject_CallFunctionObjArgs(gbo->keyfunc,
899 good = PyObject_CallFunctionObjArgs(lz->func, item, NULL);
1039 good = PyObject_CallFunctionObjArgs(lz->func, item, NULL);
    [all...]
  /external/python/cpython2/Modules/
_json.c 406 return PyObject_CallFunctionObjArgs(joinfn, lst, NULL);
979 val = PyObject_CallFunctionObjArgs(s->pairs_hook, pairs, NULL);
987 rval = PyObject_CallFunctionObjArgs((PyObject *)(&PyDict_Type),
    [all...]
itertoolsmodule.c 104 newkey = PyObject_CallFunctionObjArgs(gbo->keyfunc,
244 newkey = PyObject_CallFunctionObjArgs(gbo->keyfunc,
915 good = PyObject_CallFunctionObjArgs(lz->func, item, NULL);
1057 good = PyObject_CallFunctionObjArgs(lz->func, item, NULL);
    [all...]
  /external/python/cpython3/Modules/_ctypes/
callbacks.c 184 CDataObject *obj = (CDataObject *)PyObject_CallFunctionObjArgs(cnv, NULL);
469 result = PyObject_CallFunctionObjArgs(func,
callproc.c 918 v = PyObject_CallFunctionObjArgs(checker, retval, NULL);
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
enumobject.c 252 PyObject *res = PyObject_CallFunctionObjArgs(reversed_meth, NULL);
abstract.c 120 ro = PyObject_CallFunctionObjArgs(hintmeth, NULL);
760 result = PyObject_CallFunctionObjArgs(bound_method,
812 result = PyObject_CallFunctionObjArgs(format_method,
838 result = PyObject_CallFunctionObjArgs(method, format_spec, NULL);
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
enumobject.c 252 PyObject *res = PyObject_CallFunctionObjArgs(reversed_meth, NULL);
abstract.c 120 ro = PyObject_CallFunctionObjArgs(hintmeth, NULL);
760 result = PyObject_CallFunctionObjArgs(bound_method,
812 result = PyObject_CallFunctionObjArgs(format_method,
838 result = PyObject_CallFunctionObjArgs(method, format_spec, NULL);
    [all...]
  /external/python/cpython2/Objects/
enumobject.c 252 PyObject *res = PyObject_CallFunctionObjArgs(reversed_meth, NULL);
abstract.c 120 ro = PyObject_CallFunctionObjArgs(hintmeth, NULL);
760 result = PyObject_CallFunctionObjArgs(bound_method,
812 result = PyObject_CallFunctionObjArgs(format_method,
838 result = PyObject_CallFunctionObjArgs(method, format_spec, NULL);
    [all...]
  /external/python/cpython3/Modules/
_asynciomodule.c 724 return PyObject_CallFunctionObjArgs(
    [all...]
_json.c 816 val = PyObject_CallFunctionObjArgs(s->object_pairs_hook, rval, NULL);
823 val = PyObject_CallFunctionObjArgs(s->object_hook, rval, NULL);
929 rval = PyObject_CallFunctionObjArgs(s->parse_constant, cstr, NULL);
    [all...]
  /external/python/cpython2/Modules/_ctypes/
callbacks.c 265 CDataObject *obj = (CDataObject *)PyObject_CallFunctionObjArgs(cnv, NULL);
549 result = PyObject_CallFunctionObjArgs(func,
callproc.c 950 v = PyObject_CallFunctionObjArgs(checker, retval, NULL);
    [all...]
  /external/python/cpython3/Modules/cjkcodecs/
cjkcodecs.h 292 r = PyObject_CallFunctionObjArgs(cofunc, codecobj, NULL);
  /external/python/cpython3/Objects/
enumobject.c 261 PyObject *res = PyObject_CallFunctionObjArgs(reversed_meth, NULL);

Completed in 570 milliseconds

1 2 3 4 5 6