Home
last modified time | relevance | path

Searched refs:sort (Results 151 - 175 of 1678) sorted by relevance

12345678910>>...68

/third_party/node/deps/npm/node_modules/postcss-selector-parser/dist/
H A DsortAscending.js6 return list.sort(function (a, b) {
/third_party/pulseaudio/scripts/
H A Dgenerate-map-file.sh14 ctags -I ${CTAGS_IDENTIFIER_LIST} -f - --c-kinds=p "$@" | awk '/^pa_/ { print $1 ";" }' | sort
/kernel/linux/linux-5.10/scripts/
H A Dmodules-check.sh16 for m in $(sed 's:.*/::' $1 | sort | uniq -d)
/third_party/jerryscript/tests/jerry/
H A Dregression-test-issue-3648.js21 assert (Array.prototype.sort.call(e) === e);
/kernel/linux/linux-6.6/arch/arm64/kvm/
H A Dpkvm.c12 #include <linux/sort.h>
36 sort(hyp_memory, in sort_memblock_regions()
/kernel/linux/linux-6.6/arch/x86/platform/efi/
H A Dfake_mem.c19 #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 Dpercpu-stats.c14 #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 Dcoccicheck200 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 Dcd2cd69 for my $s (sort @sa) {
181 for my $s (sort @seealso) {
/third_party/ffmpeg/tests/checkasm/
H A DMakefile67 CHECKASMOBJS := $(sort $(CHECKASMOBJS:%=tests/checkasm/%))
71 CHECKASMDIRS := $(sort $(dir $(CHECKASMOBJS)))
/third_party/icu/tools/colprobe/
H A Dsortedlines.h47 // 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 DTestData.java66 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 DScriptList.java94 TaggedRecord.sort(langSysRecords, langSysCount); in writeScriptRecord()
179 TaggedRecord.sort(scriptRecords, scriptCount); in writeScriptList()
/third_party/node/test/parallel/
H A Dtest-icu-env.js144 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 Dcertificate.js47 const certificatePath = this.sort();
53 sort() {
/third_party/rust/crates/clap/clap_complete/src/shells/
H A Dbash.rs109 subcmds.sort(); in all_subcommands()
132 scs.sort(); in subcommand_details()
/third_party/python/Tools/scripts/
H A Dobjgraph.py93 elist.sort()
114 callers.sort()
/third_party/pcre2/pcre2/maint/
H A DGenerateCommon.py147 bplist.sort()
274 general_category_names.sort()
/third_party/skia/tests/
H A DTypefaceMacTest.cpp172 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 DNFAtoDFA.h48 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 DImportedFunctionsInliningStatistics.cpp163 llvm::sort(NonImportedCallers); in calculateRealInlines()
192 llvm::sort(SortedNodes, [&](const SortedNodesTy::value_type &Lhs, in getSortedNodes()
/third_party/skia/tools/skqp/
H A Djitter_gms.cpp145 std::sort(goodResults.begin(), goodResults.end()); in main()
146 std::sort(badResults.begin(), badResults.end()); in main()
/third_party/protobuf/objectivec/DevTools/
H A Dcompile_testing_protos.sh127 | 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 Dbuiltin-diff.c6 * 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 Dbuiltin-diff.c6 * 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...]

Completed in 18 milliseconds

12345678910>>...68