Home
last modified time | relevance | path

Searched refs:media (Results 1 – 25 of 53) sorted by relevance

123

/developtools/ace_js2bundle/ace-loader/test/card/testcase/pages/mediaQuery/
DmediaQuery.css1 /* media query import css */
2 @import '../../common/media.css';
4 @media (dark-mode:true) {
/developtools/ace_js2bundle/ace-loader/test/rich/testcase/pages/mediaQuery/
DmediaQuery.css1 /* media query import css */
2 @import '../../../common/css/media.css';
4 @media (device-type: tv) {
/developtools/profiler/host/smartperf/client/client_ui/entry/src/main/ets/common/ui/detail/
DSummary.ets138 …new SummaryItem($r('app.media.icon_normalized_current'), '归一化电流', (normalCurrentNow / this.gpData.…
144 …new SummaryItem($r('app.media.icon_max_temperature'), 'soc温度', (socThermalTemp / this.gpData.lengt…
150 …new SummaryItem($r('app.media.icon_max_temperature'), '壳温', (shellFrameTempSum / this.gpData.lengt…
155 …new SummaryItem($r('app.media.icon_jank_score'), '平均帧率', (fpsSum / (this.gpData.length - fpsNullSu…
156 … new SummaryItem($r('app.media.icon_jank_score'), '最高帧率', (fpsMax).toFixed(0) + 'HZ', '#fcf4ee'),
157 …new SummaryItem($r('app.media.icon_jank_score'), '低帧率', (calculationTest.Low_Frame_Rate()).toFixed…
158 …new SummaryItem($r('app.media.icon_jank_score'), '抖动率', (calculationTest.Jitter_rate()).toFixed(2)…
159 …new SummaryItem($r('app.media.icon_jank_score'), '卡顿次数', (calculationTest.calculateCaton(fpsJitter…
161 $r('app.media.icon_frame_score'), 'GPU负载',
164 …new SummaryItem($r('app.media.icon_frame_score'), 'DDR频率', (ddrFreqSum / this.gpData.length / 1e6)…
[all …]
DPower.ets73 …new SummaryItem($r('app.media.icon_normalized_current'), '归一化电流', (normalCurrentNow / this.gpData.…
74 …new SummaryItem($r('app.media.icon_normalized_current'), '最大电流', maxCurrentNow.toFixed(0) + 'mA', …
75 …new SummaryItem($r('app.media.icon_normalized_current'), '电压', (curVoltage * 1000 / (this.gpData.l…
76 …new SummaryItem($r('app.media.icon_max_temperature'), '平均温度', (avgBatteryTemp / (this.gpData.lengt…
77 …new SummaryItem($r('app.media.icon_max_temperature'), '最大温度', (maxBatteryTemp).toFixed(0) + '℃', '…
78 …new SummaryItem($r('app.media.icon_normalized_current'), '归一耗电', (normalCurrentNow * parseInt(this…
/developtools/profiler/host/smartperf/client/client_ui/entry/src/main/ets/common/ui/main/
DHomeBottomPage.ets30 Image($r('app.media.icon_home_selected')).width(this.imgW).height(this.imgH)
33 Image($r('app.media.icon_home_unselected')).width(this.imgW).height(this.imgH)
46 Image($r('app.media.icon_report_selected')).width(this.imgW).height(this.imgH)
49 Image($r('app.media.icon_report_unselected')).width(this.imgW).height(this.imgH)
62 Image($r('app.media.icon_mine_selected')).width(this.imgW).height(this.imgH)
65 Image($r('app.media.icon_mine_unselected')).width(this.imgW).height(this.imgH)
DMine.ets29 Image($r('app.media.person'))
42 Image($r('app.media.test_apps_count'))
57 Image($r('app.media.test_session_count'))
72 Image($r('app.media.test_times_count'))
90 Image($r('app.media.question')).width('20vp').height('20vp').margin({ left: '10vp' })
104 Image($r('app.media.settings'))
/developtools/profiler/host/smartperf/client/client_ui/entry/src/main/ets/pages/
DTitleWindowPage.ets130 Image($r('app.media.logo')).width(10).height(10).margin({ left: '2%' })
134 …Image($r('app.media.icon_close_small')).height(15).width(15).margin({ left: '45%' }).onClick(() =>…
144 icon: $r('app.media.icon_average_frame_b'),
155 icon: $r('app.media.icon_normalized_current'),
165 icon: $r('app.media.icon_counter'),
176 icon: $r('app.media.icon_counter'),
187 icon: $r('app.media.icon_counter'),
198 icon: $r('app.media.icon_counter'),
209 icon: $r('app.media.icon_frame_score'),
219 icon: $r('app.media.icon_jank_each_hour'),
[all …]
DStartTestPage.ets38 new SwitchItem('trace', '是否抓取trace', $r('app.media.icon_average_frame_b'), false, true),
39 new SwitchItem('screenCapture', '是否开启截图', $r('app.media.icon_screencap'), false, true)
95 Image($r('app.media.logo')).width('70vp').height('70vp').margin({ left: '2%' })
102 … Image($r('app.media.icon_enter')).width('15vp').height('15vp').margin({ right: '35vp' })
118 … Image($r('app.media.icon_test_index')).width('25vp').height('25vp').margin({ left: '2%' })
123 … Image($r('app.media.icon_enter')).width('15vp').height('15vp').margin({ right: '15vp' })
144 … Image($r('app.media.icon_test_name')).width('25vp').height('25vp').margin({ left: '2%' })
152 … Image($r('app.media.icon_enter')).width('15vp').height('15vp').margin({ right: '15vp' })
DSettingsPage.ets31 Image($r('app.media.icon_language')).width('25vp').height('25vp').margin({ left: '2%' })
36 Image($r('app.media.icon_enter')).width('15vp').height('15vp').margin({ left: '15vp' })
DLoginPage.ets23 Image($r('app.media.logo')).width('100vp').height('100vp').margin({ top: '180vp' })
DCurrentNowLineChartPage.ets74 Image($r('app.media.icon_close_small')).width('20vp').height('20vp').onClick(() => {
DGPULineChartPage.ets76 Image($r('app.media.icon_close_small')).width('20vp').height('20vp').onClick(() => {
DCPU0LineChartPage.ets74 Image($r('app.media.icon_close_small')).width('20vp').height('20vp').onClick(() => {
DRAMLineChartPage.ets76 Image($r('app.media.icon_close_small')).width('20vp').height('20vp').onClick(() => {
DFpsLineChartPage.ets68 Image($r('app.media.icon_close_small')).width('15vp').height('15vp').onClick(() => {
DCPU2LineChartPage.ets74 Image($r('app.media.icon_close_small')).width('20vp').height('20vp').onClick(() => {
DCPU1LineChartPage.ets76 Image($r('app.media.icon_close_small')).width('20vp').height('20vp').onClick(() => {
DDDRLineChartPage.ets74 Image($r('app.media.icon_close_small')).width('20vp').height('20vp').onClick(() => {
/developtools/ace_js2bundle/ace-loader/test/lite/testcase/pages/exteriorStyle/
DexteriorStyle.css87 @media screen and (max-width: 454px) {
95 @media screen and (min-width: 455px) {
/developtools/ace_js2bundle/ace-loader/test/card/testcase/common/
Dmedia.css1 @media (dark-mode:true) {
/developtools/ace_js2bundle/ace-loader/test/rich/common/css/
Dmedia.css1 @media screen and (min-width: 600) and (max-width: 1200) {
/developtools/profiler/host/smartperf/client/client_ui/entry/src/main/ets/common/ui/
DStartTestTitleComponent.ets25 Image($r('app.media.icon_back'))
/developtools/smartperf_host/trace_streamer/src/parser/pbreader_parser/hisysevent_parser/
Dpbreader_hisysevent_parser.cpp53 … audioVolumeInfo.stream_ring(), audioVolumeInfo.media(), audioVolumeInfo.voice_assistant(), in Parse()
/developtools/smartperf_host/trace_streamer/src/protos/types/plugins/hisysevent_data/
Dhisysevent_plugin_result.proto23 int32 media = 5; field
/developtools/smartperf_host/trace_streamer/src/filter/hi_sysevent_filter/
Dhi_sysevent_measure_filter.h83 int32_t media,

123