Home
last modified time | relevance | path

Searched defs:sort_func (Results 1 – 17 of 17) sorted by relevance

/aosp_15_r20/external/llvm-libc/test/src/stdlib/
H A DSortingTest.h31 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/
Dsync_map_count.h44 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 Dgenetic_algorithm.py261 sort_func = lambda task: task.GetTestResult() function
/aosp_15_r20/system/memory/libmeminfo/tools/
Dprocmem.cpp140 std::function<bool(const Vma& a, const Vma& b)> sort_func = nullptr; in main() local
/aosp_15_r20/frameworks/native/cmds/cmd/
H A Dcmd.cpp50 static int sort_func(const String16* lhs, const String16* rhs) in sort_func() function
/aosp_15_r20/external/libwebsockets/lib/misc/lwsac/
H A Dlwsac.c30 lws_list_ptr_sort_func_t sort_func) in lws_list_ptr_insert()
/aosp_15_r20/system/extras/showslab/
H A Dshowslab.c47 static sort_t sort_func; variable
/aosp_15_r20/frameworks/native/cmds/dumpsys/
H A Ddumpsys.cpp57 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 Drepeated_scalar_container.cc575 PyObject* sort_func = PyDict_GetItemString(kwds, "sort_function"); in Sort() local
H A Drepeated_composite_container.cc403 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 Drepeated_scalar_container.cc575 PyObject* sort_func = PyDict_GetItemString(kwds, "sort_function"); in Sort() local
H A Drepeated_composite_container.cc403 PyObject* sort_func = PyDict_GetItemString(kwds, "sort_function"); in Sort() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/jit/
H A Dcompilability_check_util_test.cc485 FunctionDef sort_func = FunctionDefHelper::Create( in TEST_F() local
/aosp_15_r20/external/libchrome/third_party/jinja2/
H A Dfilters.py234 def sort_func(item): function
/aosp_15_r20/external/python/jinja/src/jinja2/
Dfilters.py283 def sort_func(item): function
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/upb/python/
Drepeated.c520 PyObject* sort_func = PyDict_GetItemString(kwds, "sort_function"); in PyUpb_RepeatedContainer_Sort() local
/aosp_15_r20/external/pytorch/torch/_inductor/
H A Dutils.py441 def sort_func(elem): function