Home
last modified time | relevance | path

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

/developtools/smartperf_host/ide/src/hdc/message/
DPayloadHead.ts38 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;
DTransferPayload.ts31 const view = new DataView(new ArrayBuffer(24)); constant
32 return view;
DSessionHandShake.ts38 const view = new DataView(new ArrayBuffer(24)); constant
39 return view;
/developtools/profiler/host/smartperf/ide/src/hdc/message/
DPayloadHead.ts38 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;
DTransferPayload.ts31 const view = new DataView(new ArrayBuffer(24)); constant
32 return view;
DSessionHandShake.ts38 const view = new DataView(new ArrayBuffer(24)); constant
39 return view;
/developtools/ace_js2bundle/ace-loader/test/rich/testcase/pages/privateAttr/
DprivateAttr.hml100 …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/
DLitIcon.ts20 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/ide/src/base-ui/icon/
DLitIcon.ts20 private view?: number;
85 …g class="icon" id="icon" aria-hidden="true" viewBox="0 0 ${this.view || 1024} ${this.view || 1024}…
/developtools/profiler/device/plugins/native_daemon/include/
Dutilities.h101 const char *HoldStringView(std::string_view view) in HoldStringView() argument
103 if (view.size() == 0) { in HoldStringView()
107 char *p = new char[view.size() + 1]; in HoldStringView()
108 p[view.size()] = '\0'; in HoldStringView()
109 std::copy(view.data(), view.data() + view.size(), p); in HoldStringView()
/developtools/profiler/host/smartperf/client/client_ui/entry/src/main/ets/common/ui/detail/chart/jobs/
DViewPortJob.ets24 * modifications until the onSizeChanged(...) method of the chart-view is called.
38 protected view:Chart<any>;
47 this.view = v;
/developtools/ace_js2bundle/ace-loader/test/rich/testcase/pages/inlineStyle/
DinlineStyle.hml60 <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/charts/
DChart.ets632 * 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
972 * Sets extra offsets (around the chart view) to be appended to the
1119 * returns the marker that is set as a marker view for the chart
1345 * all highlight touch events performed on the chart-view.
1369 // Define a bitmap with the same size as the view
1371 // Get the view's background
1376 // draw the view on the canvas
1534 * tasks to be done after the view is setup
[all …]
/developtools/hiperf/src/
Dutilities.cpp38 const char *MemoryHold::HoldStringView(std::string_view view) in HoldStringView() argument
40 if (view.size() == 0) { in HoldStringView()
45 char *p = new (std::nothrow) char[view.size() + 1]; in HoldStringView()
49 p[view.size()] = '\0'; in HoldStringView()
50 std::copy(view.data(), view.data() + view.size(), p); in HoldStringView()
/developtools/profiler/host/smartperf/client/client_ui/entry/src/main/ets/common/ui/detail/chart/renderer/scatter/
DIShapeRenderer.ets27 * @param viewPortHandler Contains information about the current state of the view
/developtools/profiler/host/smartperf/client/client_ui/entry/src/main/ets/common/ui/detail/chart/data/
DScaleMode.ets113 * view 调用 点击事件 此事件分发单击、双击事件
135 * view 调用的触摸事件 此事件可分发 缩放、平移两个事件,缩放 监听为两指
/developtools/profiler/host/smartperf/client/client_ui/entry/src/main/ets/common/ui/detail/chart/utils/
DUtils.ets454 // * Original method view.postInvalidateOnAnimation() only supportd in API >=
457 // * @param view
460 // public static void postInvalidateOnAnimation(View view) {
462 // view.postInvalidateOnAnimation();
464 // view.postInvalidateDelayed(10);
DViewPortHandler.ets320 * @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/bytrace/
DREADME.md14 …th ByTrace, you can enable a user-space or kernel-space label you want to view (run the **bytrace …
/developtools/hiperf/include/
Dutilities.h115 const char *HoldStringView(std::string_view view);
/developtools/smartperf_host/
DREADME.md46 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/
DLegend.ets118 * 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/
DREADME.md170 You can run the **--help** command to view help information.
/developtools/smartperf_host/ide/src/
Dicon.svg2112 <symbol id="icon-folder-view" viewBox="0 0 1024 1024">
/developtools/profiler/host/smartperf/ide/src/
Dicon.svg2112 <symbol id="icon-folder-view" viewBox="0 0 1024 1024">