/third_party/cef/tools/yapf/yapf/yapflib/ |
D | format_decision_state.py | 238 opening = _GetOpeningBracket(previous.previous_token) 239 if (opening and opening.value == '(' and opening.previous_token and 240 opening.previous_token.is_name): 257 opening = _GetOpeningBracket(current) 258 if not self._EachDictEntryFitsOnOneLine(opening): 295 opening = _GetOpeningBracket(current) 296 if opening: 297 arglist_length = (opening.matching_bracket.total_length - 298 opening.total_length + self.stack[-1].indent) 304 opening = _GetOpeningBracket(current) [all …]
|
/third_party/mbedtls/tests/scripts/ |
D | generate_test_code.py | 535 opening = COMMENT_START_REGEX.search(line, pos) 536 if not opening: 538 if line[opening.start(0) + 1] == '/': # //... 548 return line[:opening.start(0)].rstrip() + '\n' * line_count 550 closing = line.find('*/', opening.end(0)) 555 closing = line.find('*/', opening.end(0)) 561 line = (line[:opening.start(0)] + 562 re.sub(r'.', r' ', line[opening.start(0):pos]) +
|
/third_party/pcre2/pcre2/testdata/ |
D | testinput9 | 23 " (?: # opening quote... 37 " (?: # opening quote... 74 " (?: # opening quote... 86 " (?: # opening quote... 156 " (?: # opening quote... 170 " (?: # opening quote...
|
D | testinput11 | 20 " (?: # opening quote... 34 " (?: # opening quote... 71 " (?: # opening quote... 83 " (?: # opening quote... 153 " (?: # opening quote... 167 " (?: # opening quote...
|
D | testoutput9 | 31 " (?: # opening quote... 45 " (?: # opening quote... 82 " (?: # opening quote... 94 " (?: # opening quote... 164 " (?: # opening quote... 178 " (?: # opening quote...
|
D | testoutput11-32 | 31 " (?: # opening quote... 45 " (?: # opening quote... 82 " (?: # opening quote... 94 " (?: # opening quote... 164 " (?: # opening quote... 178 " (?: # opening quote...
|
/third_party/python/Parser/ |
D | string_parser.c | 673 int opening = (unsigned char)parenstack[nested_depth]; in fstring_find_expr() local 674 if (!((opening == '(' && ch == ')') || in fstring_find_expr() 675 (opening == '[' && ch == ']') || in fstring_find_expr() 676 (opening == '{' && ch == '}'))) in fstring_find_expr() 681 ch, opening); in fstring_find_expr() 698 int opening = (unsigned char)parenstack[nested_depth - 1]; in fstring_find_expr() local 699 RAISE_SYNTAX_ERROR("f-string: unmatched '%c'", opening); in fstring_find_expr()
|
/third_party/lwip/doc/ |
D | contrib.txt | 19 4. one space between keyword and opening bracket. 20 5. no space between function and opening bracket. 21 6. one space and no newline before opening curly braces of a block.
|
/third_party/glib/patch/ |
D | backport-tests-dbus-appinfo-Add-test-case-for-flatpak-opening-an-invalid-file.patch | 4 Subject: [PATCH] tests/dbus-appinfo: Add test case for flatpak opening an 7 We were testing the case in which we were opening an actual file, and so
|
/third_party/python/Doc/library/ |
D | urllib.rst | 12 * :mod:`urllib.request` for opening and reading URLs
|
/third_party/jerryscript/docs/ |
D | 08.CODING-STANDARDS.md | 166 before the opening parenthesis of the expression 291 * Newlines are not allowed after an opening curly brace or before 345 /* No newlines are allowed after an opening curly 436 must be aligned to the column right after the opening 567 /* No space before the opening parenthesis. */
|
/third_party/typescript/tests/cases/conformance/jsx/ |
D | tsxPreserveEmit1.tsx | 32 // Should emit 'M.X' in both opening and closing tags
|
/third_party/openssl/doc/man3/ |
D | PKCS12_newpass.pod | 65 fprintf(stderr, "Error opening file %s\n", argv[1]); 82 fprintf(stderr, "Error opening file %s\n", argv[4]);
|
/third_party/curl/docs/cmdline-opts/ |
D | parallel-immediate.d | 13 rather prefer opening up more connections in parallel at once rather than
|
/third_party/rust/crates/libc/.github/ |
D | PULL_REQUEST_TEMPLATE.md | 10 Delete this line and everything above before opening your PR.
|
/third_party/node/deps/undici/src/docs/best-practices/ |
D | writing-tests.md | 5 remove the overhead of opening up a new socket. These settings that makes
|
/third_party/node/doc/contributing/ |
D | static-analysis.md | 11 by opening an issue in the [build](https://github.com/nodejs/build) repository
|
/third_party/typescript/tests/cases/compiler/ |
D | jsxIntrinsicElementsTypeArgumentErrors.tsx | 5 // opening + closing
|
/third_party/pulseaudio/src/modules/x11/ |
D | module-x11-xsmp.c | 157 static void new_ice_connection(IceConn connection, IcePointer client_data, Bool opening, IcePointer… in new_ice_connection() argument 162 if (opening) { in new_ice_connection()
|
/third_party/typescript/tests/baselines/reference/ |
D | tsxPreserveEmit1.types | 28 // Should emit 'M.X' in both opening and closing tags
|
/third_party/pulseaudio/src/pulsecore/ |
D | x11wrap.c | 162 static void x11_watch(Display *display, XPointer userdata, int fd, Bool opening, XPointer *watch_da… in x11_watch() argument 169 if (opening) in x11_watch()
|
/third_party/node/deps/openssl/openssl/engines/ |
D | e_capi.txt | 22 CAPI_R_ERROR_OPENING_STORE:113:error opening store
|
/third_party/openssl/engines/ |
D | e_capi.txt | 22 CAPI_R_ERROR_OPENING_STORE:113:error opening store
|
/third_party/mesa3d/src/gallium/auxiliary/driver_trace/ |
D | README | 19 trace.xsl to the same directory, and opening with a XSLT capable browser such as
|
/third_party/skia/modules/androidkit/ |
D | README | 7 - Start a project by opening skia/platform_tools/android/apps with Android Studio.
|