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

1 2

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
structseq.h 27 PyAPI_FUNC(PyObject *) PyStructSequence_New(PyTypeObject* type);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
structseq.h 27 PyAPI_FUNC(PyObject *) PyStructSequence_New(PyTypeObject* type);
  /external/python/cpython2/Include/
structseq.h 27 PyAPI_FUNC(PyObject *) PyStructSequence_New(PyTypeObject* type);
  /prebuilts/gdb/darwin-x86/include/python2.7/
structseq.h 27 PyAPI_FUNC(PyObject *) PyStructSequence_New(PyTypeObject* type);
  /prebuilts/gdb/linux-x86/include/python2.7/
structseq.h 27 PyAPI_FUNC(PyObject *) PyStructSequence_New(PyTypeObject* type);
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
structseq.h 27 PyAPI_FUNC(PyObject *) PyStructSequence_New(PyTypeObject* type);
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
structseq.h 27 PyAPI_FUNC(PyObject *) PyStructSequence_New(PyTypeObject* type);
  /external/python/cpython2/Modules/
spwdmodule.c 73 PyObject *v = PyStructSequence_New(&StructSpwdType);
grpmodule.c 39 PyObject *v = PyStructSequence_New(&StructGrpType), *w;
pwdmodule.c 63 PyObject *v = PyStructSequence_New(&StructPwdType);
resource.c 81 result = PyStructSequence_New(&StructRUsageType);
timemodule.c 250 PyObject *v = PyStructSequence_New(&StructTimeType);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
pwdmodule.c 63 PyObject *v = PyStructSequence_New(&StructPwdType);
resource.c 81 result = PyStructSequence_New(&StructRUsageType);
timemodule.c 250 PyObject *v = PyStructSequence_New(&StructTimeType);
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
structseq.c 30 PyStructSequence_New(PyTypeObject *type)
202 res = (PyStructSequence*) PyStructSequence_New(type);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
structseq.c 30 PyStructSequence_New(PyTypeObject *type)
202 res = (PyStructSequence*) PyStructSequence_New(type);
  /external/python/cpython2/Objects/
structseq.c 30 PyStructSequence_New(PyTypeObject *type)
202 res = (PyStructSequence*) PyStructSequence_New(type);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
sysmodule.c 604 version = PyStructSequence_New(&WindowsVersionType);
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
sysmodule.c 604 version = PyStructSequence_New(&WindowsVersionType);
    [all...]
  /external/python/cpython2/Python/
sysmodule.c 604 version = PyStructSequence_New(&WindowsVersionType);
    [all...]
  /external/python/cpython2/RISCOS/Modules/
riscosmodule.c 200 v = PyStructSequence_New(&StatResultType);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
timemodule.c 250 PyObject *v = PyStructSequence_New(&StructTimeType);
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Modules/
edk2module.c 495 PyObject *v = PyStructSequence_New(&StatResultType);
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Efi/
edk2module.c 494 PyObject *v = PyStructSequence_New(&StatResultType);
    [all...]

Completed in 3096 milliseconds

1 2