Home
last modified time | relevance | path

Searched refs:lower (Results 1 – 25 of 40) sorted by relevance

12

/libcore/ojluni/src/main/java/java/util/
DDualPivotQuicksort.java268 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 …]
DNavigableSet.java103 E lower(E e); in lower() method
DTreeSet.java414 public E lower(E e) { in lower() method in TreeSet
/libcore/luni/src/test/java/libcore/libcore/util/
DHexEncodingTest.java51 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/
Dgen_java_nio.py100 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/
DURITest.java742 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/
Dgenerate-vh-tests.sh94 Type="$(tr '[:lower:]' '[:upper:]' <<< ${type:0:1})${type:1}"
/libcore/ojluni/src/test/java/lang/StackWalker/
DLocalsAndOperands.java524 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/
DNavigableSet.annotated.java46 public E lower(E e); in lower() method
DTreeSet.annotated.java78 public E lower(E e) { throw new RuntimeException("Stub!"); } in lower() method in TreeSet
/libcore/ojluni/src/test/java/util/concurrent/tck/
DTreeSubSetTest.java364 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()
DConcurrentSkipListSubSetTest.java367 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()
DConcurrentSkipListSetTest.java416 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()
DTreeSetTest.java413 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/
DConcurrentSkipListSubSetTest.java344 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()
DTreeSubSetTest.java341 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()
DConcurrentSkipListSetTest.java386 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()
DTreeSetTest.java390 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/
DBulkPutBuffer.java381 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/
Dsave_logs.py108 if instr.lower() == 'q':
/libcore/luni/src/test/java/libcore/java/lang/
DLongTest.java262 int upper = (int) (val >>> 32), lower = (int) val;
264 add(BigInteger.valueOf(Integer.toUnsignedLong(lower)));
/libcore/ojluni/annotations/flagged_api/java/util/concurrent/
DConcurrentSkipListSet.annotated.java72 public E lower(E e) { throw new RuntimeException("Stub!"); } in lower() method in ConcurrentSkipListSet
/libcore/ojluni/src/test/java/lang/Long/
DUnsigned.java156 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/
DTreeMapExtendTest.java4664 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/
DConcurrentSkipListSet.java347 public E lower(E e) { in lower() method in ConcurrentSkipListSet

12