HomeSort by relevance Sort by last modified time
    Searched full:newlines (Results 1 - 25 of 405) 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>
  /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,
41 * Similar to layout style, but no newlines between related elements such as
42 * successive {@code <uses-permission>} declarations, and no newlines inside
XmlPrettyPrinter.java 336 // Count how many newlines we find in the trailing whitespace of the
338 int newLines = 0;
343 newLines++;
344 if (newLines == 2) {
352 if (newLines >= 2) {
419 // without newlines inside the <!-- --> delimiters
549 // more newlines after the comment, and if so have a blank line between this
    [all...]
  /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.
misc.h 50 ** newlines with \n, etc...
  /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/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/pcre/doc/
pcre_compile.3 46 PCRE_MULTILINE ^ and $ match newlines within data
pcre_compile2.3 50 PCRE_MULTILINE ^ and $ match newlines within data
  /packages/apps/Email/tests/src/com/android/email/mail/internet/
EmailHtmlUtilTest.java 46 // Newlines will be escaped as "<br>"
  /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
  /development/apps/Development/src/com/android/development/
LogViewer.java 87 // Write two newlines to indicate "no reader args"
  /development/tools/findunused/
findunusedresources 59 # First take all the input files and concatenate them, removing newlines. This allows us to
  /external/bluetooth/glib/
README.commits 51 the commit and terminate by two newlines (it will work without the
  /external/dropbear/
cli-authinteract.c 56 /* fgets includes newlines */

Completed in 699 milliseconds

1 2 3 4 5 6 7 8 91011>>