Home
last modified time | relevance | path

Searched refs:opening (Results 1 – 25 of 370) sorted by relevance

12345678910>>...15

/third_party/cef/tools/yapf/yapf/yapflib/
Dformat_decision_state.py238 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/node/deps/npm/node_modules/yargs-parser/lib/
Dtokenize-arg-string.js12 var opening = null
20 if (c === ' ' && !opening) {
29 if (c === opening) {
30 opening = null
31 } else if ((c === "'" || c === '"') && !opening) {
32 opening = c
/third_party/pcre2/pcre2/testdata/
Dtestinput923 " (?: # opening quote...
37 " (?: # opening quote...
74 " (?: # opening quote...
86 " (?: # opening quote...
156 " (?: # opening quote...
170 " (?: # opening quote...
Dtestoutput931 " (?: # opening quote...
45 " (?: # opening quote...
82 " (?: # opening quote...
94 " (?: # opening quote...
164 " (?: # opening quote...
178 " (?: # opening quote...
Dtestinput1120 " (?: # opening quote...
34 " (?: # opening quote...
71 " (?: # opening quote...
83 " (?: # opening quote...
153 " (?: # opening quote...
167 " (?: # opening quote...
Dtestoutput11-3231 " (?: # opening quote...
45 " (?: # opening quote...
82 " (?: # opening quote...
94 " (?: # opening quote...
164 " (?: # opening quote...
178 " (?: # opening quote...
/third_party/python/Parser/
Dstring_parser.c673 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/
Dcontrib.txt19 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/jerryscript/docs/
D08.CODING-STANDARDS.md166 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/pulseaudio/src/modules/x11/
Dmodule-x11-xsmp.c95 static void new_ice_connection(IceConn connection, IcePointer client_data, Bool opening, IcePointer… in new_ice_connection() argument
98 if (opening) in new_ice_connection()
/third_party/flutter/flutter/dev/integration_tests/flavors/ios/Runner/Assets.xcassets/LaunchImage.imageset/
DREADME.md5 You can also do it by opening your Flutter project's Xcode project with `open ios/Runner.xcworkspac…
/third_party/flutter/flutter/dev/integration_tests/codegen/ios/Runner/Assets.xcassets/LaunchImage.imageset/
DREADME.md5 You can also do it by opening your Flutter project's Xcode project with `open ios/Runner.xcworkspac…
/third_party/flutter/flutter/packages/flutter_tools/templates/app/ios.tmpl/Runner/Assets.xcassets/LaunchImage.imageset/
DREADME.md5 You can also do it by opening your Flutter project's Xcode project with `open ios/Runner.xcworkspac…
/third_party/flutter/flutter/examples/image_list/ios/Runner/Assets.xcassets/LaunchImage.imageset/
DREADME.md5 You can also do it by opening your Flutter project's Xcode project with `open ios/Runner.xcworkspac…
/third_party/flutter/flutter/dev/integration_tests/android_views/ios/Runner/Assets.xcassets/LaunchImage.imageset/
DREADME.md5 You can also do it by opening your Flutter project's Xcode project with `open ios/Runner.xcworkspac…
/third_party/flutter/flutter/dev/integration_tests/release_smoke_test/ios/Runner/Assets.xcassets/LaunchImage.imageset/
DREADME.md5 You can also do it by opening your Flutter project's Xcode project with `open ios/Runner.xcworkspac…
/third_party/ejdb/src/bindings/ejdb2_flutter/example/ios/Runner/Assets.xcassets/LaunchImage.imageset/
DREADME.md5 You can also do it by opening your Flutter project's Xcode project with `open ios/Runner.xcworkspac…
/third_party/flutter/flutter/packages/flutter_tools/templates/module/ios/host_app_ephemeral/Runner.tmpl/Assets.xcassets/LaunchImage.imageset/
DREADME.md5 You can also do it by opening your Flutter project's Xcode project with `open ios/Runner.xcworkspac…
/third_party/flutter/flutter/dev/benchmarks/macrobenchmarks/ios/Runner/Assets.xcassets/LaunchImage.imageset/
DREADME.md5 You can also do it by opening your Flutter project's Xcode project with `open ios/Runner.xcworkspac…
/third_party/python/Doc/library/
Durllib.rst12 * :mod:`urllib.request` for opening and reading URLs
/third_party/openssl/doc/man3/
DPKCS12_newpass.pod65 fprintf(stderr, "Error opening file %s\n", argv[1]);
82 fprintf(stderr, "Error opening file %s\n", argv[4]);
/third_party/typescript/tests/cases/conformance/jsx/
DtsxPreserveEmit1.tsx32 // Should emit 'M.X' in both opening and closing tags
/third_party/rust/crates/libc/.github/
DPULL_REQUEST_TEMPLATE.md10 Delete this line and everything above before opening your PR.
/third_party/pulseaudio/src/pulsecore/
Dx11wrap.c157 static void x11_watch(Display *display, XPointer userdata, int fd, Bool opening, XPointer *watch_da… in x11_watch() argument
164 if (opening) in x11_watch()
/third_party/typescript/tests/cases/compiler/
DjsxIntrinsicElementsTypeArgumentErrors.tsx5 // opening + closing

12345678910>>...15