/aosp_15_r20/libcore/luni/src/test/java/libcore/java/util/ |
H A D | VectorTest.java | 26 public void test_sort() { in test_sort() method in VectorTest 27 ListDefaultMethodTester.test_sort(new Vector<>()); in test_sort()
|
H A D | ListTest.java | 29 public void test_sort() { in test_sort() method in ListTest 30 ListDefaultMethodTester.test_sort(new LinkedList<>()); in test_sort()
|
H A D | ArrayListTest.java | 28 public void test_sort() { in test_sort() method in ArrayListTest 29 ListDefaultMethodTester.test_sort(new ArrayList<>()); in test_sort()
|
H A D | ListDefaultMethodTester.java | 41 public static void test_sort(List<Double> l) { in test_sort() method in ListDefaultMethodTester
|
H A D | CollectionsTest.java | 1364 ListDefaultMethodTester.test_sort(Collections.synchronizedList(new ArrayList<>())); in test_SynchronizedList_sort() 1372 ListDefaultMethodTester.test_sort(Collections.checkedList(new ArrayList<>(), Double.class)); in test_CheckedList_sort()
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/range/test/algorithm_test/ |
D | sort.cpp | 87 void test_sort() in test_sort() function 101 test->add( BOOST_TEST_CASE( &boost::test_sort ) ); in init_unit_test_suite()
|
/aosp_15_r20/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/ |
H A D | Arrays2Test.java | 120 public void test_sort$D() { in test_sort$D() 157 public void test_sort$F() { in test_sort$F() 429 public void test_sort$TLjava_lang_ComparatorsuperT() { 452 public void test_sort$TIILjava_lang_ComparatorsuperT() {
|
H A D | ArraysTest.java | 1026 public void test_sort$B() { in test_sort$B() 1040 public void test_sort$BII() { in test_sort$BII() 1084 public void test_sort$C() { in test_sort$C() 1099 public void test_sort$CII() { in test_sort$CII() 1143 public void test_sort$D() { in test_sort$D() 1192 public void test_sort$DII() { in test_sort$DII() 1236 public void test_sort$F() { in test_sort$F() 1274 public void test_sort$FII() { in test_sort$FII() 1318 public void test_sort$I() { in test_sort$I() 1332 public void test_sort$III() { in test_sort$III() [all …]
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/intrusive/test/ |
D | generic_multiset_test.hpp | 34 static void test_sort(value_cont_type&); 64 test_sort(values); in test_all() 97 void test_generic_multiset<ContainerDefiner>::test_sort(value_cont_type& values) in test_sort() function in boost::intrusive::test::test_generic_multiset
|
D | generic_set_test.hpp | 36 static void test_sort(value_cont_type&); 72 test_sort(values); in test_all() 114 void test_generic_set<ContainerDefiner>::test_sort(value_cont_type& values) in test_sort() function in boost::intrusive::test::test_generic_set
|
D | list_test.cpp | 51 static void test_sort(ValueContainer&); 78 test_sort(values); in test_all() 119 ::test_sort(ValueContainer& values) in test_sort() function in test_list
|
D | slist_test.cpp | 54 static void test_sort(ValueContainer&); 83 test_sort(values); in test_all() 197 ::test_sort(ValueContainer& values) in test_sort() function in test_slist
|
D | unordered_test.hpp | 37 static void test_sort(value_cont_type& values); 83 test_sort(values); in test_all() 122 void test_unordered<ContainerDefiner>::test_sort(value_cont_type& values) in test_sort() function in boost::intrusive::test::test_unordered
|
/aosp_15_r20/external/rust/android-crates-io/crates/indexmap/tests/ |
D | tests.rs | 4 fn test_sort() { in test_sort() function
|
/aosp_15_r20/external/python/cpython3/Lib/test/ |
D | test_cprofile.py | 62 def test_sort(self): member in TestCommandLine
|
/aosp_15_r20/external/selinux/python/sepolgen/tests/ |
H A D | test_matching.py | 70 def test_sort(self): member in TestMatchList
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/property_tree/test/ |
D | test_property_tree.cpp | 164 test_sort(pt); in run_tests()
|
/aosp_15_r20/external/rust/beto-rust/nearby/presence/np_adv/src/ |
D | array_vec.rs | 189 fn test_sort() { in test_sort() function
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/alloc/src/slice/ |
H A D | tests.rs | 244 fn test_sort() { in test_sort() function
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/alloc/src/slice/ |
H A D | tests.rs | 243 fn test_sort() { in test_sort() function
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/alloc/src/slice/ |
H A D | tests.rs | 243 fn test_sort() { in test_sort() function
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/alloc/src/slice/ |
H A D | tests.rs | 244 fn test_sort() { in test_sort() function
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/alloc/src/slice/ |
H A D | tests.rs | 244 fn test_sort() { in test_sort() function
|
/aosp_15_r20/libcore/luni/src/test/java/libcore/java/util/concurrent/ |
H A D | CopyOnWriteArrayListTest.java | 324 public void test_sort() { in test_sort() method in CopyOnWriteArrayListTest
|
/aosp_15_r20/external/python/cpython2/Lib/test/ |
D | list_tests.py | 422 def test_sort(self): member in CommonTest
|