Home
last modified time | relevance | path

Searched refs:test_sort (Results 1 – 25 of 38) sorted by relevance

12

/aosp_15_r20/libcore/luni/src/test/java/libcore/java/util/
H A DVectorTest.java26 public void test_sort() { in test_sort() method in VectorTest
27 ListDefaultMethodTester.test_sort(new Vector<>()); in test_sort()
H A DListTest.java29 public void test_sort() { in test_sort() method in ListTest
30 ListDefaultMethodTester.test_sort(new LinkedList<>()); in test_sort()
H A DArrayListTest.java28 public void test_sort() { in test_sort() method in ArrayListTest
29 ListDefaultMethodTester.test_sort(new ArrayList<>()); in test_sort()
H A DListDefaultMethodTester.java41 public static void test_sort(List<Double> l) { in test_sort() method in ListDefaultMethodTester
H A DCollectionsTest.java1364 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/
Dsort.cpp87 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 DArrays2Test.java120 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 DArraysTest.java1026 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/
Dgeneric_multiset_test.hpp34 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
Dgeneric_set_test.hpp36 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
Dlist_test.cpp51 static void test_sort(ValueContainer&);
78 test_sort(values); in test_all()
119 ::test_sort(ValueContainer& values) in test_sort() function in test_list
Dslist_test.cpp54 static void test_sort(ValueContainer&);
83 test_sort(values); in test_all()
197 ::test_sort(ValueContainer& values) in test_sort() function in test_slist
Dunordered_test.hpp37 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/
Dtests.rs4 fn test_sort() { in test_sort() function
/aosp_15_r20/external/python/cpython3/Lib/test/
Dtest_cprofile.py62 def test_sort(self): member in TestCommandLine
/aosp_15_r20/external/selinux/python/sepolgen/tests/
H A Dtest_matching.py70 def test_sort(self): member in TestMatchList
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/property_tree/test/
Dtest_property_tree.cpp164 test_sort(pt); in run_tests()
/aosp_15_r20/external/rust/beto-rust/nearby/presence/np_adv/src/
Darray_vec.rs189 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 Dtests.rs244 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 Dtests.rs243 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 Dtests.rs243 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 Dtests.rs244 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 Dtests.rs244 fn test_sort() { in test_sort() function
/aosp_15_r20/libcore/luni/src/test/java/libcore/java/util/concurrent/
H A DCopyOnWriteArrayListTest.java324 public void test_sort() { in test_sort() method in CopyOnWriteArrayListTest
/aosp_15_r20/external/python/cpython2/Lib/test/
Dlist_tests.py422 def test_sort(self): member in CommonTest

12