Searched refs:view (Results 1 – 19 of 19) sorted by relevance
| /developtools/smartperf_host/ide/src/hdc/message/ |
| D | PayloadHead.ts | 38 const view = new DataView(new ArrayBuffer(11)); constant 39 view.setUint8(0, this._flag[0]); 40 view.setUint8(1, this._flag[1]); 41 view.setUint8(2, this._reserve[0]); 42 view.setUint8(3, this._reserve[1]); 43 view.setUint8(4, this._protocolVer); 44 view.setUint16(5, this._headSize, false); 45 view.setUint32(7, this._dataSize); 46 return view;
|
| D | TransferPayload.ts | 31 const view = new DataView(new ArrayBuffer(24)); constant 32 return view;
|
| D | SessionHandShake.ts | 38 const view = new DataView(new ArrayBuffer(24)); constant 39 return view;
|
| /developtools/ace_js2bundle/ace-loader/test/rich/testcase/pages/privateAttr/ |
| D | privateAttr.hml | 100 …r-view type="text" range="{{range}}" selected="{{selected}}" indicatorprefix="{{indicatorprefix}}"… 103 …<picker-view type="date" start="{{start}}" end="{{end}}" selected="{{selected}}" lunar="{{lunar}}"… 106 …<picker-view type="time" containsecond="{{containsecond}}" selected="{{selected}}" hours="{{hours}… 109 …<picker-view type="datetime" selected="{{selected}}" hours="{{hours}}" lunar="{{lunar}}" lunarswit… 112 …<picker-view type="multi-text" columns="{{columns}}" range="{{range}}" selected="{{selected}}"></p…
|
| /developtools/smartperf_host/ide/src/base-ui/icon/ |
| D | LitIcon.ts | 20 private view?: number; 85 …g class="icon" id="icon" aria-hidden="true" viewBox="0 0 ${this.view || 1024} ${this.view || 1024}…
|
| /developtools/profiler/host/smartperf/client/client_ui/entry/src/main/ets/common/ui/detail/chart/jobs/ |
| D | ViewPortJob.ets | 24 * modifications until the onSizeChanged(...) method of the chart-view is called. 38 protected view:Chart<any>; 47 this.view = v;
|
| /developtools/smartperf_host/trace_streamer/test/resource/ |
| D | query_multi_file_no_space.sql | 5 view
|
| D | query_multi_file.sql | 5 view
|
| /developtools/ace_js2bundle/ace-loader/test/rich/testcase/pages/inlineStyle/ |
| D | inlineStyle.hml | 60 <picker-view style="selected-font-family: PingFangSC-Regular;">style_test20</picker-view>
|
| /developtools/profiler/host/smartperf/client/client_ui/entry/src/main/ets/common/ui/detail/chart/data/ |
| D | ScaleMode.ets | 113 * view 调用 点击事件 此事件分发单击、双击事件 135 * view 调用的触摸事件 此事件可分发 缩放、平移两个事件,缩放 监听为两指
|
| /developtools/profiler/host/smartperf/client/client_ui/entry/src/main/ets/common/ui/detail/chart/renderer/scatter/ |
| D | IShapeRenderer.ets | 27 * @param viewPortHandler Contains information about the current state of the view
|
| /developtools/profiler/device/plugins/native_daemon/include/ |
| D | utilities.h | 99 const char *HoldStringView(const std::string& view) in HoldStringView() argument 102 const char* str = stringSet_.emplace(view).first->data(); in HoldStringView()
|
| /developtools/profiler/host/smartperf/client/client_ui/entry/src/main/ets/common/ui/detail/chart/utils/ |
| D | ViewPortHandler.ets | 320 * @param transformedPts the position to center view viewport to 321 * @param view 324 public centerViewPort(transformedPts: number[], view: Chart<any>) { 335 this.refresh(save, view, true);
|
| /developtools/profiler/host/smartperf/client/client_ui/entry/src/main/ets/common/ui/detail/chart/charts/ |
| D | Chart.ets | 632 * if set to true, the marker view is drawn when a value is clicked 637 * the view that represents the marker 648 // if there is no marker view or drawing marker is disabled 860 * Sets extra offsets (around the chart view) to be appended to the 1007 * returns the marker that is set as a marker view for the chart 1216 * all highlight touch events performed on the chart-view. 1256 * tasks to be done after the view is setup
|
| /developtools/bytrace/ |
| D | README.md | 14 …th ByTrace, you can enable a user-space or kernel-space label you want to view (run the **bytrace …
|
| /developtools/smartperf_host/ |
| D | README.md | 46 With Hiperf in Smartperf_Host, you can view the CPU usage of your application and the call stack. F…
|
| /developtools/profiler/host/smartperf/client/client_ui/entry/src/main/ets/common/ui/detail/chart/components/ |
| D | Legend.ets | 118 * the maximum relative size out of the whole chart view in percent 552 * The maximum relative size out of the whole chart view. / If the legend is 566 * The maximum relative size out of the whole chart view. / If
|
| /developtools/hiperf/ |
| D | README.md | 170 You can run the **--help** command to view help information.
|
| /developtools/smartperf_host/ide/src/ |
| D | icon.svg | 2950 <symbol id="icon-folder-view" viewBox="0 0 1024 1024">
|