Home
last modified time | relevance | path

Searched refs:sort (Results 1 - 25 of 1198) 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()
/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...]
/build/hb/services/
H A Dgn.py149 gn_path_cmd.sort(key=sort_index)
174 gn_desc_cmd.sort(key=sort_index)
/build/ohos/
H A Dcopy_files.py56 _dep_files.sort()
/build/ohos/ndk/
H A Dcollect_ndk_syscap.py62 list.sort(_dep_files)
/build/ohos/testfwk/
H A Dtest_py_file_copy.py56 _dep_files = (args.source_files + copy_out_list).sort()
/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))
/build/hb/resolver/
H A Denv_args_resolver.py46 package.sort()
/build/ohos/packages/
H A Dsystem_notice_info.py102 list.sort(_dep_files)
/build/ohos/sa_profile/sa_info_process/
H A Dmerge_sa_info.py108 rearragement.sort(merged_file, merged_file)
/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; \
/build/scripts/
H A Dinterface_mgr.py80 # sort check file content
81 check_content.sort()
/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()
/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()

Completed in 15 milliseconds

12345678910>>...48