/third_party/skia/third_party/externals/microhttpd/ |
H A D | ltmain.sh | 3410 if sort -k 3 </dev/null >/dev/null 2>&1; then 3411 sort -k 3 3413 sort +2 3730 if ($AR t "$f_ex_an_ar_oldlib" | sort | sort -uc >/dev/null 2>&1); then 3796 darwin_filelist=`find unfat-$$ -type f -name \*.o -print -o -name \*.lo -print | $SED -e "$basename" | sort -u` 3800 darwin_files=`find unfat-$$ -name $darwin_file -print | sort | $NL2SP` 3815 my_oldobjs="$my_oldobjs "`find $my_xdir -name \*.$objext -print -o -name \*.lo -print | sort | $NL2SP` 9142 done | sort | sort [all...] |
/test/testfwk/xdevice/src/xdevice/_core/report/ |
H A D | reporter_helper.py | 226 data_reports.sort(key=key, reverse=reverse) 395 self.cases.sort(key=lambda x: ( 494 suites.sort(key=lambda x: x.module_name, reverse=True) 600 suites.sort(key=lambda x: (x.result.failed, x.result.blocked,
|
/third_party/ffmpeg/libavcodec/ |
H A D | vorbisenc.c | 756 int begin = fc->list[fc->list[FFMAX(i-1, 0)].sort].x; in get_floor_average() 757 int end = fc->list[fc->list[FFMIN(i+1, fc->values - 1)].sort].x; in get_floor_average() 781 int position = fc->list[fc->list[i].sort].x; in floor_fit() 789 posts[fc->list[i].sort] = j; in floor_fit()
|
/third_party/vk-gl-cts/external/vulkan-docs/src/config/chunkindex/ |
H A D | lunr.js | 1674 labels = Object.keys(this.edges).sort(), 2239 return results.sort(function (a, b) { 2254 .sort() 2635 Object.keys(this.invertedIndex).sort()
|
/kernel/linux/linux-5.10/tools/perf/util/ |
H A D | hist.c | 14 #include "sort.h" 601 * function when searching an entry regardless which sort in hists__findnew_entry() 1685 cmp = fmt->sort(fmt, a, b); in hist_entry__sort() 1774 fmt->sort(fmt, he, NULL); in hierarchy_insert_output_entry() 1827 callchain_param.sort(&he->sorted_chain, he->callchain, in hists__hierarchy_output_resort() 1852 callchain_param.sort(&he->sorted_chain, he->callchain, in __hists__insert_output_entry() 1874 fmt->sort(fmt, he, NULL); /* update column width */ in __hists__insert_output_entry()
|
H A D | block-info.c | 6 #include "sort.h" 355 fmt->sort = block_total_cycles_pct_sort; in hpp_register()
|
/third_party/python/Lib/ |
H A D | pydoc.py | 321 attrs.sort(key=keyfunc) 819 modpkgs.sort() 1121 modpkgs.sort() 1250 modpkgs.sort() 1260 submodules.sort()
|
/third_party/vk-gl-cts/external/openglcts/modules/gles31/ |
H A D | es31cShaderAtomicCountersTests.cpp | 576 std::sort(values, values + size); in CheckCounterValues() 597 std::sort(values.begin(), values.end()); in CheckCounterValues() 983 std::sort(data, data + 512); in Run() 1861 // CheckCounterValues will sort in place, so map buffer for both read and write in Run() 3358 std::sort(data, data + 512); in Run() 3787 std::sort(data, data + 100); in Run() 3881 std::sort(data, data + 100); in Run()
|
/kernel/linux/linux-5.10/arch/m68k/math-emu/ |
H A D | fp_scan.S | 106 | sort out fmovecr, keep data size in %d1
|
/kernel/linux/linux-5.10/arch/arm/ |
H A D | Makefile | 265 platdirs := $(patsubst %,arch/arm/plat-%/,$(sort $(plat-y)))
|
/kernel/linux/linux-5.10/arch/powerpc/boot/ |
H A D | wrapper | 573 size=$(${CROSS}nm --no-sort --radix=d "$ofile" | egrep ' _end$' | cut -d' ' -f1)
|
/kernel/linux/linux-5.10/arch/x86/kernel/cpu/mtrr/ |
H A D | mtrr.c | 44 #include <linux/sort.h>
|
/kernel/linux/linux-6.6/arch/m68k/math-emu/ |
H A D | fp_scan.S | 106 | sort out fmovecr, keep data size in %d1
|
/kernel/linux/linux-6.6/arch/powerpc/boot/ |
H A D | wrapper | 601 size=$(${CROSS}nm --no-sort --radix=d "$ofile" | grep -E ' _end$' | cut -d' ' -f1)
|
/kernel/linux/linux-6.6/Documentation/driver-api/media/drivers/ccs/ |
H A D | mk-ccs-regs | 328 @{$this{sorted_args}} = sort {
|
/kernel/linux/linux-5.10/tools/testing/selftests/drivers/net/mlxsw/ |
H A D | sharedbuffer_configuration.py | 145 self.varitems.sort()
|
/kernel/linux/linux-5.10/scripts/dtc/ |
H A D | dtx_diff | 34 -u unsorted, do not sort DTx
|
/kernel/linux/linux-5.10/scripts/ |
H A D | sphinx-pre-install | 90 foreach my $prog (sort keys %missing) { 805 @activates = sort {$b cmp $a} @activates;
|
/kernel/linux/linux-5.10/fs/btrfs/ |
H A D | volumes.h | 10 #include <linux/sort.h>
|
/kernel/linux/linux-5.10/drivers/gpu/drm/msm/disp/dpu1/ |
H A D | dpu_core_perf.c | 11 #include <linux/sort.h>
|
/kernel/linux/linux-6.6/drivers/media/v4l2-core/ |
H A D | v4l2-h264.c | 11 #include <linux/sort.h>
|
/kernel/linux/linux-6.6/fs/btrfs/ |
H A D | volumes.h | 9 #include <linux/sort.h>
|
/kernel/linux/linux-6.6/drivers/gpu/drm/msm/disp/dpu1/ |
H A D | dpu_core_perf.c | 11 #include <linux/sort.h>
|
/kernel/linux/linux-6.6/tools/perf/util/ |
H A D | block-info.c | 6 #include "sort.h" 355 fmt->sort = block_total_cycles_pct_sort; in hpp_register()
|
/kernel/linux/linux-6.6/tools/testing/selftests/drivers/net/mlxsw/ |
H A D | sharedbuffer_configuration.py | 145 self.varitems.sort()
|