Home
last modified time | relevance | path

Searched refs:step (Results 1 – 25 of 31) sorted by relevance

12

/developtools/profiler/host/smartperf/trace_streamer/gn/toolchain/
DBUILD.gn79 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/
DBUILD.gn79 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/
DTimeRuler.ts23 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/
DTimeRuler.ts23 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/
DProcedureWorkerAppStartup.ts113 static getStartupName(step: number | undefined) {
114 if (step === undefined || step < 0 || step > 5) {
117 return AppStartupStruct.StartUpStep[step];
DProcedureWorkerTimeline.ts160 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/
DProcedureWorkerAppStartup.ts116 static getStartupName(step: number | undefined): string {
117 if (step === undefined || step < 0 || step > 5) {
120 return AppStartupStruct.StartUpStep[step];
DProcedureWorkerTimeline.ts160 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/
DTabPaneStartup.ts27 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/
DTabPaneStartup.ts27 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/
Dsteps_gitee.go75 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/
Drun.py43 for step in step_list:
44 app_name = step
/developtools/profiler/device/plugins/native_daemon/include/
Delf_parser.h285 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/
DSpAllocations.ts181 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/
DSpAllocations.ts171 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/
Dproto_reader.h159 auto step = fixedTypeToSizeMap_.at(wireType);
161 currentReadAddr_ += step;
/developtools/profiler/host/smartperf/trace_streamer/src/proto_reader/include/
Dproto_reader.h159 auto step = fixedTypeToSizeMap_.at(wireType);
161 currentReadAddr_ += step;
/developtools/ace_js2bundle/ace-loader/test/rich/testcase/pages/privateAttr/
DprivateAttr.hml76 …<slider min="{{min}}" max="{{max}}" step="{{step}}" value="{{value}}" type="continuous" minicon="{…
/developtools/profiler/host/smartperf/client/client_ui/entry/src/main/ets/pages/
DLightAdjust.ets37 step: 1,
/developtools/smartperf_host/ide/src/trace/database/
DSqlLiteWorker.ts110 while (stmt.step()) {
/developtools/profiler/host/smartperf/ide/src/trace/database/
DSqlLiteWorker.ts110 while (stmt.step()) {
/developtools/profiler/host/smartperf/ide/src/base-ui/chart/pie/
DLitChartPie.ts43 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/
DLitChartPie.ts43 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/
DYAxisRendererRadarChart.ets77 let step:number = range / (labelCount - 1);
89 v += step;
/developtools/ace_js2bundle/ace-loader/plugin/templater/
Drich_component_map.js421 step: { property

12