Searched refs:PyStructSequence_InitType (Results 1 – 19 of 19) sorted by relevance
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/ |
D | structseq.h | 24 PyAPI_FUNC(void) PyStructSequence_InitType(PyTypeObject *type,
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/ |
D | structseq.h | 24 PyAPI_FUNC(void) PyStructSequence_InitType(PyTypeObject *type,
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/ |
D | pwdmodule.c | 192 PyStructSequence_InitType(&StructPwdType,
|
D | resource.c | 246 PyStructSequence_InitType(&StructRUsageType, in initresource()
|
D | _lsprof.c | 879 PyStructSequence_InitType(&StatsEntryType, in init_lsprof() 881 PyStructSequence_InitType(&StatsSubEntryType, in init_lsprof()
|
D | timemodule.c | 878 PyStructSequence_InitType(&StructTimeType, in inittime()
|
D | posixmodule.c | 9329 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/ |
D | sysmodule.c | 1473 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/ |
D | sysmodule.c | 1494 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/ |
D | structseq.c | 476 PyStructSequence_InitType(PyTypeObject *type, PyStructSequence_Desc *desc) in PyStructSequence_InitType() function
|
D | floatobject.c | 2187 PyStructSequence_InitType(&FloatInfoType, &floatinfo_desc); in _PyFloat_Init()
|
D | longobject.c | 4379 PyStructSequence_InitType(&Long_InfoType, &long_info_desc); in _PyLong_Init()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/ |
D | structseq.c | 477 PyStructSequence_InitType(PyTypeObject *type, PyStructSequence_Desc *desc) in PyStructSequence_InitType() function
|
D | floatobject.c | 2202 PyStructSequence_InitType(&FloatInfoType, &floatinfo_desc); in _PyFloat_Init()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/ |
D | timemodule.c | 883 PyStructSequence_InitType(&StructTimeType, in inittime()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Modules/ |
D | edk2module.c | 4205 PyStructSequence_InitType(&StatResultType, &stat_result_desc); in INITFUNC()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Objects/ |
D | longobject.c | 4379 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/ |
D | longobject.c | 4411 PyStructSequence_InitType(&Long_InfoType, &long_info_desc); in _PyLong_Init()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Efi/ |
D | edk2module.c | 7391 PyStructSequence_InitType(&StatResultType, &stat_result_desc); in INITFUNC()
|