Home
last modified time | relevance | path

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

/external/syzkaller/syz-ci/
Dmanagercmd.go25 closing chan bool member
/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/webrtc/webrtc/libjingle/xmpp/
Dxmppengineimpl.cc413 bool closing = (engine->state_ != state_ && in ~EnterExit() local
/external/python/cpython3/Lib/
Dasyncore.py216 closing = False variable in dispatcher
Dcontextlib.py276 class closing(AbstractContextManager): class
/external/pdfium/core/fxge/win32/
Dcfx_psrenderer.cpp177 bool closing = pPathData->IsClosingFigure(i); in OutputPath() local
/external/python/cpython3/Lib/idlelib/
Dpyshell.py938 closing = False variable in PyShell
/external/python/cpython2/Lib/idlelib/
DPyShell.py937 closing = False variable in PyShell
/external/python/cpython3/Objects/
Dgenobject.c152 gen_send_ex(PyGenObject *gen, PyObject *arg, int exc, int closing) in gen_send_ex()
/external/syzkaller/vendor/google.golang.org/grpc/transport/
Dtransport.go425 closing const
/external/libevent/
Devdns.c248 char closing; /* Are we trying to close this port, pending writes? */ member