/third_party/python/Parser/ |
H A D | string_parser.c | 311 // 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 D | tokenizer.c | 2099 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 D | generate_test_code.py | 583 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 D | x11wrap.c | 162 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 D | module-x11-xsmp.c | 157 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 D | test-v8-serdes.js | 184 Consider opening an issue as a heads up at https://github.com/nodejs/node/issues/new
|
/third_party/eudev/src/udev/ |
H A D | udev-event.c | 820 return log_error_errno(-errno, "error opening socket: %m"); in rename_netif_dev_fromname_toname()
|
/third_party/rust/crates/rustix/src/path/ |
H A D | arg.rs | 942 // 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 D | pkgdata.cpp | 2089 fprintf(stderr, "Error opening <%s>.\n", l->str); in loadLists()
|
/third_party/icu/icu4c/source/tools/pkgdata/ |
H A D | pkgdata.cpp | 2085 fprintf(stderr, "Error opening <%s>.\n", l->str); in loadLists()
|
/third_party/skia/third_party/externals/icu/source/tools/pkgdata/ |
H A D | pkgdata.cpp | 2085 fprintf(stderr, "Error opening <%s>.\n", l->str); in loadLists()
|
/third_party/skia/third_party/externals/microhttpd/doc/ |
H A D | texinfo.tex | 5665 % 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 D | rbbitst.cpp | 756 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 D | pcre2test.c | 5306 "opening quote is at offset %" PTR_FORM ".\n", pq - buffer - 2); in process_pattern()
|
/third_party/typescript/lib/ |
H A D | typingsInstaller.js | [all...] |
H A D | tsc.js | [all...] |
H A D | tsserverlibrary.js | [all...] |
H A D | typescript.js | [all...] |
H A D | typescriptServices.js | [all...] |
H A D | tsserver.js | [all...] |
/third_party/node/test/fixtures/snapshot/ |
H A D | typescript.js | [all...] |