Home
last modified time | relevance | path

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

12345

/developtools/smartperf_host/ide/src/trace/component/
DSpHelp.ts44 let that = this;
69 that.appContent!.innerHTML =
72 that.dark
84 that.appContent!.innerHTML =
87 that.dark
99 that.appContent!.innerHTML =
102 that.dark
114 that.appContent!.innerHTML =
117 that.dark
129 that.appContent!.innerHTML =
[all …]
DSpRecordTrace.ts763 let that = this;
771 that.appContent!.innerHTML = '';
772 that.appContent!.append(that.recordSetting!);
773 that.freshMenuItemsStatus('Record setting');
780 that.appContent!.innerHTML = '';
781 that.appContent!.append(that.spRecordTemplate!);
782 that.freshMenuItemsStatus('Trace template');
790 that.appContent!.innerHTML = '';
791 that.appContent!.append(that.traceCommand!);
792 that.traceCommand!.hdcCommon = PluginConvertUtils.createHdcCmd(
[all …]
/developtools/profiler/host/smartperf/ide/src/trace/component/
DSpHelp.ts44 let that = this;
69 that.appContent!.innerHTML =
72 that.dark +
84 that.appContent!.innerHTML =
87 that.dark +
99 that.appContent!.innerHTML =
102 that.dark +
114 that.appContent!.innerHTML =
117 that.dark +
129 that.appContent!.innerHTML =
[all …]
DSpRecordTrace.ts762 let that = this;
770 that.appContent!.innerHTML = '';
771 that.appContent!.append(that.recordSetting!);
772 that.freshMenuItemsStatus('Record setting');
779 that.appContent!.innerHTML = '';
780 that.appContent!.append(that.spRecordTemplate!);
781 that.freshMenuItemsStatus('Trace template');
789 that.appContent!.innerHTML = '';
790 that.appContent!.append(that.traceCommand!);
791 that.traceCommand!.hdcCommon = PluginConvertUtils.createHdcCmd(
[all …]
/developtools/ace_js2bundle/ace-loader/src/
Dloader-gen.js199 const that = this
200 output = 'var $app_script$ = ' + generateOutput(that, 'script', jsFileName, isElement)
201 output += 'var $app_template$ = ' + generateOutput(that, 'template', jsFileName, isElement)
202 output += 'var $app_style$ = ' + generateOutput(that, 'style', jsFileName, isElement)
203 output += generateOutput(that, 'others', jsFileName, isElement)
212 function generateOutput(that, type, jsFileName, isElement, customLang) { argument
216 result = getRequireString(that, getLoaderString('script', {
225 result = getRequireString(that, getLoaderString('template', {
230 source: that.resourcePath
231 }), that.resourcePath)
[all …]
/developtools/profiler/host/smartperf/client/client_ui/entry/src/main/ets/pages/
DTitleWindowPage.ets57 let that = this
68 that.tIndexInfo = JSON.parse(data.data)
69 globalThis.cpu0Frequency = that.tIndexInfo.cpu0Frequency
70 globalThis.cpu1Frequency = that.tIndexInfo.cpu1Frequency
71 globalThis.cpu2Frequency = that.tIndexInfo.cpu2Frequency
73 … if (that.tIndexInfo.cpu4Frequency != undefined && that.tIndexInfo.cpu7Frequency != undefined) {
74 globalThis.cpu1Frequency = that.tIndexInfo.cpu4Frequency
75 globalThis.cpu2Frequency = that.tIndexInfo.cpu7Frequency
76 that.tIndexInfo.cpu1Frequency = that.tIndexInfo.cpu4Frequency
77 that.tIndexInfo.cpu2Frequency = that.tIndexInfo.cpu7Frequency
[all …]
/developtools/smartperf_host/ide/src/trace/
DSpApplication.ts402 let that = this;
592 that.search = true;
602 that.search = litSearch.isLoading;
603 if (!that.search) {
614 if (that.hasAttribute('chart_filter')) {
615 that!.removeAttribute('chart_filter');
654 that.search = true;
674 if (that.vs) {
675 that.vsDownload(mainMenu, fileName, isServer, dbName);
677 that.download(mainMenu, fileName, isServer, dbName);
[all …]
/developtools/profiler/host/smartperf/ide/src/trace/
DSpApplication.ts400 let that = this;
585 that.search = true;
595 that.search = litSearch.isLoading;
605 if (that.hasAttribute('chart_filter')) {
606 that!.removeAttribute('chart_filter');
645 that.search = true;
665 if (that.vs) {
666 that.vsDownload(mainMenu, fileName, isServer, dbName);
668 that.download(mainMenu, fileName, isServer, dbName);
680 if (that.vs) {
[all …]
/developtools/profiler/host/smartperf/ide/src/trace/component/trace/sheet/snapshot/
DTabPaneSummary.ts95 let that = this;
111 if (i < that.retainsData[0].distance - 1 && list[0].distance != '-') {
122 getList(that.retainsData[0].children);
580 let that = this; variable
588 that.stackTable!.style.display = 'none';
589 that.stackText!.style.display = 'none';
590 that.tbs!.style.display = 'flex';
591 that.tbs!.snapshotDataSource = that.retainsData;
594 if (that.stackData.length > 0) {
595 that.stackText!.style.display = 'none';
[all …]
/developtools/smartperf_host/ide/src/trace/component/trace/sheet/ark-ts/
DTabPaneSummary.ts97 let that = this;
113 if (i < that.retainsData[0].distance - 1 && list[0].distance != '-') {
124 getList(that.retainsData[0].children);
533 let that = this; variable
541 that.stackTable!.style.display = 'none';
542 that.stackText!.style.display = 'none';
543 that.tbs!.style.display = 'flex';
544 that.tbs!.snapshotDataSource = that.retainsData;
547 if (that.stackData.length > 0) {
548 that.stackText!.style.display = 'none';
[all …]
/developtools/profiler/host/smartperf/client/client_ui/entry/src/main/ets/common/ui/detail/chart/components/
DLimitLine.ets23 * that marks a certain maximum / limit on the specified axis (x- or y-axis).
40 /** label string that is drawn next to the limit line */
43 /** the path effect of this LimitLine that makes dashed lines possible */
56 * Returns the limit that is set for this line.
98 * Returns the color that is used for this LimitLine
135 * returns the DashPathEffect that is set for this LimitLine
144 * Sets the color of the value-text that is drawn next to the LimitLine.
154 * Returns the color of the value-text that is drawn next to the LimitLine.
182 * Sets the label that is drawn next to the limit line. Provide "" if no
192 * Returns the label that is drawn next to the limit line.
[all …]
/developtools/syscap_codec/
DLICENSE14 the copyright owner that is granting the License.
17 other entities that control, are controlled by, or are under common
18 control with that entity. For the purposes of this definition,
38 copyright notice that is included in or attached to the work
42 form, that is based on (or derived from) the Work and for which the
45 of this License, Derivative Works shall not include works that remain
51 to that Work or Derivative Works thereof, that is intentionally
58 and issue tracking systems that are managed by, or on behalf of, the
60 excluding communication that is conspicuously marked or otherwise
80 by such Contributor that are necessarily infringed by their
[all …]
/developtools/bytrace/
DLICENSE14 the copyright owner that is granting the License.
17 other entities that control, are controlled by, or are under common
18 control with that entity. For the purposes of this definition,
38 copyright notice that is included in or attached to the work
42 form, that is based on (or derived from) the Work and for which the
45 of this License, Derivative Works shall not include works that remain
51 to that Work or Derivative Works thereof, that is intentionally
58 and issue tracking systems that are managed by, or on behalf of, the
60 excluding communication that is conspicuously marked or otherwise
80 by such Contributor that are necessarily infringed by their
[all …]
/developtools/global_resource_tool/
DLICENSE14 the copyright owner that is granting the License.
17 other entities that control, are controlled by, or are under common
18 control with that entity. For the purposes of this definition,
38 copyright notice that is included in or attached to the work
42 form, that is based on (or derived from) the Work and for which the
45 of this License, Derivative Works shall not include works that remain
51 to that Work or Derivative Works thereof, that is intentionally
58 and issue tracking systems that are managed by, or on behalf of, the
60 excluding communication that is conspicuously marked or otherwise
80 by such Contributor that are necessarily infringed by their
[all …]
/developtools/ace_ets2bundle/
DLICENSE14 the copyright owner that is granting the License.
17 other entities that control, are controlled by, or are under common
18 control with that entity. For the purposes of this definition,
38 copyright notice that is included in or attached to the work
42 form, that is based on (or derived from) the Work and for which the
45 of this License, Derivative Works shall not include works that remain
51 to that Work or Derivative Works thereof, that is intentionally
58 and issue tracking systems that are managed by, or on behalf of, the
60 excluding communication that is conspicuously marked or otherwise
80 by such Contributor that are necessarily infringed by their
[all …]
/developtools/hdc/
DLICENSE14 the copyright owner that is granting the License.
17 other entities that control, are controlled by, or are under common
18 control with that entity. For the purposes of this definition,
38 copyright notice that is included in or attached to the work
42 form, that is based on (or derived from) the Work and for which the
45 of this License, Derivative Works shall not include works that remain
51 to that Work or Derivative Works thereof, that is intentionally
58 and issue tracking systems that are managed by, or on behalf of, the
60 excluding communication that is conspicuously marked or otherwise
80 by such Contributor that are necessarily infringed by their
[all …]
/developtools/packing_tool/
DLICENSE14 the copyright owner that is granting the License.
17 other entities that control, are controlled by, or are under common
18 control with that entity. For the purposes of this definition,
38 copyright notice that is included in or attached to the work
42 form, that is based on (or derived from) the Work and for which the
45 of this License, Derivative Works shall not include works that remain
51 to that Work or Derivative Works thereof, that is intentionally
58 and issue tracking systems that are managed by, or on behalf of, the
60 excluding communication that is conspicuously marked or otherwise
80 by such Contributor that are necessarily infringed by their
[all …]
/developtools/profiler/
DLICENSE14 the copyright owner that is granting the License.
17 other entities that control, are controlled by, or are under common
18 control with that entity. For the purposes of this definition,
38 copyright notice that is included in or attached to the work
42 form, that is based on (or derived from) the Work and for which the
45 of this License, Derivative Works shall not include works that remain
51 to that Work or Derivative Works thereof, that is intentionally
58 and issue tracking systems that are managed by, or on behalf of, the
60 excluding communication that is conspicuously marked or otherwise
80 by such Contributor that are necessarily infringed by their
[all …]
/developtools/profiler/host/smartperf/ide/
DLICENSE14 the copyright owner that is granting the License.
17 other entities that control, are controlled by, or are under common
18 control with that entity. For the purposes of this definition,
38 copyright notice that is included in or attached to the work
42 form, that is based on (or derived from) the Work and for which the
45 of this License, Derivative Works shall not include works that remain
51 to that Work or Derivative Works thereof, that is intentionally
58 and issue tracking systems that are managed by, or on behalf of, the
60 excluding communication that is conspicuously marked or otherwise
80 by such Contributor that are necessarily infringed by their
[all …]
/developtools/ace_js2bundle/
DLICENSE14 the copyright owner that is granting the License.
17 other entities that control, are controlled by, or are under common
18 control with that entity. For the purposes of this definition,
38 copyright notice that is included in or attached to the work
42 form, that is based on (or derived from) the Work and for which the
45 of this License, Derivative Works shall not include works that remain
51 to that Work or Derivative Works thereof, that is intentionally
58 and issue tracking systems that are managed by, or on behalf of, the
60 excluding communication that is conspicuously marked or otherwise
80 by such Contributor that are necessarily infringed by their
[all …]
/developtools/smartperf_host/ide/
DLICENSE14 the copyright owner that is granting the License.
17 other entities that control, are controlled by, or are under common
18 control with that entity. For the purposes of this definition,
38 copyright notice that is included in or attached to the work
42 form, that is based on (or derived from) the Work and for which the
45 of this License, Derivative Works shall not include works that remain
51 to that Work or Derivative Works thereof, that is intentionally
58 and issue tracking systems that are managed by, or on behalf of, the
60 excluding communication that is conspicuously marked or otherwise
80 by such Contributor that are necessarily infringed by their
[all …]
/developtools/profiler/host/smartperf/client/client_ui/entry/src/main/ets/common/profiler/item/
DNetWork.ts60 var that = this
65 that.catchNetDown = info["linkDownBandwidthKbps"].toString()
66 that.catchNetUp = info["linkUpBandwidthKbps"].toString()
/developtools/hapsigner/
DLICENSE14 the copyright owner that is granting the License.
17 other entities that control, are controlled by, or are under common
18 control with that entity. For the purposes of this definition,
38 copyright notice that is included in or attached to the work
42 form, that is based on (or derived from) the Work and for which the
45 of this License, Derivative Works shall not include works that remain
51 to that Work or Derivative Works thereof, that is intentionally
58 and issue tracking systems that are managed by, or on behalf of, the
60 excluding communication that is conspicuously marked or otherwise
80 by such Contributor that are necessarily infringed by their
[all …]
/developtools/hiperf/
DLICENSE14 the copyright owner that is granting the License.
17 other entities that control, are controlled by, or are under common
18 control with that entity. For the purposes of this definition,
38 copyright notice that is included in or attached to the work
42 form, that is based on (or derived from) the Work and for which the
45 of this License, Derivative Works shall not include works that remain
51 to that Work or Derivative Works thereof, that is intentionally
58 and issue tracking systems that are managed by, or on behalf of, the
60 excluding communication that is conspicuously marked or otherwise
80 by such Contributor that are necessarily infringed by their
[all …]
/developtools/packing_tool/jar/
DNOTICE17 the copyright owner that is granting the License.
20 other entities that control, are controlled by, or are under common
21 control with that entity. For the purposes of this definition,
41 copyright notice that is included in or attached to the work
45 form, that is based on (or derived from) the Work and for which the
48 of this License, Derivative Works shall not include works that remain
54 to that Work or Derivative Works thereof, that is intentionally
61 and issue tracking systems that are managed by, or on behalf of, the
63 excluding communication that is conspicuously marked or otherwise
83 by such Contributor that are necessarily infringed by their
[all …]

12345