Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/_multiprocessing/
Dconnection.h18 #define WRITABLE 2 macro
27 if (!(self->flags & WRITABLE)) { \
72 self->flags |= WRITABLE; in connection_new()
166 if ((self->flags & WRITABLE) == 0) { in connection_recvbytes()
172 self->flags = WRITABLE; in connection_recvbytes()
220 if ((self->flags & WRITABLE) == 0) { in connection_recvbytes_into()
226 self->flags = WRITABLE; in connection_recvbytes_into()
306 if ((self->flags & WRITABLE) == 0) { in connection_recv_obj()
312 self->flags = WRITABLE; in connection_recv_obj()
427 return PyBool_FromLong((long)(self->flags & WRITABLE)); in connection_writable()
/external/libchrome/mojo/public/java/system/src/org/chromium/mojo/system/
DCore.java42 public static final HandleSignals WRITABLE = field in Core.HandleSignals
/external/python/cpython2/Doc/library/
Dtkinter.rst847 mask = Tkinter.READABLE | Tkinter.WRITABLE
880 WRITABLE
/external/python/cpython3/Doc/library/
Dtkinter.rst827 mask = tkinter.READABLE | tkinter.WRITABLE
860 WRITABLE
/external/python/cpython2/Modules/_ctypes/libffi/doc/
Dlibffi.info418 -- Function: void ffi_closure_free (void *WRITABLE)
/external/python/cpython3/Lib/tkinter/
D__init__.py48 WRITABLE = _tkinter.WRITABLE variable
/external/python/cpython2/Lib/lib-tk/
DTkinter.py52 WRITABLE = _tkinter.WRITABLE variable