Home
last modified time | relevance | path

Searched defs:closed (Results 1 – 25 of 88) sorted by relevance

1234

/third_party/python/Modules/_io/
Diobase.c161 int closed = iobase_is_closed(self); in _io__IOBase_flush_impl() local
175 int closed = iobase_is_closed(self); in iobase_closed_get() local
186 int closed; in iobase_check_closed() local
230 int rc, closed = iobase_is_closed(self); in _io__IOBase_close_impl() local
262 int closed; in iobase_finalize() local
/third_party/node/test/parallel/
Dtest-stream-destroy-event-order.js11 let closed = false; variable
Dtest-child-process-fork-net.js96 let closed = 0; variable
/third_party/flutter/skia/third_party/externals/wuffs/internal/cgen/base/
Dio-public.h27 bool closed; // No further writes are expected. member
63 bool closed) { in wuffs_base__make_io_buffer_meta()
/third_party/lwip/test/sockets/
Dsockets_stresstest.c95 volatile int closed; member
154 recv_and_check_data_return_offset(int s, char *rxbuf, size_t rxbufsize, size_t rxoff, int *closed, … in recv_and_check_data_return_offset()
411 int closed; in sockets_stresstest_conn_client_r() local
474 int closed; in sockets_stresstest_conn_client() local
520 int closed; in sockets_stresstest_conn_server() local
/third_party/skia/src/gpu/geometry/
DGrShape.cpp86 bool closed; in simplifyPath() local
325 bool GrShape::closed() const { in closed() function in GrShape
/third_party/skia/experimental/graphite/src/geom/
DShape.cpp51 bool Shape::closed() const { in closed() function in skgpu::Shape
/third_party/jerryscript/tests/jerry/es2015/
Dpromise-race-iterator.js66 var closed = false; variable
Dpromise-all-iterator.js78 var closed = false; variable
Dweakset.js136 var closed = false; variable
Dweakmap.js152 var closed = false; variable
Dmap.js141 var closed = false; variable
Dset.js109 var closed = false; variable
/third_party/gstreamer/gstplugins_base/gst-libs/gst/rtsp/
Dgstrtspconnection.h279 GstRTSPResult (*closed) (GstRTSPWatch *watch, gpointer user_data); member
/third_party/flutter/skia/src/effects/
DSkCornerPathEffect.cpp48 bool closed; in onFilterPath() local
/third_party/libwebsockets/include/libwebsockets/abstract/
Dprotocols.h64 int (*closed)(lws_abs_protocol_inst_t *d); member
/third_party/python/Lib/test/test_tools/
Dtest_pindent.py79 def pindent_test(self, clean, closed): argument
/third_party/skia/third_party/externals/brotli/java/org/brotli/wrapper/dec/
DDecoder.java23 boolean closed; field in Decoder
/third_party/python/Modules/_sqlite/
Dcursor.h44 int closed; member
/third_party/skia/third_party/externals/brotli/java/org/brotli/wrapper/enc/
DEncoder.java23 boolean closed; field in Encoder
/third_party/skia/src/effects/
DSkCornerPathEffect.cpp46 bool closed; in onFilterPath() local
/third_party/gstreamer/gstplugins_good/sys/osxvideo/
Dosxvideosink.h72 gboolean closed; member
/third_party/libwebsockets/minimal-examples/ws-client/minimal-ws-client-spam/
Dminimal-ws-client-spam.c41 static int concurrent = 3, conn, tries, est, errors, closed, sent, limit = 15; variable
/third_party/ltp/testcases/kernel/syscalls/ioctl/
Dioctl02.c82 static int closed = 1; variable
/third_party/python/Lib/
Dlzma.py159 def closed(self): member in LZMAFile

1234