HomeSort by relevance Sort by last modified time
    Searched full:newline (Results 76 - 100 of 1182) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
GrammarReport2.java 38 public static final String newline = System.getProperty("line.separator"); field in class:GrammarReport2
91 buf.append(newline);
  /external/doclava/src/com/google/doclava/
Proofread.java 30 static final String NEWLINE = "\n" + INDENT;
69 s = m.replaceAll(NEWLINE);
  /external/jsilver/src/com/google/clearsilver/jsilver/syntax/
SyntaxTreeDumper.java 39 private final String newLine = System.getProperty("line.separator");
125 line.append(newLine);
  /external/openssh/openbsd-compat/
vis.h 54 * non-graphic except space, tab, and newline).
58 #define VIS_NL 0x10 /* also encode newline */
  /external/skia/
PRESUBMIT.py 18 # Check that the file ends in atleast one newline character.
24 'These files should end in a newline character:',
  /external/webkit/LayoutTests/fast/dom/HTMLAnchorElement/script-tests/
set-href-attribute-whitespace.js 9 debug("Set href that starts with a newline");
29 debug("Set href that ends with a newline");
  /external/webkit/Source/WebCore/html/parser/
HTMLParserIdioms.h 60 // 5%: 12099 newline characters, U+000A
64 // Accordingly, we check for non-spaces first, then space, then newline, then tab, then the other characters.
  /frameworks/base/core/java/com/android/internal/util/
IndentingPrintWriter.java 27 * Delays writing indent until first actual write on a newline, enabling indent
28 * modification after newline.
  /cts/tools/tradefed-host/tests/src/com/android/cts/tradefed/result/
TestTest.java 44 * Test {@link Test#getFailureMessageFromStackTrace(String)} for a one line stack with a newline