Home
last modified time | relevance | path

Searched refs:OPEN (Results 1 - 25 of 28) sorted by relevance

12

/third_party/mksh/
H A Dtree.c1018 #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 Dfcntl15.c40 #define OPEN 1 macro
66 {OPEN, 2, "open"},
136 case OPEN: in run_test()
/third_party/node/deps/undici/src/lib/websocket/
H A Dwebsocket.js516 // 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 Dutil.js15 // 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 Dconstants.js18 OPEN: 1,
/third_party/icu/icu4c/source/i18n/
H A Dfuncrepl.cpp22 static const UChar OPEN[] = {40,32,0}; // "( " variable
105 rule.append(OPEN, 2); in toReplacerPattern()
H A Dname2uni.cpp32 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 Dfuncrepl.cpp22 static const char16_t OPEN[] = {40,32,0}; // "( " variable
105 rule.append(OPEN, 2); in toReplacerPattern()
H A Dname2uni.cpp32 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 Dfuncrepl.cpp22 static const UChar OPEN[] = {40,32,0}; // "( " variable
105 rule.append(OPEN, 2); in toReplacerPattern()
H A Dname2uni.cpp32 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 Dsymlink01.c268 #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 Dgzlib.c10 # 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 Dvf_morpho.c40 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 Dchannel.sub.js153 return this.socket !== null && this.socket.readyState <= WebSocket.OPEN;
/third_party/node/deps/undici/
H A Dundici.js11356 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 Dfs.c1604 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 Dfs.c1734 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 DUCharacterTest.java2168 { 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 DUCharacterTest.java2172 { 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 DUCharacter.java3911 public static final int OPEN = 1; field
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/lang/
H A DUCharacter.java3247 public static final int OPEN = 1; field
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DBidi.java2289 /* opening bracket */ UCharacter.BidiPairedBracketType.OPEN) { in bracketProcessChar()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
H A DBidi.java2255 /* opening bracket */ UCharacter.BidiPairedBracketType.OPEN) { in bracketProcessChar()
/third_party/libuv/src/win/
H A Dfs.c2787 XX(OPEN, open) in uv__fs_work()

Completed in 74 milliseconds

12