Home
last modified time | relevance | path

Searched refs:sort (Results 476 - 500 of 1863) sorted by relevance

1...<<11121314151617181920>>...75

/foundation/filemanagement/app_file_service/tools/backup_tool/src/
H A Dtools_op.cpp68 // sort with ascending order in Register()
69 std::sort(opsAvailable_.begin(), opsAvailable_.end(), [](const ToolsOp &lop, const ToolsOp &rop) { in Register()
/foundation/graphic/graphic_2d/graphic_test/graphic_test_framework/src/
H A Drs_graphic_test_ext.cpp90 sort(infos.begin(), infos.end(), Cmp); in GetAllTestInfos()
/kernel/linux/linux-5.10/arch/x86/realmode/rm/
H A DMakefile43 cmd_pasyms = $(NM) $(real-prereqs) | sed $(sed-pasyms) | sort | uniq > $@
/kernel/linux/linux-5.10/arch/arm64/kernel/vdso/
H A DMakefile68 cmd_vdsosym = $(NM) $< | $(gen-vdsosym) | LC_ALL=C sort > $@
/kernel/linux/linux-5.10/arch/nds32/kernel/vdso/
H A DMakefile42 cmd_vdsosym = $(NM) $< | $(gen-vdsosym) | LC_ALL=C sort > $@
/kernel/linux/linux-5.10/arch/riscv/kernel/vdso/
H A DMakefile61 cmd_vdsosym = $(NM) $< | $(gen-vdsosym) | LC_ALL=C sort > $@
/kernel/linux/linux-5.10/arch/powerpc/kernel/
H A Dmodule.c15 #include <linux/sort.h>
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/
H A DMakefile13 $(DT_DOC_CHECKER) --version 2>/dev/null || echo 0; } | sort -VC || \
/kernel/linux/linux-6.6/arch/arm64/kernel/vdso/
H A DMakefile73 cmd_vdsosym = $(NM) $< | $(gen-vdsosym) | LC_ALL=C sort > $@
/kernel/linux/linux-6.6/Documentation/devicetree/bindings/
H A DMakefile19 $(DT_DOC_CHECKER) --version 2>/dev/null || echo 0; } | sort -Vc >/dev/null || \
/kernel/linux/linux-6.6/arch/powerpc/kernel/
H A Dmodule.c16 #include <linux/sort.h>
/kernel/linux/linux-5.10/tools/testing/selftests/intel_pstate/
H A Drun.sh60 grep MHz /proc/cpuinfo | sort -u > /tmp/result.freqs
/kernel/linux/linux-6.6/arch/parisc/kernel/vdso32/
H A DMakefile50 cmd_vdsosym = $(NM) $< | $(gen-vdsosym) | LC_ALL=C sort > $@
/kernel/linux/linux-6.6/arch/s390/kernel/vdso64/
H A DMakefile86 cmd_vdsosym = $(NM) $< | $(gen-vdsosym) | LC_ALL=C sort > $@
/kernel/linux/linux-6.6/arch/riscv/kernel/vdso/
H A DMakefile64 cmd_vdsosym = $(NM) $< | $(gen-vdsosym) | LC_ALL=C sort > $@
/kernel/linux/linux-6.6/arch/s390/kernel/vdso32/
H A DMakefile77 cmd_vdsosym = $(NM) $< | $(gen-vdsosym) | LC_ALL=C sort > $@
/kernel/linux/linux-6.6/arch/riscv/kernel/compat_vdso/
H A DMakefile63 cmd_compat_vdsosym = $(NM) $< | $(gen-compat_vdsosym) | LC_ALL=C sort > $@
/kernel/linux/linux-5.10/scripts/gcc-plugins/
H A DMakefile34 plugin-objs := $(sort $(foreach m, $(plugin-multi), $($(m:%.so=%-objs))))
/kernel/linux/linux-6.6/arch/x86/realmode/rm/
H A DMakefile44 cmd_pasyms = $(NM) $(real-prereqs) | sed $(sed-pasyms) | sort | uniq > $@
/kernel/linux/linux-6.6/scripts/gcc-plugins/
H A DMakefile41 plugin-objs := $(sort $(foreach m, $(plugin-multi), $($(m:%.so=%-objs))))
/kernel/linux/linux-6.6/tools/testing/selftests/intel_pstate/
H A Drun.sh60 grep MHz /proc/cpuinfo | sort -u > /tmp/result.freqs
/kernel/liteos_a/testsuites/
H A DMakefile79 $(OBJDUMP) -t $(OUT)/$@ |sort >$(OUT)/$@.sym.sorted
/third_party/astc-encoder/Test/
H A Dastc_profile_valgrind.py77 functionTable.sort(key=lambda x: 101.0 - x[2])
H A Dastc_test_image_dl.py106 images.sort()
/third_party/benchmark/bindings/python/google_benchmark/
H A Dexample.py50 random_list.sort()

Completed in 7 milliseconds

1...<<11121314151617181920>>...75