Home
last modified time | relevance | path

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

/libcore/jsr166-tests/src/test/java/jsr166/
DTreeSetTest.java872 floorAscending(element) : ceilingAscending(element); in check()
876 ceilingAscending(element) : floorAscending(element); in check()
889 return floorAscending(element - 1); in check()
891 int floorAscending(int element) { in check() method in TreeSetTest.ReferenceSet
921 int result = floorAscending(max); in check()
DConcurrentSkipListSetTest.java871 floorAscending(element) : ceilingAscending(element); in check()
875 ceilingAscending(element) : floorAscending(element); in check()
888 return floorAscending(element - 1); in check()
890 int floorAscending(int element) { in check() method in ConcurrentSkipListSetTest.ReferenceSet
920 int result = floorAscending(max); in check()
DTreeMapTest.java977 return ascending ? floorAscending(key) : ceilingAscending(key);
980 return ascending ? ceilingAscending(key) : floorAscending(key);
992 return floorAscending(key - 1);
994 int floorAscending(int key) {
1024 int result = floorAscending(max);
DConcurrentSkipListMapTest.java1172 return ascending ? floorAscending(key) : ceilingAscending(key);
1175 return ascending ? ceilingAscending(key) : floorAscending(key);
1187 return floorAscending(key - 1);
1189 int floorAscending(int key) {
1219 int result = floorAscending(max);