/developtools/ace_js2bundle/ace-loader/test/card/testcase/pages/privateAttr/ |
D | privateAttr.hml | 6 …<progress type="horizontal" percent="{{percent}}" secondarypercent="{{secondarypercent}}"></progre… 9 …<progress type="scale-ring" percent="{{percent}}" secondarypercent="{{secondarypercent}}" clockwis… 12 <progress type="arc" percent="{{percent}}"></progress>
|
/developtools/profiler/host/smartperf/client/client_ui/entry/src/main/ets/common/ui/detail/data/ |
D | DetailCommon.ets | 20 * @param percent 25 public percent: string 28 constructor(key: string, value: string, percent: string, color: Resource) { 31 this.percent = percent
|
/developtools/profiler/host/smartperf/client/client_ui/entry/src/main/ets/common/entity/ |
D | DatabaseEntity.ets | 372 public percent: String; 374 …Id ?: String, application ?: String, power ?: String, current ?: String, percent ?: String,color?:… 380 this.percent = percent 389 setPercent(percent?: String){ 390 this.percent = percent 405 public percent: string; 407 …constructor( taskId ?: string, sensor ?:string, power ?: string, current ?: string, percent ?: str… 412 this.percent = percent 415 setPerenct(percent: string) { 416 this.percent = percent
|
/developtools/profiler/host/smartperf/ide/src/base-ui/slider/ |
D | LitSlider.ts | 118 get percent() { method in LitSlider 122 set percent(value: string) { method in LitSlider 263 this.percent = Number(resultNumber) + "%"; 268 this.litSlider!.style.backgroundSize = this.percent; 270 this.litSlider!.style.backgroundSize = this.percent;
|
/developtools/ace_js2bundle/ace-loader/test/rich/testcase/pages/privateAttr/ |
D | privateAttr.hml | 33 …<progress type="horizontal" percent="{{percent}}" secondarypercent="{{secondarypercent}}"></progre… 36 …<progress type="scale-ring" percent="{{percent}}" secondarypercent="{{secondarypercent}}" clockwis… 39 <progress type="arc" percent="{{percent}}"></progress>
|
/developtools/profiler/host/smartperf/client/client_ui/entry/src/main/ets/common/ui/detail/chart/components/ |
D | YAxis.ets | 84 * axis space from the largest value to the top in percent of the total axis range 89 * axis space from the smallest value to the bottom in percent of the total axis range 266 * Sets the top axis space in percent of the full range. Default 10f 268 * @param percent 270 public setSpaceTop(percent : number) : void { 271 this.mSpacePercentTop = percent; 275 * Returns the top axis space in percent of the full range. Default 10f 284 * Sets the bottom axis space in percent of the full range. Default 10f 286 * @param percent 288 public setSpaceBottom(percent : number) : void { [all …]
|
/developtools/profiler/host/smartperf/ide/test/base-ui/slider/ |
D | LitSlider.test.ts | 26 litSliderPanel.percent = 'percent' 46 expect(litSliderPanel.percent).toEqual('percent');
|
/developtools/profiler/host/smartperf/ide/src/trace/bean/ |
D | FrameChartStruct.ts | 83 export function draw(ctx: CanvasRenderingContext2D, data: ChartStruct, percent: number) { 91 let color = getHeatColor(percent); 114 if (percent > 0.6 || isSelected(data)) {
|
/developtools/ace_js2bundle/ace-loader/plugin/templater/ |
D | card_component_map.js | 44 percent: { property 84 percent: { property
|
D | lite_component_map.js | 147 percent: { property
|
D | rich_component_map.js | 340 percent: { property 1073 percent: { property
|
/developtools/integration_verification/DeployDevice/src/aw/Download/ |
D | Downloadold.py | 319 percent = 100.0 * downloadsize * blocksize / filesize 320 if percent >= 100 : 321 percent = 100 323 percent = float("%.4f" % percent) 324 if percent % 1 == 0: 325 logger.info("file download percent:%.0f%%" % percent)
|
D | Download.py | 325 percent = 100.0 * downloadsize * blocksize / filesize 326 if percent >= 100: 327 percent = 100 329 percent = float("%.4f" % percent) 330 if percent % 1 == 0: 331 logger.info("file download percent:%.0f%%" % percent)
|
/developtools/profiler/host/smartperf/ide/src/trace/ |
D | SpApplication.ts | 581 … spSystemTrace!.loadDatabaseUrl(loadPath + res, (command: string, percent: number) => { 582 info("setPercent :" + command + "percent :" + percent); 583 litSearch.setPercent(command + ' ', percent); 683 …loadDatabaseArrayBuffer(this.result as ArrayBuffer, wasmUrl,(command: string, percent: number) => { 684 info("setPercent :" + command + "percent :" + percent); 685 litSearch.setPercent(command + ' ', percent); 776 …ace!.loadDatabaseArrayBuffer(this.result as ArrayBuffer, "",(command: string, percent: number) => { 777 info("setPercent :" + command + "percent :" + percent); 778 litSearch.setPercent(command + ' ', percent);
|
/developtools/profiler/host/smartperf/ide/src/trace/component/chart/ |
D | FrameChart.ts | 341 let percent = 0; 345 percent = children.size / this.currentSize; 349 percent = children.count / this.currentCount; 353 percent = children.dur / this.currentDuration; 359 draw(this.cavasContext!, children, percent);
|
/developtools/profiler/host/smartperf/ide/src/trace/component/ |
D | FrameChart.ts | 310 let percent = 0; 313 percent = children.size / this.currentSize; 316 percent = children.count / this.currentCount; 321 NativeHookCallInfo.draw(this.cavasContext!, children, percent);
|
/developtools/profiler/host/smartperf/ide/src/trace/component/setting/ |
D | SpRecordPerf.ts | 121 let percent = parEle!.getAttribute("percent"); 122 perfConfig.cpuPercent = Number(percent); 219 litSlider!.percent = config.litSliderStyle.defaultValue 234 maplitSlider!.percent = config.litSliderStyle.defaultValue
|
D | SpRecordSetting.ts | 70 this.memoryBufferSlider!.percent = this.lastMemoryValue + ''; 165 this.memoryBufferSlider!.percent = bufferInput.value;
|
/developtools/profiler/host/smartperf/client/client_ui/entry/src/main/ets/pages/ |
D | ReportDetail.ets | 67 let current = (Number(t.percent)) * normalCurrentNow /100 69 t.setPercent(Number(t.percent).toFixed(2) + "%")
|
/developtools/profiler/host/smartperf/ide/src/trace/database/ |
D | ProcedureWorkerCommon.ts | 366 static draw(ctx: CanvasRenderingContext2D, data: ChartStruct, percent: number) { 374 let color = getHeatColor(percent); 397 if (percent > 0.6 || ChartStruct.isSelected(data)) {
|
/developtools/profiler/host/smartperf/client/client_ui/entry/src/main/ets/common/ui/detail/ |
D | PowerDubai.ets | 92 Text(powerSensor.percent) 142 Text(powerApp.percent)
|
D | Performance.ets | 236 Text(lostFrame.percent)
|
/developtools/profiler/host/smartperf/ide/test/trace/database/ |
D | ProcedureWorkerCommon.test.ts | 136 percent: 200,
|
/developtools/profiler/host/smartperf/client/client_ui/entry/src/main/ets/common/database/ |
D | DatabaseUtils.ts | 878 let percent = Number(power)*100 / totalSumEnergy variable 879 … let tPowerAppInfo = new TPowerAppInfo("", "", name, power, "0", percent.toFixed(5)) 912 let percent = resultSet.getString(resultSet.getColumnIndex("percent")) variable 914 let tPowerAppInfo = new TPowerAppInfo("", "", process, energy, "0", percent)
|
/developtools/hiperf/ |
D | README_zh.md | 278 ./hiperf report --limit-percent 1
|