HomeSort by relevance Sort by last modified time
    Searched refs:PyArg_ParseTupleAndKeywords (Results 126 - 150 of 255) sorted by null

1 2 3 4 56 7 8 91011

  /external/python/cpython2/Objects/
funcobject.c 375 if (!PyArg_ParseTupleAndKeywords(args, kw, "O!O!|OOO:function",
memoryobject.c 105 if (!PyArg_ParseTupleAndKeywords(args, kwds, "O:memoryview", kwlist,
fileobject.c     [all...]
  /external/python/cpython3/Objects/stringlib/
transmogrify.h 30 if (!PyArg_ParseTupleAndKeywords(args, kwds, "|i:expandtabs",
  /external/python/cpython3/Objects/
weakrefobject.c 134 if (PyArg_ParseTupleAndKeywords(args, kw, ":__call__", kwlist)) {
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
binascii.c     [all...]
sha512module.c 684 if (!PyArg_ParseTupleAndKeywords(args, kwdict, "|s*:new", kwlist,
719 if (!PyArg_ParseTupleAndKeywords(args, kwdict, "|s*:new", kwlist,
_struct.c     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
getargs.c 16 int PyArg_ParseTupleAndKeywords(PyObject *, PyObject *,
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
binascii.c     [all...]
sha512module.c 684 if (!PyArg_ParseTupleAndKeywords(args, kwdict, "|s*:new", kwlist,
719 if (!PyArg_ParseTupleAndKeywords(args, kwdict, "|s*:new", kwlist,
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
getargs.c 16 int PyArg_ParseTupleAndKeywords(PyObject *, PyObject *,
    [all...]
  /external/python/cpython2/Mac/Modules/mlte/
_Mltemodule.c     [all...]
  /external/python/cpython2/Modules/
binascii.c     [all...]
mmapmodule.c 1093 if (!PyArg_ParseTupleAndKeywords(args, kwdict, "in|iii" _Py_PARSE_OFF_T, keywords,
    [all...]
sha512module.c 684 if (!PyArg_ParseTupleAndKeywords(args, kwdict, "|s*:new", kwlist,
719 if (!PyArg_ParseTupleAndKeywords(args, kwdict, "|s*:new", kwlist,
  /external/python/cpython2/Python/
getargs.c 16 int PyArg_ParseTupleAndKeywords(PyObject *, PyObject *,
    [all...]
  /external/python/cpython2/Mac/Modules/file/
_Filemodule.c 458 if (!PyArg_ParseTupleAndKeywords(_args, _kwds, "|HhllO&O&O&O&O&llllllb", kw, &((FSCatalogInfoObject *)_self)->ob_itself.nodeFlags,
660 if (PyArg_ParseTupleAndKeywords(_args, _kwds, "|O&", kw, FInfo_Convert, &itself))
991 if (!PyArg_ParseTupleAndKeywords(_args, _kwds, "|O&s#", kw, Alias_Convert, &itself, &rawdata, &rawdatalen))
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/_io/
textio.c 207 if (!PyArg_ParseTupleAndKeywords(args, kwds, "Oi|O:IncrementalNewlineDecoder",
479 if (!PyArg_ParseTupleAndKeywords(args, kwds, "O|i:IncrementalNewlineDecoder",
840 if (!PyArg_ParseTupleAndKeywords(args, kwds, "O|zzzi:fileio",
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
fileobject.c     [all...]
bytearrayobject.c 769 if (!PyArg_ParseTupleAndKeywords(args, kwds, "|Oss:bytearray", kwlist,
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/_io/
textio.c 207 if (!PyArg_ParseTupleAndKeywords(args, kwds, "Oi|O:IncrementalNewlineDecoder",
470 if (!PyArg_ParseTupleAndKeywords(args, kwds, "O|i:IncrementalNewlineDecoder",
824 if (!PyArg_ParseTupleAndKeywords(args, kwds, "O|zzzi:fileio",
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
fileobject.c     [all...]
  /external/python/cpython2/Modules/_io/
textio.c 207 if (!PyArg_ParseTupleAndKeywords(args, kwds, "Oi|O:IncrementalNewlineDecoder",
479 if (!PyArg_ParseTupleAndKeywords(args, kwds, "O|i:IncrementalNewlineDecoder",
842 if (!PyArg_ParseTupleAndKeywords(args, kwds, "O|zzzi:fileio",
    [all...]
  /external/python/cpython3/Modules/
_testbuffer.c     [all...]

Completed in 1900 milliseconds

1 2 3 4 56 7 8 91011