Home
last modified time | relevance | path

Searched refs:PyStructSequence_InitType (Results 1 – 19 of 19) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
Dstructseq.h24 PyAPI_FUNC(void) PyStructSequence_InitType(PyTypeObject *type,
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
Dstructseq.h24 PyAPI_FUNC(void) PyStructSequence_InitType(PyTypeObject *type,
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
Dpwdmodule.c192 PyStructSequence_InitType(&StructPwdType,
Dresource.c246 PyStructSequence_InitType(&StructRUsageType, in initresource()
D_lsprof.c879 PyStructSequence_InitType(&StatsEntryType, in init_lsprof()
881 PyStructSequence_InitType(&StatsSubEntryType, in init_lsprof()
Dtimemodule.c878 PyStructSequence_InitType(&StructTimeType, in inittime()
Dposixmodule.c9329 PyStructSequence_InitType(&StatResultType, &stat_result_desc); in INITFUNC()
9334 PyStructSequence_InitType(&StatVFSResultType, &statvfs_result_desc); in INITFUNC()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
Dsysmodule.c1473 PyStructSequence_InitType(&VersionInfoType, &version_info_desc); in _PySys_Init()
1481 PyStructSequence_InitType(&FlagsType, &flags_desc); in _PySys_Init()
1491 PyStructSequence_InitType(&WindowsVersionType, &windows_version_desc); in _PySys_Init()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
Dsysmodule.c1494 PyStructSequence_InitType(&VersionInfoType, &version_info_desc); in _PySys_Init()
1502 PyStructSequence_InitType(&FlagsType, &flags_desc); in _PySys_Init()
1512 PyStructSequence_InitType(&WindowsVersionType, &windows_version_desc); in _PySys_Init()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
Dstructseq.c476 PyStructSequence_InitType(PyTypeObject *type, PyStructSequence_Desc *desc) in PyStructSequence_InitType() function
Dfloatobject.c2187 PyStructSequence_InitType(&FloatInfoType, &floatinfo_desc); in _PyFloat_Init()
Dlongobject.c4379 PyStructSequence_InitType(&Long_InfoType, &long_info_desc); in _PyLong_Init()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
Dstructseq.c477 PyStructSequence_InitType(PyTypeObject *type, PyStructSequence_Desc *desc) in PyStructSequence_InitType() function
Dfloatobject.c2202 PyStructSequence_InitType(&FloatInfoType, &floatinfo_desc); in _PyFloat_Init()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
Dtimemodule.c883 PyStructSequence_InitType(&StructTimeType, in inittime()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Modules/
Dedk2module.c4205 PyStructSequence_InitType(&StatResultType, &stat_result_desc); in INITFUNC()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Objects/
Dlongobject.c4379 PyStructSequence_InitType(&Long_InfoType, &long_info_desc); in _PyLong_Init()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Objects/
Dlongobject.c4411 PyStructSequence_InitType(&Long_InfoType, &long_info_desc); in _PyLong_Init()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Efi/
Dedk2module.c7391 PyStructSequence_InitType(&StatResultType, &stat_result_desc); in INITFUNC()