HomeSort by relevance Sort by last modified time
    Searched refs:newLine (Results 26 - 50 of 94) sorted by null

12 3 4

  /libcore/luni/src/main/java/java/io/
BufferedWriter.java 154 * Writes a newline to this writer. On Android, this is {@code "\n"}.
155 * The target writer may or may not be flushed when a newline is written.
160 public void newLine() throws IOException {
  /external/emma/core/java12/com/vladium/emma/report/lcov/
ReportGenerator.java 327 m_out.newLine();
345 m_out.newLine();
  /frameworks/base/core/java/android/os/
Process.java 502 * b) a number of newline-separated argument strings equal to count
510 sZygoteWriter.newLine();
520 sZygoteWriter.newLine();
    [all...]
  /external/chromium_org/chrome/browser/resources/chromeos/
image_burner.js 216 var newLine = document.createElement('div');
217 newLine.className = 'new-line';
220 element.appendChild(newLine);
  /cts/tools/cfassembler/src/dxconvext/
ClassFileParser.java 253 bw.newLine();
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/io/
BufferedWriterTest.java 131 * @tests java.io.BufferedWriter#newLine()
136 bw.newLine();
  /sdk/hierarchyviewer/src/com/android/hierarchyviewer/scene/
ViewHierarchyLoader.java 61 out.newLine();
  /frameworks/base/core/java/android/view/
ViewDebug.java 486 out.newLine();
489 out.newLine();
585 out.newLine();
797 out.newLine();
902 out.newLine();
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/uimodel/
UiElementNode.java     [all...]
  /dalvik/dexgen/src/com/android/dexgen/dex/file/
DebugInfoEncoder.java 776 int newLine = pos.getLine();
781 int deltaLines = newLine - line;
  /dalvik/dx/src/com/android/dx/dex/file/
DebugInfoEncoder.java 784 int newLine = pos.getLine();
789 int deltaLines = newLine - line;
  /external/dexmaker/src/dx/java/com/android/dx/dex/file/
DebugInfoEncoder.java 776 int newLine = pos.getLine();
781 int deltaLines = newLine - line;
  /external/apache-xml/src/main/java/org/apache/xml/serializer/dom3/
LSSerializerImpl.java     [all...]
DOM3TreeWalker.java 208 String newLine) {
214 fNewLine = newLine;
    [all...]
  /external/chromium_org/third_party/icu/source/test/intltest/
intltest.cpp 981 void IntlTest::LL_message( UnicodeString message, UBool newline )
1019 if (newline) {
1020 char newLine = '\n';
1021 fwrite(&newLine, sizeof(newLine), 1, (FILE *)testoutfp);
1024 // A newline usually flushes the buffer, but
    [all...]
  /external/icu4c/test/intltest/
intltest.cpp 1007 void IntlTest::LL_message( UnicodeString message, UBool newline )
1045 if (newline) {
1046 char newLine = '\n';
1047 fwrite(&newLine, sizeof(newLine), 1, (FILE *)testoutfp);
1050 // A newline usually flushes the buffer, but
    [all...]
  /external/apache-harmony/text/src/test/java/org/apache/harmony/text/tests/java/text/
BidiTest.java 947 String newLine = "\n";
948 String defText = LTR + newLine + RTL + LTR + RTL;
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant-junit.jar 
  /frameworks/base/media/tests/MediaDump/src/com/android/mediadump/
VideoDumpView.java 452 mImageListWriter.newLine();
  /external/chromium_org/third_party/WebKit/Tools/Scripts/
VCSUtils.pm 115 my $svnPropertyValueNoNewlineRegEx = qr#\ No newline at end of property#;
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/
turtle.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/
turtle.py     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
javax.servlet.jsp_2.0.0.v200806031607.jar 
org.eclipse.equinox.p2.touchpoint.eclipse_2.0.2.R36x_v20100823.jar 
org.eclipse.ui.forms_3.5.2.r36_v20100702.jar 

Completed in 2977 milliseconds

12 3 4