/external/clang/lib/Format/ |
D | WhitespaceManager.cpp | 50 void WhitespaceManager::replaceWhitespace(FormatToken &Tok, unsigned Newlines, in replaceWhitespace() argument 56 Tok.Decision = (Newlines > 0) ? FD_Break : FD_Continue; in replaceWhitespace() 59 Spaces, StartOfTokenColumn, Newlines, "", "", Tok.Tok.getKind(), in replaceWhitespace() 80 unsigned Newlines, unsigned IndentLevel, int Spaces) { in replaceWhitespaceInToken() argument 86 IndentLevel, Spaces, std::max(0, Spaces), Newlines, PreviousPostfix, in replaceWhitespaceInToken() 90 /*IsInsideToken=*/Newlines == 0)); in replaceWhitespaceInToken() 347 unsigned Newlines = 0; in alignTrailingComments() local 351 Newlines += Changes[i].NewlinesBefore; in alignTrailingComments() 396 } else if (BreakBeforeNext || Newlines > 1 || in alignTrailingComments() 416 Newlines = 0; in alignTrailingComments() [all …]
|
D | WhitespaceManager.h | 49 void replaceWhitespace(FormatToken &Tok, unsigned Newlines, 78 unsigned Newlines, unsigned IndentLevel, 198 void appendNewlineText(std::string &Text, unsigned Newlines); 199 void appendNewlineText(std::string &Text, unsigned Newlines,
|
D | UnwrappedLineFormatter.cpp | 912 unsigned Newlines = std::min(RootToken.NewlinesBefore, 1u); in formatFirstToken() local 913 Whitespaces->replaceWhitespace(RootToken, Newlines, /*IndentLevel=*/0, in formatFirstToken() 917 unsigned Newlines = in formatFirstToken() local 923 Newlines = std::min(Newlines, 1u); in formatFirstToken() 924 if (Newlines == 0 && !RootToken.IsFirst) in formatFirstToken() 925 Newlines = 1; in formatFirstToken() 927 Newlines = 0; in formatFirstToken() 934 Newlines = 1; in formatFirstToken() 939 ++Newlines; in formatFirstToken() 944 Newlines = std::min(1u, Newlines); in formatFirstToken() [all …]
|
D | ContinuationIndenter.cpp | 538 unsigned Newlines = std::max( in addTokenOnNewLine() local 540 Whitespaces.replaceWhitespace(Current, Newlines, in addTokenOnNewLine()
|
/external/chromium-trace/catapult/common/py_vulcanize/third_party/rjsmin/docs/ |
D | DESCRIPTION | 22 - Newlines before ! operators are removed more sensibly
|
/external/chromium-trace/catapult/common/py_vulcanize/third_party/rjsmin/ |
D | README.rst | 39 - Newlines before ! operators are removed more sensibly
|
D | PKG-INFO | 231 - Newlines before ! operators are removed more sensibly
|
/external/google-breakpad/src/testing/gtest/cmake/ |
D | internal_utils.cmake | 56 # Newlines inside flags variables break CMake's NMake generator.
|
/external/libaom/libaom/third_party/googletest/src/googletest/cmake/ |
D | internal_utils.cmake | 56 # Newlines inside flags variables break CMake's NMake generator.
|
/external/googletest/googletest/cmake/ |
D | internal_utils.cmake | 69 # Newlines inside flags variables break CMake's NMake generator.
|
/external/grpc-grpc/third_party/nanopb/generator/proto/google/protobuf/ |
D | descriptor.proto | 687 // Newlines are included in the output.
|
/external/protobuf/src/google/protobuf/ |
D | descriptor.proto | 741 // Newlines are included in the output.
|
/external/nos/host/generic/nugget/proto/google/protobuf/ |
D | descriptor.proto | 769 // Newlines are included in the output.
|
/external/nanopb-c/generator/proto/google/protobuf/ |
D | descriptor.proto | 810 // Newlines are included in the output.
|
/external/syzkaller/vendor/github.com/golang/protobuf/protoc-gen-go/descriptor/ |
D | descriptor.proto | 810 // Newlines are included in the output.
|
/external/golang-protobuf/protoc-gen-go/descriptor/ |
D | descriptor.proto | 821 // Newlines are included in the output.
|
/external/python/cpython2/Doc/library/ |
D | io.rst | 844 called. Newlines are decoded as if by :meth:`~TextIOBase.read`,
|
/external/python/cpython3/Doc/library/ |
D | io.rst | 963 Newlines are decoded as if by :meth:`~TextIOBase.read`, although
|
/external/owasp/sanitizer/lib/htmlparser-1.3/doc/ |
D | tree-construction.txt | 743 then ignore that token and move on to the next one. (Newlines at 1155 then ignore that token and move on to the next one. (Newlines
|