/libcore/ojluni/src/main/java/java/util/ |
D | DualPivotQuicksort.java | 268 int lower = low; // The index of the last element of the left part in sort() local 291 a[e1] = a[lower]; in sort() 297 while (a[++lower] < pivot1); in sort() 319 for (int unused = --lower, k = ++upper; --k > lower; ) { in sort() 323 while (lower < k) { in sort() 324 if (a[++lower] >= pivot1) { in sort() 325 if (a[lower] > pivot2) { in sort() 327 a[upper] = a[lower]; in sort() 329 a[k] = a[lower]; in sort() 331 a[lower] = ak; in sort() [all …]
|
D | NavigableSet.java | 103 E lower(E e); in lower() method
|
D | TreeSet.java | 414 public E lower(E e) { in lower() method in TreeSet
|
/libcore/luni/src/test/java/libcore/libcore/util/ |
D | HexEncodingTest.java | 51 assertEquals(lower(expected), actualLower); in testEncodeByte() 62 String encodedLower = lower((String) testCase[1]); in testEncodeBytes() 121 private static String lower(String string) { in lower() method in HexEncodingTest
|
/libcore/ojluni/src/tools/build/tools/java.nio-generator/ |
D | gen_java_nio.py | 100 the_type = the_Type.lower() 101 the_Fulltype = PRIMITIVE_TO_REFERENCE_TYPE[primitive_type.lower()] 102 the_fulltype = the_Fulltype.lower() 107 the_BPV = PRIMITIVE_TO_BYTES_PER_VALUE[primitive_type.lower()]
|
/libcore/luni/src/test/java/libcore/java/net/ |
D | URITest.java | 742 URI lower, mixed; in test_JDK7171415() local 743 lower = URI.create("http://www.example.com/%2b"); in test_JDK7171415() 745 assertTrue(lower.equals(mixed)); in test_JDK7171415() 746 assertEquals(lower.hashCode(), mixed.hashCode()); in test_JDK7171415() 748 lower = URI.create("http://www.example.com/%2bbb"); in test_JDK7171415() 750 assertFalse(lower.equals(mixed)); in test_JDK7171415() 751 assertFalse(lower.hashCode() == mixed.hashCode()); in test_JDK7171415()
|
/libcore/ojluni/src/test/java/lang/invoke/VarHandles/ |
D | generate-vh-tests.sh | 94 Type="$(tr '[:lower:]' '[:upper:]' <<< ${type:0:1})${type:1}"
|
/libcore/ojluni/src/test/java/lang/StackWalker/ |
D | LocalsAndOperands.java | 524 int lower = (int)(expected >> 32); in assertLongIsInSlots() local 527 primitiveValueEquals(primVal1, lower)) || in assertLongIsInSlots() 528 (primitiveValueEquals(primVal0, lower) && in assertLongIsInSlots() 531 upper, lower, expected, in assertLongIsInSlots()
|
/libcore/ojluni/annotations/flagged_api/java/util/ |
D | NavigableSet.annotated.java | 46 public E lower(E e); in lower() method
|
D | TreeSet.annotated.java | 78 public E lower(E e) { throw new RuntimeException("Stub!"); } in lower() method in TreeSet
|
/libcore/ojluni/src/test/java/util/concurrent/tck/ |
D | TreeSubSetTest.java | 364 Object e1 = q.lower(three); in testLower() 367 Object e2 = q.lower(six); in testLower() 370 Object e3 = q.lower(one); in testLower() 373 Object e4 = q.lower(zero); in testLower() 843 Object e1 = q.lower(m3); in testDescendingLower() 846 Object e2 = q.lower(m6); in testDescendingLower() 849 Object e3 = q.lower(m1); in testDescendingLower() 852 Object e4 = q.lower(zero); in testDescendingLower()
|
D | ConcurrentSkipListSubSetTest.java | 367 Object e1 = q.lower(three); in testLower() 370 Object e2 = q.lower(six); in testLower() 373 Object e3 = q.lower(one); in testLower() 376 Object e4 = q.lower(zero); in testLower() 857 Object e1 = q.lower(m3); in testDescendingLower() 860 Object e2 = q.lower(m6); in testDescendingLower() 863 Object e3 = q.lower(m1); in testDescendingLower() 866 Object e4 = q.lower(zero); in testDescendingLower()
|
D | ConcurrentSkipListSetTest.java | 416 Object e1 = q.lower(three); in testLower() 419 Object e2 = q.lower(six); in testLower() 422 Object e3 = q.lower(one); in testLower() 425 Object e4 = q.lower(zero); in testLower() 896 int lower(int element) { in check() method in ConcurrentSkipListSetTest.ReferenceSet 981 assertEq(set.lower(element), rs.lower(element)); in check()
|
D | TreeSetTest.java | 413 Object e1 = q.lower(three); in testLower() 416 Object e2 = q.lower(six); in testLower() 419 Object e3 = q.lower(one); in testLower() 422 Object e4 = q.lower(zero); in testLower() 890 int lower(int element) { in check() method in TreeSetTest.ReferenceSet 975 assertEq(set.lower(element), rs.lower(element)); in check()
|
/libcore/jsr166-tests/src/test/java/jsr166/ |
D | ConcurrentSkipListSubSetTest.java | 344 Object e1 = q.lower(three); in testLower() 347 Object e2 = q.lower(six); in testLower() 350 Object e3 = q.lower(one); in testLower() 353 Object e4 = q.lower(zero); in testLower() 834 Object e1 = q.lower(m3); in testDescendingLower() 837 Object e2 = q.lower(m6); in testDescendingLower() 840 Object e3 = q.lower(m1); in testDescendingLower() 843 Object e4 = q.lower(zero); in testDescendingLower()
|
D | TreeSubSetTest.java | 341 Object e1 = q.lower(three); in testLower() 344 Object e2 = q.lower(six); in testLower() 347 Object e3 = q.lower(one); in testLower() 350 Object e4 = q.lower(zero); in testLower() 820 Object e1 = q.lower(m3); in testDescendingLower() 823 Object e2 = q.lower(m6); in testDescendingLower() 826 Object e3 = q.lower(m1); in testDescendingLower() 829 Object e4 = q.lower(zero); in testDescendingLower()
|
D | ConcurrentSkipListSetTest.java | 386 Object e1 = q.lower(three); in testLower() 389 Object e2 = q.lower(six); in testLower() 392 Object e3 = q.lower(one); in testLower() 395 Object e4 = q.lower(zero); in testLower() 865 int lower(int element) { in check() method in ConcurrentSkipListSetTest.ReferenceSet 950 assertEq(set.lower(element), rs.lower(element)); in check()
|
D | TreeSetTest.java | 390 Object e1 = q.lower(three); in testLower() 393 Object e2 = q.lower(six); in testLower() 396 Object e3 = q.lower(one); in testLower() 399 Object e4 = q.lower(zero); in testLower() 866 int lower(int element) { in check() method in TreeSetTest.ReferenceSet 951 assertEq(set.lower(element), rs.lower(element)); in check()
|
/libcore/ojluni/src/test/java/nio/Buffer/ |
D | BulkPutBuffer.java | 381 Buffer lower = buf.slice(lowerOffset, lowerLength); in testSelf() local 386 () -> bp.copy(lower, 0, lowerCopy, 0, lowerLength)); in testSelf() 389 bp.copy(lower, 0, lowerCopy, 0, lowerLength); in testSelf() 396 bp.put(lower, middle); in testSelf()
|
/libcore/tools/testmapping/ |
D | save_logs.py | 108 if instr.lower() == 'q':
|
/libcore/luni/src/test/java/libcore/java/lang/ |
D | LongTest.java | 262 int upper = (int) (val >>> 32), lower = (int) val; 264 add(BigInteger.valueOf(Integer.toUnsignedLong(lower)));
|
/libcore/ojluni/annotations/flagged_api/java/util/concurrent/ |
D | ConcurrentSkipListSet.annotated.java | 72 public E lower(E e) { throw new RuntimeException("Stub!"); } in lower() method in ConcurrentSkipListSet
|
/libcore/ojluni/src/test/java/lang/Long/ |
D | Unsigned.java | 156 int lower = (int) x; in toUnsignedBigInt() local 160 add(BigInteger.valueOf(Integer.toUnsignedLong(lower))); in toUnsignedBigInt()
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/ |
D | TreeMapExtendTest.java | 4664 lowerEntry = (Entry) descendingSubMapEntrySet.lower(entry); 4678 Object x = descendingSubMapEntrySet.lower(afterEnd); 4684 Object y = descendingSubMapEntrySet.lower(beforeStart); 4697 lowerEntry = (Entry) descendingSubMapEntrySet.lower(entry); 4714 lowerEntry = (Entry) descendingSubMapEntrySet.lower(entry); 4731 lowerEntry = (Entry) descendingSubMapEntrySet.lower(entry); 4750 lowerEntry = (Entry) descendingSubMapEntrySet.lower(entry); 7048 lowerKey = (String) descendingKeySet.lower(key); 7058 lowerKey = (String) descendingKeySet.lower(key); 7062 lowerKey = (String) descendingKeySet.lower(key); [all …]
|
/libcore/ojluni/src/main/java/java/util/concurrent/ |
D | ConcurrentSkipListSet.java | 347 public E lower(E e) { in lower() method in ConcurrentSkipListSet
|