/external/smali/smali/src/test/resources/LexerTest/ |
.gitattributes | 1 # Prevent newlines from being normalized on windows
|
/external/webkit/LayoutTests/fast/dom/HTMLAnchorElement/ |
set-href-attribute-whitespace-expected.txt | 14 Set href that starts with a combination of newlines, spaces and tabs 24 Set href that ends with a combination of newlines, spaces and tabs 26 Set href that starts and ends with a combination of newlines, spaces and tabs
|
/cts/libs/json/src/com/android/json/stream/ |
JsonScope.java | 25 * An array with no elements requires no separators or newlines before 37 * An object with no name/value pairs requires no separators or newlines
|
/frameworks/base/core/java/android/util/ |
JsonScope.java | 25 * An array with no elements requires no separators or newlines before 37 * An object with no name/value pairs requires no separators or newlines
|
/external/webkit/Source/WebCore/inspector/front-end/ |
TextEditorModel.js | 120 var newLines = text.split(/\r?\n/); 121 this._replaceTabsIfNeeded(newLines); 128 if (newLines.length === 1) { 129 this._setLine(range.startLine, prefix + newLines[0] + suffix); 130 postCaret += newLines[0].length; 132 this._setLine(range.startLine, prefix + newLines[0]); 133 for (var i = 1; i < newLines.length; ++i) 134 this._insertLine(range.startLine + i, newLines[i]); 135 this._setLine(range.startLine + newLines.length - 1, newLines[newLines.length - 1] + suffix) [all...] |
/external/webkit/LayoutTests/fast/dom/HTMLAnchorElement/script-tests/ |
set-href-attribute-whitespace.js | 21 debug("Set href that starts with a combination of newlines, spaces and tabs"); 41 debug("Set href that ends with a combination of newlines, spaces and tabs"); 45 debug("Set href that starts and ends with a combination of newlines, spaces and tabs");
|
/packages/apps/Contacts/tests/src/com/android/contacts/util/ |
HtmlUtilsTest.java | 39 * Test for {@link HtmlUtils#postprocess} specifically about trimming newlines. 76 * Same as {@link #testPostProcess_with_newlines}, but text has no newlines. 98 // Newlines should be trimmed.
|
/external/clang/test/Lexer/ |
pragma-operators.cpp | 4 // into #pragma directives, with newlines where needed. <rdar://problem/8412013>
|
/external/webkit/Tools/android/flex-2.5.4a/MISC/fastwc/ |
wc4.l | 1 /* Fastest version of wc: add rules to pick up newlines, too */
|
/external/clang/lib/Format/ |
Format.cpp | 110 void replaceWhitespace(const AnnotatedToken &Tok, unsigned NewLines, 113 // 2+ newlines mean an empty line separating logic scopes. 114 if (NewLines >= 2) 134 Comment.NewLines = NewLines; 136 NewLines > 0 ? Spaces : WhitespaceStartColumn + Spaces; 151 storeReplacement(Tok.FormatTok, getNewLineText(NewLines, Spaces)); 155 /// backslashes to escape newlines inside a preprocessor directive. 158 /// \c Newlines == 0. 159 void replacePPWhitespace(const AnnotatedToken &Tok, unsigned NewLines, [all...] |
/frameworks/base/core/java/com/android/internal/util/ |
IndentingPrintWriter.java | 24 * newlines based on internal state. It also automatically wraps long lines 78 // March through incoming buffer looking for newlines
|
/external/e2fsprogs/lib/et/test_cases/ |
imap_err.c | 22 "Message contains bare newlines",
|
imap_err.et | 69 "Message contains bare newlines"
|
/external/qemu/android/utils/ |
lineinput.h | 26 * all newlines removed (\n, \r or \r\n) automatically.
|
/external/protobuf/src/google/protobuf/io/ |
printer.h | 98 // This method does not look for newlines to add indentation. 102 // This method does not look for newlines to add indentation. 106 // This method does not look for newlines to add indentation.
|
/external/linux-tools-perf/config/ |
utilities.mak | 14 # newlines; the default is a bizarre string. 46 # Use this to escape newlines from within a shell call; 62 # Use this to unescape newlines from within a shell call;
|
/external/clang/test/Misc/ |
diag-line-wrapping.cpp | 10 // newlines introduced to manually format a section of the diagnostic text.
|
/external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/ |
InteractiveCallback.java | 29 * newlines. Then for each prompt in turn, the client SHOULD display the
|
/external/iptables/extensions/ |
libxt_NFLOG.c | 55 "Newlines not allowed in --log-prefix");
|
/external/jsilver/src/com/google/clearsilver/jsilver/functions/html/ |
CssUrlValidateFunction.java | 31 * (via comments or newlines).
|
/external/regex-re2/re2/testing/ |
exhaustive2_test.cc | 62 // TEST(Newlines, Exhaustive) {
|
/packages/apps/Email/tests/src/com/android/email/mail/internet/ |
EmailHtmlUtilTest.java | 46 // Newlines will be escaped as "<br>"
|
/external/chromium-trace/trace-viewer/third_party/closure_linter/closure_linter/common/ |
htmlutil.py | 81 """Count the number of newlines in the given string and append them. 86 data: The data to count newlines in.
|
/external/guava/guava-tests/test/com/google/common/io/ |
LineBufferTest.java | 48 bufferHelper("no newlines at all", "no newlines at all");
|
/external/clang/lib/Frontend/ |
PrintPreprocessedOutput.cpp | 199 /// if some newlines were emitted. 201 // If this line is "close enough" to the original line, just print newlines, 209 const char *NewLines = "\n\n\n\n\n\n\n\n"; 210 OS.write(NewLines, LineNo-CurLine); 531 // If this token is at the start of a line, emit newlines if needed. 559 // Tokens that can contain embedded newlines need to adjust our current 567 // Tokens that can contain embedded newlines need to adjust our current
|