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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
_lsprof.c 537 static PyTypeObject StatsSubEntryType;
553 sinfo = PyObject_CallFunction((PyObject*) &StatsSubEntryType,
881 PyStructSequence_InitType(&StatsSubEntryType,
885 Py_INCREF((PyObject*) &StatsSubEntryType);
889 (PyObject*) &StatsSubEntryType);
  /external/python/cpython2/Modules/
_lsprof.c 537 static PyTypeObject StatsSubEntryType;
553 sinfo = PyObject_CallFunction((PyObject*) &StatsSubEntryType,
881 PyStructSequence_InitType(&StatsSubEntryType,
885 Py_INCREF((PyObject*) &StatsSubEntryType);
889 (PyObject*) &StatsSubEntryType);
  /external/python/cpython3/Modules/
_lsprof.c 534 static PyTypeObject StatsSubEntryType;
550 sinfo = PyObject_CallFunction((PyObject*) &StatsSubEntryType,
878 if (PyStructSequence_InitType2(&StatsSubEntryType,
883 Py_INCREF((PyObject*) &StatsSubEntryType);
887 (PyObject*) &StatsSubEntryType);

Completed in 65 milliseconds