HomeSort by relevance Sort by last modified time
    Searched full:newlines (Results 1 - 25 of 395) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /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
  /external/clang/test/Lexer/
pragma-operators.cpp 4 // into #pragma directives, with newlines where needed. <rdar://problem/8412013>
  /external/clang/test/Misc/
diag-line-wrapping.cpp 9 // newlines introduced to manually format a section of the diagnostic text.
  /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.
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/formatting/
XmlFormatStyle.java 28 * newlines between different types of elements. As another example, in resource files,
44 * Similar to layout style, but no newlines between related elements such as
45 * successive {@code <uses-permission>} declarations, and no newlines inside
  /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/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.
  /frameworks/base/core/java/com/android/internal/util/
IndentingPrintWriter.java 24 * newlines based on internal state. Delays writing indent until first actual
  /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/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).
  /packages/apps/Email/tests/src/com/android/email/mail/internet/
EmailHtmlUtilTest.java 46 // Newlines will be escaped as "<br>"
  /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 191 /// if some newlines were emitted.
193 // If this line is "close enough" to the original line, just print newlines,
201 const char *NewLines = "\n\n\n\n\n\n\n\n";
202 OS.write(NewLines, LineNo-CurLine);
501 // If this token is at the start of a line, emit newlines if needed.
523 // Tokens that can contain embedded newlines need to adjust our current
531 // Tokens that can contain embedded newlines need to adjust our current
  /external/antlr/antlr-3.4/runtime/JavaScript/tests/functional/
Python.g 535 * nested within a (..), {..}, or [..], then ignore newlines.
578 /** Comments not on line by themselves are turned into newlines.
591 Kill if newlines if we live on a line by ourselves
  /development/apps/Development/src/com/android/development/
LogViewer.java 87 // Write two newlines to indicate "no reader args"
  /external/bluetooth/glib/
README.commits 51 the commit and terminate by two newlines (it will work without the

Completed in 1553 milliseconds

1 2 3 4 5 6 7 8 91011>>