| /developtools/ace_js2bundle/ace-loader/test/rich/testcase/pages/expression/ |
| D | expression.hml | 3 <text> 5 </text> 8 <text> 10 </text> 34 <text class="text-text">{{1>2?3:4}}</text> 35 <text class="text-text">{{a}}</text> 36 <text class="text-text">{{1>2?a:b}}</text> 37 <text class="text-text">{{1>2?true:null}}</text> 38 <text class="{{this.a}}{{Math.PI}}"></text> 39 <text class="text-text">{{1>b?(v>4?a:6):7}}</text> [all …]
|
| /developtools/profiler/device/plugins/memory_plugin/test/unittest/ |
| D | buffer_splitter_unittest.cpp | 51 char* text = nullptr; variable 53 BufferSplitter totalbuffer(text, readsize); 67 char text[] = {'\0'}; variable 68 int readsize = sizeof(text); 69 BufferSplitter totalbuffer(text, readsize); 83 char text[] = {'\n'}; variable 84 int readsize = sizeof(text); 85 BufferSplitter totalbuffer(text, readsize); 99 char text[] = {'3'}; variable 100 int readsize = sizeof(text); [all …]
|
| /developtools/ace_js2bundle/ace-loader/test/rich/testcase/pages/ifDirective/ |
| D | ifDirective.hml | 3 <text if="{{conditionVar === 1}}">{{componentData.if}}</text> 7 <text if="{{conditionVar === 1}}">{{componentData.if}}</text> 8 <text elif="{{conditionVar === 2}}">{{componentData.elif}}</text> 9 <text else>{{componentData.else}}</text> 15 <text>{{$idx}}.{{$item.name}}</text> 22 <text>{{$idx}}.{{$item.name}}</text> 29 <text>{{personItem.name}}</text> 35 <text>{{true_value}}</text>
|
| /developtools/ace_js2bundle/ace-loader/test/lite/testcase/pages/ifDirective/ |
| D | ifDirective.hml | 3 <text if="{{conditionVar === 1}}">{{componentData.if}}</text> 7 <text if="{{conditionVar === 1}}">{{componentData.if}}</text> 8 <text elif="{{conditionVar === 2}}">{{componentData.elif}}</text> 9 <text else>{{componentData.else}}</text> 15 <text>{{$idx}}.{{$item.name}}</text> 22 <text>{{$idx}}.{{$item.name}}</text> 29 <text>{{personItem.name}}</text>
|
| /developtools/hdc/ |
| D | .gitattributes | 1 *.tgz filter=lfs diff=lfs merge=lfs -text 2 *.trp filter=lfs diff=lfs merge=lfs -text 3 *.apk filter=lfs diff=lfs merge=lfs -text 4 *.jar filter=lfs diff=lfs merge=lfs -text 5 *.mp4 filter=lfs diff=lfs merge=lfs -text 6 *.zip filter=lfs diff=lfs merge=lfs -text 7 *.asm filter=lfs diff=lfs merge=lfs -text 8 *.8svn filter=lfs diff=lfs merge=lfs -text 9 *.9svn filter=lfs diff=lfs merge=lfs -text 10 *.dylib filter=lfs diff=lfs merge=lfs -text [all …]
|
| /developtools/profiler/ |
| D | .gitattributes | 1 *.tgz filter=lfs diff=lfs merge=lfs -text 2 *.trp filter=lfs diff=lfs merge=lfs -text 3 *.apk filter=lfs diff=lfs merge=lfs -text 4 *.jar filter=lfs diff=lfs merge=lfs -text 5 *.mp4 filter=lfs diff=lfs merge=lfs -text 6 *.zip filter=lfs diff=lfs merge=lfs -text 7 *.asm filter=lfs diff=lfs merge=lfs -text 8 *.8svn filter=lfs diff=lfs merge=lfs -text 9 *.9svn filter=lfs diff=lfs merge=lfs -text 10 *.dylib filter=lfs diff=lfs merge=lfs -text [all …]
|
| /developtools/bytrace/ |
| D | .gitattributes | 1 *.tgz filter=lfs diff=lfs merge=lfs -text 2 *.trp filter=lfs diff=lfs merge=lfs -text 3 *.apk filter=lfs diff=lfs merge=lfs -text 4 *.jar filter=lfs diff=lfs merge=lfs -text 5 *.mp4 filter=lfs diff=lfs merge=lfs -text 6 *.zip filter=lfs diff=lfs merge=lfs -text 7 *.asm filter=lfs diff=lfs merge=lfs -text 8 *.8svn filter=lfs diff=lfs merge=lfs -text 9 *.9svn filter=lfs diff=lfs merge=lfs -text 10 *.dylib filter=lfs diff=lfs merge=lfs -text [all …]
|
| /developtools/ace_js2bundle/ace-loader/test/card/testError/pages/for/ |
| D | for.hml | 2 <div class="text-div"> 3 <text class="title">for列表渲染.</text> 7 <text>{{$idx}}.{{$item.name}}</text> 10 <text>{{$idx}}.{{value.name}}</text> 13 <text>{{i}}{{v.name}}</text>
|
| /developtools/ace_js2bundle/ace-loader/test/lite/testcase/pages/music/ |
| D | music.hml | 4 <text class="content">{{$t('value.name')}} 5 </text> 6 <text class="content">{{value.name}} 7 </text> 8 <text class="content">{{$t('strings.dizziness')}} 9 </text> 10 <text class="content">{{value.singer}} 11 </text>
|
| /developtools/ace_js2bundle/ace-loader/test/lite/testcase/pages/sick/ |
| D | sick.hml | 3 …text class="head_t_b" style="margin-top:{{$t('css.measureHome_hand_top')}}; color:red; margin-left… 6 …<text class="listL" style="width:{{$t('css.judgeIos_height')}};">{{$t('strings.chest_tightness')}}… 9 …<text class="listL" style="width:{{$t('css.judgeIos_height')}};color:{{dizzinessColor}}">{{$t('str… 12 …<text class="listL" style="width:{{$t('css.judgeIos_height')}};">{{$t('strings.dizziness')}} :头痛</… 15 …<text class="listL" style="width:{{$t('css.judgeIos_height')}};">{{$t('strings.chest_tightness')}}…
|
| /developtools/ace_js2bundle/ace-loader/test/card/testcase/pages/ifAttr/ |
| D | ifAttr.hml | 2 <text if="{{showIf}}"> Hello-TV </text> 3 <text elif="{{display}}"> Hello-Wearable </text> 4 <text else> Hello-World </text>
|
| /developtools/smartperf_host/ide/src/trace/component/setting/utils/ |
| D | PluginConvertUtils.ts | 143 let text = ''; 147 text = 148 text + 156 text = 157 text + 165 text = 166 text + 178 text = 179 text + 186 text = [all …]
|
| /developtools/profiler/host/smartperf/ide/src/trace/component/setting/utils/ |
| D | PluginConvertUtils.ts | 143 let text = ''; 147 text = 148 text + 156 text = 157 text + 165 text = 166 text + 178 text = 179 text + 186 text = [all …]
|
| /developtools/profiler/host/smartperf/client/client_ui/entry/src/main/ets/common/ui/detail/chart/components/ |
| D | Description.ets | 23 * the text used in the description 25 private text:string = "Description Label"; 28 * the custom position of the description text 33 * the alignment of the description text 44 * Sets the text to be shown as the description. 46 * @param text 48 public setText( text:string):void { 49 this.text = text; 53 * Returns the description text. 58 return this.text; [all …]
|
| /developtools/ace_js2bundle/ace-loader/test/lite/testcase/pages/forDirective/ |
| D | forDirective.hml | 4 <text>{{$idx}}.{{$item.name}}</text> 10 <text>{{$idx}}-{{personItem.name}}--{{personItem.age}}</text> 18 <text>{{personIndex}}.{{personItem.name}}</text> 26 <text>{{personItem.id}}--{{item.name}}</text> 33 <text>{{index}}--{{item.name}}</text>
|
| /developtools/profiler/device/plugins/ftrace_plugin/test/unittest/ |
| D | file_utils_test.cpp | 59 std::string text = FileUtils::ReadFile(fd); variable 60 EXPECT_EQ(text, data_); 72 std::string text = FileUtils::ReadFile(fd); variable 73 EXPECT_EQ(text, ""); 83 std::string text = FileUtils::ReadFile(path_); variable 84 EXPECT_EQ(text, data_); 95 std::string text = FileUtils::ReadFile(path); variable 96 EXPECT_EQ(text, ""); 112 std::string text = FileUtils::ReadFile(path); variable 113 EXPECT_EQ(text, data_); // expect same content read back! [all …]
|
| /developtools/ace_js2bundle/ace-loader/test/rich/testcase/pages/forDirective/ |
| D | forDirective.hml | 4 <text>{{$idx}}.{{$item.name}}</text> 10 <text>{{$idx}}-{{personItem.name}}--{{personItem.age}}</text> 18 <text>{{personIndex}}.{{personItem.name}}</text> 26 <text>{{personItem.id}}--{{item.name}}</text> 33 <text>{{index}}--{{item.name}}</text>
|
| /developtools/ace_js2bundle/ace-loader/test/card/testcase/pages/showAttr/ |
| D | showAttr.hml | 3 <text show="false"> Hello World </text> 6 <text show="{{visible}}"> Hello World </text>
|
| /developtools/ace_js2bundle/ace-loader/test/card/testError/pages/selector/ |
| D | selector.hml | 2 <text id="titleId" class="title">selector_test</text> 4 <text id="contentId">content</text>
|
| /developtools/ace_js2bundle/ace-loader/test/lite/testcase/pages/attribute/ |
| D | attribute.hml | 12 <text>hello</text> 15 <text>{{num}}</text>
|
| /developtools/profiler/host/smartperf/ide/src/base-ui/chart/pagenation/ |
| D | pagination-box.ts | 26 get text() { method in PaginationBox 30 set text(text: string) { method in PaginationBox 31 this.setAttribute('text', text);
|
| /developtools/smartperf_host/ide/src/base-ui/chart/pagenation/ |
| D | PaginationBox.ts | 26 get text() { method in PaginationBox 30 set text(text: string) { method in PaginationBox 31 this.setAttribute('text', text);
|
| /developtools/smartperf_host/ide/src/base-ui/checkbox/ |
| D | LitCheckBoxWithText.ts | 29 get text(): string { method in LitCheckBoxWithText 33 set text(text: string) { method in LitCheckBoxWithText 34 this.setAttribute('text', text); 89 <check-des-box id ='checkbox' value="${this.text}"></check-des-box>
|
| /developtools/profiler/host/smartperf/ide/src/base-ui/checkbox/ |
| D | LitCheckBoxWithText.ts | 29 get text(): string { method in LitCheckBoxWithText 33 set text(text: string) { method in LitCheckBoxWithText 34 this.setAttribute('text', text); 89 <check-des-box id ='checkbox' value="${this.text}"></check-des-box>
|
| /developtools/smartperf_host/ide/test/base-ui/popover/ |
| D | LitPopover.test.ts | 59 text: '# Samples', 71 text: '# Samples', 83 text: '# Samples', 96 text: '# Samples', 109 text: '# Samples', 122 text: '# Samples', 138 text: '# Samples', 154 text: '# Samples',
|