Home
last modified time | relevance | path

Searched refs:sort (Results 326 - 350 of 2842) sorted by relevance

1...<<11121314151617181920>>...114

/third_party/ltp/include/mk/
H A Dmodule.mk45 MAKE_TARGETS += $(sort $(wildcard *.ko))
/third_party/node/deps/v8/tools/testrunner/local/
H A Dverbose.py98 timed_tests.sort(key=lambda test_duration: test_duration[1], reverse=True)
/third_party/node/deps/v8/tools/
H A Deval_gc_time.sh15 echo " -s|--sort avg|max sorting mode (default: max)"
45 -s|--sort)
/third_party/ninja/src/
H A Dhash_collision_bench.cc50 sort(hashes, hashes + N); in main()
/third_party/node/deps/icu-small/source/common/
H A Dlocaleprioritylist.h104 void sort(UErrorCode &errorCode);
/third_party/node/deps/npm/node_modules/@tufjs/canonical-json/lib/
H A Dindex.js37 .sort()
/third_party/node/deps/npm/node_modules/cli-columns/
H A Dtest.js79 test('should optionally not sort', t => {
90 sort: false,
/third_party/ltp/testcases/open_posix_testsuite/bin/
H A Drun-posix-option-group-test.sh30 list_of_tests=`find $1 -name '*.run-test' | sort`
/third_party/rust/crates/cxx/gen/cmd/src/syntax/
H A Dtoposort.rs10 pub fn sort<'a>(cx: &mut Errors, apis: &'a [Api], types: &Types<'a>) -> Vec<&'a Struct> { in sort() functions
/third_party/rust/crates/cxx/gen/lib/src/syntax/
H A Dtoposort.rs10 pub fn sort<'a>(cx: &mut Errors, apis: &'a [Api], types: &Types<'a>) -> Vec<&'a Struct> { in sort() functions
/third_party/rust/crates/cxx/gen/build/src/syntax/
H A Dtoposort.rs10 pub fn sort<'a>(cx: &mut Errors, apis: &'a [Api], types: &Types<'a>) -> Vec<&'a Struct> { in sort() functions
/third_party/python/Tools/peg_generator/scripts/
H A Djoinstats.py60 table.sort(key=lambda values: -values[1])
/third_party/rust/crates/cxx/syntax/
H A Dtoposort.rs10 pub fn sort<'a>(cx: &mut Errors, apis: &'a [Api], types: &Types<'a>) -> Vec<&'a Struct> { in sort() functions
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DNonRelocatableStringpool.cpp47 llvm::sort(Result, [](const DwarfStringPoolEntryRef A, in getEntriesForEmission()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/
H A DDebugFrameDataSubsection.cpp50 std::sort(SortedFrames.begin(), SortedFrames.end(), in commit()
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dtest-bimap.cc60 ibm.sort (); in main()
/third_party/skia/third_party/externals/icu/scripts/
H A Deucjp_gen.sh108 unsorted_table | sort | uniq
/third_party/skia/third_party/externals/icu/source/common/
H A Dlocaleprioritylist.h104 void sort(UErrorCode &errorCode);
/third_party/vixl/tools/
H A Dgenerate_test_trace_a64_reference.py59 tests.sort()
/third_party/python/Lib/distutils/tests/
H A Dtest_extension.py19 names.sort()
/third_party/rust/crates/cxx/macro/src/syntax/
H A Dtoposort.rs10 pub fn sort<'a>(cx: &mut Errors, apis: &'a [Api], types: &Types<'a>) -> Vec<&'a Struct> { in sort() functions
/kernel/linux/linux-5.10/kernel/trace/
H A Dtracing_map.c17 #include <linux/sort.h>
258 * @cmp_fn: The comparison function that will be used to sort on the key
260 * Let the map know there is a key and that if it's used as a sort key
934 * tracing_map_destroy_sort_entries - Destroy an array of sort entries
976 sort(sort_entries, n_entries, sizeof(struct tracing_map_sort_entry *), in detect_dups()
1040 sort(&entries[start], n_sub, in sort_secondary()
1053 * @sort_key: The sort key to use for sorting
1065 * 'descending' is a flag that if set reverses the sort order, which
1122 sort(entries, n_entries, sizeof(struct tracing_map_sort_entry *), in tracing_map_sort_entries()
/kernel/linux/linux-6.6/kernel/trace/
H A Dtracing_map.c17 #include <linux/sort.h>
258 * @cmp_fn: The comparison function that will be used to sort on the key
260 * Let the map know there is a key and that if it's used as a sort key
934 * tracing_map_destroy_sort_entries - Destroy an array of sort entries
976 sort(sort_entries, n_entries, sizeof(struct tracing_map_sort_entry *), in detect_dups()
1039 sort(&entries[start], n_sub, in sort_secondary()
1052 * @sort_keys: The sort key to use for sorting
1065 * 'descending' is a flag that if set reverses the sort order, which
1122 sort(entries, n_entries, sizeof(struct tracing_map_sort_entry *), in tracing_map_sort_entries()
/third_party/gn/src/gn/
H A Dbuilder.cc142 std::sort(result.begin(), result.end(), BuilderRecord::LabelCompare); in GetAllRecords()
156 std::sort(result.begin(), result.end(), [](const Item* a, const Item* b) { in GetAllResolvedItems()
171 std::sort(result.begin(), result.end(), [](const Target* a, const Target* b) { in GetAllResolvedTargets()
208 std::sort(bad_records.begin(), bad_records.end(), in CheckForBadItems()
/third_party/skia/third_party/externals/swiftshader/tests/regres/cov/
H A Dserialization.go23 "sort"
118 sort.Slice(spans, func(i, j int) bool { return spans[i].id < spans[j].id })
144 sort.Strings(paths)
190 sort.Slice(groups, func(i, j int) bool { return groups[i].id < groups[j].id })
235 sort.Slice(ids, func(i, j int) bool { return ids[i] < ids[j] })

Completed in 11 milliseconds

1...<<11121314151617181920>>...114