Searched refs:parts (Results 1 – 14 of 14) sorted by relevance
/test/testfwk/developer_test/src/core/config/ |
D | parse_parts_config.py | 114 parts = self.subsystem_infos.get(item, []) 115 part_name_list.extend(parts)
|
/test/testfwk/xdevice/src/xdevice/_core/executor/ |
D | source.py | 70 not config.parts: 143 part_list = config.parts if config.parts else list() 174 and not config.subsystems and not config.parts and not \ 212 getattr(config, ConfigConst.parts, []) or \
|
D | scheduler.py | 893 getattr(config, ConfigConst.parts, "") or \ 896 if config.subsystems or config.parts: 897 test_set = (config.subsystems, config.parts) 1330 subsystems, parts = get_white_list() 1331 if not subsystems and not parts:
|
/test/testfwk/xdevice/src/xdevice/_core/environment/ |
D | manager_env.py | 301 subsystems, parts = getattr(device, ConfigConst.support_component) 304 require_part not in parts:
|
/test/xts/acts/arkui/ace_ets_layout_test/ace_ets_layout_grid_test/entry/src/main/ets/test/Grid/GridTemplatesAllSet/GridChange/ |
D | Grid_RowCol_Gap.test.ets | 50 * @tc.desc Add columnGap,Grid is divided into 4 equal parts, 4 components 103 * @tc.desc Add rowGap,Grid is divided into 4 equal parts, 4 components 154 * @tc.desc Add columnGap and rowGap,Grid is divided into 4 equal parts, 4 components
|
D | Grid_RowCol_PadMar.test.ets | 50 * @tc.desc Add padding,Grid is divided into 4 equal parts, 4 components 98 * @tc.desc Add margin,Grid is divided into 4 equal parts, 4 components 152 * @tc.desc Add padding and margin,Grid is divided into 4 equal parts, 4 components
|
D | Grid_RowCol_GridSize.test.ets | 50 * @tc.desc The Width 200 height 200,Grid is divided into 4 equal parts, 4 components 97 * @tc.desc The Width 200 height 300,Grid is divided into 4 equal parts, 4 components
|
/test/xts/acts/arkui/ace_ets_layout_test/ace_ets_layout_grid_test/entry/src/main/ets/test/Grid/GridTemplatesAllSet/GridTemplateChange/ |
D | Grid_RowCol_TemplateChange.test.ets | 50 * @tc.desc Grid is divided into 4 equal parts, 4 components 96 * @tc.desc Grid is divided into 9 equal parts, 4 components
|
/test/testfwk/xdevice/src/xdevice/_core/ |
D | constants.py | 269 parts = "parts" variable in ConfigConst
|
/test/xts/acts/commonlibrary/ets_utils/intl_lib_standard/src/main/js/test/ |
D | Intl.test.js | 277 var parts = intlObj.formatToParts(newDate); 278 var partValues = parts.map(p => p.value); 299 var parts = intlObj.formatToParts(newDate); 300 var partValues = parts.map(p => p.value);
|
/test/testfwk/xdevice/src/xdevice/_core/command/ |
D | console.py | 402 if options.parts: 403 part_list = str(options.parts).split(";") 404 setattr(options, ConfigConst.parts, part_list)
|
/test/testfwk/developer_test/src/core/command/ |
D | console.py | 507 parts = "parts" variable in ConfigConst
|
/test/testfwk/xdevice/plugins/ohos/src/ohos/testkit/ |
D | kit.py | 943 subsystems, parts = self.get_white_list() 944 part_set.update(parts)
|
/test/xts/acts/global/crossplatform/intletstest/src/main/ets/test/ |
D | intl.test.ets | 1646 const parts = relativetimefmt.formatToParts(100, "second"); 1647 const result = parts[0]["value"].trim();
|