HomeSort by relevance Sort by last modified time
    Searched refs:PyImport_Inittab (Results 1 - 13 of 13) sorted by null

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
import.h 52 PyAPI_DATA(struct _inittab *) PyImport_Inittab;
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
import.h 52 PyAPI_DATA(struct _inittab *) PyImport_Inittab;
  /external/python/cpython2/Include/
import.h 52 PyAPI_DATA(struct _inittab *) PyImport_Inittab;
  /external/python/cpython3/Include/
import.h 124 PyAPI_DATA(struct _inittab *) PyImport_Inittab;
  /external/python/cpython3/Python/
import.c 33 struct _inittab *PyImport_Inittab = _PyImport_Inittab;
1068 for (i = 0; PyImport_Inittab[i].name != NULL; i++) {
1069 if (_PyUnicode_EqualToASCIIString(name, PyImport_Inittab[i].name)) {
1070 if (PyImport_Inittab[i].initfunc == NULL)
    [all...]
sysmodule.c     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Python/
import.c 95 struct _inittab *PyImport_Inittab = _PyImport_Inittab;
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
import.c 95 struct _inittab *PyImport_Inittab = _PyImport_Inittab;
    [all...]
sysmodule.c 1001 for (i = 0; PyImport_Inittab[i].name != NULL; i++) {
1003 PyImport_Inittab[i].name);
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
import.c 95 struct _inittab *PyImport_Inittab = _PyImport_Inittab;
    [all...]
sysmodule.c 983 for (i = 0; PyImport_Inittab[i].name != NULL; i++) {
985 PyImport_Inittab[i].name);
    [all...]
  /external/python/cpython2/Python/
import.c 95 struct _inittab *PyImport_Inittab = _PyImport_Inittab;
    [all...]
sysmodule.c 1001 for (i = 0; PyImport_Inittab[i].name != NULL; i++) {
1003 PyImport_Inittab[i].name);
    [all...]

Completed in 520 milliseconds