Home
last modified time | relevance | path

Searched refs:Text (Results 1 – 25 of 81) sorted by relevance

1234

/developtools/ace_ets2bundle/compiler/sample/pages/testcases/
DstateArrayReverseCustomView.ets32 Text("label: ")
33 Text(this.item.label)
34 Text(", cap: ")
35 Text(this.item.label.toUpperCase())
36 Text(", rev: ")
37 Text(this.item.label.split("").reverse().join(""))
48 Text(this.item.label)
57 new Item(1, "Text 1"),
58 new Item(2, "Text 2"),
59 new Item(3, "Text 3"),
[all …]
DsimpleText.ets31 Text("Row Text1")
35 Text("Row Text2")
38 Text("Column Text1").height(100).backgroundColor("#c4b0de")
39 Text("Column Text2").height(100).backgroundColor("#c4deb0").opacity(0.5)
57 Text("V8 Text test")
64 Text("Column Text1").height(100).backgroundColor("#c4b0de")
65 Text("Column Text2").height(100).backgroundColor("#c4deb0")
67 Text("Column Text3").height(100).backgroundColor("#c4b0de")
68 Text("Column Text4").height(100).backgroundColor("#c4deb0")
73 Text("Text1").height(100).backgroundColor("#c4b0de")
[all …]
Donclicktest.ets29 Text("Clicked: " + this.onClicked)
33 Text("Test text\ntest text")
36 Text("test")
37 Text("test")
38 Text("test")
43 Text("Test text")
47 Text("test")
48 Text("test")
49 Text("test")
DcomponentGridTest.ets25 Text('--------------- Grid : foreach test --------------->')
31 Text(item)
39 Text('--------------- Grid : item start-end test --------------->')
42 Text('1').fontSize(11)
46 Text('2').fontSize(22)
50 Text('3').fontSize(33)
54 Text('click me').fontSize(24)
DpropSimpleModel.ets22 Text(`Grant ${this.countDownStartValue} nuggets to play.`)
24 Text("+1 - Nuggets in New Game")
29 Text("-1 - Nuggets in New Game")
50 Text(`You have ${this.count} Nuggets left`)
52 Text("Game over!");
56 Text("Try again")
Dstacktestsuite.ets101 Text(this.alignToText(this.currentTest.align))
108 Text(this.fitToText(this.currentTest.fit))
115 Text(this.overflowToText(this.currentTest.overflow))
118 Button("Text")
122 Text(this.texts[this.currentTest.text])
129 Text("" + this.widths[this.currentTest.width])
136Text(this.texts[this.currentTest.text]).backgroundColor(0x00aaff).fontColor("#ffffff")
142 Text("test1")
143 Text("Test2")
DstateArrayReverse.ets29 this id should be used as the 'key' argument when creating a Text.
48 new Item1(1, "Text 1"),
49 new Item1(2, "Text 2"),
50 new Item1(3, "Text 3"),
51 new Item1(4, "Text 4"),
52 new Item1(5, "Text 5")
58 (item:Item1) => {Text(item.label)},
DforEachSimpleModel.ets24 Text('Reverse Array')
30 Text('clear Array')
36 Text('replace Array item')
42 Text('replace Array')
51 Text(`item value: ${item}`)
Dnew-01.ets25 Text(this.value1)
26 Text(this.value2)
27 Text(this.value3)
/developtools/ace_ets2bundle/compiler/test/pages/
DNamespaceComponent.ets28 Text('NamespaceComponent1')
30 Text('NamespaceComponent1Link1: ' + JSON.stringify(this.NamespaceComponent1Link1))
32 Text('NamespaceComponent1Link2: ' + JSON.stringify(this.NamespaceComponent1Link2))
34 Text('NamespaceComponent1Link3: ' + JSON.stringify(this.NamespaceComponent1Link3))
36 Text('NamespaceComponent1Link4: ' + JSON.stringify(this.NamespaceComponent1Link4))
38 Text('myVar: ' + JSON.stringify(this.myVar))
40 Text('myVar2: ' + JSON.stringify(this.myVar2))
58 Text('NamespaceComponent2')
60 Text('NamespaceComponent2Link1: ' + JSON.stringify(this.NamespaceComponent2Link1))
62 Text('NamespaceComponent2Link2: ' + JSON.stringify(this.NamespaceComponent2Link2))
[all …]
DDefaultComponent.ets28 Text('DefaultComponent')
30 Text('DefaultComponentLink1: ' + JSON.stringify(this.DefaultComponentLink1))
32 Text('DefaultComponentLink2: ' + JSON.stringify(this.DefaultComponentLink2))
34 Text('DefaultComponentLink3: ' + JSON.stringify(this.DefaultComponentLink3))
36 Text('DefaultComponentLink4: ' + JSON.stringify(this.DefaultComponentLink4))
38 Text('myVar: ' + JSON.stringify(this.myVar))
40 Text('myVar2: ' + JSON.stringify(this.myVar2))
DAMDComponent.ets28 Text('AMDComponent')
30 Text('AMDComponentLink1: ' + JSON.stringify(this.AMDComponentLink1))
32 Text('AMDComponentLink2: ' + JSON.stringify(this.AMDComponentLink2))
34 Text('AMDComponentLink3: ' + JSON.stringify(this.AMDComponentLink3))
36 Text('AMDComponentLink4: ' + JSON.stringify(this.AMDComponentLink4))
38 Text('myVar: ' + JSON.stringify(this.myVar))
40 Text('myVar2: ' + JSON.stringify(this.myVar2))
DBaseComponent.ets18 Text('Builder').fontSize(fontsize)
29 Text('BaseComponent')
31 Text('testStr: ' + JSON.stringify(this.testStr))
33 Text('testNum: ' + JSON.stringify(this.testNum))
35 Text('testObj: ' + JSON.stringify(this.testObj))
/developtools/integration_verification/tools/rom_ram_analyzer/standard/
Drom_analyzer.py37 def __collect_product_info(cls, system_module_info_json: Text, argument
38 project_path: Text) -> Dict[Text, Dict[Text, Text]]: argument
45 product_info_dict: Dict[Text, Dict[Text, Text]] = dict()
52 label: Text = unit.get("label")
117 def __put(cls, unit: typing.Dict[Text, Any], result_dict: typing.Dict[Text, Dict]): argument
147 def analysis(cls, system_module_info_json: Text, product_dirs: List[str], argument
148 project_path: Text, product_name: Text, output_file: Text, output_execel: bool): argument
162 result_dict: Dict[Text:Dict] = dict()
164 file_list: List[Text] = BasicTool.find_all_files(d)
168 unit: Dict[Text, Any] = product_info_dict.get(
/developtools/ace_ets2bundle/compiler/sample/pages/
Dhome.ets26 Text(this.value1)
27 Text(this.value2)
28 Text(this.value3)
32 Text(this.value1)
37 Text(this.value2)
39 Text(this.value3)
Dhome_preview.ets26 Text(this.value1)
27 Text(this.value2)
28 Text(this.value3)
32 Text(this.value1)
37 Text(this.value2)
39 Text(this.value3)
Dindex.ets24 Text(this.value1)
25 Text(this.value2)
26 Text(this.value3)
41 Text(this.value1)
42 Text(this.value2)
43 Text(this.value3)
/developtools/profiler/host/smartperf/client/client_ui/entry/src/main/ets/common/ui/main/
DMine.ets34 Text('test')
46 Text('测试总app数')
51 Text(String(globalThis.sumTestApp))
61 Text('测试总局数')
66 Text(String(globalThis.sumTest))
76 Text('测试总时长')
81 Text(secToTime(globalThis.sumTestTime).toString())
91 Text('常见问题').fontSize('16vp').margin('5vp')
108 Text('设置').fontSize('16vp').margin('5vp')
DHomeBottomPage.ets31 Text('首页').fontSize('12vp').fontColor($r("app.color.colorPrimary"))
34 Text('首页').fontSize('12vp').fontColor(Color.Black)
47 Text('报告').fontSize('12vp').fontColor($r("app.color.colorPrimary"))
50 Text('报告').fontSize('12vp').fontColor(Color.Black)
63 Text('我的').fontSize('12vp').fontColor($r("app.color.colorPrimary"))
66 Text('我的').fontSize('12vp').fontColor(Color.Black)
/developtools/ace_ets2bundle/compiler/sample/pages/testcases/expected/
Dcomponent-01-expected.js24 …render() { return new Column(new Text(this.value1), new Text(this.value2), new Text(this.value3));…
Dnew-01-expected.js23 …render() { return new Column(new Text(this.value1), new Text(this.value2), new Text(this.value3));…
Dnew-02-expected.js23 …render() { return new Column(new Text(this.value1), new Text(this.value2), new Text(this.value3));…
Dnew-03-expected.js21 render() { return new Column(new Text(this.value1)); }
28 render() { return new Column(new Text(this.value1), new Banner()); }
Dnew-04-expected.js21 render() { return new Column(new Text(this.value1)); }
28 render() { return new Column(new Text(this.value1), new Banner()); }
/developtools/profiler/host/smartperf/client/client_ui/entry/src/main/ets/common/ui/detail/
DPowerDubai.ets59 Text("功耗拆解知识参考项,测试应用功耗请使用归一化电流/整机电流(报告概览页)") {
66 Text(powerSensor.sensor)
75 // Text(powerSensor.power)
84 Text(powerSensor.current)
92 Text(powerSensor.percent)
107 Text("Top20进程功耗") {
115 Text(powerApp.application)
124 // Text(powerApp.power)
133 Text(powerApp.current)
142 Text(powerApp.percent)

1234