Home
last modified time | relevance | path

Searched refs:LINE_SEPARATOR (Results 1 – 25 of 88) sorted by relevance

1234

/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/model/
DConfigResultsElement.java295 excluded.append(Util.LINE_SEPARATOR); in writableStatus()
310 excluded.append(Util.LINE_SEPARATOR); in writableStatus()
379 excluded.append(Util.LINE_SEPARATOR); in writableStatus()
397 excluded.append(Util.LINE_SEPARATOR); in writableStatus()
409 excluded.append(Util.LINE_SEPARATOR); in writableStatus()
419 excluded.append(Util.LINE_SEPARATOR); in writableStatus()
436 excluded.append(Util.LINE_SEPARATOR); in writableStatus()
450 excluded.append(Util.LINE_SEPARATOR); in writableStatus()
469 excluded.append(Util.LINE_SEPARATOR); in writableStatus()
481 excluded.append(Util.LINE_SEPARATOR); in writableStatus()
[all …]
DPerformanceResultsElement.java227 buffer.append(Util.LINE_SEPARATOR); in writeStatus()
231 buffer.append(Util.LINE_SEPARATOR); in writeStatus()
252 buffer.append(Util.LINE_SEPARATOR); in writeStatus()
268 buffer.append(Util.LINE_SEPARATOR); in writeStatus()
281 buffer.append(Util.LINE_SEPARATOR); in writeStatus()
286 buffer.append(Util.LINE_SEPARATOR); in writeStatus()
297 buffer.append(Util.LINE_SEPARATOR); in writeStatus()
308 buffer.append(Util.LINE_SEPARATOR); in writeStatus()
DScenarioResultsElement.java150 buffer.append(Util.LINE_SEPARATOR); in writableStatus()
152 buffer.append(Util.LINE_SEPARATOR); in writableStatus()
DComponentResultsElement.java224 buffer.append(Util.LINE_SEPARATOR); in writableStatus()
226 buffer.append(Util.LINE_SEPARATOR); in writableStatus()
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/util/
DStrings.java16 private static String LINE_SEPARATOR; field in Strings
22 LINE_SEPARATOR = AccessController.doPrivileged(new PrivilegedAction<String>()
37 LINE_SEPARATOR = String.format("%n");
41 LINE_SEPARATOR = "\n"; // we're desperate use this...
358 return LINE_SEPARATOR; in lineSeparator()
/external/caliper/caliper/src/main/java/com/google/caliper/worker/
DMicrobenchmarkAllocationWorker.java52 private static final String LINE_SEPARATOR = System.getProperty("line.separator"); field in MicrobenchmarkAllocationWorker
113 builder.append(LINE_SEPARATOR).append(" ").append(allocationStats); in verifyBenchmarkIsDeterministic()
116 builder.append(LINE_SEPARATOR).append(" ").append(delta); in verifyBenchmarkIsDeterministic()
/external/jarjar/src/main/com/tonicsystems/jarjar/
DMain.java25 private static final String LINE_SEPARATOR = System.getProperty("line.separator"); field in Main
41 sb.append(line).append(LINE_SEPARATOR); in readIntoString()
/external/icu/android_icu4j/src/main/java/android/icu/lang/
DUCharacterCategory.java66 case LINE_SEPARATOR : in toString()
DUCharacterEnums.java104 public static final byte LINE_SEPARATOR = 13; field
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/lang/
DUCharacterCategory.java67 case LINE_SEPARATOR : in toString()
DUCharacterEnums.java120 public static final byte LINE_SEPARATOR = 13; field
/external/guava/guava/src/com/google/common/base/
DStandardSystemProperty.java107 LINE_SEPARATOR("line.separator"), enumConstant
/external/slf4j/integration/lib/
Dslf4j-simple-1.5.4-SNAPSHOT.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/slf4j/ org/ ...
Dslf4j-simple-1.6.99.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/slf4j/ org/ ...
Dslf4j-simple-1.4.2.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/slf4j/ org/ ...
Dslf4j-simple-1.5.11.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/slf4j/ org/ ...
Dslf4j-simple-1.5.0.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/slf4j/ org/ ...
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/lang/
DUCharacterCompare.java154 if (uchartype == UCharacterCategory.LINE_SEPARATOR && jchartype == Character.LINE_SEPARATOR) in compareType()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/lang/
DUCharacterCompare.java153 if (uchartype == UCharacterCategory.LINE_SEPARATOR && jchartype == Character.LINE_SEPARATOR) in compareType()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
DUtilityTest.java65 + Utility.LINE_SEPARATOR + " \"t?\"" in TestFormat()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/
DUtilityTest.java66 + Utility.LINE_SEPARATOR + " \"t?\"" in TestFormat()
/external/owasp/sanitizer/tools/findbugs/lib/
DjFormatString.jarMETA-INF/ META-INF/MANIFEST.MF edu/ edu/umd/ edu/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/utils/
DUtil.java53 public static final String LINE_SEPARATOR = System.getProperty("line.separator"); field in Util
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
Dorg.eclipse.equinox.p2.director.app_1.0.201.R36x_v20100823.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DUtility.java647 static public String LINE_SEPARATOR = System.getProperty("line.separator"); field in Utility
657 if (i > 0) buffer.append('+').append(LINE_SEPARATOR); in formatForSource()

1234