Home
last modified time | relevance | path

Searched refs:opening (Results 1 - 21 of 21) sorted by relevance

/third_party/python/Parser/
H A Dstring_parser.c311 // immediately follows the opening curly brace of the fstring expression. in fstring_find_expr_location()
466 sequences because otherwise we'll think the opening '{' in fstring_find_literal()
548 closing brace doesn't match an opening paren, for example. It
705 int opening = (unsigned char)parenstack[nested_depth]; in fstring_find_expr() local
706 if (!((opening == '(' && ch == ')') || in fstring_find_expr()
707 (opening == '[' && ch == ']') || in fstring_find_expr()
708 (opening == '{' && ch == '}'))) in fstring_find_expr()
712 "does not match opening parenthesis '%c'", in fstring_find_expr()
713 ch, opening); in fstring_find_expr()
730 int opening in fstring_find_expr() local
[all...]
H A Dtokenizer.c2099 int opening = tok->parenstack[tok->level]; in tok_get() local
2100 if (!((opening == '(' && c == ')') || in tok_get()
2101 (opening == '[' && c == ']') || in tok_get()
2102 (opening == '{' && c == '}'))) in tok_get()
2107 "opening parenthesis '%c' on line %d", in tok_get()
2108 c, opening, tok->parenlinenostack[tok->level]); in tok_get()
2113 "opening parenthesis '%c'", in tok_get()
2114 c, opening); in tok_get()
/third_party/mbedtls/tests/scripts/
H A Dgenerate_test_code.py583 opening = COMMENT_START_REGEX.search(line, pos)
584 if not opening:
586 if line[opening.start(0) + 1] == '/': # //...
596 return line[:opening.start(0)].rstrip() + '\n' * line_count
598 closing = line.find('*/', opening.end(0))
603 closing = line.find('*/', opening.end(0))
609 line = (line[:opening.start(0)] +
610 re.sub(r'.', r' ', line[opening.start(0):pos]) +
/third_party/pulseaudio/src/pulsecore/
H A Dx11wrap.c162 static void x11_watch(Display *display, XPointer userdata, int fd, Bool opening, XPointer *watch_data) { in x11_watch() argument
169 if (opening) in x11_watch()
/third_party/pulseaudio/src/modules/x11/
H A Dmodule-x11-xsmp.c157 static void new_ice_connection(IceConn connection, IcePointer client_data, Bool opening, IcePointer *watch_data) { in new_ice_connection() argument
162 if (opening) { in new_ice_connection()
/third_party/node/test/parallel/
H A Dtest-v8-serdes.js184 Consider opening an issue as a heads up at https://github.com/nodejs/node/issues/new
/third_party/eudev/src/udev/
H A Dudev-event.c820 return log_error_errno(-errno, "error opening socket: %m"); in rename_netif_dev_fromname_toname()
/third_party/rust/crates/rustix/src/path/
H A Darg.rs942 // through the dynamic allocation path. If you're opening many files in a in with_c_str()
943 // directory with a long path, consider opening the directory and using in with_c_str()
/third_party/node/deps/icu-small/source/tools/pkgdata/
H A Dpkgdata.cpp2089 fprintf(stderr, "Error opening <%s>.\n", l->str); in loadLists()
/third_party/icu/icu4c/source/tools/pkgdata/
H A Dpkgdata.cpp2085 fprintf(stderr, "Error opening <%s>.\n", l->str); in loadLists()
/third_party/skia/third_party/externals/icu/source/tools/pkgdata/
H A Dpkgdata.cpp2085 fprintf(stderr, "Error opening <%s>.\n", l->str); in loadLists()
/third_party/skia/third_party/externals/microhttpd/doc/
H A Dtexinfo.tex5665 % Chapter opening.
5959 % Write an entry to the toc file, opening it if necessary.
7415 % an opening brace, and that opening brace is not consumed.
/third_party/icu/icu4c/source/test/intltest/
H A Drbbitst.cpp756 errln("%s:%d Error %s opening file rbbitst.txt", __FILE__, __LINE__, u_errorName(status)); in TestExtended()
3280 setAppliedRule(pos, "LB 30 No break in letters, numbers, or ordinary symbols, opening/closing punctuation."); in next()
3284 setAppliedRule(pos, "LB 30 No break in letters, numbers, or ordinary symbols, opening/closing punctuation."); in next()
4422 errln("%s:%s %s while opening emoji-test.txt", __FILE__, __LINE__, u_errorName(status)); in TestEmoji()
4430 errln("%s:%s %s while opening emoji-test.txt", __FILE__, __LINE__, u_errorName(status)); in TestEmoji()
4445 dataerrln("%s:%d %s while opening break iterators", __FILE__, __LINE__, u_errorName(status)); in TestEmoji()
5339 errln("%s:%d Error %s opening test file %s", __FILE__, __LINE__, u_errorName(status), filename); in runLSTMTestFromFile()
/third_party/pcre2/pcre2/src/
H A Dpcre2test.c5306 "opening quote is at offset %" PTR_FORM ".\n", pq - buffer - 2); in process_pattern()
/third_party/typescript/lib/
H A DtypingsInstaller.js[all...]
H A Dtsc.js[all...]
H A Dtsserverlibrary.js[all...]
H A Dtypescript.js[all...]
H A DtypescriptServices.js[all...]
H A Dtsserver.js[all...]
/third_party/node/test/fixtures/snapshot/
H A Dtypescript.js[all...]

Completed in 235 milliseconds