| /developtools/profiler/host/smartperf/trace_streamer/gn/toolchain/ |
| D | BUILD.gn | 79 description = "step: compile {{source}}" 89 description = "step: compile {{source}}" 103 description = "step: link {{output}}" 113 description = "step: link $unstripped_so" 121 description = "step:link {{output}}" 125 description = "step: stamp {{output}}" 130 description = "step: COPY files from {{source}} to {{output}}" 144 description = "step: compile {{source}}" 153 description = "step: compile {{source}}" 176 description = "step: link {{output}}" [all …]
|
| /developtools/smartperf_host/trace_streamer/gn/toolchain/ |
| D | BUILD.gn | 79 description = "step: compile {{source}}" 89 description = "step: compile {{source}}" 103 description = "step: link {{output}}" 113 description = "step: link $unstripped_so" 121 description = "step:link {{output}}" 125 description = "step: stamp {{output}}" 130 description = "step: COPY files from {{source}} to {{output}}" 144 description = "step: compile {{source}}" 153 description = "step: compile {{source}}" 176 description = "step: link {{output}}" [all …]
|
| /developtools/profiler/host/smartperf/ide/src/trace/component/trace/timer-shaft/ |
| D | TimeRuler.ts | 23 private step: number; property in TimeRuler 29 this.step = this.frame.width / 10; 36 this.step = this.frame.width / 10; 43 let x = Math.floor(index * this.step) + this.frame.x;
|
| /developtools/smartperf_host/ide/src/trace/component/trace/timer-shaft/ |
| D | TimeRuler.ts | 23 private step: number; property in TimeRuler 29 this.step = this.frame.width / 10; 36 this.step = this.frame.width / 10; 43 let x = Math.floor(index * this.step) + this.frame.x;
|
| /developtools/profiler/host/smartperf/ide/src/trace/database/ui-worker/ |
| D | ProcedureWorkerAppStartup.ts | 113 static getStartupName(step: number | undefined) { 114 if (step === undefined || step < 0 || step > 5) { 117 return AppStartupStruct.StartUpStep[step];
|
| D | ProcedureWorkerTimeline.ts | 160 private step: number; 173 this.step = this.frame.width / 10; 179 this.step = this.frame.width / 10; 187 let x = Math.floor(i * this.step) + this.frame.x;
|
| /developtools/smartperf_host/ide/src/trace/database/ui-worker/ |
| D | ProcedureWorkerAppStartup.ts | 116 static getStartupName(step: number | undefined): string { 117 if (step === undefined || step < 0 || step > 5) { 120 return AppStartupStruct.StartUpStep[step];
|
| D | ProcedureWorkerTimeline.ts | 160 private step: number; 173 this.step = this.frame.width / 10; 179 this.step = this.frame.width / 10; 187 let x = Math.floor(i * this.step) + this.frame.x;
|
| /developtools/profiler/host/smartperf/ide/src/trace/component/trace/sheet/process/ |
| D | TabPaneStartup.ts | 27 step: number; property 63 step: item.startName || 0, 78 step: 0, 153 return startupA.step - startupB.step;
|
| /developtools/smartperf_host/ide/src/trace/component/trace/sheet/process/ |
| D | TabPaneStartup.ts | 27 step: number; property 63 step: item.startName || 0, 78 step: 0, 153 return startupA.step - startupB.step;
|
| /developtools/integration_verification/tools/fotff/pkg/gitee_common/ |
| D | steps_gitee.go | 75 for _, step := range steps { 77 if newPkg, baseManifest, err = m.genStepPackage(baseManifest, step); err != nil { 337 func (m *Manager) genStepPackage(base *vcs.Manifest, step Step) (newPkg string, newManifest *vcs.Ma… 339 logrus.Infof("package dir %s for step %v generated", newPkg, step.IssueURLs) 342 for _, u := range step.StructureUpdates { 349 for _, mr := range step.MRs { 359 …ath.Join(m.Workspace, md5sum, "__last_issue__"), []byte(fmt.Sprintf("%v", step.IssueURLs)), 0640);…
|
| /developtools/integration_verification/DeployDevice/src/core/ |
| D | run.py | 43 for step in step_list: 44 app_name = step
|
| /developtools/profiler/device/plugins/native_daemon/include/ |
| D | elf_parser.h | 285 uint64_t step = 0; in GetSymbolRange() local 286 while (step < symSize) { in GetSymbolRange() 287 T* t = reinterpret_cast<T*>(symData + step); in GetSymbolRange() 291 step += sizeof(T); in GetSymbolRange()
|
| /developtools/smartperf_host/ide/src/trace/component/setting/ |
| D | SpAllocations.ts | 181 let step = Number(this.recordStatisticsResult!.getAttribute('percent')) / 450; 182 this.recordStatisticsResult!.setAttribute('percentValue', stepValue[step] + ''); 183 intervalResultInput.value = stepValue[step] + '';
|
| /developtools/profiler/host/smartperf/ide/src/trace/component/setting/ |
| D | SpAllocations.ts | 171 let step = Number(this.recordStatisticsResult!.getAttribute('percent')) / 450; 172 this.recordStatisticsResult!.setAttribute('percentValue', stepValue[step] + ''); 173 intervalResultInput.value = stepValue[step] + '';
|
| /developtools/smartperf_host/trace_streamer/src/proto_reader/include/ |
| D | proto_reader.h | 159 auto step = fixedTypeToSizeMap_.at(wireType); 161 currentReadAddr_ += step;
|
| /developtools/profiler/host/smartperf/trace_streamer/src/proto_reader/include/ |
| D | proto_reader.h | 159 auto step = fixedTypeToSizeMap_.at(wireType); 161 currentReadAddr_ += step;
|
| /developtools/ace_js2bundle/ace-loader/test/rich/testcase/pages/privateAttr/ |
| D | privateAttr.hml | 76 …<slider min="{{min}}" max="{{max}}" step="{{step}}" value="{{value}}" type="continuous" minicon="{…
|
| /developtools/profiler/host/smartperf/client/client_ui/entry/src/main/ets/pages/ |
| D | LightAdjust.ets | 37 step: 1,
|
| /developtools/smartperf_host/ide/src/trace/database/ |
| D | SqlLiteWorker.ts | 110 while (stmt.step()) {
|
| /developtools/profiler/host/smartperf/ide/src/trace/database/ |
| D | SqlLiteWorker.ts | 110 while (stmt.step()) {
|
| /developtools/profiler/host/smartperf/ide/src/base-ui/chart/pie/ |
| D | LitChartPie.ts | 43 step?: number; 131 step: (startAngle + full * ((pieItem[pieCfg.angleField] / sum) * 360)) / startDegree, 272 it.ease!.initVal! += it.ease!.step!;
|
| /developtools/smartperf_host/ide/src/base-ui/chart/pie/ |
| D | LitChartPie.ts | 43 step?: number; 131 step: (startAngle + full * ((pieItem[pieCfg.angleField] / sum) * 360)) / startDegree, 276 it.ease!.initVal! += it.ease!.step!;
|
| /developtools/profiler/host/smartperf/client/client_ui/entry/src/main/ets/common/ui/detail/chart/renderer/ |
| D | YAxisRendererRadarChart.ets | 77 let step:number = range / (labelCount - 1); 89 v += step;
|
| /developtools/ace_js2bundle/ace-loader/plugin/templater/ |
| D | rich_component_map.js | 421 step: { property
|