Home
last modified time | relevance | path

Searched defs:closing (Results 1 – 11 of 11) sorted by relevance

/external/python/cpython2/Lib/
Dcontextlib.py132 class closing(object): class
Dasyncore.py229 closing = False variable in dispatcher
/external/tensorflow/tensorflow/lite/toco/
Dargs.cc33 unsigned char closing = *symbol != 0 ? *symbol : opening; in ClosingSymbolLookup() local
/external/python/cpython3/Lib/
Dasyncore.py216 closing = False variable in dispatcher
Dcontextlib.py281 class closing(AbstractContextManager): class
/external/pdfium/core/fxge/win32/
Dcfx_psrenderer.cpp119 bool closing = pPathData->IsClosingFigure(i); in OutputPath() local
/external/python/cpython3/Lib/idlelib/
Dpyshell.py936 closing = False variable in PyShell
/external/python/cpython2/Lib/idlelib/
DPyShell.py937 closing = False variable in PyShell
/external/python/cpython3/Modules/
D_xxsubinterpretersmodule.c716 struct _channel_closing *closing; member
1241 struct _channel_closing *closing = chan->closing; in _channel_finish_closing() local
/external/python/cpython3/Objects/
Dgenobject.c140 gen_send_ex(PyGenObject *gen, PyObject *arg, int exc, int closing) in gen_send_ex()
/external/libevent/
Devdns.c249 char closing; /* Are we trying to close this port, pending writes? */ member