Home
last modified time | relevance | path

Searched refs:CLOSE (Results 1 - 24 of 24) sorted by relevance

/third_party/libuv/test/
H A 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/icu/icu4c/source/i18n/
H A Dfuncrepl.cpp23 static const UChar CLOSE[] = {32,41,0}; // " )" variable
107 rule.append(CLOSE, 2); in toReplacerPattern()
/third_party/node/deps/icu-small/source/i18n/
H A Dfuncrepl.cpp23 static const char16_t CLOSE[] = {32,41,0}; // " )" variable
107 rule.append(CLOSE, 2); in toReplacerPattern()
/third_party/skia/third_party/externals/icu/source/i18n/
H A 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/
H A Dconstants.js27 CLOSE: 0x8,
H A Dwebsocket.js232 socket.write(frame.createFrame(opcodes.CLOSE), (err) => {
/third_party/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/
H A DUConverterConstants.java140 static final int CLOSE = 4; /**< Called when the converter is closed. The field
/third_party/skia/modules/pathkit/
H A 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/
H A Dpool.py38 CLOSE = "CLOSE" variable
650 self._state = CLOSE
651 self._worker_handler._state = CLOSE
663 elif self._state not in (CLOSE, TERMINATE):
/third_party/ffmpeg/libavfilter/
H A Dvf_morpho.c41 CLOSE, enumerator
134 { "close", NULL, 0, AV_OPT_TYPE_CONST, {.i64=CLOSE}, 0, 0, FLAGS, "mode" },
877 case CLOSE: in do_morpho()
/third_party/skia/modules/canvaskit/
H A Dcanvaskit_bindings.cpp374 static const int CLOSE = 5; variable
401 cmds.push_back(CLOSE); in ToCmds()
452 case CLOSE: in MakePathFromCmds()
519 case CLOSE: in PathAddVerbsPointsWeights()
2143 constant("CLOSE_VERB", CLOSE); in EMSCRIPTEN_BINDINGS()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/lang/
H A DUCharacter.java3580 public static final int CLOSE = 2; field
3916 public static final int CLOSE = 2; field
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/lang/
H A DUCharacter.java2977 public static final int CLOSE = 2; field
3251 public static final int CLOSE = 2; field
/third_party/libuv/src/unix/
H A Dfs.c1588 X(CLOSE, uv__fs_close(req->file)); in uv__fs_work()
1706 INIT(CLOSE); in uv_fs_close()
/third_party/node/deps/uv/src/unix/
H A Dfs.c1718 X(CLOSE, uv__fs_close(req->file)); in uv__fs_work()
1823 INIT(CLOSE); in uv_fs_close()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/lang/
H A DUCharacterTest.java2135 { 0xff63, UProperty.SENTENCE_BREAK, UCharacter.SentenceBreak.CLOSE }, in TestAdditionalProperties()
2169 { 0x0029, UProperty.BIDI_PAIRED_BRACKET_TYPE, UCharacter.BidiPairedBracketType.CLOSE }, in TestAdditionalProperties()
2172 { 0xFF5D, UProperty.BIDI_PAIRED_BRACKET_TYPE, UCharacter.BidiPairedBracketType.CLOSE }, in TestAdditionalProperties()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/lang/
H A DUCharacterTest.java2139 { 0xff63, UProperty.SENTENCE_BREAK, UCharacter.SentenceBreak.CLOSE }, in TestAdditionalProperties()
2173 { 0x0029, UProperty.BIDI_PAIRED_BRACKET_TYPE, UCharacter.BidiPairedBracketType.CLOSE }, in TestAdditionalProperties()
2176 { 0xFF5D, UProperty.BIDI_PAIRED_BRACKET_TYPE, UCharacter.BidiPairedBracketType.CLOSE }, in TestAdditionalProperties()
/third_party/node/deps/undici/
H A Dundici.js11364 CLOSE: 8,
12034 } else if ((this.#info.opcode === opcodes.PING || this.#info.opcode === opcodes.PONG || this.#info.opcode === opcodes.CLOSE) && payloadLength > 125) {
12037 } else if (this.#info.opcode === opcodes.CLOSE) {
12049 closeFrame.createFrame(opcodes.CLOSE),
12347 socket.write(frame.createFrame(opcodes.CLOSE), (err) => {
/third_party/libuv/src/win/
H A Dfs.c2788 XX(CLOSE, close) in uv__fs_work()
/third_party/node/src/
H A Dnode_file.cc119 FS_TYPE_TO_NAME(CLOSE, "close") in get_fs_func_name_by_type()
/third_party/node/deps/uv/src/win/
H A Dfs.c2801 XX(CLOSE, close) in uv__fs_work()
/third_party/skia/third_party/externals/sfntly/java/lib/
H A Dicu4j-charset-4_8_1_1.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ com/ com/ibm/ com/ibm/icu/ ...
H A Dicu4j-4_8_1_1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/ibm/ com/ibm/icu/ com/ibm/icu/impl/ ...
/third_party/sqlite/src/
H A Dsqlite3.c[all...]

Completed in 199 milliseconds