Home
last modified time | relevance | path

Searched refs:sort (Results 1 - 25 of 1182) sorted by relevance

12345678910>>...48

/test/testfwk/developer_test/src/core/command/
H A Ddisplay.py313 subsystem_name_list.sort()
325 sub_list.sort()
352 sub_list.sort()
367 subsystem_name_list.sort()
372 part_name_list.sort()
/test/testfwk/arkxtest/uitest/core/
H A Drect_algorithm.cpp32 sort(px.begin(), px.end()); in ComputeIntersection()
33 sort(py.begin(), py.end()); in ComputeIntersection()
127 // sort grid points and use double-pointer traversing, to resuce time-complexity in FindMaxVisibleRegion()
128 sort(g_Points, g_Points + g_PCount, [](const Point& pa, const Point& pb) { in FindMaxVisibleRegion()
H A Dui_driver.cpp105 std::sort(windowCacheVec_.begin(), windowCacheVec_.end(), WindowCacheCompareGreater()); in UpdateUIWindows()
/test/testfwk/xdevice/src/xdevice/_core/resource/template/static/components/
H A DcaseTable.js19 template: `<el-table :data="pageCaseList" style="width: 100%" @sort-change="handleSortChange" class="details-table" border>
92 this.list.sort((a, b) => {
H A DsuiteTable.js19 template: `<el-table :data="pageSuitesList" style="width: 100%" border @sort-change="handleSortChange" class="details-table" @row-click="handleRowClick" row-class-name="table-row-clickable">
83 this.list.sort((a, b) => {
/device/soc/rockchip/common/sdk_linux/
H A DMakefile1159 vmlinux-alldirs := $(sort $(vmlinux-dirs) Documentation \
1185 export KBUILD_ALLDIRS := $(sort $(filter-out arch/%,$(vmlinux-alldirs)) LICENSES arch include scripts tools)
1225 $(sort $(vmlinux-deps) $(subdir-modorder)): descend ;
1596 boards := $(sort $(notdir $(boards)))
1598 board-dirs := $(sort $(notdir $(board-dirs:/=)))
1710 boards-per-dir = $(sort $(notdir $(wildcard $(srctree)/arch/$(SRCARCH)/configs/$*/*_defconfig)))
1821 single-ko := $(sort $(filter %.ko, $(MAKECMDGOALS)))
1822 single-no-ko := $(sort $(patsubst %.ko,%.mod, $(MAKECMDGOALS)))
1939 -name '*.[hcS]' -type f -print | sort \
1944 -name '*.[hcS]' -type f -print | sort \
[all...]
/device/soc/hisilicon/hi3861v100/sdk_liteos/build/win_scripts/tools/nvtool/
H A Dbuild_nv.py114 nv_id_list.sort()
115 nv_keep_id_list.sort()
372 element_grp_list.sort(key=lambda x:int(x.attrib['ID'], 16))
/device/soc/hisilicon/hi3861v100/sdk_liteos/tools/nvtool/
H A Dbuild_nv.py114 nv_id_list.sort()
115 nv_keep_id_list.sort()
372 element_grp_list.sort(key=lambda x:int(x.attrib['ID'], 16))
/test/testfwk/developer_test/local_coverage/interface_coverage/
H A Dmake_report.py217 datalist.sort(key=sort_by_field_element_data, reverse=False)
/test/xts/acts/graphic/vktest/
H A Dgenlocal.py41 lists.sort(key=lambda fn:os.path.getmtime(bakdir + "/" + fn)) # 按时间排序
/device/soc/hisilicon/hi3861v100/sdk_liteos/
H A Dnon_factory.mk81 $(LINK) $(LINKFLAGS) $(GCC_LIBPATH) $(sort $(LIBPATH)) -T$(MAIN_TOPDIR)/$(LINK_PATH)/link.lds -Map=$(MAIN_TOPDIR)/$(BIN_PATH)/$(TARGET_NAME).map -o $(MAIN_TOPDIR)/$(BIN_PATH)/$(TARGET_NAME).out --start-group $(LIBS) --end-group
89 $(LINK) $(LINKFLAGS) $(GCC_LIBPATH) $(sort $(LIBPATH)) -T$(MAIN_TOPDIR)/$(LINK_PATH)/link_$(X).lds -Map=$(MAIN_TOPDIR)/$(BIN_PATH)/$(TARGET_NAME)_$(X).map -o $(MAIN_TOPDIR)/$(BIN_PATH)/$(TARGET_NAME)_$(X).out --start-group $(LIBS) --end-group; \
H A Dfactory.mk78 $(LINK) $(LINKFLAGS) $(GCC_LIBPATH) $(sort $(LIBPATH)) -T$(MAIN_TOPDIR)/$(LINK_PATH)/link_factory.lds -Map=$(MAIN_TOPDIR)/$(BIN_PATH)/$(TARGET_NAME)_factory.map -o $(MAIN_TOPDIR)/$(BIN_PATH)/$(TARGET_NAME)_factory.out --start-group $(LIBS) --end-group;
/device/soc/hisilicon/hi3861v100/sdk_liteos/boot/flashboot/
H A DMakefile65 $(LINK) $(BOOT_LINK_FLAGS) -T $(LINK_FILE) $(LIBPATH) $(sort $^) -o $(BOOT_ELF) --start-group $(LIBS) --end-group
/device/soc/hisilicon/hi3861v100/sdk_liteos/boot/loaderboot/
H A DMakefile61 $(LINK) $(BOOT_LINK_FLAGS) -T $(LINK_FILE) $(LIBPATH) $(sort $^) -o $(BOOT_ELF) --start-group $(LIBS) --end-group
/device/soc/hisilicon/hi3861v100/sdk_liteos/build/win_scripts/boot/flashboot/
H A DMakefile65 $(LINK) $(BOOT_LINK_FLAGS) -T $(LINK_FILE) $(LIBPATH) $(sort $^) -o $(BOOT_ELF) --start-group $(LIBS) --end-group
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/
H A Ddhd_csi.c33 #include <linux/sort.h>
/test/testfwk/arkxtest/uitest/test/
H A Drect_algorithm_test.cpp140 sort(elapseUs.begin(), elapseUs.end()); in TEST()
H A Dui_driver_test.cpp625 std::sort(modelVec.begin(), modelVec.end(), WindowCacheCompareGreater()); in TEST_F()
666 std::sort(modelVec.begin(), modelVec.end(), WindowCacheCompareGreater()); in TEST_F()
/test/xts/tools/sample/ServerSampleE/java/jeecg-module-system/jeecg-system-biz/src/main/java/org/jeecg/modules/sample/controller/
H A DGroupSiteController.java117 Collections.sort(siteList, new Comparator<OhSampleGroupSite>() { in list()
H A DBusinessController.java117 Collections.sort(mtBusinessList, new Comparator<OhSampleBusiness>() { in list()
/test/xts/acts/arkui/libuv/
H A Dgenlocal.py211 lists.sort(key=lambda fn:os.path.getmtime(os.path.join(bakdir, fn)))
/device/soc/rockchip/common/sdk_linux/kernel/cgroup/
H A Dcgroup-v1.c6 #include <linux/sort.h>
378 /* now sort & (if procs) strip out duplicates */ in pidlist_array_load()
379 sort(array, length, sizeof(pid_t), cmppid, NULL); in pidlist_array_load()
/test/testfwk/xdevice/src/xdevice/_core/report/
H A Dreporter_helper.py226 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,
/test/xts/hats/hdf/display/composer/moduletest/
H A Dhdi_device_test.cpp471 std::sort(tempSettings.begin(), tempSettings.end(), in TEST_F()
/test/xts/tools/build/
H A Dsuite.py272 new_lines.sort()

Completed in 18 milliseconds

12345678910>>...48