/third_party/ltp/include/mk/ |
H A D | module.mk | 45 MAKE_TARGETS += $(sort $(wildcard *.ko))
|
/third_party/node/deps/v8/tools/testrunner/local/ |
H A D | verbose.py | 98 timed_tests.sort(key=lambda test_duration: test_duration[1], reverse=True)
|
/third_party/node/deps/v8/tools/ |
H A D | eval_gc_time.sh | 15 echo " -s|--sort avg|max sorting mode (default: max)" 45 -s|--sort)
|
/third_party/ninja/src/ |
H A D | hash_collision_bench.cc | 50 sort(hashes, hashes + N); in main()
|
/third_party/node/deps/icu-small/source/common/ |
H A D | localeprioritylist.h | 104 void sort(UErrorCode &errorCode);
|
/third_party/node/deps/npm/node_modules/@tufjs/canonical-json/lib/ |
H A D | index.js | 37 .sort()
|
/third_party/node/deps/npm/node_modules/cli-columns/ |
H A D | test.js | 79 test('should optionally not sort', t => { 90 sort: false,
|
/third_party/ltp/testcases/open_posix_testsuite/bin/ |
H A D | run-posix-option-group-test.sh | 30 list_of_tests=`find $1 -name '*.run-test' | sort`
|
/third_party/rust/crates/cxx/gen/cmd/src/syntax/ |
H A D | toposort.rs | 10 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 D | toposort.rs | 10 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 D | toposort.rs | 10 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 D | joinstats.py | 60 table.sort(key=lambda values: -values[1])
|
/third_party/rust/crates/cxx/syntax/ |
H A D | toposort.rs | 10 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 D | NonRelocatableStringpool.cpp | 47 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 D | DebugFrameDataSubsection.cpp | 50 std::sort(SortedFrames.begin(), SortedFrames.end(), in commit()
|
/third_party/skia/third_party/externals/harfbuzz/src/ |
H A D | test-bimap.cc | 60 ibm.sort (); in main()
|
/third_party/skia/third_party/externals/icu/scripts/ |
H A D | eucjp_gen.sh | 108 unsorted_table | sort | uniq
|
/third_party/skia/third_party/externals/icu/source/common/ |
H A D | localeprioritylist.h | 104 void sort(UErrorCode &errorCode);
|
/third_party/vixl/tools/ |
H A D | generate_test_trace_a64_reference.py | 59 tests.sort()
|
/third_party/python/Lib/distutils/tests/ |
H A D | test_extension.py | 19 names.sort()
|
/third_party/rust/crates/cxx/macro/src/syntax/ |
H A D | toposort.rs | 10 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 D | tracing_map.c | 17 #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 D | tracing_map.c | 17 #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 D | builder.cc | 142 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 D | serialization.go | 23 "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] })
|