/third_party/mksh/ |
H A D | tree.c | 1018 #define OPEN(x) case x: name = #x; shf_puts(" {" #x ":", shf); /*}*/ in dumptree() macro 1020 OPEN(TCOM) in dumptree() function 1048 OPEN(TEXEC) in dumptree() 1055 OPEN(TPAREN) in dumptree() 1057 OPEN(TPIPE) in dumptree() 1066 OPEN(TLIST) in dumptree() 1068 OPEN(TOR) in dumptree() 1070 OPEN(TAND) in dumptree() 1072 OPEN(TBANG) in dumptree() 1074 OPEN(TDBRACKE in dumptree() 1176 #undef OPEN dumptree() macro [all...] |
/third_party/ltp/testcases/kernel/syscalls/fcntl/ |
H A D | fcntl15.c | 40 #define OPEN 1 macro 66 {OPEN, 2, "open"}, 136 case OPEN: in run_test()
|
/third_party/node/deps/undici/src/lib/websocket/ |
H A D | websocket.js | 516 // 1. Change the ready state to OPEN (1). 517 this[kReadyState] = states.OPEN 545 WebSocket.OPEN = WebSocket.prototype.OPEN = states.OPEN 553 OPEN: staticPropertyDescriptors, 578 OPEN: staticPropertyDescriptors,
|
H A D | util.js | 15 // WebSocket Connection is in the OPEN state. 16 return ws[kReadyState] === states.OPEN 65 // 1. If ready state is not OPEN (1), then return. 66 if (ws[kReadyState] !== states.OPEN) {
|
H A D | constants.js | 18 OPEN: 1,
|
/third_party/icu/icu4c/source/i18n/ |
H A D | funcrepl.cpp | 22 static const UChar OPEN[] = {40,32,0}; // "( " variable 105 rule.append(OPEN, 2); in toReplacerPattern()
|
H A D | name2uni.cpp | 32 static const UChar OPEN[] = {92,78,126,123,126,0}; // "\N~{~" variable 33 static const UChar OPEN_DELIM = 92; // '\\' first char of OPEN 130 UnicodeString openPat(true, OPEN, -1); in handleTransliterate()
|
/third_party/node/deps/icu-small/source/i18n/ |
H A D | funcrepl.cpp | 22 static const char16_t OPEN[] = {40,32,0}; // "( " variable 105 rule.append(OPEN, 2); in toReplacerPattern()
|
H A D | name2uni.cpp | 32 static const char16_t OPEN[] = {92,78,126,123,126,0}; // "\N~{~" variable 33 static const char16_t OPEN_DELIM = 92; // '\\' first char of OPEN 130 UnicodeString openPat(true, OPEN, -1); in handleTransliterate()
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
H A D | funcrepl.cpp | 22 static const UChar OPEN[] = {40,32,0}; // "( " variable 105 rule.append(OPEN, 2); in toReplacerPattern()
|
H A D | name2uni.cpp | 32 static const UChar OPEN[] = {92,78,126,123,126,0}; // "\N~{~" variable 33 static const UChar OPEN_DELIM = 92; // '\\' first char of OPEN 130 UnicodeString openPat(TRUE, OPEN, -1); in handleTransliterate()
|
/third_party/ltp/testcases/kernel/syscalls/symlink/ |
H A D | symlink01.c | 268 #define OPEN "open01" macro 431 OPEN, 0, 0, 24, creat_symlink, ck_symlink, { 435 OPEN, 0, 0, 25, creat_both, ck_both, { 437 OPEN, 1, EEXIST, 26, creat_symlink, ck_symlink, { 439 OPEN, 1, ENOENT, 27, creat_symlink, ck_symlink, { 441 OPEN, 1, ELOOP, 28, creat_symlink, ck_symlink, { 489 OPEN, "open", 5, &test_objects[39], 1005 else if (cktcsid(tc_ptr->tcid, OPEN)) in do_syscalltests() 1049 } else if (cktcsid(tc_ptr->tcid, OPEN)) { in do_EEXIST() 1129 } else if (cktcsid(tc_ptr->tcid, OPEN)) { in do_ENOENT() [all...] |
/third_party/node/deps/zlib/ |
H A D | gzlib.c | 10 # define OPEN open macro 14 # define OPEN open64 macro 17 # define OPEN open macro 238 OPEN((const char *)path, oflag, 0666)); in gz_open()
|
/third_party/ffmpeg/libavfilter/ |
H A D | vf_morpho.c | 40 OPEN, enumerator 133 { "open", NULL, 0, AV_OPT_TYPE_CONST, {.i64=OPEN}, 0, 0, FLAGS, "mode" }, 868 case OPEN: in do_morpho()
|
/third_party/node/test/fixtures/wpt/resources/ |
H A D | channel.sub.js | 153 return this.socket !== null && this.socket.readyState <= WebSocket.OPEN;
|
/third_party/node/deps/undici/ |
H A D | undici.js | 11356 OPEN: 1, 11665 return ws[kReadyState] === states.OPEN; 11682 if (ws[kReadyState] !== states.OPEN) { 12516 this[kReadyState] = states.OPEN; 12529 WebSocket.OPEN = WebSocket.prototype.OPEN = states.OPEN; 12534 OPEN: staticPropertyDescriptors, 12558 OPEN: staticPropertyDescriptors,
|
/third_party/libuv/src/unix/ |
H A D | fs.c | 1604 X(OPEN, uv__fs_open(req)); in uv__fs_work() 1893 INIT(OPEN); in uv_fs_open()
|
/third_party/node/deps/uv/src/unix/ |
H A D | fs.c | 1734 X(OPEN, uv__fs_open(req)); in uv__fs_work() 1989 INIT(OPEN); in uv_fs_open()
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/lang/ |
H A D | UCharacterTest.java | 2168 { 0x0028, UProperty.BIDI_PAIRED_BRACKET_TYPE, UCharacter.BidiPairedBracketType.OPEN }, in TestAdditionalProperties() 2171 { 0xFF5B, UProperty.BIDI_PAIRED_BRACKET_TYPE, UCharacter.BidiPairedBracketType.OPEN }, in TestAdditionalProperties()
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/lang/ |
H A D | UCharacterTest.java | 2172 { 0x0028, UProperty.BIDI_PAIRED_BRACKET_TYPE, UCharacter.BidiPairedBracketType.OPEN }, in TestAdditionalProperties() 2175 { 0xFF5B, UProperty.BIDI_PAIRED_BRACKET_TYPE, UCharacter.BidiPairedBracketType.OPEN }, in TestAdditionalProperties()
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/lang/ |
H A D | UCharacter.java | 3911 public static final int OPEN = 1; field
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/lang/ |
H A D | UCharacter.java | 3247 public static final int OPEN = 1; field
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
H A D | Bidi.java | 2289 /* opening bracket */ UCharacter.BidiPairedBracketType.OPEN) { in bracketProcessChar()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
H A D | Bidi.java | 2255 /* opening bracket */ UCharacter.BidiPairedBracketType.OPEN) { in bracketProcessChar()
|
/third_party/libuv/src/win/ |
H A D | fs.c | 2787 XX(OPEN, open) in uv__fs_work()
|