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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
timemodule.c 245 static PyTypeObject StructTimeType;
250 PyObject *v = PyStructSequence_New(&StructTimeType);
883 PyStructSequence_InitType(&StructTimeType,
886 Py_INCREF(&StructTimeType);
887 PyModule_AddObject(m, "struct_time", (PyObject*) &StructTimeType);
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
timemodule.c 245 static PyTypeObject StructTimeType;
250 PyObject *v = PyStructSequence_New(&StructTimeType);
878 PyStructSequence_InitType(&StructTimeType,
881 Py_INCREF(&StructTimeType);
882 PyModule_AddObject(m, "struct_time", (PyObject*) &StructTimeType);
    [all...]
  /external/python/cpython2/Modules/
timemodule.c 245 static PyTypeObject StructTimeType;
250 PyObject *v = PyStructSequence_New(&StructTimeType);
981 PyStructSequence_InitType(&StructTimeType,
984 Py_INCREF(&StructTimeType);
985 PyModule_AddObject(m, "struct_time", (PyObject*) &StructTimeType);
    [all...]
  /external/python/cpython3/Modules/
timemodule.c 411 static PyTypeObject StructTimeType;
421 PyObject *v = PyStructSequence_New(&StructTimeType);
582 if (Py_TYPE(args) == &StructTimeType) {
    [all...]

Completed in 2595 milliseconds