Searched refs:sort (Results 1 - 25 of 1198) sorted by relevance
12345678910>>...48
/test/testfwk/developer_test/src/core/command/ |
H A D | display.py | 313 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 D | rect_algorithm.cpp | 32 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 D | caseTable.js | 19 template: `<el-table :data="pageCaseList" style="width: 100%" @sort-change="handleSortChange" class="details-table" border> 92 this.list.sort((a, b) => {
|
H A D | suiteTable.js | 19 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 D | Makefile | 1159 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 D | gn.py | 149 gn_path_cmd.sort(key=sort_index) 174 gn_desc_cmd.sort(key=sort_index)
|
/build/ohos/ |
H A D | copy_files.py | 56 _dep_files.sort()
|
/build/ohos/ndk/ |
H A D | collect_ndk_syscap.py | 62 list.sort(_dep_files)
|
/build/ohos/testfwk/ |
H A D | test_py_file_copy.py | 56 _dep_files = (args.source_files + copy_out_list).sort()
|
/device/soc/hisilicon/hi3861v100/sdk_liteos/build/win_scripts/tools/nvtool/ |
H A D | build_nv.py | 114 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 D | build_nv.py | 114 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 D | env_args_resolver.py | 46 package.sort()
|
/build/ohos/packages/ |
H A D | system_notice_info.py | 102 list.sort(_dep_files)
|
/build/ohos/sa_profile/sa_info_process/ |
H A D | merge_sa_info.py | 108 rearragement.sort(merged_file, merged_file)
|
/test/testfwk/developer_test/local_coverage/interface_coverage/ |
H A D | make_report.py | 217 datalist.sort(key=sort_by_field_element_data, reverse=False)
|
/test/xts/acts/graphic/vktest/ |
H A D | genlocal.py | 41 lists.sort(key=lambda fn:os.path.getmtime(bakdir + "/" + fn)) # 按时间排序
|
/device/soc/hisilicon/hi3861v100/sdk_liteos/ |
H A D | non_factory.mk | 81 $(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 D | interface_mgr.py | 80 # sort check file content 81 check_content.sort()
|
/device/soc/hisilicon/hi3861v100/sdk_liteos/boot/flashboot/ |
H A D | Makefile | 65 $(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 D | Makefile | 61 $(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 D | Makefile | 65 $(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 D | dhd_csi.c | 33 #include <linux/sort.h>
|
/test/testfwk/arkxtest/uitest/test/ |
H A D | rect_algorithm_test.cpp | 140 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 D | GroupSiteController.java | 117 Collections.sort(siteList, new Comparator<OhSampleGroupSite>() { in list()
|
H A D | BusinessController.java | 117 Collections.sort(mtBusinessList, new Comparator<OhSampleBusiness>() { in list()
|
Completed in 15 milliseconds
12345678910>>...48