/third_party/libuv/test/ |
H A D | test-signal.c | 93 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 D | funcrepl.cpp | 23 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 D | funcrepl.cpp | 23 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 D | funcrepl.cpp | 23 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 D | constants.js | 27 CLOSE: 0x8,
|
H A D | websocket.js | 232 socket.write(frame.createFrame(opcodes.CLOSE), (err) => {
|
/third_party/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/ |
H A D | UConverterConstants.java | 140 static final int CLOSE = 4; /**< Called when the converter is closed. The field
|
/third_party/skia/modules/pathkit/ |
H A D | pathkit_wasm_bindings.cpp | 34 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 D | pool.py | 38 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 D | vf_morpho.c | 41 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 D | canvaskit_bindings.cpp | 374 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 D | UCharacter.java | 3580 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 D | UCharacter.java | 2977 public static final int CLOSE = 2; field 3251 public static final int CLOSE = 2; field
|
/third_party/libuv/src/unix/ |
H A D | fs.c | 1588 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 D | fs.c | 1718 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 D | UCharacterTest.java | 2135 { 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 D | UCharacterTest.java | 2139 { 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 D | undici.js | 11364 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 D | fs.c | 2788 XX(CLOSE, close) in uv__fs_work()
|
/third_party/node/src/ |
H A D | node_file.cc | 119 FS_TYPE_TO_NAME(CLOSE, "close") in get_fs_func_name_by_type()
|
/third_party/node/deps/uv/src/win/ |
H A D | fs.c | 2801 XX(CLOSE, close) in uv__fs_work()
|
/third_party/skia/third_party/externals/sfntly/java/lib/ |
H A D | icu4j-charset-4_8_1_1.jar | META-INF/
META-INF/MANIFEST.MF
META-INF/services/
com/
com/ibm/
com/ibm/icu/
... |
H A D | icu4j-4_8_1_1.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/ibm/
com/ibm/icu/
com/ibm/icu/impl/
... |
/third_party/sqlite/src/ |
H A D | sqlite3.c | [all...] |