Home
last modified time | relevance | path

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

12

/external/r8/src/test/java/com/android/tools/r8/jasmin/
DInvalidDebugInfoTests.java70 String expected = "42" + ToolHelper.LINE_SEPARATOR + "0" + ToolHelper.LINE_SEPARATOR; in testInvalidInfoThrow()
119 String expected = "42" + ToolHelper.LINE_SEPARATOR; in testInvalidInfoBug37722432()
DTryCatchStateTests.java53 String expected = "0" + ToolHelper.LINE_SEPARATOR + "6"; in testTryCatchStackHeight()
101 String expected = "12" + ToolHelper.LINE_SEPARATOR + "21"; in testTryCatchLocals()
152 String expected = "12" + ToolHelper.LINE_SEPARATOR + "21"; in testTryCatchOnUnreachableLabel()
DJumpSubroutineTests.java312 runTest(builder, clazz.name, "Got zero" + ToolHelper.LINE_SEPARATOR + "Got non-zero" in testJsrWithControlFlowCode()
313 + ToolHelper.LINE_SEPARATOR); in testJsrWithControlFlowCode()
356 runTest(builder, clazz.name, "Got zero" + ToolHelper.LINE_SEPARATOR in testJsrWithNestedJsr()
357 + "Got non-zero, calling nested" + ToolHelper.LINE_SEPARATOR + "In nested subroutine" in testJsrWithNestedJsr()
358 + ToolHelper.LINE_SEPARATOR); in testJsrWithNestedJsr()
534 runTest(builder, clazz.name, "Divided by zero" + ToolHelper.LINE_SEPARATOR in testJsrWithException()
535 + "Divided by non-zero" + ToolHelper.LINE_SEPARATOR); in testJsrWithException()
/external/r8/src/test/java/com/android/tools/r8/debuginfo/
DLocalsInSwitchTestRunner.java21 String expected = "55" + ToolHelper.LINE_SEPARATOR + "1862" + ToolHelper.LINE_SEPARATOR in testLocalsInSwitch()
22 + "15130" + ToolHelper.LINE_SEPARATOR; in testLocalsInSwitch()
DSynchronizedMethodTestRunner.java21 String expected = "42" + ToolHelper.LINE_SEPARATOR + "42" + ToolHelper.LINE_SEPARATOR; in testSynchronizedMethod()
/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
DUCharacter.java3417 | (1 << UCharacterCategory.LINE_SEPARATOR) in isWhitespace()
3436 | (1 << UCharacterCategory.LINE_SEPARATOR) in isSpaceChar()
/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
DUCharacter.java3984 | (1 << UCharacterCategory.LINE_SEPARATOR) in isWhitespace()
4004 | (1 << UCharacterCategory.LINE_SEPARATOR) in isSpaceChar()
/external/guava/guava/src/com/google/common/base/
DStandardSystemProperty.java107 LINE_SEPARATOR("line.separator"), enumConstant
/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/android_icu4j/src/main/tests/android/icu/dev/test/lang/
DUCharacterCompare.java154 if (uchartype == UCharacterCategory.LINE_SEPARATOR && jchartype == Character.LINE_SEPARATOR) in compareType()
DUCharacterTest.java202 (1 << UCharacter.LINE_SEPARATOR) | in TestSpaces()
/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/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()
DUCharacterProperty.java167 private static final int GC_ZL_MASK = getMask(UCharacter.LINE_SEPARATOR);
/external/icu/android_icu4j/src/main/java/android/icu/impl/
DUtility.java651 static public String LINE_SEPARATOR = System.getProperty("line.separator"); field in Utility
661 if (i > 0) buffer.append('+').append(LINE_SEPARATOR); in formatForSource()
DUCharacterProperty.java168 private static final int GC_ZL_MASK = getMask(UCharacter.LINE_SEPARATOR);
/external/r8/src/test/java/com/android/tools/r8/
DToolHelper.java56 public static final String LINE_SEPARATOR = System.getProperty("line.separator"); field in ToolHelper

12