Searched refs:newLine (Results 1 - 25 of 36) sorted by relevance

12

/openjdk7/jdk/src/share/classes/java/io/
H A DPrintStream.java540 private void newLine() { method in class:PrintStream
544 textOut.newLine();
696 newLine();
709 newLine();
723 newLine();
737 newLine();
751 newLine();
765 newLine();
779 newLine();
793 newLine();
[all...]
H A DBufferedWriter.java36 * <p> A newLine() method is provided, which uses the platform's own notion of
242 public void newLine() throws IOException { method in class:BufferedWriter
/openjdk7/jdk/make/tools/src/build/tools/addjsum/
H A DAddJsum.java59 writer.newLine();
64 writer.newLine();
73 writer.newLine();
/openjdk7/jaxp/src/org/w3c/dom/ls/
H A DLSSerializer.java352 public void setNewLine(String newLine); argument
/openjdk7/jdk/src/share/classes/sun/rmi/rmic/
H A DIndentingWriter.java131 public void newLine() throws IOException { method in class:IndentingWriter
132 super.newLine();
200 newLine();
/openjdk7/jdk/src/share/classes/sun/rmi/rmic/newrmic/
H A DIndentingWriter.java123 public void newLine() throws IOException { method in class:IndentingWriter
124 super.newLine();
192 newLine();
/openjdk7/jdk/test/java/net/URLConnection/
H A DURLConnectionHeaders.java67 w.newLine();
70 w.newLine();
/openjdk7/hotspot/src/share/tools/LogCompilation/src/com/sun/hotspot/tools/compiler/
H A DLogCleanupReader.java115 char[] newLine = new char[line.length * 2];
116 System.arraycopy(line, 0, newLine, 0, line.length);
117 line = newLine;
/openjdk7/langtools/test/tools/javac/diags/
H A DHTMLWriter.java60 this.out.newLine();
116 public void newLine() throws IOException { method in class:HTMLWriter
117 out.newLine();
136 //newLine();
153 out.newLine();
158 //out.newLine(); // PATCHED, jjg
177 out.newLine();
233 out.newLine();
H A DRunExamples.java350 html.newLine();
385 html.newLine();
425 html.newLine();
431 html.newLine();
441 html.newLine();
452 html.newLine();
536 html.newLine();
544 html.newLine();
574 html.newLine();
/openjdk7/jdk/test/java/nio/channels/FileChannel/
H A DReadToLimit.java71 awriter.newLine();
H A DPosition.java101 awriter.newLine();
H A DRead.java110 awriter.newLine();
/openjdk7/jdk/test/java/nio/channels/SocketChannel/
H A DGetChannel.java58 bout.newLine();
/openjdk7/jdk/src/share/classes/com/sun/jmx/snmp/IPAcl/
H A DASCII_CharStream.java357 public void adjustBeginLineColumn(int newLine, int newCol) argument
377 bufline[j] = newLine;
386 bufline[j] = newLine++;
392 bufline[j] = newLine++;
394 bufline[j] = newLine;
/openjdk7/jdk/src/share/classes/com/sun/tools/example/debug/expr/
H A DASCII_UCodeESC_CharStream.java488 public void adjustBeginLineColumn(int newLine, int newCol) argument
508 bufline[j] = newLine;
517 bufline[j] = newLine++;
523 bufline[j] = newLine++;
525 bufline[j] = newLine;
/openjdk7/langtools/test/tools/javac/processing/6348193/
H A DT6348193.java130 out.newLine();
137 out.newLine();
/openjdk7/langtools/src/share/classes/com/sun/tools/javadoc/
H A DComment.java84 boolean newLine = true;
108 if (newLine && ch == '@') {
117 newLine = true;
120 newLine = false;
/openjdk7/jdk/test/sun/nio/ch/
H A DTempBuffer.java99 awriter.newLine();
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/ws/processor/util/
H A DIndentingWriter.java79 public void newLine() throws IOException { method in class:IndentingWriter
80 super.newLine();
206 newLine();
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/rngom/parse/compact/
H A DJavaCharStream.java617 public void adjustBeginLineColumn(int newLine, int newCol) argument
636 bufline[j] = newLine;
645 bufline[j] = newLine++;
651 bufline[j] = newLine++;
653 bufline[j] = newLine;
H A DUCode_UCodeESC_CharStream.java555 public void adjustBeginLineColumn(int newLine, int newCol) { argument
571 bufline[j] = newLine;
579 bufline[j] = newLine++;
584 bufline[j] = newLine++;
586 bufline[j] = newLine;
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/xsom/impl/scd/
H A DSimpleCharStream.java419 public void adjustBeginLineColumn(int newLine, int newCol) argument
439 bufline[j] = newLine;
448 bufline[j] = newLine++;
454 bufline[j] = newLine++;
456 bufline[j] = newLine;
/openjdk7/langtools/src/share/classes/com/sun/tools/javac/processing/
H A DPrintingProcessor.java99 protected PrintingElementVisitor defaultAction(Element e, Boolean newLine) { argument
100 if (newLine != null && newLine)
264 public PrintingElementVisitor visitVariable(VariableElement e, Boolean newLine) { argument
266 defaultAction(e, newLine);
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/rngom/digested/
H A DDXMLPrinter.java84 protected String newLine = System.getProperty("line.separator"); field in class:DXMLPrinter
154 protected void newLine() { method in class:DXMLPrinter.XMLWriter
156 out.writeCharacters(newLine);
190 newLine();
204 newLine();
291 newLine();

Completed in 93 milliseconds

12