Home
last modified time | relevance | path

Searched refs:group2 (Results 1 - 25 of 29) sorted by relevance

12

/third_party/ltp/testcases/kernel/controllers/memctl/
H A Drun_memctl_test.sh158 echo Before task migration to group2
159 echo group2 memory usage: $GRP2_MEMUSAGE_OLD Bytes
192 echo After task migration to group2
193 echo group2 memory usage: $GRP2_MEMUSAGE_NEW Bytes
218 echo After task migration to group2 and doing malloc
219 echo group2 memory usage: $GRP2_MEMUSAGE_NEW Bytes
/foundation/arkui/ui_lite/test/uitest/test_ui_dump_dom_tree/
H A Dui_test_dump_dom.cpp257 UIViewGroup* group2 = new UIViewGroup(); in UIKitTestDumpDom002() local
258 group2->SetPosition(Screen::GetInstance().GetWidth() / 2, 0); // 2: half of screen width in UIKitTestDumpDom002()
259 group2->SetWidth(Screen::GetInstance().GetWidth() / 2); // 2: half of screen width in UIKitTestDumpDom002()
260 group2->SetHeight(200); // 200: height in UIKitTestDumpDom002()
261 group2->SetViewId("dump_group2"); in UIKitTestDumpDom002()
262 container_->Add(group2); in UIKitTestDumpDom002()
263 positionY_ += group2->GetHeight(); in UIKitTestDumpDom002()
266 group2->Add(label); in UIKitTestDumpDom002()
275 group2->Add(imageView); in UIKitTestDumpDom002()
279 group2 in UIKitTestDumpDom002()
[all...]
/foundation/arkui/ui_lite/test/uitest/test_opacity/
H A Dui_test_opacity.cpp332 UIViewGroup* group2 = new UIViewGroup(); in UIKitOpacityTestUIViewGroup001() local
333 group2->SetPosition(170, 250, 150, 150); // 170: x 250: y 150: width 150: height in UIKitOpacityTestUIViewGroup001()
334 group2->SetStyle(STYLE_BACKGROUND_COLOR, (Color::White()).full); in UIKitOpacityTestUIViewGroup001()
357 group2->Add(imageView2); in UIKitOpacityTestUIViewGroup001()
363 group1->Add(group2); in UIKitOpacityTestUIViewGroup001()
364 group2->SetOpaScale(100); // 100: opacity in UIKitOpacityTestUIViewGroup001()
423 UIScrollView* group2 = new UIScrollView(); in UIKitOpacityTestUIScrollView001() local
424 group2->SetPosition(170, 80, 150, 150); // 170: x 80: y 150: width 150: height in UIKitOpacityTestUIScrollView001()
425 group2->SetStyle(STYLE_BACKGROUND_COLOR, (Color::White()).full); in UIKitOpacityTestUIScrollView001()
441 group2 in UIKitOpacityTestUIScrollView001()
[all...]
/foundation/arkui/ui_lite/test/uitest/test_ui_analog_clock/
H A Dui_test_analog_clock.cpp272 UIViewGroup* group2 = new UIViewGroup(); in UIKitTestImageHandAnalogClock002() local
273 group2->SetPosition(0, Screen::GetInstance().GetHeight() + 50); // 50: increase y-coordinate in UIKitTestImageHandAnalogClock002()
274 group2->SetWidth(Screen::GetInstance().GetWidth()); in UIKitTestImageHandAnalogClock002()
275 group2->SetHeight(Screen::GetInstance().GetHeight() + 100); // 100: increase y-coordinate in UIKitTestImageHandAnalogClock002()
276 container_->Add(group2); in UIKitTestImageHandAnalogClock002()
279 group2->Add(label); in UIKitTestImageHandAnalogClock002()
292 group2->Add(clock2); in UIKitTestImageHandAnalogClock002()
312 CreateButtons002(group2, curFace, clock2); in UIKitTestImageHandAnalogClock002()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/modifiers/
H A DvktModifiersTests.cpp1134 de::MovePtr<tcu::TestCaseGroup> group2(new tcu::TestCaseGroup(testCtx, "list_modifiers_fmt_features2", "Check that listing supported modifiers is functional with VK_KHR_format_feature_flags2")); in createTests()
1141 addFunctionCase(group2.get(), getFormatCaseName(formats[formatNdx]), checkModifiersList2Supported, listModifiersCase<VkDrmFormatModifierPropertiesList2EXT, VkDrmFormatModifierProperties2EXT, VK_STRUCTURE_TYPE_DRM_FORMAT_MODIFIER_PROPERTIES_LIST_2_EXT>, formats[formatNdx]); in createTests()
1145 drmFormatModifiersGroup->addChild(group2.release()); in createTests()
1150 de::MovePtr<tcu::TestCaseGroup> group2(new tcu::TestCaseGroup(testCtx, "create_list_modifiers_fmt_features2", "Check that creating images with modifier list is functional with VK_KHR_format_feature_flags2")); in createTests()
1157 addFunctionCase(group2.get(), getFormatCaseName(formats[formatNdx]), checkModifiersList2Supported, createImageListModifiersCase<VkDrmFormatModifierPropertiesList2EXT, VkDrmFormatModifierProperties2EXT, VK_STRUCTURE_TYPE_DRM_FORMAT_MODIFIER_PROPERTIES_LIST_2_EXT>, formats[formatNdx]); in createTests()
1161 drmFormatModifiersGroup->addChild(group2.release()); in createTests()
1166 de::MovePtr<tcu::TestCaseGroup> group2(new tcu::TestCaseGroup(testCtx, "create_explicit_modifier_fmt_features2", "Check that creating images with an explicit modifier is functional with VK_KHR_format_feature_flags2")); in createTests()
1173 addFunctionCase(group2.get(), getFormatCaseName(formats[formatNdx]), checkModifiersList2Supported, createImageModifierExplicitCase<VkDrmFormatModifierPropertiesList2EXT, VkDrmFormatModifierProperties2EXT, VK_STRUCTURE_TYPE_DRM_FORMAT_MODIFIER_PROPERTIES_LIST_2_EXT>, formats[formatNdx]); in createTests()
1177 drmFormatModifiersGroup->addChild(group2.release()); in createTests()
1182 de::MovePtr<tcu::TestCaseGroup> group2(ne in createTests()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/modifiers/
H A DvktModifiersTests.cpp1094 de::MovePtr<tcu::TestCaseGroup> group2(new tcu::TestCaseGroup(testCtx, "list_modifiers_fmt_features2", "Check that listing supported modifiers is functional with VK_KHR_format_feature_flags2")); in createTests()
1099 addFunctionCase(group2.get(), getFormatCaseName(formats[formatNdx]), "Check that listing supported modifiers is functional", checkModifiersList2Supported, listModifiersCase<VkDrmFormatModifierPropertiesList2EXT, VkDrmFormatModifierProperties2EXT, VK_STRUCTURE_TYPE_DRM_FORMAT_MODIFIER_PROPERTIES_LIST_2_EXT>, formats[formatNdx]); in createTests()
1103 drmFormatModifiersGroup->addChild(group2.release()); in createTests()
1108 de::MovePtr<tcu::TestCaseGroup> group2(new tcu::TestCaseGroup(testCtx, "create_list_modifiers_fmt_features2", "Check that creating images with modifier list is functional with VK_KHR_format_feature_flags2")); in createTests()
1113 addFunctionCase(group2.get(), getFormatCaseName(formats[formatNdx]), "Check that creating images with modifier list is functional", checkModifiersList2Supported, createImageListModifiersCase<VkDrmFormatModifierPropertiesList2EXT, VkDrmFormatModifierProperties2EXT, VK_STRUCTURE_TYPE_DRM_FORMAT_MODIFIER_PROPERTIES_LIST_2_EXT>, formats[formatNdx]); in createTests()
1117 drmFormatModifiersGroup->addChild(group2.release()); in createTests()
1122 de::MovePtr<tcu::TestCaseGroup> group2(new tcu::TestCaseGroup(testCtx, "create_explicit_modifier_fmt_features2", "Check that creating images with an explicit modifier is functional with VK_KHR_format_feature_flags2")); in createTests()
1127 addFunctionCase(group2.get(), getFormatCaseName(formats[formatNdx]), "Check that creating images with an explicit modifier is functional", checkModifiersList2Supported, createImageModifierExplicitCase<VkDrmFormatModifierPropertiesList2EXT, VkDrmFormatModifierProperties2EXT, VK_STRUCTURE_TYPE_DRM_FORMAT_MODIFIER_PROPERTIES_LIST_2_EXT>, formats[formatNdx]); in createTests()
1131 drmFormatModifiersGroup->addChild(group2.release()); in createTests()
1136 de::MovePtr<tcu::TestCaseGroup> group2(ne in createTests()
[all...]
/foundation/arkui/ui_lite/test/uitest/test_input_event/
H A Dui_test_input_event.cpp241 UIViewGroup* group2 = new UIViewGroup(); in UIKitPointerInputTestDispatchInVisibleEvent001() local
242 uiViewGroup->Add(group2); in UIKitPointerInputTestDispatchInVisibleEvent001()
244 group2->SetPosition(0, positionY_, TEST_VIEW_W + 20, TEST_VIEW_H + 20); in UIKitPointerInputTestDispatchInVisibleEvent001()
245 group2->SetStyle(STYLE_BACKGROUND_COLOR, Color::White().full); in UIKitPointerInputTestDispatchInVisibleEvent001()
247 group2->Add(testView1); in UIKitPointerInputTestDispatchInVisibleEvent001()
/third_party/libabigail/tools/
H A Dkmidiff.cc422 corpus_group_sptr group1, group2; in main() local
465 group2 = in main()
477 group2 = in main()
483 if (group1 && group2) in main()
488 corpus_diff_sptr diff= compute_diff(group1, group2, diff_ctxt); in main()
/foundation/arkui/ui_lite/test/uitest/test_button/
H A Dui_test_button.cpp243 UIViewGroup *group2 = CreateButtonGroup(500, 35, 100, 100, &checkBoxChangeListener2_, UI_TEST_CHECKBOX_3); in UIKitCheckBoxTest001() local
246 container_->Add(group2); in UIKitCheckBoxTest001()
267 UIViewGroup* group2 = CreateButtonGroup(500, 160, 100, 100, &radioChangeListener2_, UI_TEST_RADIO_BUTTON_3, in UIKitRadioButtonTest001() local
271 container_->Add(group2); in UIKitRadioButtonTest001()
293 UIViewGroup* group2 = CreateButtonGroup(500, 300, 100, 100, &toggleChangeListener2_, UI_TEST_TOGGLE_BUTTON_3, in UIKitToggleButtonTest001() local
297 container_->Add(group2); in UIKitToggleButtonTest001()
/third_party/openssl/test/
H A Dec_internal_test.c164 EC_GROUP *group1 = NULL, *group2 = NULL, *group3 = NULL; in ec2m_field_sanity() local
185 if (!TEST_ptr_null(group2 = EC_GROUP_new_curve_GF2m(p, a, b, ctx))) in ec2m_field_sanity()
196 ret = group1 == NULL && group2 == NULL && group3 == NULL; in ec2m_field_sanity()
200 EC_GROUP_free(group2); in ec2m_field_sanity()
H A Dectest.c2016 EC_GROUP *group = NULL, *group2 = NULL; in parameter_test() local
2023 || !TEST_ptr(group2 = EC_GROUP_new_from_ecparameters(ecparameters)) in parameter_test()
2024 || !TEST_int_eq(EC_GROUP_cmp(group, group2, NULL), 0)) in parameter_test()
2051 EC_GROUP_free(group2); in parameter_test()
/third_party/icu/icu4j/demos/src/com/ibm/icu/dev/demo/calendar/
H A DCalendarCalc.java224 CheckboxGroup group2= new CheckboxGroup(); in buildGUI()
225 getRoll = new Checkbox("Roll",group2, false); in buildGUI()
226 getAdd = new Checkbox("Add",group2, true); in buildGUI()
/foundation/arkui/ace_engine/test/unittest/core/pattern/list/
H A Dlist_layout_test_ng.cpp385 auto group2 = GetChildFrameNode(frameNode_, 2); in HWTEST_F() local
386 groupPos = group2->GetGeometryNode()->GetFrameRect().Top(); in HWTEST_F()
398 group2 = GetChildFrameNode(frameNode_, 2); in HWTEST_F()
399 groupPos = group2->GetGeometryNode()->GetFrameRect().Top(); in HWTEST_F()
451 auto group2 = GetChildFrameNode(frameNode_, 2); in HWTEST_F() local
452 groupPos = group2->GetGeometryNode()->GetFrameRect().Top(); in HWTEST_F()
453 auto item2Rect = GetChildRect(group2, 3); in HWTEST_F()
463 group2 = GetChildFrameNode(frameNode_, 2); in HWTEST_F()
464 groupPos = group2->GetGeometryNode()->GetFrameRect().Top(); in HWTEST_F()
465 item2Rect = GetChildRect(group2, in HWTEST_F()
[all...]
/foundation/graphic/graphic_2d/rosen/test/2d_engine/unittest/rosen_text/hm_symbol/
H A Dhm_symbol_run_test.cpp114 RSRenderGroup group2; in HWTEST_F() local
117 symbolInfo.renderGroups.push_back(group2); in HWTEST_F()
/third_party/protobuf/python/compatibility_tests/v2.5.0/tests/google/protobuf/internal/
H A Dmessage_test.py467 generator.group2.add().field1.MergeFrom(messages[0])
468 generator.group2.add().field1.MergeFrom(messages[1])
469 generator.group2.add().field1.MergeFrom(messages[2])
/third_party/vulkan-loader/tests/
H A Dloader_regression_tests.cpp2047 for (uint32_t group2 = group1 + 1; group2 < core_group_count; ++group2) { in TEST()
2050 ASSERT_NE(core_group_props[group1].physicalDevices[dev1], core_group_props[group2].physicalDevices[dev2]); in TEST()
2132 for (uint32_t group2 = 0; group2 < group_props_after.size(); ++group2) { in TEST()
2133 if (group_props_before[group1].physicalDeviceCount == group_props_after[group2].physicalDeviceCount) { in TEST()
2138 for (uint32_t dev2 = 0; dev2 < group_props_after[group2].physicalDeviceCount; ++dev2) { in TEST()
2139 if (group_props_before[group1].physicalDevices[dev1] == group_props_after[group2] in TEST()
[all...]
/third_party/skia/third_party/externals/abseil-cpp/absl/status/
H A Dstatusor_test.cc1529 std::array<absl::StatusOr<int>, kNumCases> group2 = { in TEST() local
1536 EXPECT_TRUE(group1[i] == group2[j]); in TEST()
1537 EXPECT_FALSE(group1[i] != group2[j]); in TEST()
1539 EXPECT_FALSE(group1[i] == group2[j]); in TEST()
1540 EXPECT_TRUE(group1[i] != group2[j]); in TEST()
/third_party/libinput/src/
H A Devdev-tablet.c2211 struct libinput_device_group *group2 = libinput_device_get_device_group(&new_device->base); in tablet_setup_touch_arbitration() local
2214 if (group1 != group2) in tablet_setup_touch_arbitration()
2242 struct libinput_device_group *group2 = libinput_device_get_device_group(&new_device->base); in tablet_setup_rotation() local
2244 if (tablet->rotation.touch_device == NULL && (group1 == group2)) { in tablet_setup_rotation()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/common/
H A Ddpp.c6675 EC_GROUP *group2 = NULL; in dpp_pkex_derive_Qi() local
6711 group2 = EC_GROUP_dup(group); in dpp_pkex_derive_Qi()
6712 if (!group2) in dpp_pkex_derive_Qi()
6714 Qi = EC_POINT_new(group2); in dpp_pkex_derive_Qi()
6716 EC_GROUP_free(group2); in dpp_pkex_derive_Qi()
6721 EC_POINT_mul(group2, Qi, NULL, Pi_point, hash_bn, bnctx) != 1) in dpp_pkex_derive_Qi()
6733 *ret_group = group2; in dpp_pkex_derive_Qi()
6735 EC_GROUP_free(group2); in dpp_pkex_derive_Qi()
6759 EC_GROUP *group2 = NULL; in dpp_pkex_derive_Qr() local
6795 group2 in dpp_pkex_derive_Qr()
[all...]
/third_party/python/Lib/test/
H A Dtest_argparse.py2703 group2 = parser.add_mutually_exclusive_group()
2704 group2.add_argument('--soup', action='store_true')
2705 group2.add_argument('--nuts', action='store_false')
3102 group2 = group.add_mutually_exclusive_group(required=required)
3103 group2.add_argument('-c')
3104 group2.add_argument('-d')
3107 group3 = group2.add_mutually_exclusive_group(required=required)
/third_party/protobuf/python/google/protobuf/internal/
H A Dmessage_test.py1501 generator.group2.add().field1.MergeFrom(messages[0])
1502 generator.group2.add().field1.MergeFrom(messages[1])
1503 generator.group2.add().field1.MergeFrom(messages[2])
/third_party/protobuf/src/google/protobuf/
H A Dlite_unittest.cc196 ASSIGN_REPEATED_GROUP(group2); in TEST()
/third_party/ntfs-3g/ntfsprogs/
H A Dntfssecaudit.c2775 le32 group2[] = /* S-1-5-21-1607551490-981732888-1819828000-513 */ in check_samples() local
3008 descr = build_dummy_descr(isdir, adminsid, (const SID*)group2, in check_samples()
3031 (int)TRUE, (const SID*)group2, 0, in check_samples()
/third_party/elfutils/src/
H A Dreadelf.c12078 const Ebl_Core_Item *const *group2 = *p2; in compare_core_item_groups() local
12080 const Ebl_Core_Item *item2 = *group2; in compare_core_item_groups()
/third_party/node/test/fixtures/snapshot/
H A Dtypescript.js[all...]

Completed in 100 milliseconds

12