Home
last modified time | relevance | path

Searched refs:toString (Results 1 – 25 of 253) sorted by relevance

1234567891011

/developtools/profiler/host/smartperf/ide/src/hdc/common/
DBaseConversion.ts17 const padLen = 1 - num.toString(16).length;
22 return padded + num.toString(16);
26 const padLen = 2 - num.toString(16).length;
31 return padded + num.toString(16);
35 const padLen = 4 - num.toString(16).length;
40 return padded + num.toString(16);
44 const padLen = 8 - num.toString(16).length;
49 return padded + num.toString(16);
DUtils.ts53 return '0x' + (num >>> 0).toString(16);
55 return '0x' + num.toString(16);
/developtools/smartperf_host/ide/src/hdc/common/
DBaseConversion.ts17 const padLen = 1 - num.toString(16).length;
22 return padded + num.toString(16);
26 const padLen = 2 - num.toString(16).length;
31 return padded + num.toString(16);
35 const padLen = 4 - num.toString(16).length;
40 return padded + num.toString(16);
44 const padLen = 8 - num.toString(16).length;
49 return padded + num.toString(16);
DUtils.ts53 return '0x' + (num >>> 0).toString(16);
55 return '0x' + num.toString(16);
/developtools/smartperf_host/ide/src/trace/component/setting/utils/
DPluginConvertUtils.ts92 value.toString() +
100 value.toString() +
152 arrValue.toString() +
161 arrValue.toString() +
170 arrValue.toString() +
183 arrValue.toString() +
191 arrValue.toString() +
238 value.toString() +
/developtools/profiler/host/smartperf/ide/src/trace/component/setting/utils/
DPluginConvertUtils.ts92 value.toString() +
100 value.toString() +
152 arrValue.toString() +
161 arrValue.toString() +
170 arrValue.toString() +
183 arrValue.toString() +
191 arrValue.toString() +
238 value.toString() +
/developtools/profiler/host/smartperf/client/client_ui/entry/src/main/ets/common/utils/
DTimeUtils.ts62 minute = parseInt((time / 60).toString())
67 hour = parseInt((minute / 60).toString())
80 retStr = "0" + i.toString()
82 retStr = "" + i.toString()
/developtools/profiler/host/smartperf/client/client_ui/entry/src/main/ets/pages/
DTitleWindowPage.ets140 value: (this.tIndexInfo.fps.toString()) + "FPS",
151 value: (0 - Number(this.tIndexInfo.currentNow)).toString() + "mA",
161 value: (parseInt(this.tIndexInfo.ddrFrequency.toString()) / 1e6).toString() + "MHz",
172 …value: (parseInt(this.tIndexInfo.cpu0Frequency.toString()) / 1e3).toString() + "MHz " + this.tInd…
183 …value: (parseInt(this.tIndexInfo.gpuFrequency.toString()) / 1e6).toString() + "MHz " + this.tInde…
203 value: (parseInt(this.tIndexInfo.socThermalTemp.toString()) / 1e3).toString() + "℃",
214 value: (parseInt(this.tIndexInfo.shellFrameTemp.toString()) / 1e3).toString() + "℃",
DStartTestPage.ets64 CollectorType.TYPE_CPU.toString(),
65 CollectorType.TYPE_GPU.toString(),
66 CollectorType.TYPE_DDR.toString(),
67 CollectorType.TYPE_FPS.toString(),
68 CollectorType.TYPE_POWER.toString(),
69 CollectorType.TYPE_TEMPERATURE.toString(),
70 CollectorType.TYPE_RAM.toString()
182 …outer.getParams()["selectPackageName"]).toString(), new String(router.getParams()["selectAbilityNa…
215 this.selectApp = new String(appName).toString()
216 globalThis.appName = new String(appName).toString()
[all …]
/developtools/ace_ets2bundle/compiler/src/
Dprocess_import.ts93 defaultName = node.importClause.name.escapedText.toString();
105 asName.set(item.propertyName.escapedText.toString(), item.name.escapedText.toString());
107 asName.set(item.name.escapedText.toString(), item.name.escapedText.toString());
116 defaultName = node.name.escapedText.toString();
220 const propertiesName: string = node.expression.escapedText.toString();
243 … exportCollection.add((item.propertyName ? item.propertyName : item.name).escapedText.toString());
247 … asExportCollection.set(item.name.escapedText.toString(), item.name.escapedText.toString());
251 let asExportName: string = item.name.escapedText.toString();
252 const asExportPropertyName: string = item.propertyName.escapedText.toString();
267 …asExportCollection.set(item.propertyName.escapedText.toString(), item.name.escapedText.toString());
[all …]
Dcompile_info.ts131 if (/\.map$/.test(key.toString()) && assets[key]._value) {
132 assets[key]._value = assets[key]._value.toString().replace('.ets?entry', '.ets');
133 assets[key]._value = assets[key]._value.toString().replace('.ts?entry', '.ts');
135 …let absPath: string = path.resolve(projectConfig.projectPath, key.toString().replace('.js.map','.j…
152 const errorLog: string = module.error.toString();
/developtools/smartperf_host/ide/src/trace/component/schedulingAnalysis/
DTop20ThreadRunTime.ts96 … return b[threadRunTimeProperty].toString().localeCompare(a[threadRunTimeProperty].toString());
98 … return a[threadRunTimeProperty].toString().localeCompare(b[threadRunTimeProperty].toString());
DTop20ProcessSwitchCount.ts139 …return b[processSwitchCountProperty].toString().localeCompare(a[processSwitchCountProperty].toStri…
141 …return a[processSwitchCountProperty].toString().localeCompare(b[processSwitchCountProperty].toStri…
DTop20ProcessThreadCount.ts140 …return b[processThreadCountProperty].toString().localeCompare(a[processThreadCountProperty].toStri…
142 …return a[processThreadCountProperty].toString().localeCompare(b[processThreadCountProperty].toStri…
/developtools/profiler/host/smartperf/ide/src/trace/component/schedulingAnalysis/
DTop20ThreadRunTime.ts96 … return b[threadRunTimeProperty].toString().localeCompare(a[threadRunTimeProperty].toString());
98 … return a[threadRunTimeProperty].toString().localeCompare(b[threadRunTimeProperty].toString());
DTop20ProcessThreadCount.ts140 …return b[processThreadCountProperty].toString().localeCompare(a[processThreadCountProperty].toStri…
142 …return a[processThreadCountProperty].toString().localeCompare(b[processThreadCountProperty].toStri…
DTop20ProcessSwitchCount.ts139 …return b[processSwitchCountProperty].toString().localeCompare(a[processSwitchCountProperty].toStri…
141 …return a[processSwitchCountProperty].toString().localeCompare(b[processSwitchCountProperty].toStri…
/developtools/ace_js2bundle/ace-loader/test/lite/
Dtest.js31 const fileString = fileContent.toString();
39 const expectedObj = JSON.parse(expectedContent.toString().replace(matchHashComment, ''));
46 value = value.toString();
/developtools/smartperf_host/ide/src/hdc/message/
DPayloadHead.ts89 toString(): string { method in PayloadHead
90 …return 'PayloadHead: ' + this.getDataView.toString() + ', parsePlayHead: ' + PayloadHead.parsePlay…
/developtools/profiler/host/smartperf/ide/src/hdc/message/
DPayloadHead.ts89 toString(): string { method in PayloadHead
90 …return 'PayloadHead: ' + this.getDataView.toString() + ', parsePlayHead: ' + PayloadHead.parsePlay…
/developtools/profiler/host/smartperf/client/client_ui/entry/src/main/ets/common/database/
DLocalRepository.ts76 curGeneralInfo.taskId.toString(),
77 AppFileRealDir + curGeneralInfo.sessionId.toString(),
83 curGeneralInfo.testDuration.toString(),
/developtools/ace_js2bundle/ace-loader/src/
Dread-json-plugin.js32 data = JSON5.parse(content.toString("utf-8"));
34 data = JSON.parse(content.toString("utf-8"));
/developtools/ace_js2bundle/ace-loader/test/rich/
Dtest.js28 const fileString = fileContent.toString();
36 const expectedObj = JSON.parse(expectedContent.toString().replace(matchHashComment, ''));
43 value = value.toString();
/developtools/ace_ets2bundle/compiler/src/fast_build/ark_compiler/common/
Dgen_abc.ts43 process.send({ data: e.toString() });
69 process.send({ data: e.toString() });
77 const message = chunk.toString();
/developtools/packing_tool/adapter/ohos/
DResourcesParser.java174 private static final Log LOG = new Log(ResourcesParser.class.toString());
555 return result.toString(); in convertBytesToString()
571 if (EMPTY_STRING.equals(configClass.toString())) { in convertConfigIndexToString()
583 if (EMPTY_STRING.equals(configClass.toString())) { in convertConfigIndexToString()
589 if (EMPTY_STRING.equals(configClass.toString())) { in convertConfigIndexToString()
595 if (EMPTY_STRING.equals(configClass.toString())) { in convertConfigIndexToString()
601 if (EMPTY_STRING.equals(configClass.toString())) { in convertConfigIndexToString()
607 if (EMPTY_STRING.equals(configClass.toString())) { in convertConfigIndexToString()
613 if (EMPTY_STRING.equals(configClass.toString())) { in convertConfigIndexToString()
620 if (EMPTY_STRING.equals(configClass.toString())) { in convertConfigIndexToString()
[all …]

1234567891011