Home
last modified time | relevance | path

Searched refs:percent (Results 1 – 25 of 42) sorted by relevance

12

/developtools/ace_js2bundle/ace-loader/test/card/testcase/pages/privateAttr/
DprivateAttr.hml6 …<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/
DDetailCommon.ets20 * @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/
DDatabaseEntity.ets372 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/
DLitSlider.ts118 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/
DprivateAttr.hml33 …<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/
DYAxis.ets84 * 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/
DLitSlider.test.ts26 litSliderPanel.percent = 'percent'
46 expect(litSliderPanel.percent).toEqual('percent');
/developtools/profiler/host/smartperf/ide/src/trace/bean/
DFrameChartStruct.ts83 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/
Dcard_component_map.js44 percent: { property
84 percent: { property
Dlite_component_map.js147 percent: { property
Drich_component_map.js340 percent: { property
1073 percent: { property
/developtools/integration_verification/DeployDevice/src/aw/Download/
DDownloadold.py319 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)
DDownload.py325 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/
DSpApplication.ts581 … 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/
DFrameChart.ts341 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/
DFrameChart.ts310 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/
DSpRecordPerf.ts121 let percent = parEle!.getAttribute("percent");
122 perfConfig.cpuPercent = Number(percent);
219 litSlider!.percent = config.litSliderStyle.defaultValue
234 maplitSlider!.percent = config.litSliderStyle.defaultValue
DSpRecordSetting.ts70 this.memoryBufferSlider!.percent = this.lastMemoryValue + '';
165 this.memoryBufferSlider!.percent = bufferInput.value;
/developtools/profiler/host/smartperf/client/client_ui/entry/src/main/ets/pages/
DReportDetail.ets67 let current = (Number(t.percent)) * normalCurrentNow /100
69 t.setPercent(Number(t.percent).toFixed(2) + "%")
/developtools/profiler/host/smartperf/ide/src/trace/database/
DProcedureWorkerCommon.ts366 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/
DPowerDubai.ets92 Text(powerSensor.percent)
142 Text(powerApp.percent)
DPerformance.ets236 Text(lostFrame.percent)
/developtools/profiler/host/smartperf/ide/test/trace/database/
DProcedureWorkerCommon.test.ts136 percent: 200,
/developtools/profiler/host/smartperf/client/client_ui/entry/src/main/ets/common/database/
DDatabaseUtils.ts878 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/
DREADME_zh.md278 ./hiperf report --limit-percent 1

12