Home
last modified time | relevance | path

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

12345678910>>...45

/developtools/hdc/
DREADME_zh.md1 # HDC-OpenHarmony设备连接器<a name="ZH-CN_TOPIC_0000001149090043"></a>
3 - [HDC-OpenHarmony设备连接器<a name="ZH-CN_TOPIC_0000001149090043"></a>](#)
4 - [简介<a name="section662115419449"></a>](#简介)
5 - [架构<a name="section15908143623714"></a>](#架构)
6 - [目录<a name="section161941989596"></a>](#目录)
7 - [pc端编译说明<a name="section129654513262"></a>](#pc端编译说明)
8 - [pc端获取说明<a name="section129654513263"></a>](#pc端获取说明)
9 - [Linux端USB设备权限说明<a name="section129654513264"></a>](#linux端usb设备权限说明)
10 - [命令帮助<a name="section129654513265"></a>](#命令帮助)
11 - [使用问题自查说明<a name="section1371113476307"></a>](#使用问题自查说明)
[all …]
DREADME.md1 # HDC-OpenHarmony Device Connector<a name="EN-US_TOPIC_0000001149090043"></a>
3 - [HDC-OpenHarmony Device Connector<a name="EN-US_TOPIC_0000001149090043"></a>](#hdc-OpenHarmony-De…
4 - [Introduction<a name="section662115419449"></a>](#introduction)
5 - [Architecture<a name="section15908143623714"></a>](#architecture)
6 - [Table of Contents<a name="section161941989596"></a>](#table-of-contents)
7 …- [PC-side compilation instructions<a name="section129654513262"></a>](#pc-side-compilation-instru…
8 - [Getting instructions on pc<a name="section129654513263"></a>](#getting-instructions-on-pc)
9 - [More help and docs<a name="section129654513264"></a>](#more-help-and-docs)
11 ## Introduction<a name="section662115419449"></a>
13 HDC (OpenHarmony Device Connector) is a command-line tool for developers to connect and debug the d…
[all …]
/developtools/profiler/
DREADME_zh.md1 # 性能调优组件<a name="ZH-CN_TOPIC_0000001149491319"></a>
23 ## 简介<a name="section6874544183112"></a>
29 ## 架构图<a name="section1514713331342"></a>
33 ## 目录<a name="section1742612449345"></a>
72 ## 说明<a name="section2165102016359"></a>
76 ### 接口说明<a name="section558917318367"></a>
84 <a name="table214mcpsimp"></a>
85 …idth="30%" id="mcps1.2.4.1.1"><p id="p223mcpsimp"><a name="p223mcpsimp"></a><a name="p223mcpsimp">…
87 …00000003%" id="mcps1.2.4.1.2"><p id="p225mcpsimp"><a name="p225mcpsimp"></a><a name="p225mcpsimp">…
89 …h="39.98%" id="mcps1.2.4.1.3"><p id="p227mcpsimp"><a name="p227mcpsimp"></a><a name="p227mcpsimp">…
[all …]
/developtools/smartperf_host/ide/src/base-ui/tabs/
Dlit-tabs.ts515 Array.from(items).forEach((a, index) => {
517 this.tabPos[a.dataset.key] = {
519 width: a.offsetWidth,
520 height: a.offsetHeight,
521 left: a.offsetLeft,
522 top: a.offsetTop,
523 label: a.textContent,
569 panes.forEach((a) => {
570 if (a.key === this.activekey) {
571 a.style.display = 'block';
[all …]
/developtools/profiler/host/smartperf/ide/src/base-ui/tabs/
Dlit-tabs.ts515 Array.from(items).forEach((a, index) => {
517 this.tabPos[a.dataset.key] = {
519 width: a.offsetWidth,
520 height: a.offsetHeight,
521 left: a.offsetLeft,
522 top: a.offsetTop,
523 label: a.textContent,
569 panes.forEach((a) => {
570 if (a.key === this.activekey) {
571 a.style.display = 'block';
[all …]
/developtools/profiler/host/smartperf/ide/src/base-ui/select/
DLitSelect.ts291 this.selectMultipleRootEl.childNodes.forEach((a: any) => {
292 if (a.tagName === 'DIV') {
293 delNodes.push(a);
304 this.querySelectorAll('lit-select-option').forEach((a) => a.removeAttribute('selected'));
361 this.querySelectorAll('lit-select-option').forEach((a) => {
363 a.style.display = 'flex';
388 els.forEach((a: any) => (a.style.display = 'flex'));
390 els.forEach((a: any) => {
391 let value = a.getAttribute('value');
394 a.textContent.toLowerCase().indexOf(ev.target.value.toLowerCase()) !== -1
[all …]
DLitSelectV.ts170 options.filter((a: LitSelectOption) => {
171 if (a.textContent!.indexOf(this.selectVSearchInputEl!.value) <= -1) {
172 a.style.display = 'none';
174 a.style.display = 'flex';
271 this.shadowRoot?.querySelectorAll('lit-select-option').forEach((a) => {
272 a.setAttribute('check', '');
273 a.addEventListener('onSelected', (e: any) => {
274 if (a.hasAttribute('selected')) {
275 let number = this.showItems.indexOf(a.textContent!);
282 a.removeAttribute('selected');
[all …]
DLitAllocationSelect.ts204 …let filter = [...this.shadowRoot!.querySelectorAll<HTMLDivElement>('.option')].filter((a: HTMLDivE…
205 if (a.textContent!.indexOf(this.selectAllocationInputEl!.value) <= -1) {
206 a.style.display = 'none';
208 a.style.display = 'block';
214 this.shadowRoot?.querySelectorAll('.option').forEach((a) => {
215 a.addEventListener('mousedown', (e) => {
216 a.dispatchEvent(
220 text: a.textContent,
225 a.addEventListener('onSelected', (e: any) => {
/developtools/smartperf_host/ide/src/base-ui/select/
DLitSelect.ts291 this.selectMultipleRootEl.childNodes.forEach((a: any) => {
292 if (a.tagName === 'DIV') {
293 delNodes.push(a);
304 this.querySelectorAll('lit-select-option').forEach((a) => a.removeAttribute('selected'));
361 this.querySelectorAll('lit-select-option').forEach((a) => {
363 a.style.display = 'flex';
388 els.forEach((a: any) => (a.style.display = 'flex'));
390 els.forEach((a: any) => {
391 let value = a.getAttribute('value');
394 a.textContent.toLowerCase().indexOf(ev.target.value.toLowerCase()) !== -1
[all …]
DLitSelectV.ts170 options.filter((a: LitSelectOption) => {
171 if (a.textContent!.indexOf(this.selectVSearchInputEl!.value) <= -1) {
172 a.style.display = 'none';
174 a.style.display = 'flex';
271 this.shadowRoot?.querySelectorAll('lit-select-option').forEach((a) => {
272 a.setAttribute('check', '');
273 a.addEventListener('onSelected', (e: any) => {
274 if (a.hasAttribute('selected')) {
275 let number = this.showItems.indexOf(a.textContent!);
282 a.removeAttribute('selected');
[all …]
DLitAllocationSelect.ts204 …let filter = [...this.shadowRoot!.querySelectorAll<HTMLDivElement>('.option')].filter((a: HTMLDivE…
205 if (a.textContent!.indexOf(this.selectAllocationInputEl!.value) <= -1) {
206 a.style.display = 'none';
208 a.style.display = 'block';
214 this.shadowRoot?.querySelectorAll('.option').forEach((a) => {
215 a.addEventListener('mousedown', (e) => {
216 a.dispatchEvent(
220 text: a.textContent,
225 a.addEventListener('onSelected', (e: any) => {
/developtools/hiperf/test/unittest/common/native/
Dreport_test.cpp99 ReportItemCallFrame a("a", 0x0, "aa", 0, 0); variable
108 EXPECT_EQ(a == a, true);
109 EXPECT_EQ(a != a, false);
110 EXPECT_EQ(a == aDuplicated, true);
111 EXPECT_EQ(a == a2, false);
112 EXPECT_EQ(a == aDiffAddr, false);
113 EXPECT_EQ(a == aDiffEvent, true);
114 EXPECT_EQ(a == aDiffSelfEvent, true);
115 EXPECT_EQ(a == aDiffDso, false);
116 EXPECT_EQ(a == b, false);
[all …]
Dvirtual_thread_test.cpp79 MemMapItem a; variable
80 EXPECT_EQ(a == "a", false);
81 EXPECT_EQ(a == "b", false);
82 EXPECT_EQ(a == "", true);
84 a.name_ = "a";
85 EXPECT_EQ(a == "a", true);
86 EXPECT_EQ(a == "b", false);
88 a.name_ = "a1";
89 EXPECT_EQ(a == "a", false);
90 EXPECT_EQ(a == "b", false);
[all …]
Dperf_file_format_test.cpp32 static void CompareVecSymFile(const std::vector<SymbolFileStruct> &a,
35 static void CompareEventDesc(const std::vector<AttrWithId> &a,
108 void PerfFileFormatTest::CompareVecSymFile(const std::vector<SymbolFileStruct> &a, in CompareVecSymFile() argument
111 ASSERT_EQ(a.size(), b.size()); in CompareVecSymFile()
112 for (size_t i = 0; i < a.size(); i++) { in CompareVecSymFile()
113 ASSERT_EQ(a[i].filePath_, b[i].filePath_); in CompareVecSymFile()
114 ASSERT_EQ(a[i].symbolType_, b[i].symbolType_); in CompareVecSymFile()
115 ASSERT_EQ(a[i].textExecVaddr_, b[i].textExecVaddr_); in CompareVecSymFile()
116 ASSERT_EQ(a[i].textExecVaddrFileOffset_, b[i].textExecVaddrFileOffset_); in CompareVecSymFile()
117 ASSERT_EQ(a[i].buildId_, b[i].buildId_); in CompareVecSymFile()
[all …]
/developtools/profiler/device/plugins/ftrace_plugin/src/
Dkernel_symbols_parser.cpp46 bool KernelSymbolsParser::IsValidTextSymbol(const KernelSymbol& a) in IsValidTextSymbol() argument
48 if (a.addr == 0 || a.name.empty()) { in IsValidTextSymbol()
51 if (a.name[0] == '$') { in IsValidTextSymbol()
54 if (a.type != 't' && a.type != 'T') { in IsValidTextSymbol()
60 bool KernelSymbolsParser::CompareSymbolInfo(const KernelSymbol& a, const KernelSymbol& b) in CompareSymbolInfo() argument
62 if (a.addr != b.addr) { in CompareSymbolInfo()
63 return a.addr < b.addr; in CompareSymbolInfo()
65 if (a.name != b.name) { in CompareSymbolInfo()
66 return a.name < b.name; in CompareSymbolInfo()
68 return a.type < b.type; in CompareSymbolInfo()
/developtools/bytrace/
DREADME_zh.md1 # bytrace组件<a name="ZH-CN_TOPIC_0000001102209942"></a>
9 ## 简介<a name="section152771918494"></a>
16 ## 架构图<a name="section6808195518497"></a>
20 ## 目录<a name="section1610792125019"></a>
34 ## 说明<a name="section18684185975017"></a>
92 ## 相关仓<a name="section1849151125618"></a>
DREADME.md1 # ByTrace<a name="EN-US_TOPIC_0000001102209942"></a>
9 ## Introduction<a name="section152771918494"></a>
11 ByTrace is a tool for you to trace processes and monitor performance. It encapsulates and extends t…
14a user-space or kernel-space label you want to view (run the **bytrace -l** command to query all t…
16 ## Architecture<a name="section6808195518497"></a>
20 ## Directory Structure<a name="section1610792125019"></a>
34 ## Usage<a name="section18684185975017"></a>
45 | --trace_clock clock | Sets the type of the clock for adding a timestamp to a trace, which can be …
47 | --trace_dump | Dumps traced data to a specified position (the default position is the console). |
48 | --trace_finish | Stops capturing traces and dumps traced data to a specified position (the defaul…
[all …]
/developtools/hiperf/include/
Dreport.h62 static int CompareSortingEventCount(const ReportItemCallFrame &a, const ReportItemCallFrame &b) in CompareSortingEventCount() argument
64 return a.eventCount_ > b.eventCount_; in CompareSortingEventCount()
174 static int CompareEventCount(const ReportItem &a, const ReportItem &b) in CompareEventCount() argument
176 if (a.eventCount_ != b.eventCount_) { in CompareEventCount()
177 return (a.eventCount_ > b.eventCount_) ? 1 : -1; in CompareEventCount()
183 static int CompareSortingEventCount(const ReportItem &a, const ReportItem &b) in CompareSortingEventCount() argument
185 return a.eventCount_ > b.eventCount_; in CompareSortingEventCount()
188 static const std::string GetEventCount(const ReportItem &a, size_t len, in GetEventCount() argument
191 return StringPrintf(format.c_str(), len, a.eventCount_); in GetEventCount()
195 static int ComparePid(const ReportItem &a, const ReportItem &b) in ComparePid() argument
[all …]
/developtools/smartperf_host/ide/src/base-ui/tree/
DLitTree.ts85 v.forEach(a => {
86 if (!a.children) {
87 a.children = new Proxy([], handler);
89 a.children = new Proxy(a.children, handler);
90 setProxy(a.children || []);
141 …rray.from(this.shadowRoot!.querySelectorAll('lit-tree-node[checked]')).map((a: any) => a.data.key);
145 …rn Array.from(this.shadowRoot!.querySelectorAll('lit-tree-node[checked]')).map((a: any) => a.data);
175 array.forEach(a => {
178 node.title = a.title;
179 node.setAttribute('key', a.key);
[all …]
/developtools/profiler/device/plugins/native_daemon/test/unittest/common/native/
Dvirtual_thread_test.cpp73 MemMapItem a; variable
74 EXPECT_EQ(a == "a", false);
75 EXPECT_EQ(a == "b", false);
76 EXPECT_EQ(a == "", true);
78 a.name_ = "a";
79 EXPECT_EQ(a == "a", true);
80 EXPECT_EQ(a == "b", false);
82 a.name_ = "a1";
83 EXPECT_EQ(a == "a", false);
84 EXPECT_EQ(a == "b", false);
[all …]
/developtools/ace_ets2bundle/compiler/codegen/
Dcodegen_ets.js15a="Expected a function",i="__lodash_hash_undefined__",s="__lodash_placeholder__",p=32,l=128,c=1/0,… argument
/developtools/profiler/host/smartperf/ide/src/trace/database/ui-worker/
DProcedureWorkerEnergySystem.ts51 let a: any = {};
60 a.workScheduler = re.count;
62 a.workScheduler = '0';
67 a.power = re.count + '';
69 a.power = '0';
75 a.location = re.count + '';
77 a.location = '0';
85 …rgySystemStruct.hoverEnergySystemStruct!.workScheduler = a.workScheduler == undefined ? '0' : a.wo…
86 EnergySystemStruct.hoverEnergySystemStruct!.power = a.power == undefined ? '0' : a.power;
87 … EnergySystemStruct.hoverEnergySystemStruct!.location = a.location == undefined ? '0' : a.location;
[all …]
/developtools/smartperf_host/patches/
Dproductdefine_common.patch15 diff --git a/inherit/default.json b/inherit/default.json
17 --- a/inherit/default.json
30 diff --git a/inherit/ipcamera.json b/inherit/ipcamera.json
32 --- a/inherit/ipcamera.json
45 diff --git a/inherit/pc.json b/inherit/pc.json
47 --- a/inherit/pc.json
60 diff --git a/inherit/rich.json b/inherit/rich.json
62 --- a/inherit/rich.json
75 diff --git a/inherit/tablet.json b/inherit/tablet.json
77 --- a/inherit/tablet.json
/developtools/profiler/host/smartperf/ide/src/trace/component/trace/sheet/snapshot/
DTabPaneComparison.ts314 this.selectEl!.querySelectorAll('lit-select-option').forEach((a) => {
315 a.addEventListener('onSelected', (e) => {
345 this.comparisonTableEl!.snapshotDataSource = this.leftArray.sort((a, b) => {
346 return sort === 1 ? a.addedCount - b.addedCount : b.addedCount - a.addedCount;
350 this.comparisonTableEl!.snapshotDataSource = this.leftArray.sort((a, b) => {
351 return sort === 1 ? a.removedCount - b.removedCount : b.removedCount - a.removedCount;
355 this.comparisonTableEl!.snapshotDataSource = this.leftArray.sort((a, b) => {
356 return sort === 1 ? a.deltaCount - b.deltaCount : b.deltaCount - a.deltaCount;
360 this.comparisonTableEl!.snapshotDataSource = this.leftArray.sort((a, b) => {
362 ? (a.objectName + '').localeCompare(b.objectName + '')
[all …]
/developtools/smartperf_host/ide/src/trace/component/trace/sheet/ark-ts/
DTabPaneComparison.ts314 this.selectEl!.querySelectorAll('lit-select-option').forEach((a) => {
315 a.addEventListener('onSelected', (e) => {
345 this.comparisonTableEl!.snapshotDataSource = this.leftArray.sort((a, b) => {
346 return sort === 1 ? a.addedCount - b.addedCount : b.addedCount - a.addedCount;
350 this.comparisonTableEl!.snapshotDataSource = this.leftArray.sort((a, b) => {
351 return sort === 1 ? a.removedCount - b.removedCount : b.removedCount - a.removedCount;
355 this.comparisonTableEl!.snapshotDataSource = this.leftArray.sort((a, b) => {
356 return sort === 1 ? a.deltaCount - b.deltaCount : b.deltaCount - a.deltaCount;
360 this.comparisonTableEl!.snapshotDataSource = this.leftArray.sort((a, b) => {
362 ? (a.objectName + '').localeCompare(b.objectName + '')
[all …]

12345678910>>...45