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

1 2

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
structseq.h 15 typedef struct PyStructSequence_Desc {
20 } PyStructSequence_Desc;
25 PyStructSequence_Desc *desc);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
structseq.h 15 typedef struct PyStructSequence_Desc {
20 } PyStructSequence_Desc;
25 PyStructSequence_Desc *desc);
  /external/python/cpython2/Include/
structseq.h 15 typedef struct PyStructSequence_Desc {
20 } PyStructSequence_Desc;
25 PyStructSequence_Desc *desc);
  /external/python/cpython3/Include/
structseq.h 15 typedef struct PyStructSequence_Desc {
20 } PyStructSequence_Desc;
26 PyStructSequence_Desc *desc);
28 PyStructSequence_Desc *desc);
30 PyAPI_FUNC(PyTypeObject*) PyStructSequence_NewType(PyStructSequence_Desc *desc);
  /external/python/cpython3/Objects/
structseq.c 332 PyStructSequence_InitType2(PyTypeObject *type, PyStructSequence_Desc *desc)
404 PyStructSequence_InitType(PyTypeObject *type, PyStructSequence_Desc *desc)
410 PyStructSequence_NewType(PyStructSequence_Desc *desc)
  /external/python/cpython2/Modules/
spwdmodule.c 48 static PyStructSequence_Desc struct_spwd_type_desc = {
grpmodule.c 24 static PyStructSequence_Desc struct_group_type_desc = {
pwdmodule.c 27 static PyStructSequence_Desc struct_pwd_type_desc = {
resource.c 51 static PyStructSequence_Desc struct_rusage_desc = {
_lsprof.c 521 static PyStructSequence_Desc profiler_entry_desc = {
528 static PyStructSequence_Desc profiler_subentry_desc = {
  /external/python/cpython3/Python/
thread.c 159 static PyStructSequence_Desc threadinfo_desc = {
sysmodule.c 846 static PyStructSequence_Desc asyncgen_hooks_desc = {
962 static PyStructSequence_Desc hash_info_desc = {
1059 static PyStructSequence_Desc windows_version_desc = {
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
pwdmodule.c 27 static PyStructSequence_Desc struct_pwd_type_desc = {
resource.c 51 static PyStructSequence_Desc struct_rusage_desc = {
_lsprof.c 521 static PyStructSequence_Desc profiler_entry_desc = {
528 static PyStructSequence_Desc profiler_subentry_desc = {
  /external/python/cpython3/Modules/
grpmodule.c 29 static PyStructSequence_Desc struct_group_type_desc = {
pwdmodule.c 32 static PyStructSequence_Desc struct_pwd_type_desc = {
spwdmodule.c 55 static PyStructSequence_Desc struct_spwd_type_desc = {
resource.c 62 static PyStructSequence_Desc struct_rusage_desc = {
_lsprof.c 518 static PyStructSequence_Desc profiler_entry_desc = {
525 static PyStructSequence_Desc profiler_subentry_desc = {
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
sysmodule.c 585 static PyStructSequence_Desc windows_version_desc = {
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
sysmodule.c 585 static PyStructSequence_Desc windows_version_desc = {
    [all...]
  /external/python/cpython2/Python/
sysmodule.c 585 static PyStructSequence_Desc windows_version_desc = {
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
structseq.c 477 PyStructSequence_InitType(PyTypeObject *type, PyStructSequence_Desc *desc)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
structseq.c 476 PyStructSequence_InitType(PyTypeObject *type, PyStructSequence_Desc *desc)

Completed in 1206 milliseconds

1 2