Home
last modified time | relevance | path

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

12345678910>>...16

/external/yapf/yapf/yapflib/
Dformat_decision_state.py297 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/
Dargs.cc29 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/
Dpicture.ok4 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/
DDefaultClientConnectionOperator.java146 conn.opening(sock, target); in openConnection()
155 conn.opening(sock, target); in openConnection()
175 conn.opening(layeredsock, target); in openConnection()
/external/pcre/dist2/testdata/
Dtestinput923 " (?: # opening quote...
37 " (?: # opening quote...
74 " (?: # opening quote...
86 " (?: # opening quote...
156 " (?: # opening quote...
170 " (?: # opening quote...
Dtestinput1120 " (?: # opening quote...
34 " (?: # opening quote...
71 " (?: # opening quote...
83 " (?: # opening quote...
153 " (?: # opening quote...
167 " (?: # opening quote...
Dtestoutput931 " (?: # opening quote...
45 " (?: # opening quote...
82 " (?: # opening quote...
94 " (?: # opening quote...
164 " (?: # opening quote...
178 " (?: # opening quote...
/external/python/cpython3/Parser/pegen/
Dparse_string.c683 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/
Dllvm.vim13 " - 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/
Dllvm.vim13 " - 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/
D2018-07-02-05-59-11.bpo-34019.ZXJIife.rst1 webbrowser: Correct the arguments passed to Opera Browser when opening a new URL
/external/llvm-project/mlir/utils/vim/indent/
Dmlir.vim14 " - 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/
DISSUE_TEMPLATE.md4 Also check FAQ before opening an issue: http://www.jacoco.org/jacoco/trunk/doc/faq.html
/external/apache-http/src/org/apache/http/conn/
DOperatedClientConnection.java130 void opening(Socket sock, HttpHost target) in opening() method
/external/python/cpython3/Doc/library/
Durllib.rst12 * :mod:`urllib.request` for opening and reading URLs
/external/curl/docs/cmdline-opts/
Dparallel-immediate.d8 rather prefer opening up more connections in parallel at once rather than
/external/llvm-project/polly/lib/External/isl/doc/
DCodingStyle18 - 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/
Dintel_lid.rst26 modesetting for lid opening and closing.
/external/llvm-project/lldb/test/Shell/Minidump/Windows/
Dfind-module.test2 use it when opening minidumps.
/external/lottie/.github/
DISSUE_TEMPLATE.md4 * Before opening a new issue, look through existing issues for duplicates.
/external/python/cpython2/Misc/NEWS.d/
D2.7.6.rst16 Fixed the opening of Python source file with specified encoding.
/external/autotest/client/site_tests/graphics_Stress/
Dcontrol.tabopenclose19 This test runs a graphics stress opening and closing 50 tabs of SpiritBox.
/external/llvm-project/clang/include/clang/Basic/
DDiagnosticCrossTUKinds.td12 "error opening '%0': required by the CrossTU functionality">;
/external/python/pycparser/
DCONTRIBUTORS2 opening issues, or generally helping out, before the project moved to Github.
/external/exoplayer/tree/testdata/src/test/assets/subrip/
Dtypical_with_tags16 This { \an2} is not a valid tag due to the space after the opening bracket.

12345678910>>...16