/external/r8/src/test/java/com/android/tools/r8/jasmin/ |
D | InvalidDebugInfoTests.java | 70 String expected = "42" + ToolHelper.LINE_SEPARATOR + "0" + ToolHelper.LINE_SEPARATOR; in testInvalidInfoThrow() 119 String expected = "42" + ToolHelper.LINE_SEPARATOR; in testInvalidInfoBug37722432()
|
D | TryCatchStateTests.java | 53 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()
|
D | JumpSubroutineTests.java | 312 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/ |
D | LocalsInSwitchTestRunner.java | 21 String expected = "55" + ToolHelper.LINE_SEPARATOR + "1862" + ToolHelper.LINE_SEPARATOR in testLocalsInSwitch() 22 + "15130" + ToolHelper.LINE_SEPARATOR; in testLocalsInSwitch()
|
D | SynchronizedMethodTestRunner.java | 21 String expected = "42" + ToolHelper.LINE_SEPARATOR + "42" + ToolHelper.LINE_SEPARATOR; in testSynchronizedMethod()
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/util/ |
D | Strings.java | 16 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/ |
D | MicrobenchmarkAllocationWorker.java | 52 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/ |
D | Main.java | 25 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/ |
D | UCharacterCategory.java | 66 case LINE_SEPARATOR : in toString()
|
D | UCharacterEnums.java | 104 public static final byte LINE_SEPARATOR = 13; field
|
D | UCharacter.java | 3417 | (1 << UCharacterCategory.LINE_SEPARATOR) in isWhitespace() 3436 | (1 << UCharacterCategory.LINE_SEPARATOR) in isSpaceChar()
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/lang/ |
D | UCharacterCategory.java | 67 case LINE_SEPARATOR : in toString()
|
D | UCharacterEnums.java | 120 public static final byte LINE_SEPARATOR = 13; field
|
D | UCharacter.java | 3984 | (1 << UCharacterCategory.LINE_SEPARATOR) in isWhitespace() 4004 | (1 << UCharacterCategory.LINE_SEPARATOR) in isSpaceChar()
|
/external/guava/guava/src/com/google/common/base/ |
D | StandardSystemProperty.java | 107 LINE_SEPARATOR("line.separator"), enumConstant
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/lang/ |
D | UCharacterCompare.java | 153 if (uchartype == UCharacterCategory.LINE_SEPARATOR && jchartype == Character.LINE_SEPARATOR) in compareType()
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/lang/ |
D | UCharacterCompare.java | 154 if (uchartype == UCharacterCategory.LINE_SEPARATOR && jchartype == Character.LINE_SEPARATOR) in compareType()
|
D | UCharacterTest.java | 202 (1 << UCharacter.LINE_SEPARATOR) | in TestSpaces()
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/ |
D | UtilityTest.java | 65 + Utility.LINE_SEPARATOR + " \"t?\"" in TestFormat()
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/ |
D | UtilityTest.java | 66 + Utility.LINE_SEPARATOR + " \"t?\"" in TestFormat()
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
D | Utility.java | 647 static public String LINE_SEPARATOR = System.getProperty("line.separator"); field in Utility 657 if (i > 0) buffer.append('+').append(LINE_SEPARATOR); in formatForSource()
|
D | UCharacterProperty.java | 167 private static final int GC_ZL_MASK = getMask(UCharacter.LINE_SEPARATOR);
|
/external/icu/android_icu4j/src/main/java/android/icu/impl/ |
D | Utility.java | 651 static public String LINE_SEPARATOR = System.getProperty("line.separator"); field in Utility 661 if (i > 0) buffer.append('+').append(LINE_SEPARATOR); in formatForSource()
|
D | UCharacterProperty.java | 168 private static final int GC_ZL_MASK = getMask(UCharacter.LINE_SEPARATOR);
|
/external/r8/src/test/java/com/android/tools/r8/ |
D | ToolHelper.java | 56 public static final String LINE_SEPARATOR = System.getProperty("line.separator"); field in ToolHelper
|