/libcore/tools/upstream/ |
D | upstream-diff | 59 def run_diff(diff, repositories, rel_paths): argument
|
/libcore/ojluni/src/main/java/sun/security/util/ |
D | ByteArrayLexOrder.java | 54 int diff; in compare() local
|
/libcore/ojluni/src/test/java/lang/StrictMath/ |
D | ExactArithTests.java | 119 int diff = StrictMath.subtractExact(x, y); in testIntegerExact() local 220 long diff = StrictMath.subtractExact(x, y); in testLongExact() local
|
/libcore/ojluni/src/test/java/lang/Math/ |
D | ExactArithTests.java | 95 int diff = Math.subtractExact(x, y); in testIntegerExact() local 245 long diff = Math.subtractExact(x, y); in testLongExact() local
|
/libcore/ojluni/src/test/java/time/tck/java/time/ |
D | TCKOffsetTime.java | 213 … long diff = Math.abs(test.toLocalTime().toNanoOfDay() - expected.toLocalTime().toNanoOfDay()); in now() local
|
D | TCKOffsetDateTime.java | 244 … long diff = Math.abs(test.toLocalTime().toNanoOfDay() - expected.toLocalTime().toNanoOfDay()); in now() local
|
D | TCKInstant.java | 193 long diff = Math.abs(test.toEpochMilli() - expected.toEpochMilli()); in now() local
|
D | TCKZonedDateTime.java | 233 … long diff = Math.abs(test.toLocalTime().toNanoOfDay() - expected.toLocalTime().toNanoOfDay()); in now() local
|
D | TCKLocalDateTime.java | 265 … long diff = Math.abs(test.toLocalTime().toNanoOfDay() - expected.toLocalTime().toNanoOfDay()); in now() local
|
/libcore/ojluni/src/main/native/ |
D | PollArrayWrapper.c | 47 int diff; in ipoll() local
|
/libcore/support/src/test/java/org/apache/harmony/security/tests/support/ |
D | TestCertUtils.java | 314 private String diff = null; field in TestCertUtils.TestCertificate 328 public TestCertificate(String diff) { in TestCertificate() 340 public TestCertificate(String diff, String type) { in TestCertificate()
|
/libcore/ojluni/src/test/java/time/test/java/time/ |
D | TestLocalTime.java | 194 long diff = Integer.MAX_VALUE; in now() local
|
/libcore/ojluni/src/main/java/java/time/format/ |
D | DecimalStyle.java | 332 int diff = zeroDigit - '0'; in convertNumberToI18N() local
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/javax/net/ssl/ |
D | SSLSessionTest.java | 100 long diff = currentTime - sessionTime; in test_getCreationTime() local 112 long diff = currentTime - sessionTime; in test_getLastAccessedTime() local
|
/libcore/ojluni/src/main/java/java/util/concurrent/ |
D | ScheduledThreadPoolExecutor.java | 249 long diff = time - x.time; in compareTo() local 259 long diff = getDelay(NANOSECONDS) - other.getDelay(NANOSECONDS); in compareTo() local
|
/libcore/ojluni/src/main/java/java/math/ |
D | MutableBigInteger.java | 933 long diff = 0; in subtract() local 976 long diff = 0; in difference() local
|