/third_party/node/deps/npm/node_modules/ignore-walk/lib/ |
H A D | index.js | 28 sort (a, b) { 39 .map(e => /^@/.test(e) ? `./${e}` : e).sort(this.sort)
|
/third_party/python/Lib/multiprocessing/ |
H A D | util.py | 164 items.sort() 292 keys.sort(reverse=True) 402 fds.sort()
|
/third_party/skia/buildtools/checkdeps/ |
H A D | graphdeps.py | 166 deps_srcs.sort() 244 edges.sort() 245 nodes.sort()
|
/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...] |
/kernel/linux/linux-5.10/scripts/dtc/ |
H A D | dt_to_config | 1030 for my $compat (sort keys %compat_white_list) { 1039 for my $compat (sort keys %driver_hard_code_list) { 1044 for my $compat (sort keys %driver_hard_code_list) { 1065 for my $driver (sort keys %driver_config_hard_code_list) { 1070 for my $driver (sort keys %driver_config_hard_code_list) {
|
/kernel/linux/linux-6.6/scripts/dtc/ |
H A D | dt_to_config | 1030 for my $compat (sort keys %compat_white_list) { 1039 for my $compat (sort keys %driver_hard_code_list) { 1044 for my $compat (sort keys %driver_hard_code_list) { 1065 for my $driver (sort keys %driver_config_hard_code_list) { 1070 for my $driver (sort keys %driver_config_hard_code_list) {
|
/foundation/multimedia/av_codec/test/unittest/codeclist_test/capi/ |
H A D | codeclist_capi_mock.cpp | 139 std::sort(retVector.begin(), retVector.end()); in GetAudioSupportedSampleRates() 333 std::sort(retVector.begin(), retVector.end()); in GetVideoSupportedPixelFormats() 353 std::sort(retVector.begin(), retVector.end()); in GetSupportedProfiles() 373 std::sort(retVector.begin(), retVector.end()); in GetSupportedLevelsForProfile()
|
/kernel/linux/linux-6.6/tools/testing/selftests/rcutorture/bin/ |
H A D | kvm.sh | 314 for CF1 in `echo $configs_derep | tr -s ' ' '\012' | sort -u` 341 sort -k2nr $T/cfgcpu -T="$T" > $T/cfgcpu.sort 344 awk < $T/cfgcpu.sort > $T/cfgcpu.pack -v ncpus=$cpus '
|
/third_party/json/ |
H A D | Makefile | 16 SRCS=$(shell find include -type f | sort) 19 TESTS_SRCS=$(shell find tests -type f \( -name '*.hpp' -o -name '*.cpp' -o -name '*.cu' \) -not -path 'tests/thirdparty/*' -not -path 'tests/abi/include/nlohmann/*' | sort) 221 gtar --sort=name --mtime="@$(shell git log -1 --pretty=%ct)" --owner=0 --group=0 --numeric-owner --pax-option=exthdr.name=%d/PaxHeaders/%f,delete=atime,delete=ctime --create --file - json | xz --compress -9e --threads=2 - > json.tar.xz 263 grep "[[:blank:]]*#[[:blank:]]*undef" include/nlohmann/thirdparty/hedley/hedley.hpp | grep -v "__" | sort | uniq | $(SED) 's/ //g' | $(SED) 's/undef/undef /g' > include/nlohmann/thirdparty/hedley/hedley_undef.hpp
|
/kernel/linux/linux-5.10/arch/m68k/kernel/syscalls/ |
H A D | syscalltbl.sh | 22 grep -E "^[0-9A-Fa-fXx]+[[:space:]]+${my_abis}" "$in" | sort -n | (
|
/kernel/linux/linux-5.10/arch/ia64/kernel/syscalls/ |
H A D | syscalltbl.sh | 22 grep -E "^[0-9A-Fa-fXx]+[[:space:]]+${my_abis}" "$in" | sort -n | (
|
/kernel/linux/linux-5.10/arch/microblaze/kernel/syscalls/ |
H A D | syscalltbl.sh | 22 grep -E "^[0-9A-Fa-fXx]+[[:space:]]+${my_abis}" "$in" | sort -n | (
|
/kernel/linux/linux-5.10/arch/mips/kernel/syscalls/ |
H A D | syscalltbl.sh | 22 grep -E "^[0-9A-Fa-fXx]+[[:space:]]+${my_abis}" "$in" | sort -n | (
|
/kernel/linux/linux-5.10/arch/powerpc/kernel/syscalls/ |
H A D | syscalltbl.sh | 22 grep -E "^[0-9A-Fa-fXx]+[[:space:]]+${my_abis}" "$in" | sort -n | (
|
/kernel/linux/linux-5.10/arch/parisc/kernel/syscalls/ |
H A D | syscalltbl.sh | 22 grep -E "^[0-9A-Fa-fXx]+[[:space:]]+${my_abis}" "$in" | sort -n | (
|
/kernel/linux/linux-5.10/arch/sparc/kernel/syscalls/ |
H A D | syscalltbl.sh | 22 grep -E "^[0-9A-Fa-fXx]+[[:space:]]+${my_abis}" "$in" | sort -n | (
|
/kernel/linux/linux-5.10/arch/sh/kernel/syscalls/ |
H A D | syscalltbl.sh | 22 grep -E "^[0-9A-Fa-fXx]+[[:space:]]+${my_abis}" "$in" | sort -n | (
|
/kernel/linux/linux-5.10/arch/x86/entry/syscalls/ |
H A D | syscalltbl.sh | 41 grep '^[0-9]' "$in" | sort -n | (
|
/kernel/linux/linux-5.10/arch/alpha/kernel/syscalls/ |
H A D | syscalltbl.sh | 22 grep -E "^[0-9A-Fa-fXx]+[[:space:]]+${my_abis}" "$in" | sort -n | (
|
/kernel/linux/linux-5.10/arch/xtensa/kernel/syscalls/ |
H A D | syscalltbl.sh | 22 grep -E "^[0-9A-Fa-fXx]+[[:space:]]+${my_abis}" "$in" | sort -n | (
|
/kernel/linux/linux-5.10/scripts/ |
H A D | stackdelta | 16 # achieved by piping to sort -k5,5g. 52 my @common = sort grep {exists $new->{$_}} keys %$old;
|
/kernel/linux/linux-5.10/tools/perf/arch/x86/entry/syscalls/ |
H A D | syscalltbl.sh | 24 grep '^[0-9]' "$in" | sort -n > $sorted_table
|
/kernel/linux/linux-6.6/tools/perf/arch/x86/entry/syscalls/ |
H A D | syscalltbl.sh | 24 grep '^[0-9]' "$in" | sort -n > $sorted_table
|
/kernel/linux/linux-6.6/scripts/ |
H A D | stackdelta | 16 # achieved by piping to sort -k5,5g. 52 my @common = sort grep {exists $new->{$_}} keys %$old;
|