Home
last modified time | relevance | path

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

12

/developtools/smartperf_host/ide/src/command/
DCmd.ts54 let uri = `http://${window.location.host.split(':')[0]}:${window.location.port}/exec`;
67 let uri = `http://${window.location.host.split(':')[0]}:${window.location.port}/hdcCmd`;
82 let uri = `http://${window.location.host.split(':')[0]}:${window.location.port}/hdcCmd`;
103 let uri = `http://${window.location.host.split(':')[0]}:${window.location.port}/hdcCmd`;
122 let uri = `http://${window.location.host.split(':')[0]}:${window.location.port}/showSaveDialog`;
140 let uri = `http://${window.location.host.split(':')[0]}:${window.location.port}/upload`;
158 let uri = `http://${window.location.host.split(':')[0]}:${window.location.port}/copyfile`;
175 let uri = `http://${window.location.host.split(':')[0]}:${window.location.port}/showOpenDialog`;
/developtools/profiler/host/smartperf/ide/src/command/
DCmd.ts54 let uri = `http://${window.location.host.split(':')[0]}:${window.location.port}/exec`;
67 let uri = `http://${window.location.host.split(':')[0]}:${window.location.port}/hdcCmd`;
82 let uri = `http://${window.location.host.split(':')[0]}:${window.location.port}/hdcCmd`;
103 let uri = `http://${window.location.host.split(':')[0]}:${window.location.port}/hdcCmd`;
122 let uri = `http://${window.location.host.split(':')[0]}:${window.location.port}/showSaveDialog`;
140 let uri = `http://${window.location.host.split(':')[0]}:${window.location.port}/upload`;
158 let uri = `http://${window.location.host.split(':')[0]}:${window.location.port}/copyfile`;
175 let uri = `http://${window.location.host.split(':')[0]}:${window.location.port}/showOpenDialog`;
/developtools/profiler/host/smartperf/ide/src/trace/database/ui-worker/
DProcedureWorkerEnergySystem.ts75 a.location = re.count + '';
77 a.location = '0';
87 … EnergySystemStruct.hoverEnergySystemStruct!.location = a.location == undefined ? '0' : a.location;
172 a.location = re.count + '';
174 a.location = '0';
183 … EnergySystemStruct.hoverEnergySystemStruct!.location = a.location == undefined ? '0' : a.location;
300 location: string | undefined; property in EnergySystemStruct
DProcedureWorkerHeapSnapshot.ts143 location: number
152 … ctx.fillText(str, x, Math.floor(frame.y + frame.height / location + textPadding), fillTextWidth);
161 Math.floor(frame.y + frame.height / location + textPadding),
168 Math.floor(frame.y + frame.height / location + textPadding),
DProcedureWorkerEnergyPower.ts255 obj.location = obj.location == 0 ? array[index].location : obj.location;
272 (item.location || 0) +
300 location: number = 0;
316 …let locationHeight = this.drawHistogram(req, data, cpuHeight, data.location!, 'LOCATION', row.fram…
450 (data.location || 0) +
/developtools/smartperf_host/ide/src/trace/database/ui-worker/
DProcedureWorkerEnergySystem.ts75 energySystemData.location = energySysStruct.count + '';
77 energySystemData.location = '0';
87 …temStruct.hoverEnergySystemStruct!.location = energySystemData.location == undefined ? '0' : energ…
172 a.location = filterElement.count + '';
174 a.location = '0';
183 … EnergySystemStruct.hoverEnergySystemStruct!.location = a.location == undefined ? '0' : a.location;
300 location: string | undefined; property in EnergySystemStruct
DProcedureWorkerHeapSnapshot.ts136 location: number
145 … ctx.fillText(str, x, Math.floor(frame.y + frame.height / location + textPadding), fillTextWidth);
154 Math.floor(frame.y + frame.height / location + textPadding),
161 Math.floor(frame.y + frame.height / location + textPadding),
DProcedureWorkerSnapshot.ts143 location: number
152 … ctx.fillText(str, x, Math.floor(frame.y + frame.height / location + textPadding), fillTextWidth);
161 Math.floor(frame.y + frame.height / location + textPadding),
168 Math.floor(frame.y + frame.height / location + textPadding),
DProcedureWorkerEnergyPower.ts255 obj.location = obj.location == 0 ? array[index].location : obj.location;
272 (item.location || 0) +
300 location: number = 0;
316 …let locationHeight = this.drawHistogram(req, data, cpuHeight, data.location!, 'LOCATION', row.fram…
450 (data.location || 0) +
/developtools/profiler/host/smartperf/ide/src/statistics/util/
DSpStatisticsHttpUtil.ts40 `${window.location.protocol}//${window.location.host.split(':')[0]}:${
41 window.location.port
/developtools/smartperf_host/ide/src/statistics/util/
DSpStatisticsHttpUtil.ts40 `${window.location.protocol}//${window.location.host.split(':')[0]}:${
41 window.location.port
/developtools/integration_verification/tools/startup_guard/rules/NO-Config-Cmds-In-Init/
DREADME.md23 "location":[
30 2. location: 耗时命令文件路径
/developtools/hapsigner/autosign/
DREADME.md20 2. Prepare your unsigned app and provision profile. Make sure correct config file location.
40 3. Prepare your unsigned app and provision profile. Make sure correct config file location.
/developtools/smartperf_host/ide/test/trace/component/chart/
DSpHiSysEventChart.test.ts105 let location = [ variable
155 querySystemLocationData.mockResolvedValue(location);
/developtools/profiler/host/smartperf/ide/src/trace/
DSpApplication.ts772 … uploadPath = `http://${window.location.host.split(':')[0]}:${window.location.port}/upload`;
801 loadPath = `http://${window.location.host.split(':')[0]}:${window.location.port}`;
841 …let wasmUrl = `https://${window.location.host.split(':')[0]}:${window.location.port}/application/w…
843 … wasmUrl = `http://${window.location.host.split(':')[0]}:${window.location.port}/wasm.json`;
962 … `http://${window.location.host.split(':')[0]}:${window.location.port}` + traceFile;
1197 let urlParams = this.getUrlParams(window.location.href);
1213 let localUrl = downloadLineFile ? `${window.location.origin}${localPath}` : urlParams.trace;
1231 let api = `${window.location.origin}/download-file`;
/developtools/smartperf_host/ide/src/trace/
DSpApplication.ts781 … uploadPath = `http://${window.location.host.split(':')[0]}:${window.location.port}/upload`;
810 loadPath = `http://${window.location.host.split(':')[0]}:${window.location.port}`;
851 …let wasmUrl = `https://${window.location.host.split(':')[0]}:${window.location.port}/application/w…
853 … wasmUrl = `http://${window.location.host.split(':')[0]}:${window.location.port}/wasm.json`;
980 … `http://${window.location.host.split(':')[0]}:${window.location.port}` + traceFile;
1216 let urlParams = this.getUrlParams(window.location.href);
1232 let localUrl = downloadLineFile ? `${window.location.origin}${localPath}` : urlParams.trace;
1250 let api = `${window.location.origin}/download-file`;
/developtools/profiler/host/smartperf/trace_streamer/src/parser/htrace_pbreader_parser/
Dhtrace_js_memory_parser.cpp449 jsonns::Location location = jMessage.at("locations"); in ParseLocation() local
450 for (int32_t i = 0; i < location.columns.size(); ++i) { in ParseLocation()
451 auto objectIndex = location.objectIndexes[i]; in ParseLocation()
452 auto scriptId = location.scriptIds[i]; in ParseLocation()
453 auto line = location.lines[i]; in ParseLocation()
454 auto column = location.columns[i]; in ParseLocation()
/developtools/smartperf_host/ide/
Dtsconfig.json57 …// "sourceRoot": "", /* Specify the location where debugger should locate Typ…
58 …// "mapRoot": "", /* Specify the location where debugger should locate map…
/developtools/profiler/host/smartperf/ide/
Dtsconfig.json57 …// "sourceRoot": "", /* Specify the location where debugger should locate Typ…
58 …// "mapRoot": "", /* Specify the location where debugger should locate map…
/developtools/smartperf_host/trace_streamer/src/parser/htrace_pbreader_parser/
Dhtrace_js_memory_parser.cpp486 jsonns::Location location = jMessage.at("locations"); in ParseLocation() local
487 for (int32_t i = 0; i < location.columns.size(); ++i) { in ParseLocation()
488 auto objectIndex = location.objectIndexes[i]; in ParseLocation()
489 auto scriptId = location.scriptIds[i]; in ParseLocation()
490 auto line = location.lines[i]; in ParseLocation()
491 auto column = location.columns[i]; in ParseLocation()
/developtools/profiler/host/smartperf/trace_streamer/doc/
Djs_memory.md3 …js_heap_trace_function_info, js_heap_trace_node共计九张表分别记录边缘信息,文件信息,数据类型, location节点信息,node节点信息,Time…
/developtools/smartperf_host/ide/src/trace/component/setting/
DSpSdkConfig.ts146 …let wasmJsonUrl = `https://${window.location.host.split(':')[0]}:${window.location.port}/applicati…
148 … wasmJsonUrl = `http://${window.location.host.split(':')[0]}:${window.location.port}/wasm.json`;
/developtools/profiler/host/smartperf/ide/src/trace/component/setting/
DSpSdkConfig.ts146 …let wasmJsonUrl = `https://${window.location.host.split(':')[0]}:${window.location.port}/applicati…
148 … wasmJsonUrl = `http://${window.location.host.split(':')[0]}:${window.location.port}/wasm.json`;
/developtools/smartperf_host/ide/test/trace/database/ui-worker/
DProcedureWorkerEnergyPower.test.ts38 location: 2,
/developtools/ace_ets2bundle/compiler/src/
Dcompile_info.ts81 location: { start?: { line: number, column: number } }

12