| /test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/relativecontainer/ |
| D | relativecontainer_alignmentruleoptionaddition_test.cpp | 54 auto text = nodeAPI->createNode(ARKUI_NODE_TEXT); in TestRelativeContaineAlignmentRuleOptionSetStart001() local 70 auto text = nodeAPI->createNode(ARKUI_NODE_TEXT); in TestRelativeContaineAlignmentRuleOptionSetStart002() local 86 auto text = nodeAPI->createNode(ARKUI_NODE_TEXT); in TestRelativeContaineAlignmentRuleOptionSetStart003() local 102 auto text = nodeAPI->createNode(ARKUI_NODE_TEXT); in TestRelativeContaineAlignmentRuleOptionSetEnd001() local 118 auto text = nodeAPI->createNode(ARKUI_NODE_TEXT); in TestRelativeContaineAlignmentRuleOptionSetEnd002() local 134 auto text = nodeAPI->createNode(ARKUI_NODE_TEXT); in TestRelativeContaineAlignmentRuleOptionSetEnd003() local 150 auto text = nodeAPI->createNode(ARKUI_NODE_TEXT); in TestRelativeContaineAlignmentRuleOptionSetCenterHorizontal001() local 166 auto text = nodeAPI->createNode(ARKUI_NODE_TEXT); in TestRelativeContaineAlignmentRuleOptionSetCenterHorizontal002() local 182 auto text = nodeAPI->createNode(ARKUI_NODE_TEXT); in TestRelativeContaineAlignmentRuleOptionSetCenterHorizontal003() local 198 auto text = nodeAPI->createNode(ARKUI_NODE_TEXT); in TestRelativeContaineAlignmentRuleOptionSetTop001() local [all …]
|
| /test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/commonattrs/ |
| D | commonattrs_overlay_test.cpp | 22 const char* text = "Thisisafloatinglayertesttext"; in TestCommonAttrsOverlay001() local 41 const char* text = "Thisisafloatinglayertesttext"; in TestCommonAttrsOverlay002() local 60 const char* text = "Thisisafloatinglayertesttext"; in TestCommonAttrsOverlay003() local 79 const char* text = "Thisisafloatinglayertesttext"; in TestCommonAttrsOverlay004() local 98 const char* text = "Thisisafloatinglayertesttext"; in TestCommonAttrsOverlay005() local 113 const char* text = "Thisisafloatinglayertesttext"; in TestCommonAttrsOverlay006() local 128 const char* text = "Thisisafloatinglayertesttext"; in TestCommonAttrsOverlay007() local
|
| D | commonattrs_id_test.cpp | 65 auto text = node_api->createNode(ARKUI_NODE_TEXT); in CreateSubCommonAttrsNode() local 120 auto text = CreateSubCommonAttrsNode(nodeAPI, commonAttrsFirstId, commonAttrsFirstEventId); in CreateNativeNode() local
|
| /test/xts/acts/security/cipher/datacipher/cipher/entry/src/ohosTest/js/test/Agree/ |
| D | cipher2.test.js | 66 text: plainTextRsa, property 92 text: plainTextRsa, property 118 text: plainTextRsa, property 144 text: plainTextRsa, property 173 text: '~!@#$%^&*()_+<>?:"~,./183456789012345678901234567890123456789', property 199 text: plainTextRsa, property 225 text: cipherTextRsa, property 251 text: cipherTextRsa, property 289 text: '~!@#$%^&*()_+<>?:"~,./183456789012345678901234567890123456789', property 315 text: cipherTextRsa, property [all …]
|
| D | cipher1.test.js | 66 text: plainTextAes, property 95 text: plainTextAes, property 124 text: '~!@#$%^&*()_+<>?:"~,./183456789012345678901234567890123456789', property 153 text: plainTextAes, property 174 text: plainTextAes, property 203 text: plainTextAes, property 232 text: cipherTextAes, property 261 text: cipherTextAes, property 290 text: '~!@#$%^&*()_+<>?:"~,./183456789012345678901234567890123456789', property 319 text: cipherTextAes, property [all …]
|
| D | hitscipher.test.js | 66 text: plainTextRsa, property 81 text: cipherTextRsa, property 107 text: plainTextAes, property 125 text: cipherTextAes, property 155 text: plainTextRsa, property 169 text: cipherTextRsa, property 201 text: plainTextAes, property 218 text: cipherTextAes, property
|
| /test/xts/acts/notification/ans_standard/actsNotificationPublishTest/entry/src/ohosTest/js/test/ |
| D | ActsNotificationManagerPublishTest.js | 645 text: 'test_text', property 670 text: 'test_text', property 704 text: '', property 748 text: 'text_text', property 782 text: 'test_text', property 820 text: '', property 867 text: 'text_text', property 905 text: 'test_text', property 942 text: 'test_text', property 979 text: 'test_text', property [all …]
|
| D | ActsNotificationPublishTest.js | 120 text: 'testText', property 165 text: 'testText', property 207 text: 'testText', property 212 text: 'testLongTextText', property 259 text: 'testText', property 264 text: 'testLongTextText', property 309 text: 'testText', property 314 text: 'testMultiLineText', property 361 text: 'testText', property 366 text: 'testMultiLineText', property [all …]
|
| /test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/swiper/ |
| D | swiper_onChange_test.cpp | 27 auto text = std::make_shared<TextComponent>(); in CreateTextNode() local 33 auto text = std::make_shared<TextComponent>(); in CreateTextNode2() local 48 auto text = CreateTextNode(0xFFAFEEEE); in CreateSwiperNode() local 69 auto text = CreateTextNode2(0xFFAFEEEE); in CreateSwiperNode2() local 97 auto text = std::make_shared<TextComponent>(); in CreateNativeNode() local 149 auto text = std::make_shared<TextComponent>(); in CreateNativeNodeSwipeToIndex() local
|
| D | swiper_nestedscrollEvent_test.cpp | 26 auto text = std::make_shared<TextComponent>(); in CreateText() local 85 auto text = CreateText(COLOR_GREEN); in CreateChildSwiper() local 117 auto text = CreateText(COLOR_PINK); in CreateNativeNode() local 172 auto text = CreateText(COLOR_PINK); in CreateNativeNodeChild() local
|
| D | swiper_onContentDidScroll_test.cpp | 25 auto text = std::make_shared<TextComponent>(); in CreateTextNode() local 41 auto text = CreateTextNode(0xFFAFEEEE); in CreateSwiperNode() local
|
| D | swiper_onAnimationStart_test.cpp | 25 auto text = std::make_shared<TextComponent>(); in CreateTextNode() local 41 auto text = CreateTextNode(0xFFAFEEEE); in CreateSwiperNode() local
|
| D | swiper_onGestureSwipe_test.cpp | 25 auto text = std::make_shared<TextComponent>(); in CreateTextNode() local 41 auto text = CreateTextNode(0xFFAFEEEE); in CreateSwiperNode() local
|
| D | swiper_onAnimationEnd_test.cpp | 25 auto text = std::make_shared<TextComponent>(); in CreateTextNode() local 41 auto text = CreateTextNode(0xFFAFEEEE); in CreateSwiperNode() local
|
| /test/xts/acts/graphic/graphicnapidrawingtest/ |
| D | OH_Drawing_TypographyLargeValueTest.cpp | 72 const char* text = "OpenHarmony\n"; variable 129 const char* text = "OpenHarmony\n"; variable 183 const char* text = "OpenHarmony\n"; variable 231 const char* text = "OpenHarmony\n"; variable 285 const char* text = "OpenHarmony\n"; variable
|
| D | OH_Drawing_TypographyTest.cpp | 122 void OH_Drawing_TypographyTest::PrepareCreateTextLine(const std::string& text) in PrepareCreateTextLine() 600 const char* text = "OpenHarmony\n"; variable 921 const char* text = "OpenHarmony\n"; variable 975 const char* text = "OpenHarmony\n"; variable 1297 const char* text = "OpenHarmony\n"; variable 1394 const char* text = "OpenHarmony\n"; variable 1447 const char* text = "OpenHarmony\n"; variable 1502 const char* text = "OpenHarmony\n"; variable 1554 const char* text = "OpenHarmony\n"; variable 1606 const char* text = "OpenHarmony\n"; variable [all …]
|
| /test/xts/acts/arkui/ace_c_arkui_test_api14/entry/src/main/cpp/customproperty/ |
| D | custom_property_test.cpp | 53 ArkUI_NodeHandle text = nodeAPI->createNode(ARKUI_NODE_TEXT); in testGetCustomProperty001() local 127 ArkUI_NodeHandle text = nodeAPI->createNode(ARKUI_NODE_TEXT); in testGetParentInPageTree002() local 198 ArkUI_NodeHandle text = nodeAPI->createNode(ARKUI_NODE_TEXT); in testGetActiveChildrenInfo003() local 269 ArkUI_NodeHandle text = nodeAPI->createNode(ARKUI_NODE_TEXT); in testGetCurrentPageRootNode004() local 320 ArkUI_NodeHandle text = nodeAPI->createNode(ARKUI_NODE_TEXT); in testIsCreatedByNDK005() local 375 ArkUI_NodeHandle text = nodeAPI->createNode(ARKUI_NODE_TEXT); in testGetNodeType006() local 428 ArkUI_NodeHandle text = nodeAPI->createNode(ARKUI_NODE_TEXT); in testCustomPropertyDestroy007() local 485 ArkUI_NodeHandle text = nodeAPI->createNode(ARKUI_NODE_TEXT); in testCustomPropertyGetStringValue008() local 558 ArkUI_NodeHandle text = nodeAPI->createNode(ARKUI_NODE_TEXT); in testActiveChildrenInfoDestroy009() local 627 ArkUI_NodeHandle text = nodeAPI->createNode(ARKUI_NODE_TEXT); in testActiveChildrenInfoGetNodeByIndex010() local [all …]
|
| /test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/drag/ |
| D | drag_getDataTypesCount.cpp | 24 auto text = nodeAPI->createNode(ARKUI_NODE_TEXT); in createTextChildNode() local 116 auto text = createTextChildNode(nodeAPI); in CreateNativeNode() local
|
| /test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/system/ |
| D | system_ColorFontChange_test.cpp | 140 ArkUI_NodeHandle text = nodeAPI -> createNode(ARKUI_NODE_TEXT); in testRegisterSystemFontStyleChangeEvent_003() local 182 ArkUI_NodeHandle text = nodeAPI -> createNode(ARKUI_NODE_TEXT); in testUnregisterSystemFontStyleChangeEvent_004() local 227 ArkUI_NodeHandle text = nodeAPI -> createNode(ARKUI_NODE_TEXT); in testSystemFontStyleEvent_GetFontSizeScale_005() local 266 ArkUI_NodeHandle text = nodeAPI -> createNode(ARKUI_NODE_TEXT); in testSystemFontStyleEvent_GetFontWeightScale_006() local
|
| /test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/requirement/ |
| D | requirement_pangesture_test.cpp | 39 auto text = std::make_shared<TextComponent>(); in CreateTextNodeToRequirement() local 73 for (auto text : texts) { in CreateSwiperNodeToSecondRequirement() local
|
| /test/xts/acts/arkui/ace_js_attribute_api/entry/src/ohosTest/js/MainAbility/pages/viewModel1/comp/ |
| D | comp.js | 28 this.$emit('eventType1', {text: '收到子组件参数'}); property
|
| /test/xts/acts/arkui/ace_js_attribute_api/entry/src/main/js/MainAbility/pages/viewModel1/comp/ |
| D | comp.js | 28 this.$emit('eventType1', {text: '收到子组件参数'}); property
|
| /test/xts/acts/arkui/ace_js_attribute_api/entry/src/ohosTest/js/MainAbility/pages/canvas/router/ |
| D | index.css | 37 text{ selector
|
| /test/xts/acts/arkui/ace_js_attribute_api/entry/src/main/js/MainAbility/pages/canvas/router/ |
| D | index.css | 37 text{ selector
|
| /test/xts/acts/graphic/nativedrawing/entry/src/main/cpp/ |
| D | nativeDrawingndk.cpp | 553 const char *text = "OpennnnHarmony\n"; in OHDrawingTypographyGetMinIntrinsicWidth() local 590 const char *text = "OpennnnHarmony\n"; in OHDrawingTypographyGetMaxIntrinsicWidth() local 620 const char *text = "OpenHarmonyy\n"; in OHDrawingTypographyGetLongestLine() local 647 const char *text = "OpenHarmonnnyy\n"; in OHDrawingTypographyGetLongestLineAbnormal() local 672 const char *text = "OpenHarmonyy\n"; in OHDrawingTypographyGetLongestLineWithIndent() local 704 const char *text = "OpenHarmony\n"; in OHDrawingTypographyGetAlphabeticBaseline() local 736 const char *text = "OopenHarmoony\n"; in OHDrawingTypographyGetAlphabeticBaselineNormal() local 768 const char *text = "OopenHarmony"; in OHDrawingTypographyGetIdeographicBaseline() local 800 const char *text = "OooopenHarmony"; in OHDrawingTypographyGetIdeographicBaselineNormal() local 827 const char *text = "OpenHarmoony"; in OHDrawingTypographyGetHeight() local [all …]
|