Home
last modified time | relevance | path

Searched refs:CLOSE (Results 1 – 25 of 70) sorted by relevance

123

/third_party/libuv/test/
Dtest-signal.c93 enum { CLOSE, STOP, NOOP } stop_or_close; enumerator
107 else if (ctx->stop_or_close == CLOSE) in signal_cb()
118 if (ctx->stop_or_close == CLOSE) in signal_cb_one_shot()
139 ctx->stop_or_close = CLOSE; in start_watcher()
175 sc.stop_or_close = CLOSE; /* now close it when it's done */ in TEST_IMPL()
231 sc.stop_or_close = CLOSE; /* now close it when it's done */ in TEST_IMPL()
253 sc[0].stop_or_close = CLOSE; in TEST_IMPL()
254 sc[1].stop_or_close = CLOSE; in TEST_IMPL()
264 sc[0].stop_or_close = CLOSE; in TEST_IMPL()
265 sc[1].stop_or_close = CLOSE; in TEST_IMPL()
[all …]
/third_party/node/deps/npm/node_modules/tar/lib/
Dwrite-entry.js32 const CLOSE = Symbol('close') constant
291 return this[CLOSE](() => this.emit('error', er))
297 [CLOSE] (cb) {
307 return this[CLOSE](() => this.emit('error', er))
315 return this[CLOSE](() => this.emit('error', er))
365 return this[CLOSE](er => er ? this.emit('error', er) : this.end())
404 this[CLOSE](() => {})
414 [CLOSE] (cb) {
/third_party/curl/tests/data/
Dtest8157 CLOSE
30 …123 +Flags \Deleted' -u user:secret -: imap://%HOSTIP:%IMAPPORT/%TESTNUMBER -X CLOSE -u user:secret
42 A005 CLOSE
Dtest58623 [CLOSE] counter: 2
24 [CLOSE] counter: 1
Dtest59619 [CLOSE] counter: 2
21 [CLOSE] counter: 1
Dtest59520 [CLOSE] counter: 2
21 [CLOSE] counter: 1
Dtest58532 [CLOSE] counter: 1
/third_party/libwebsockets/READMEs/
DREADME.lifecycle.md22 http CLOSE|`LWS_CALLBACK_CLOSED_CLIENT_HTTP`|`LWS_CALLBACK_CLOSED_HTTP`
31 ws CLOSE|`LWS_CALLBACK_CLIENT_CLOSED`|`LWS_CALLBACK_CLOSED`
40 raw CLOSE|`LWS_CALLBACK_RAW_CLOSE`|`LWS_CALLBACK_RAW_CLOSE`
/third_party/rust/crates/regex/regex-syntax/src/unicode_tables/
Dsentence_break.rs12 ("Close", CLOSE),
31 pub const CLOSE: &'static [(char, char)] = &[ constant
/third_party/gstreamer/gstplugins_base/gst/gio/
Dgstgiobasesink.c144 GST_ELEMENT_WARNING (sink, RESOURCE, CLOSE, (NULL), in gst_gio_base_sink_stop()
148 GST_ELEMENT_WARNING (sink, RESOURCE, CLOSE, (NULL), in gst_gio_base_sink_stop()
160 GST_ELEMENT_WARNING (sink, RESOURCE, CLOSE, (NULL), in gst_gio_base_sink_stop()
164 GST_ELEMENT_WARNING (sink, RESOURCE, CLOSE, (NULL), in gst_gio_base_sink_stop()
Dgstgiobasesrc.c155 GST_ELEMENT_WARNING (src, RESOURCE, CLOSE, (NULL), in gst_gio_base_src_stop()
159 GST_ELEMENT_WARNING (src, RESOURCE, CLOSE, (NULL), in gst_gio_base_src_stop()
/third_party/node/deps/icu-small/source/i18n/
Dfuncrepl.cpp23 static const char16_t CLOSE[] = {32,41,0}; // " )" variable
107 rule.append(CLOSE, 2); in toReplacerPattern()
/third_party/icu/icu4c/source/i18n/
Dfuncrepl.cpp23 static const UChar CLOSE[] = {32,41,0}; // " )" variable
107 rule.append(CLOSE, 2); in toReplacerPattern()
/third_party/skia/third_party/externals/icu/source/i18n/
Dfuncrepl.cpp23 static const UChar CLOSE[] = {32,41,0}; // " )" variable
107 rule.append(CLOSE, 2); in toReplacerPattern()
/third_party/node/deps/undici/src/lib/websocket/
Dreceiver.js93 this.#info.opcode === opcodes.CLOSE) &&
99 } else if (this.#info.opcode === opcodes.CLOSE) {
119 closeFrame.createFrame(opcodes.CLOSE),
Dconstants.js27 CLOSE: 0x8, property
Dwebsocket.js221 socket.write(frame.createFrame(opcodes.CLOSE), (err) => {
/third_party/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/
DUConverterConstants.java140 static final int CLOSE = 4; /**< Called when the converter is closed. The field
/third_party/skia/modules/pathkit/
Dpathkit_wasm_bindings.cpp34 static const int CLOSE = 5; variable
74 cmd.call<void>("push", CLOSE); in ToCmds()
136 case CLOSE: in FromCmds()
565 constant("CLOSE_VERB", CLOSE); in EMSCRIPTEN_BINDINGS()
/third_party/python/Lib/multiprocessing/
Dpool.py38 CLOSE = "CLOSE" variable
647 self._state = CLOSE
648 self._worker_handler._state = CLOSE
660 elif self._state not in (CLOSE, TERMINATE):
/third_party/gstreamer/gstplugins_bad/ext/openal/
Dgstopenalsrc.c366 GST_ELEMENT_WARNING (openalsrc, RESOURCE, CLOSE, in gst_openal_src_getcaps()
530 GST_ELEMENT_ERROR (openalsrc, RESOURCE, CLOSE, in gst_openal_src_unprepare()
/third_party/gstreamer/gstplugins_bad/gst/debugutils/
Dgstvideocodectestsink.c176 GST_ELEMENT_WARNING (self, RESOURCE, CLOSE, in gst_video_codec_test_sink_stop()
/third_party/gstreamer/gstreamer/plugins/elements/
Dgstfilesink.c470 GST_ELEMENT_ERROR (sink, RESOURCE, CLOSE, in gst_file_sink_close_file()
474 GST_ELEMENT_ERROR (sink, RESOURCE, CLOSE, in gst_file_sink_close_file()
/third_party/gstreamer/gstplugins_bad/ext/sndfile/
Dgstsfsrc.c377 GST_ELEMENT_ERROR (this, RESOURCE, CLOSE, in gst_sf_src_close_file()
Dgstsfsink.c312 GST_ELEMENT_ERROR (this, RESOURCE, CLOSE, in gst_sf_sink_close_file()

123