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/jmdns/src/javax/jmdns/impl/constants/
DDNSState.java64 probing, announcing, announced, canceling, canceled, closing, closed enumConstant
/external/webrtc/webrtc/libjingle/xmpp/
Dxmppengineimpl.cc413 bool closing = (engine->state_ != state_ && in ~EnterExit() local
/external/python/cpython3/Lib/
Dcontextlib.py163 class closing(AbstractContextManager): class
Dasyncore.py216 closing = False variable in dispatcher
/external/pdfium/core/fxge/win32/
Dcfx_psrenderer.cpp177 bool closing = pPathData->IsClosingFigure(i); in OutputPath() local
/external/python/cpython3/Lib/idlelib/
Dpyshell.py915 closing = False variable in PyShell
/external/python/cpython2/Lib/idlelib/
DPyShell.py937 closing = False variable in PyShell
/external/python/cpython3/Objects/
Dgenobject.c122 gen_send_ex(PyGenObject *gen, PyObject *arg, int exc, int closing) in gen_send_ex()
/external/libevent/
Devdns.c248 char closing; /* Are we trying to close this port, pending writes? */ member