Searched refs:test_sort (Results 1 – 5 of 5) sorted by relevance
/third_party/flutter/skia/third_party/externals/sdl/test/ |
D | testqsort.c | 24 test_sort(const char *desc, int *nums, const int arraylen) in test_sort() function 85 test_sort("already sorted", nums, arraylen); in main() 91 test_sort("already sorted except last element", nums, arraylen); in main() 96 test_sort("reverse sorted", nums, arraylen); in main() 101 test_sort("random sorted", nums, arraylen); in main()
|
/third_party/python/Lib/test/ |
D | test_cprofile.py | 62 def test_sort(self): member in TestCommandLine
|
D | list_tests.py | 435 def test_sort(self): member in CommonTest
|
D | test_bigmem.py | 1242 def test_sort(self, size): member in ListTest
|
/third_party/rust/crates/memchr/bench/data/code/ |
D | rust-library.rs | 9638 fn test_sort() {
|