| /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/smartperf_host/ide/src/trace/component/setting/ |
| D | SpProbesConfig.ts | 53 values.push(litCheckBoxElement.value); 56 values.push(this.hitrace.value); 75 values.push(litCheckBoxElement.value); 94 values.push(litCheckBoxElement.value); 105 return logRadio.value; 115 checkDesBox.value = configBean.value; 129 checkDesBox.value = configBean.value; 143 checkDesBox.value = configBean.value; 159 litCheckBox.value = hitraceConfig.value; 187 if (ev.key === '0' && ev.target.value.length === 1 && ev.target.value === '0') { [all …]
|
| D | SpAllocations.ts | 67 return this.processId!.value || ''; 71 log(`unwind value is :${ this.unwindEL!.value}`); 72 return Number(this.unwindEL!.value); 76 let value = this.shareMemory?.value || ''; 77 log(`shareMemory value is :${ value}`); 78 if (value !== '') { 79 return Number(this.shareMemory?.value) || NUM_16384; 85 let value = this.filterMemory?.value || ''; 86 log(`filter value is :${ value}`); 87 if (value !== '') { [all …]
|
| D | SpRecordSetting.ts | 44 return Number(maxFileSizeEl.value); 57 if (this.outputPath && this.outputPath.value !== '' && this.outputPath.value !== 'long_trace') { 58 return `/data/local/tmp/${this.outputPath.value}/`; 65 … if (this.outputPath && this.outputPath.value !== 'long_trace/' && this.outputPath.value !== '') { 66 return `/data/local/tmp/${this.outputPath.value}/hiprofiler_data.htrace`; 70 if (this.outputPath && this.outputPath.value !== '') { 71 return `/data/local/tmp/${this.outputPath.value}`; 97 bufferInput.value = `${this.lastMemoryValue}`; 120 durationInput.value = this.lastDurationValue; 141 if (ev.key === '0' && ev.target.value.length === 1 && ev.target.value === '0') { [all …]
|
| D | SpCheckDesBox.ts | 32 set disabled(value) { 33 if (value === null || value === false) { 44 get value(): string { method in SpCheckDesBox 48 set value(value: string) { method in SpCheckDesBox 49 this.setAttribute('value', value); 50 this._checkBox!.value = value; 113 this._checkBox!.value = newValue; 122 value: string; property
|
| /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 …]
|
| D | lite-transform-template.js | 84 match: function(key, value) { argument 87 action: function(staticStyle, key, value) { argument 88 staticStyle += `'${key}' : ${JSON.stringify(value)},`; 93 match: function(key, value) { argument 96 action: function(staticStyle, key, value) { argument 97 if (value === -1) { 98 value = 'infinite'; 100 staticStyle += `'${key}' : ${JSON.stringify(value)},`; 105 match: function(key, value) { argument 108 action: function(staticStyle, key, value) { argument [all …]
|
| /developtools/hdc/hdc_rust/src/cffi/ |
| D | serial_struct.cpp | 34 extern "C" SerializedBuffer SerializeSessionHandShake(const RustStruct::SessionHandShake &value) in SerializeSessionHandShake() argument 37 .banner = string(value.banner), in SerializeSessionHandShake() 38 .authType = value.authType, in SerializeSessionHandShake() 39 .sessionId = value.sessionId, in SerializeSessionHandShake() 40 .connectKey = string(value.connectKey), in SerializeSessionHandShake() 41 .buf = string(value.buf), in SerializeSessionHandShake() 42 .version = string(value.version) in SerializeSessionHandShake() 50 extern "C" SerializedBuffer SerializePayloadProtect(const RustStruct::PayloadProtect &value) in SerializePayloadProtect() argument 53 .channelId = value.channelId, in SerializePayloadProtect() 54 .commandFlag = value.commandFlag, in SerializePayloadProtect() [all …]
|
| D | serial_struct_define.h | 69 static decltype(auto) get(const type &value) 71 return value.*MemPtr; 74 static decltype(auto) get(type &value) 76 return value.*MemPtr; 88 static decltype(auto) get(const type &value) 90 return value.*MemPtr; 93 static decltype(auto) get(type &value) 95 return value.*MemPtr; 109 static decltype(auto) get(const type &value) 111 return value.*MemPtr; [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 …]
|
| D | SessionHandShake.ts | 46 set banner(value: string) { 47 this._banner = value; 54 set authType(value: number) { 55 this._authType = value; 62 set sessionId(value: number) { 63 this._sessionId = value; 70 set connectKey(value: string) { 71 this._connectKey = value; 78 set buf(value: string) { 79 this._buf = 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/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/smartperf_host/ide/src/base-ui/drawer/ |
| D | LitDrawer.ts | 245 set contentWidth(value) { 246 this.shadowRoot!.querySelector<HTMLDivElement>('.drawer')!.style.width = value; 247 this.setAttribute('content-width', value); 252 set contentPadding(value) { 253 this.shadowRoot!.querySelector('slot')!.style.padding = value; 254 this.setAttribute('content-padding', value); 259 set placement(value: any) { 260 this.setAttribute('placement', value); 265 set title(value) { 266 this.shadowRoot!.querySelector('#drawer-tittle-text')!.textContent = value; [all …]
|
| /developtools/smartperf_host/ide/src/trace/component/trace/search/ |
| D | Search.ts | 45 set list(value: Array<any>) { 46 this._list = value; 47 this.total = value.length; 54 set index(value: number) { 55 this._index = value; 56 this.indexEL!.textContent = `${value + 1}`; 60 return this.search?.value; 67 set total(value: number) { 68 if (value > 0) { 73 this._total = value; [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/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/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); 198 attributeChangedCallback(name: string, oldValue: string, value: string) { 201 this.slotHtml!.innerText = value; 204 this.button!.style.backgroundColor = value; 207 this.litIcon?.setAttribute('name', value); 208 if (value) { 213 this.button!.style.height = value; [all …]
|
| /developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/hap/entity/ |
| D | SigningBlock.java | 26 private byte[] value; field in SigningBlock 36 public SigningBlock(int type, byte[] value) { in SigningBlock() argument 39 this.length = value.length; in SigningBlock() 40 this.value = value; in SigningBlock() 50 public SigningBlock(int type, byte[] value, int offset) { in SigningBlock() argument 53 this.length = value.length; in SigningBlock() 54 this.value = value; in SigningBlock() 67 return value; in getValue()
|
| /developtools/smartperf_host/ide/src/base-ui/slider/ |
| D | LitSlider.ts | 155 set disabled(value) { 156 if (value === null || value === false) { 167 set sliderStyle(value: LitSliderStyle) { 168 this.litSliderStyle = value; 169 this.currentValue = Number(value.defaultValue); 170 this.litSliderStyle.defaultValue = value.defaultValue; 204 set disabledX(value: string) { 205 if (value) { 216 set customSlider(value: string) { 217 if (value) { [all …]
|
| /developtools/smartperf_host/trace_streamer/src/base/sqlite_ext/ |
| D | sqlite_ext_funcs.cpp | 65 TSSqlValue value; in Long() local 66 value.longValue = v; in Long() 67 value.type = Type::TS_LONG; in Long() 68 return value; in Long() 73 TSSqlValue value; in Double() local 74 value.doubleValue = v; in Double() 75 value.type = Type::TS_DOUBLE; in Double() 76 return value; in Double() 81 TSSqlValue value; in String() local 82 value.stringValue = v; in String() [all …]
|
| /developtools/smartperf_host/ide/test/base-ui/chart/pie/ |
| D | LitChartPie.test.ts | 61 value: 345021, 72 value: 1100000, 83 value: 1411000, 94 value: 884100, 105 value: 960001, 116 value: 1517001, 127 value: 1632, 138 value: 103201, 149 value: 12321, 160 value: 113201, [all …]
|
| /developtools/ace_js2bundle/ace-loader/src/ |
| D | cardJson-plugin.js | 79 const value = element.match(/"((\s||\S)*)"/)[1]; 81 const partStart = replaceSource.indexOf(value); 95 function toAddJson(assetReplace, key, value, compilation, sourceKey) { argument 104 assetReplace['template'] = value; 107 assetReplace['styles'] = value; 110 if (value) { 111 if (value.data) { 112 assetReplace['data'] = validateData(value.data, compilation, sourceKey); 114 if (value.actions) { 115 assetReplace['actions'] = processActions(value.actions, compilation, sourceKey); [all …]
|
| /developtools/smartperf_host/ide/test/trace/component/setting/ |
| D | SpAllocations.test.ts | 28 spEle.unwindEL.value = jest.fn(() => true); 30 spEle.shareMemory.value = jest.fn(() => true); 32 spEle.shareMemoryUnit.value = jest.fn(() => true); 34 spEle.filterMemory.value = jest.fn(() => true); 36 spEle.filterMemoryUnit.value = jest.fn(() => true); 45 spEle.unwindEL.value = '111'; 46 spEle.shareMemory.value = '222'; 47 spEle.shareMemoryUnit.value = 'MB'; 48 spEle.filterMemory.value = '111'; 49 spEle.filterMemoryUnit.value = 'MB'; [all …]
|
| /developtools/smartperf_host/trace_streamer/src/filter/ |
| D | hi_sysevent_measure_filter.cpp | 101 std::string domainName = item.value(); in FillJsMessage() 104 std::string eventName = item.value(); in FillJsMessage() 107 jsMessage.type = item.value(); in FillJsMessage() 109 jsMessage.timeStamp = item.value(); in FillJsMessage() 112 jsMessage.timeZone = item.value(); in FillJsMessage() 114 jsMessage.pid = item.value(); in FillJsMessage() 116 jsMessage.tid = item.value(); in FillJsMessage() 118 jsMessage.uid = item.value(); in FillJsMessage() 120 jsMessage.eventId = item.value(); in FillJsMessage() 122 jsMessage.info = item.value(); in FillJsMessage() [all …]
|