Searched defs:newLine (Results 1 - 25 of 54) sorted by relevance

123

/external/apache-xml/src/main/java/org/apache/xml/serializer/
H A DDOM3Serializer.java167 * @param newLine The end-of-line sequence of characters to be used during serialization
169 public void setNewLine(char[] newLine); argument
/external/jsilver/src/com/google/clearsilver/jsilver/syntax/
H A DSyntaxTreeDumper.java39 private final String newLine = System.getProperty("line.separator"); field in class:SyntaxTreeDumper
125 line.append(newLine);
/external/apache-xml/src/main/java/org/apache/xml/serializer/dom3/
H A DDOM3SerializerImpl.java153 * @param newLine The end-of-line sequence of characters to be used during serialization.
155 public void setNewLine(char[] newLine) { argument
156 fNewLine = (newLine != null) ? new String(newLine) : null;
H A DLSSerializerImpl.java869 * @param newLine a String that is the end-of-line character sequence to be used in
872 public void setNewLine(String newLine) { argument
873 fEndOfLine = (newLine != null) ? newLine : DEFAULT_END_OF_LINE;
H A DDOM3TreeWalker.java208 String newLine) {
214 fNewLine = newLine;
2143 // Set the newLine character to use
204 DOM3TreeWalker( SerializationHandler serialHandler, DOMErrorHandler errHandler, LSSerializerFilter filter, String newLine) argument
/external/smali/util/src/main/java/org/jf/util/
H A DIndentingWriter.java39 private static final String newLine = System.getProperty("line.separator"); field in class:IndentingWriter
54 writer.write(newLine);
101 writer.write(newLine);
128 writer.write(newLine);
/external/v8/src/inspector/
H A Dsearch-util.cc55 size_t newLine = match.find("\n"); local
56 if (newLine != String16::kNotFound) match = match.substring(0, newLine);
/external/emma/core/java12/com/vladium/emma/report/xml/
H A DReportGenerator.java127 m_out.newLine ();
260 public void newLine () throws IOException method in class:ReportGenerator.IndentingWriter
482 m_out.newLine ();
/external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javaparser_new_src/javaparser-generated-sources/com/github/javaparser/
H A DJavaCharStream.java513 public void adjustBeginLineColumn(int newLine, int newCol) argument
532 bufline[j] = newLine;
541 bufline[j] = newLine++;
547 bufline[j] = newLine++;
549 bufline[j] = newLine;
/external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javaparser_src/generated/com/github/javaparser/
H A DJavaCharStream.java584 public void adjustBeginLineColumn(int newLine, int newCol) argument
603 bufline[j] = newLine;
612 bufline[j] = newLine++;
618 bufline[j] = newLine++;
620 bufline[j] = newLine;
/external/skia/tools/bookmaker/
H A DparserCommon.cpp102 bool newLine = false; local
111 if (newLine) {
125 newLine = true;
H A DincludeWriter.cpp293 bool newLine = commentEnd - commentStart > 1 && local
297 if (newLine) {
/external/skqp/tools/bookmaker/
H A DparserCommon.cpp102 bool newLine = false; local
111 if (newLine) {
125 newLine = true;
H A DincludeWriter.cpp259 bool newLine = commentEnd - commentStart > 1 && local
263 if (newLine) {
/external/turbine/java/com/google/turbine/tree/
H A DPretty.java40 boolean newLine = false; field in class:Pretty
44 newLine = true;
48 if (!newLine) {
52 newLine = true;
57 newLine = true;
58 } else if (newLine) {
60 newLine = false;
67 if (newLine) {
69 newLine = false;
/external/vogar/src/vogar/
H A DConsole.java97 newLine();
113 newLine();
121 newLine();
126 newLine();
173 newLine(); // TODO: backup the cursor up to the name if there's no streaming output
259 newLine();
344 newLine();
352 newLine();
366 protected void newLine() { method in class:Console
446 newLine();
[all...]
/external/icu/icu4c/source/test/intltest/
H A Dintltest.cpp1153 char newLine = '\n'; local
1154 fwrite(&newLine, sizeof(newLine), 1, (FILE *)testoutfp);
/external/jline/
H A Djline-1.0.jarMETA-INF/ META-INF/MANIFEST.MF jline/ jline/ANSIBuffer$ANSICodes.class ANSIBuffer.java ...
/external/annotation-tools/asmx/test/lib/
H A Djavancss.jarMETA-INF/ META-INF/MANIFEST.MF JITFix.class JITFix.java package public JITFix extends ...
/external/testng/ant/3rdparty/
H A Dcobertura.jarMETA-INF/ META-INF/MANIFEST.MF net/ net/sourceforge/ net/sourceforge/cobertura/ net/sourceforge/cobertura/ant/ ...
/external/guice/extensions/persist/lib/
H A Dognl-2.6.7.jarMETA-INF/ META-INF/MANIFEST.MF ognl/ ognl/ASTAdd.class ASTAdd.java package ognl ...
/external/guice/extensions/struts2/lib/
H A Djsp-api-2.1.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/servlet/ javax/servlet/jsp/ javax/servlet/jsp/resources/ ...
H A Dognl-3.0.jarMETA-INF/ META-INF/MANIFEST.MF ognl/ ognl/enhance/ ognl/internal/ ognl/SimpleNode.class SimpleNode ...
/external/libphonenumber/demo/war/WEB-INF/lib/
H A Dcommons-lang-2.6.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/commons/ org/apache/commons/lang/ ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dcommons-lang-2.6.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/commons/ org/apache/commons/lang/ ...

Completed in 693 milliseconds

123