| /developtools/smartperf_host/ide/src/trace/component/setting/ |
| D | SpProbesConfig.ts | 40 values.push(litCheckBoxElement.value); 43 values.push(this.hitrace.value); 62 values.push(litCheckBoxElement.value); 81 values.push(litCheckBoxElement.value); 92 return logRadio.value; 101 value: 'Scheduling details', 106 value: 'CPU Frequency and idle states', 111 value: 'Advanced ftrace config', 122 checkDesBox.value = configBean.value; 132 value: 'Kernel meminfo', [all …]
|
| D | SpAllocations.ts | 45 return this.processId!.value || ''; 49 log('unwind value is :' + this.unwindEL!.value); 50 return Number(this.unwindEL!.value); 54 let value = this.shareMemory?.value || ''; 55 log('shareMemory value is :' + value); 56 if (value != '') { 57 let unit = Number(this.shareMemory?.value) || 16384; 64 let value = this.filterMemory?.value || ''; 65 log('filter value is :' + value); 66 if (value != '') { [all …]
|
| /developtools/profiler/host/smartperf/ide/src/trace/component/setting/ |
| D | SpProbesConfig.ts | 40 values.push(litCheckBoxElement.value); 43 values.push(this.hitrace.value); 62 values.push(litCheckBoxElement.value); 81 values.push(litCheckBoxElement.value); 92 return logRadio.value; 101 value: 'Scheduling details', 106 value: 'CPU Frequency and idle states', 111 value: 'Advanced ftrace config', 122 checkDesBox.value = configBean.value; 132 value: 'Kernel meminfo', [all …]
|
| D | SpAllocations.ts | 44 return this.processId!.value || ''; 48 log('unwind value is :' + this.unwindEL!.value); 49 return Number(this.unwindEL!.value); 53 let value = this.shareMemory?.value || ''; 54 log('shareMemory value is :' + value); 55 if (value != '') { 56 let unit = Number(this.shareMemory?.value) || 16384; 63 let value = this.filterMemory?.value || ''; 64 log('filter value is :' + value); 65 if (value != '') { [all …]
|
| /developtools/ace_js2bundle/ace-loader/plugin/templater/ |
| D | bind.js | 30 let value = initValue.toString().trim() 31 const hasExpFlag = isExp(value) 33 value = parseExp(value, functionFlag, isValue, out, nodeLoc) 35 return value 43 function parseExp(value, functionFlag, isValue, out, nodeLoc) { argument 44 const textArray = data.parseText(value) 51 checkCard(exp.value, out, nodeLoc) 53 transValue = card ? `{{${transCardArray(exp.value)}}}` : content.parseExpression(exp.value) 58 transValue = card ? exp.value : `decodeURI('${encodeURI(exp.value).replace(/\'/g, '%27')}')` 86 let value = initValue.toString().trim() [all …]
|
| /developtools/ace_js2bundle/ace-loader/src/lite/ |
| D | lite-transform-style.js | 37 function transformStyle(value) { argument 38 const style = Function(`return ${value}`)(); 78 const value = obj[key]; 79 for (const styleValue of value) { 116 match: function(key, value) { argument 122 action: function(obj, key, value) { argument 123 obj[key] = value; 127 match: function(key, value) { argument 130 action: function(obj, key, value) { argument 131 if (value === -1) { [all …]
|
| /developtools/profiler/host/smartperf/ide/src/hdc/message/ |
| D | TransferConfig.ts | 66 set fileSize(value: number) { 67 this._fileSize = value; 74 set atime(value: number) { 75 this._atime = value; 82 set mtime(value: number) { 83 this._mtime = value; 90 set options(value: string) { 91 this._options = value; 98 set path(value: string) { 99 this._path = value; [all …]
|
| /developtools/smartperf_host/ide/src/hdc/message/ |
| D | TransferConfig.ts | 66 set fileSize(value: number) { 67 this._fileSize = value; 74 set atime(value: number) { 75 this._atime = value; 82 set mtime(value: number) { 83 this._mtime = value; 90 set options(value: string) { 91 this._options = value; 98 set path(value: string) { 99 this._path = value; [all …]
|
| /developtools/hdc/src/common/ |
| D | serial_struct_define.h | 66 static decltype(auto) get(const type &value) 68 return value.*MemPtr; 71 static decltype(auto) get(type &value) 73 return value.*MemPtr; 85 static decltype(auto) get(const type &value) 87 return value.*MemPtr; 90 static decltype(auto) get(type &value) 92 return value.*MemPtr; 106 static decltype(auto) get(const type &value) 108 return value.*MemPtr; [all …]
|
| /developtools/profiler/host/smartperf/ide/src/trace/component/trace/search/ |
| D | Search.ts | 32 set list(value: Array<any>) { 33 this._list = value; 34 this.total = value.length; 41 set index(value: number) { 42 this._index = value; 43 this.indexEL!.textContent = `${value + 1}`; 47 return this.search?.value; 54 set total(value: number) { 55 … value > 0 ? this.setAttribute('show-search-info', '') : this.removeAttribute('show-search-info'); 56 this._total = value; [all …]
|
| /developtools/smartperf_host/ide/src/trace/component/trace/search/ |
| D | Search.ts | 32 set list(value: Array<any>) { 33 this._list = value; 34 this.total = value.length; 41 set index(value: number) { 42 this._index = value; 43 this.indexEL!.textContent = `${value + 1}`; 47 return this.search?.value; 54 set total(value: number) { 55 … value > 0 ? this.setAttribute('show-search-info', '') : this.removeAttribute('show-search-info'); 56 this._total = value; [all …]
|
| /developtools/smartperf_host/ide/src/base-ui/icon/ |
| D | LitIcon.ts | 37 set name(value: string) { 38 this._name = value; 39 this.setAttribute('name', value); 46 set size(value: number) { 47 this._size = value; 48 this.setAttribute('size', `${value}`); 51 set color(value: string) { 52 this._color = value; 53 this.setAttribute('color', value); 56 set path(value: string) { [all …]
|
| /developtools/profiler/host/smartperf/ide/src/base-ui/icon/ |
| D | LitIcon.ts | 37 set name(value: string) { 38 this._name = value; 39 this.setAttribute('name', value); 46 set size(value: number) { 47 this._size = value; 48 this.setAttribute('size', `${value}`); 51 set color(value: string) { 52 this._color = value; 53 this.setAttribute('color', value); 56 set path(value: string) { [all …]
|
| /developtools/profiler/host/smartperf/ide/src/base-ui/drawer/ |
| D | LitDrawer.ts | 233 set contentWidth(value) { 234 this.shadowRoot!.querySelector<HTMLDivElement>('.drawer')!.style.width = value; 235 this.setAttribute('content-width', value); 240 set contentPadding(value) { 241 this.shadowRoot!.querySelector('slot')!.style.padding = value; 242 this.setAttribute('content-padding', value); 247 set placement(value: any) { 248 this.setAttribute('placement', value); 253 set title(value) { 254 this.shadowRoot!.querySelector('#drawer-tittle-text')!.textContent = value; [all …]
|
| /developtools/smartperf_host/ide/src/base-ui/drawer/ |
| D | LitDrawer.ts | 233 set contentWidth(value) { 234 this.shadowRoot!.querySelector<HTMLDivElement>('.drawer')!.style.width = value; 235 this.setAttribute('content-width', value); 240 set contentPadding(value) { 241 this.shadowRoot!.querySelector('slot')!.style.padding = value; 242 this.setAttribute('content-padding', value); 247 set placement(value: any) { 248 this.setAttribute('placement', value); 253 set title(value) { 254 this.shadowRoot!.querySelector('#drawer-tittle-text')!.textContent = value; [all …]
|
| /developtools/profiler/host/smartperf/trace_streamer/src/parser/htrace_pbreader_parser/ |
| D | htrace_mem_parser.cpp | 132 … timeStamp, sysMeminfo.value()); in ParseMemInfoEasy() 149 … timeStamp, sysVMeminfo.value()); in ParseVMemInfoEasy() 164 … sysMemNameDictMap_.at(ProtoReader::PMEM_UNSPECIFIED), timeStamp, sysMeminfo.value()); in ParseMemInfo() 168 … sysMemNameDictMap_.at(ProtoReader::PMEM_MEM_TOTAL), timeStamp, sysMeminfo.value()); in ParseMemInfo() 172 … sysMemNameDictMap_.at(ProtoReader::PMEM_MEM_FREE), timeStamp, sysMeminfo.value()); in ParseMemInfo() 176 … sysMemNameDictMap_.at(ProtoReader::PMEM_MEM_AVAILABLE), timeStamp, sysMeminfo.value()); in ParseMemInfo() 180 … sysMemNameDictMap_.at(ProtoReader::PMEM_BUFFERS), timeStamp, sysMeminfo.value()); in ParseMemInfo() 184 sysMemNameDictMap_.at(ProtoReader::PMEM_CACHED), timeStamp, sysMeminfo.value()); in ParseMemInfo() 188 … sysMemNameDictMap_.at(ProtoReader::PMEM_SWAP_CACHED), timeStamp, sysMeminfo.value()); in ParseMemInfo() 192 sysMemNameDictMap_.at(ProtoReader::PMEM_ACTIVE), timeStamp, sysMeminfo.value()); in ParseMemInfo() [all …]
|
| /developtools/smartperf_host/trace_streamer/ |
| D | .clang-tidy | 27 - { key: readability-identifier-naming.NamespaceCase, value: CamelCase } 28 - { key: readability-identifier-naming.ClassCase, value: CamelCase } 29 - { key: readability-identifier-naming.StructCase, value: CamelCase } 30 - { key: readability-identifier-naming.UnionCase, value: CamelCase } 31 - { key: readability-identifier-naming.EnumCase, value: CamelCase } 32 - { key: readability-identifier-naming.TypedefCase, value: CamelCase } 33 - { key: readability-identifier-naming.TypeAliasCase, value: CamelCase } 34 - { key: readability-identifier-naming.FunctionCase, value: CamelCase } 35 - { key: readability-identifier-naming.GlobalVariableCase, value: camelBack } 36 - { key: readability-identifier-naming.GlobalVariablePrefix, value: g_ } [all …]
|
| /developtools/profiler/host/smartperf/trace_streamer/ |
| D | .clang-tidy | 27 - { key: readability-identifier-naming.NamespaceCase, value: CamelCase } 28 - { key: readability-identifier-naming.ClassCase, value: CamelCase } 29 - { key: readability-identifier-naming.StructCase, value: CamelCase } 30 - { key: readability-identifier-naming.UnionCase, value: CamelCase } 31 - { key: readability-identifier-naming.EnumCase, value: CamelCase } 32 - { key: readability-identifier-naming.TypedefCase, value: CamelCase } 33 - { key: readability-identifier-naming.TypeAliasCase, value: CamelCase } 34 - { key: readability-identifier-naming.FunctionCase, value: CamelCase } 35 - { key: readability-identifier-naming.GlobalVariableCase, value: camelBack } 36 - { key: readability-identifier-naming.GlobalVariablePrefix, value: g_ } [all …]
|
| /developtools/profiler/host/smartperf/ide/src/base-ui/tabs/ |
| D | lit-tabpane.ts | 29 set tab(value) { 30 this.setAttribute('tab', value || ''); 41 set disabled(value) { 42 if (value === null || value === false) { 45 this.setAttribute('disabled', value + ''); 53 set hidden(value) { 54 this.setAttribute('hidden', `${value}`); 61 set closeable(value) { 62 if (value === null || value === false) { 65 this.setAttribute('closeable', value + ''); [all …]
|
| /developtools/smartperf_host/ide/src/base-ui/tabs/ |
| D | lit-tabpane.ts | 29 set tab(value) { 30 this.setAttribute('tab', value || ''); 41 set disabled(value) { 42 if (value === null || value === false) { 45 this.setAttribute('disabled', value + ''); 53 set hidden(value) { 54 this.setAttribute('hidden', `${value}`); 61 set closeable(value) { 62 if (value === null || value === false) { 65 this.setAttribute('closeable', value + ''); [all …]
|
| /developtools/smartperf_host/ide/test/trace/component/setting/ |
| D | SpAllocations.test.ts | 29 spEle.unwindEL.value = jest.fn(() => true); 31 spEle.shareMemory.value = jest.fn(() => true); 33 spEle.shareMemoryUnit.value = jest.fn(() => true); 35 spEle.filterMemory.value = jest.fn(() => true); 37 spEle.filterMemoryUnit.value = jest.fn(() => true); 46 spEle.processId.value = '2'; 47 spEle.unwindEL.value = '111'; 48 spEle.shareMemory.value = '222'; 49 spEle.shareMemoryUnit.value = 'MB'; 50 spEle.filterMemory.value = '111'; [all …]
|
| /developtools/profiler/host/smartperf/ide/src/base-ui/button/ |
| D | LitButton.ts | 111 set margin_icon(value: string) { 112 this.litIcon?.setAttribute('margin_icon', value); 115 set opacity(value: string) { 116 this.litIcon?.setAttribute('opacity', value); 195 attributeChangedCallback(name: string, oldValue: string, value: string) { 198 this.slotHtml!.innerText = value; 201 this.button!.style.backgroundColor = value; 204 this.litIcon?.setAttribute('name', value); 205 if (value) { 210 this.button!.style.height = value; [all …]
|
| /developtools/smartperf_host/ide/src/base-ui/button/ |
| D | LitButton.ts | 111 set margin_icon(value: string) { 112 this.litIcon?.setAttribute('margin_icon', value); 115 set opacity(value: string) { 116 this.litIcon?.setAttribute('opacity', value); 195 attributeChangedCallback(name: string, oldValue: string, value: string) { 198 this.slotHtml!.innerText = value; 201 this.button!.style.backgroundColor = value; 204 this.litIcon?.setAttribute('name', value); 205 if (value) { 210 this.button!.style.height = value; [all …]
|
| /developtools/smartperf_host/ide/src/trace/component/metrics/ |
| D | MetaDataStrategy.ts | 27 let value = metricData[index].valueText; 28 if (!value.match('^-?\\d+$')) { 29 value = `"${ value.replace('\r|\n', '') }"`; 31 jsonText += `'${ name }'` + ': ' + `'${ value.toString() }'` + ','; 40 let value = metricData[sqlIndex].valueText; variable 41 if (!value.match('^-?\\d+$')) { 42 value = `"${ value.replace('\r|\n', '') }"`; 46 value: value, variable 61 value: string; property
|
| /developtools/profiler/host/smartperf/ide/src/trace/component/metrics/ |
| D | MetaDataStrategy.ts | 28 let value = metricData[index].valueText; 29 if (!value.match('^-?\\d+$')) { 30 value = '"' + value.replace('\r|\n', '') + '"'; 32 jsonText += `'` + name + `'` + `: ` + `'` + value.toString() + `'` + `,`; 40 let value = metricData[sqlIndex].valueText; variable 41 if (!value.match('^-?\\d+$')) { 42 value = '"' + value.replace('\r|\n', '') + '"'; 46 value: value, variable 61 value: string; property
|