/third_party/node/deps/npm/node_modules/postcss-selector-parser/dist/ |
H A D | sortAscending.js | 6 return list.sort(function (a, b) {
|
/third_party/pulseaudio/scripts/ |
H A D | generate-map-file.sh | 14 ctags -I ${CTAGS_IDENTIFIER_LIST} -f - --c-kinds=p "$@" | awk '/^pa_/ { print $1 ";" }' | sort
|
/kernel/linux/linux-5.10/scripts/ |
H A D | modules-check.sh | 16 for m in $(sed 's:.*/::' $1 | sort | uniq -d)
|
/third_party/jerryscript/tests/jerry/ |
H A D | regression-test-issue-3648.js | 21 assert (Array.prototype.sort.call(e) === e);
|
/kernel/linux/linux-6.6/arch/arm64/kvm/ |
H A D | pkvm.c | 12 #include <linux/sort.h> 36 sort(hyp_memory, in sort_memblock_regions()
|
/kernel/linux/linux-6.6/arch/x86/platform/efi/ |
H A D | fake_mem.c | 19 #include <linux/sort.h> 116 sort(efi_fake_mems, nr_fake_mem, sizeof(struct efi_mem_range), in setup_fake_mem()
|
/kernel/linux/linux-6.6/mm/ |
H A D | percpu-stats.c | 14 #include <linux/sort.h> 108 sort(alloc_sizes, as_len, sizeof(int), cmpint, NULL); in chunk_map_stats()
|
/kernel/linux/linux-6.6/scripts/ |
H A D | coccicheck | 200 if [ -n "$REQ" ] && ! { echo "$REQ"; echo "$SPATCH_VERSION"; } | sort -CV ; then 276 for f in `find $srctree/scripts/coccinelle/ -name '*.cocci' -type f | sort`; do
|
/third_party/curl/scripts/ |
H A D | cd2cd | 69 for my $s (sort @sa) { 181 for my $s (sort @seealso) {
|
/third_party/ffmpeg/tests/checkasm/ |
H A D | Makefile | 67 CHECKASMOBJS := $(sort $(CHECKASMOBJS:%=tests/checkasm/%)) 71 CHECKASMDIRS := $(sort $(dir $(CHECKASMOBJS)))
|
/third_party/icu/tools/colprobe/ |
H A D | sortedlines.h | 47 // Properties of the sort 60 void sort(UBool setStrengths = true, UBool link = false); 61 void sort(Line **sortingArray, int32_t sizeToSort, UBool setStrengths = true, UBool link = false);
|
/third_party/icu/tools/cldr/cldr-to-icu/src/test/java/org/unicode/icu/tool/cldrtoicu/localedistance/ |
H A D | TestData.java | 66 String desired, String supported, int distance, boolean oneway, int sort) { in languageMatch() 70 sort, desired, supported, distance, oneway ? "[@oneway=\"true\"]" : ""); in languageMatch() 65 languageMatch( String desired, String supported, int distance, boolean oneway, int sort) languageMatch() argument
|
/third_party/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/layout/ |
H A D | ScriptList.java | 94 TaggedRecord.sort(langSysRecords, langSysCount); in writeScriptRecord() 179 TaggedRecord.sort(scriptRecords, scriptCount); in writeScriptList()
|
/third_party/node/test/parallel/ |
H A D | test-icu-env.js | 144 runEnvOutside({ LANG: 'en' }, '["z", "ä"].sort(new Intl.Collator().compare)'), 148 runEnvOutside({ LANG: 'sv' }, '["z", "ä"].sort(new Intl.Collator().compare)'), 259 runEnvInside({ LANG: 'en' }, () => ['z', 'ä'].sort(new Intl.Collator().compare)), 260 runEnvInside({ LANG: 'sv' }, () => ['z', 'ä'].sort(new Intl.Collator().compare))
|
/third_party/node/deps/npm/node_modules/@sigstore/verify/dist/key/ |
H A D | certificate.js | 47 const certificatePath = this.sort(); 53 sort() {
|
/third_party/rust/crates/clap/clap_complete/src/shells/ |
H A D | bash.rs | 109 subcmds.sort(); in all_subcommands() 132 scs.sort(); in subcommand_details()
|
/third_party/python/Tools/scripts/ |
H A D | objgraph.py | 93 elist.sort() 114 callers.sort()
|
/third_party/pcre2/pcre2/maint/ |
H A D | GenerateCommon.py | 147 bplist.sort() 274 general_category_names.sort()
|
/third_party/skia/tests/ |
H A D | TypefaceMacTest.cpp | 172 std::sort(clonePosition.begin(), clonePosition.end(), compareCoordinate); in DEF_TEST() 173 std::sort(expectedPosition.begin(), expectedPosition.end(), compareCoordinate); in DEF_TEST()
|
/third_party/skia/src/sksl/lex/ |
H A D | NFAtoDFA.h | 48 std::sort(startStates.begin(), startStates.end()); in convert() 119 std::sort(next.begin(), next.end()); in scanState()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
H A D | ImportedFunctionsInliningStatistics.cpp | 163 llvm::sort(NonImportedCallers); in calculateRealInlines() 192 llvm::sort(SortedNodes, [&](const SortedNodesTy::value_type &Lhs, in getSortedNodes()
|
/third_party/skia/tools/skqp/ |
H A D | jitter_gms.cpp | 145 std::sort(goodResults.begin(), goodResults.end()); in main() 146 std::sort(badResults.begin(), badResults.end()); in main()
|
/third_party/protobuf/objectivec/DevTools/ |
H A D | compile_testing_protos.sh | 127 | sort -n | tail -n1 | cut -f2- -d" ") 133 | sort -n -r | tail -n1 | cut -f2- -d" ")
|
/kernel/linux/linux-5.10/tools/perf/ |
H A D | builtin-diff.c | 6 * DSOs and symbol information, sort them and produce a diff. 18 #include "util/sort.h" 457 * period in order to sort entries by percentage delta. in diff__process_sample_event() 590 bh->block_fmt.sort = block_sort; in init_block_hist() 1012 /* Don't sort callchain for perf diff */ in data_process() 1289 OPT_STRING('s', "sort", &sort_order, "key[,key2...]", 1290 "sort by key(s): pid, comm, dso, symbol, parent, cpu, srcline, ..." 1753 fmt->sort = hist_entry__cmp_baseline; in data__hpp_register() 1757 fmt->sort = hist_entry__cmp_delta; in data__hpp_register() 1761 fmt->sort in data__hpp_register() [all...] |
/kernel/linux/linux-6.6/tools/perf/ |
H A D | builtin-diff.c | 6 * DSOs and symbol information, sort them and produce a diff. 17 #include "util/sort.h" 459 * period in order to sort entries by percentage delta. in diff__process_sample_event() 592 bh->block_fmt.sort = block_sort; in init_block_hist() 1014 /* Don't sort callchain for perf diff */ in data_process() 1292 OPT_STRING('s', "sort", &sort_order, "key[,key2...]", 1293 "sort by key(s): pid, comm, dso, symbol, parent, cpu, srcline, ..." 1756 fmt->sort = hist_entry__cmp_baseline; in data__hpp_register() 1760 fmt->sort = hist_entry__cmp_delta; in data__hpp_register() 1764 fmt->sort in data__hpp_register() [all...] |