/aosp_15_r20/external/llvm-libc/test/src/stdlib/ |
H A D | SortingTest.h | 31 void test_sorted_array(SortingRoutine sort_func) { in test_sorted_array() 69 void test_reversed_sorted_array(SortingRoutine sort_func) { in test_reversed_sorted_array() 83 void test_all_equal_elements(SortingRoutine sort_func) { in test_all_equal_elements() 98 void test_unsorted_array_1(SortingRoutine sort_func) { in test_unsorted_array_1() 136 void test_unsorted_array_2(SortingRoutine sort_func) { in test_unsorted_array_2() 154 void test_unsorted_array_duplicated_1(SortingRoutine sort_func) { in test_unsorted_array_duplicated_1() 171 void test_unsorted_array_duplicated_2(SortingRoutine sort_func) { in test_unsorted_array_duplicated_2() 192 void test_unsorted_array_duplicated_3(SortingRoutine sort_func) { in test_unsorted_array_duplicated_3() 213 void test_unsorted_three_element_1(SortingRoutine sort_func) { in test_unsorted_three_element_1() 228 void test_unsorted_three_element_2(SortingRoutine sort_func) { in test_unsorted_three_element_2() [all …]
|
/aosp_15_r20/packages/modules/Bluetooth/system/gd/common/ |
D | sync_map_count.h | 44 std::vector<Item> GetSorted(std::function<bool(const Item& a, const Item& b)> sort_func) const { in GetSorted()
|
/aosp_15_r20/external/toolchain-utils/bestflags/ |
H A D | genetic_algorithm.py | 261 sort_func = lambda task: task.GetTestResult() function
|
/aosp_15_r20/system/memory/libmeminfo/tools/ |
D | procmem.cpp | 140 std::function<bool(const Vma& a, const Vma& b)> sort_func = nullptr; in main() local
|
/aosp_15_r20/frameworks/native/cmds/cmd/ |
H A D | cmd.cpp | 50 static int sort_func(const String16* lhs, const String16* rhs) in sort_func() function
|
/aosp_15_r20/external/libwebsockets/lib/misc/lwsac/ |
H A D | lwsac.c | 30 lws_list_ptr_sort_func_t sort_func) in lws_list_ptr_insert()
|
/aosp_15_r20/system/extras/showslab/ |
H A D | showslab.c | 47 static sort_t sort_func; variable
|
/aosp_15_r20/frameworks/native/cmds/dumpsys/ |
H A D | dumpsys.cpp | 57 static int sort_func(const String16* lhs, const String16* rhs) in sort_func() function
|
/aosp_15_r20/external/protobuf/python/google/protobuf/pyext/ |
H A D | repeated_scalar_container.cc | 575 PyObject* sort_func = PyDict_GetItemString(kwds, "sort_function"); in Sort() local
|
H A D | repeated_composite_container.cc | 403 PyObject* sort_func = PyDict_GetItemString(kwds, "sort_function"); in Sort() local
|
/aosp_15_r20/external/cronet/third_party/protobuf/python/google/protobuf/pyext/ |
H A D | repeated_scalar_container.cc | 575 PyObject* sort_func = PyDict_GetItemString(kwds, "sort_function"); in Sort() local
|
H A D | repeated_composite_container.cc | 403 PyObject* sort_func = PyDict_GetItemString(kwds, "sort_function"); in Sort() local
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/jit/ |
H A D | compilability_check_util_test.cc | 485 FunctionDef sort_func = FunctionDefHelper::Create( in TEST_F() local
|
/aosp_15_r20/external/libchrome/third_party/jinja2/ |
H A D | filters.py | 234 def sort_func(item): function
|
/aosp_15_r20/external/python/jinja/src/jinja2/ |
D | filters.py | 283 def sort_func(item): function
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/upb/python/ |
D | repeated.c | 520 PyObject* sort_func = PyDict_GetItemString(kwds, "sort_function"); in PyUpb_RepeatedContainer_Sort() local
|
/aosp_15_r20/external/pytorch/torch/_inductor/ |
H A D | utils.py | 441 def sort_func(elem): function
|