/external/yapf/yapf/yapflib/ |
D | format_decision_state.py | 297 opening = _GetOpeningBracket(previous.previous_token) 298 if (opening and opening.value == '(' and opening.previous_token and 299 opening.previous_token.is_name): 303 (not opening.matching_bracket.next_token or 304 opening.matching_bracket.next_token.value != '.') and 324 opening = _GetOpeningBracket(current) 325 if not self._EachDictEntryFitsOnOneLine(opening): 362 opening = _GetOpeningBracket(current) 363 if opening: 365 opening.matching_bracket.total_length - opening.total_length + [all …]
|
/external/tensorflow/tensorflow/lite/toco/ |
D | args.cc | 29 unsigned char opening = *symbol; in ClosingSymbolLookup() local 33 unsigned char closing = *symbol != 0 ? *symbol : opening; in ClosingSymbolLookup() 34 closing_[opening] = closing; in ClosingSymbolLookup() 45 char GetClosingChar(char opening) const { in GetClosingChar() 46 return closing_[static_cast<unsigned char>(opening)]; in GetClosingChar()
|
/external/flac/test/ |
D | picture.ok | 4 testing grabbag__picture_parse_specification("")... OK (failed as expected, error: error opening pi… 5 testing grabbag__picture_parse_specification("||||")... OK (failed as expected: error opening pictu… 6 …picture_parse_specification("|image/gif|||")... OK (failed as expected: error opening picture file) 9 …_specification("|image/gif|desc|320x240x9|")... OK (failed as expected: error opening picture file)
|
/external/apache-http/src/org/apache/http/impl/conn/ |
D | DefaultClientConnectionOperator.java | 146 conn.opening(sock, target); in openConnection() 155 conn.opening(sock, target); in openConnection() 175 conn.opening(layeredsock, target); in openConnection()
|
/external/pcre/dist2/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...
|
/external/python/cpython3/Parser/pegen/ |
D | parse_string.c | 683 int opening = (unsigned char)parenstack[nested_depth]; in fstring_find_expr() local 684 if (!((opening == '(' && ch == ')') || in fstring_find_expr() 685 (opening == '[' && ch == ']') || in fstring_find_expr() 686 (opening == '{' && ch == '}'))) in fstring_find_expr() 691 ch, opening); in fstring_find_expr() 708 int opening = (unsigned char)parenstack[nested_depth - 1]; in fstring_find_expr() local 709 RAISE_SYNTAX_ERROR("f-string: unmatched '%c'", opening); in fstring_find_expr()
|
/external/llvm/utils/vim/indent/ |
D | llvm.vim | 13 " - If there is an opening+unclosed parenthesis on previous line indent to that 45 " Indent labels the same as the current opening block
|
/external/llvm-project/llvm/utils/vim/indent/ |
D | llvm.vim | 13 " - If there is an opening+unclosed parenthesis on previous line indent to that 45 " Indent labels the same as the current opening block
|
/external/python/cpython2/Misc/NEWS.d/next/Library/ |
D | 2018-07-02-05-59-11.bpo-34019.ZXJIife.rst | 1 webbrowser: Correct the arguments passed to Opera Browser when opening a new URL
|
/external/llvm-project/mlir/utils/vim/indent/ |
D | mlir.vim | 14 " - If there is an opening+unclosed parenthesis on previous line indent to 47 " Indent labels the same as the current opening block
|
/external/jacoco/.github/ |
D | ISSUE_TEMPLATE.md | 4 Also check FAQ before opening an issue: http://www.jacoco.org/jacoco/trunk/doc/faq.html
|
/external/apache-http/src/org/apache/http/conn/ |
D | OperatedClientConnection.java | 130 void opening(Socket sock, HttpHost target) in opening() method
|
/external/python/cpython3/Doc/library/ |
D | urllib.rst | 12 * :mod:`urllib.request` for opening and reading URLs
|
/external/curl/docs/cmdline-opts/ |
D | parallel-immediate.d | 8 rather prefer opening up more connections in parallel at once rather than
|
/external/llvm-project/polly/lib/External/isl/doc/ |
D | CodingStyle | 18 - opening brace of a function is placed on a new line 19 - opening brace of other blocks stays on the same line
|
/external/igt-gpu-tools/man/ |
D | intel_lid.rst | 26 modesetting for lid opening and closing.
|
/external/llvm-project/lldb/test/Shell/Minidump/Windows/ |
D | find-module.test | 2 use it when opening minidumps.
|
/external/lottie/.github/ |
D | ISSUE_TEMPLATE.md | 4 * Before opening a new issue, look through existing issues for duplicates.
|
/external/python/cpython2/Misc/NEWS.d/ |
D | 2.7.6.rst | 16 Fixed the opening of Python source file with specified encoding.
|
/external/autotest/client/site_tests/graphics_Stress/ |
D | control.tabopenclose | 19 This test runs a graphics stress opening and closing 50 tabs of SpiritBox.
|
/external/llvm-project/clang/include/clang/Basic/ |
D | DiagnosticCrossTUKinds.td | 12 "error opening '%0': required by the CrossTU functionality">;
|
/external/python/pycparser/ |
D | CONTRIBUTORS | 2 opening issues, or generally helping out, before the project moved to Github.
|
/external/exoplayer/tree/testdata/src/test/assets/subrip/ |
D | typical_with_tags | 16 This { \an2} is not a valid tag due to the space after the opening bracket.
|