Home
last modified time | relevance | path

Searched refs:LogReaderType (Results 1 – 1 of 1) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
D_hotshot.c1306 static PyTypeObject LogReaderType = { variable
1352 self = PyObject_New(LogReaderObject, &LogReaderType); in hotshot_logreader()
1612 Py_TYPE(&LogReaderType) = &PyType_Type; in init_hotshot()
1620 Py_INCREF(&LogReaderType); in init_hotshot()
1622 (PyObject *)&LogReaderType); in init_hotshot()