Home
last modified time | relevance | path

Searched refs:DELTA (Results 1 – 4 of 4) sorted by relevance

/libcore/ojluni/src/main/java/java/util/
DDualPivotQuicksort.java116 private static final int DELTA = 3 << 1; field in DualPivotQuicksort
121 private static final int MAX_RECURSION_DEPTH = 64 * DELTA;
211 if ((bits += DELTA) > MAX_RECURSION_DEPTH) { in sort()
965 if ((bits += DELTA) > MAX_RECURSION_DEPTH) {
1778 if ((bits += DELTA) > MAX_RECURSION_DEPTH) {
2097 if ((bits += DELTA) > MAX_RECURSION_DEPTH) { in sort()
2506 if ((bits += DELTA) > MAX_RECURSION_DEPTH) { in sort()
3312 if ((bits += DELTA) > MAX_RECURSION_DEPTH) { in sort()
/libcore/ojluni/src/test/java/time/tck/java/time/
DTCKOffsetTime.java206 final long DELTA = 20_000_000_000L; // 20 seconds of nanos leeway in now() local
212 if (diff >= DELTA) { in now()
218 assertTrue(diff < DELTA); in now()
DTCKOffsetDateTime.java238 final long DELTA = 20_000_000_000L; // 20 seconds of nanos leeway in now() local
242 if (diff >= DELTA) { in now()
248 assertTrue(diff < DELTA); in now()
DTCKLocalDateTime.java262 final long DELTA = 20_000_000_000L; // 20 seconds of nanos leeway in now() local
266 if (diff >= DELTA) { in now()
272 assertTrue(diff < DELTA); in now()