Home
last modified time | relevance | path

Searched refs:parts (Results 1 – 14 of 14) sorted by relevance

/test/testfwk/developer_test/src/core/config/
Dparse_parts_config.py114 parts = self.subsystem_infos.get(item, [])
115 part_name_list.extend(parts)
/test/testfwk/xdevice/src/xdevice/_core/executor/
Dsource.py70 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 \
Dscheduler.py893 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/
Dmanager_env.py301 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/
DGrid_RowCol_Gap.test.ets50 * @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
DGrid_RowCol_PadMar.test.ets50 * @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
DGrid_RowCol_GridSize.test.ets50 * @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/
DGrid_RowCol_TemplateChange.test.ets50 * @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/
Dconstants.py269 parts = "parts" variable in ConfigConst
/test/xts/acts/commonlibrary/ets_utils/intl_lib_standard/src/main/js/test/
DIntl.test.js277 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/
Dconsole.py402 if options.parts:
403 part_list = str(options.parts).split(";")
404 setattr(options, ConfigConst.parts, part_list)
/test/testfwk/developer_test/src/core/command/
Dconsole.py507 parts = "parts" variable in ConfigConst
/test/testfwk/xdevice/plugins/ohos/src/ohos/testkit/
Dkit.py943 subsystems, parts = self.get_white_list()
944 part_set.update(parts)
/test/xts/acts/global/crossplatform/intletstest/src/main/ets/test/
Dintl.test.ets1646 const parts = relativetimefmt.formatToParts(100, "second");
1647 const result = parts[0]["value"].trim();