Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/hotshot/
Dlog.py10 WHAT_DEFINE_FILE, \
118 if what == WHAT_DEFINE_FILE:
/external/python/cpython2/Modules/
D_hotshot.c257 #define WHAT_DEFINE_FILE 0x23 macro
439 case WHAT_DEFINE_FILE: in logreader_tp_iternext()
668 self->buffer[self->index] = WHAT_DEFINE_FILE; in pack_define_file()
1643 PyModule_AddIntConstant(module, "WHAT_DEFINE_FILE", WHAT_DEFINE_FILE); in init_hotshot()