Home
last modified time | relevance | path

Searched defs:text (Results 1 – 25 of 94) sorted by relevance

1234

/test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/relativecontainer/
Drelativecontainer_alignmentruleoptionaddition_test.cpp54 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/
Dcommonattrs_overlay_test.cpp22 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
Dcommonattrs_id_test.cpp65 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/
Dcipher2.test.js66 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 …]
Dcipher1.test.js66 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 …]
Dhitscipher.test.js66 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/
DActsNotificationManagerPublishTest.js645 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 …]
DActsNotificationPublishTest.js120 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/
Dswiper_onChange_test.cpp27 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
Dswiper_nestedscrollEvent_test.cpp26 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
Dswiper_onContentDidScroll_test.cpp25 auto text = std::make_shared<TextComponent>(); in CreateTextNode() local
41 auto text = CreateTextNode(0xFFAFEEEE); in CreateSwiperNode() local
Dswiper_onAnimationStart_test.cpp25 auto text = std::make_shared<TextComponent>(); in CreateTextNode() local
41 auto text = CreateTextNode(0xFFAFEEEE); in CreateSwiperNode() local
Dswiper_onGestureSwipe_test.cpp25 auto text = std::make_shared<TextComponent>(); in CreateTextNode() local
41 auto text = CreateTextNode(0xFFAFEEEE); in CreateSwiperNode() local
Dswiper_onAnimationEnd_test.cpp25 auto text = std::make_shared<TextComponent>(); in CreateTextNode() local
41 auto text = CreateTextNode(0xFFAFEEEE); in CreateSwiperNode() local
/test/xts/acts/graphic/graphicnapidrawingtest/
DOH_Drawing_TypographyLargeValueTest.cpp72 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
DOH_Drawing_TypographyTest.cpp122 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/
Dcustom_property_test.cpp53 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/
Ddrag_getDataTypesCount.cpp24 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/
Dsystem_ColorFontChange_test.cpp140 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/
Drequirement_pangesture_test.cpp39 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/
Dcomp.js28 this.$emit('eventType1', {text: '收到子组件参数'}); property
/test/xts/acts/arkui/ace_js_attribute_api/entry/src/main/js/MainAbility/pages/viewModel1/comp/
Dcomp.js28 this.$emit('eventType1', {text: '收到子组件参数'}); property
/test/xts/acts/arkui/ace_js_attribute_api/entry/src/ohosTest/js/MainAbility/pages/canvas/router/
Dindex.css37 text{ selector
/test/xts/acts/arkui/ace_js_attribute_api/entry/src/main/js/MainAbility/pages/canvas/router/
Dindex.css37 text{ selector
/test/xts/acts/graphic/nativedrawing/entry/src/main/cpp/
DnativeDrawingndk.cpp553 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 …]

1234