Home
last modified time | relevance | path

Searched refs:NEW_LINE (Results 1 – 7 of 7) sorted by relevance

/external/jacoco/org.jacoco.report/src/org/jacoco/report/csv/
DDelimitedWriter.java39 private static final String NEW_LINE = System.getProperty("line.separator"); field in DelimitedWriter
134 delegate.write(NEW_LINE); in nextLine()
/external/jacoco/org.jacoco.report.test/src/org/jacoco/report/csv/
DDelimitedWriterTest.java30 private static final String NEW_LINE = System.getProperty("line.separator"); field in DelimitedWriterTest
87 assertResult("test1,test2" + NEW_LINE + "test3,test4"); in testMultipleFieldsOnMultipleLines()
/external/icu/icu4c/source/test/iotest/
Diotest.h36 extern const UChar NEW_LINE[];
Dstream.cpp42 const UChar NEW_LINE[] = {0x0d,0x0a,0}; variable
46 const UChar NEW_LINE[] = {0x0a,0};
Dfiletst.c1020 u_fprintf_u(myFile, NEW_LINE); in TestFilePrintCompatibility()
/external/elfutils/libdw/
Ddwarf_getsrclines.c421 #define NEW_LINE(end_seq) \ in read_srclines() macro
462 NEW_LINE (0); in read_srclines()
490 NEW_LINE (1); in read_srclines()
600 NEW_LINE (0); in read_srclines()
DChangeLog855 NEW_LINE macro. Free malloced line records if any at the end.