| /developtools/smartperf_host/ide/src/base-ui/select/ |
| D | LitSelect.ts | 123 get placeholder() { method in LitSelect 127 set placeholder(selectPlaceHolder) { method in LitSelect 162 <input placeholder="${this.placeholder}" autocomplete="off" ${ 197 this.selectInputEl.placeholder = this.defaultPlaceholder; 227 if (this.selectInputEl.placeholder !== this.defaultPlaceholder) { 228 this.selectInputEl.value = this.selectInputEl.placeholder; 229 this.selectInputEl.placeholder = this.defaultPlaceholder; 284 this.selectInputEl.placeholder = this.defaultPlaceholder; 321 …if (this.selectInputEl.value.length > 0 || this.selectInputEl.placeholder !== this.defaultPlacehol… 340 this.selectInputEl.placeholder = this.selectInputEl.value; [all …]
|
| D | LitAllocationSelect.ts | 125 get placeholder() { method in LitAllocationSelect 129 set placeholder(selectAllocationValue) { method in LitAllocationSelect 180 this.selectAllocationInputEl!.placeholder = newValue; 217 <input id="singleInput" placeholder="${this.placeholder}"/>
|
| D | LitSelectV.ts | 90 get placeholder() { method in LitSelectV 94 set placeholder(selectVPlaceholder) { method in LitSelectV 216 … <input id="select-input" placeholder="${this.placeholder}" tabindex="0" readonly="readonly">
|
| /developtools/smartperf_host/ide/test/base-ui/select/ |
| D | LitAllocationSelect.test.ts | 45 litAllocationSelect.placeholder = 'test'; 46 expect(litAllocationSelect.placeholder).toBe('test');
|
| D | LitSelectV.test.ts | 59 litSelectV.placeholder = 'test'; 60 expect(litSelectV.placeholder).toBe('test');
|
| D | LitSelect.test.ts | 127 select.placeholder = true; 128 expect(select.placeholder).toBe('true');
|
| /developtools/ace_js2bundle/ace-loader/test/rich/testcase/pages/privateAttr/ |
| D | privateAttr.hml | 60 …"time" checked="{{checked}}" name="{{name}}" value="{{value}}" placeholder="{{placeholder}}" maxle… 82 …<textarea placeholder="{{placeholder}}" maxlength="{{maxlength}}" headericon="{{headericon}}" exte…
|
| /developtools/smartperf_host/ide/src/trace/component/setting/ |
| D | SpSdkConfig.ts | 258 let placeholder = ''; 260 placeholder = this.sdkConfigList.configuration[key]['default']; 264 rounded placement = "bottom" configName ="${key}" placeholder="${placeholder}"></lit-select-v>`;
|
| D | SpAllocations.ts | 262 process!.placeholder = 'please input process'; 264 process!.placeholder = 'please select process';
|
| D | SpRecordPerf.ts | 510 let placeholder = config.selectArray[0]; 512 placeholder = 'NONE'; 515 …" canInsert="" title="${config.title}" rounded placement = "bottom" placeholder="${placeholder}">`;
|
| /developtools/ace_ets2bundle/compiler/test/pages/ |
| D | import@CustomDialog.ets | 26 TextInput({ placeholder: '', text: this.textValue }).height(60).width('90%')
|
| /developtools/smartperf_host/ide/src/trace/component/trace/sheet/vmtracker/ |
| D | TabPaneDmaVmTrackerComparison.ts | 85 this.selectEl!.placeholder = dmaVmTrackerComList[0].name || '';
|
| D | TabPanePurgTotalComparisonVM.ts | 68 this.selectEl!.placeholder = purgeTotalComList[0].name;
|
| D | TabPanePurgPinComparisonVM.ts | 65 this.selectEl!.placeholder = purgePinComVmList[0].name;
|
| D | TabPaneVmTrackerShmComparison.ts | 112 this.selectEl!.placeholder = fileArr[0].name || '';
|
| D | TabPaneGpuMemoryVmTrackerComparison.ts | 97 this.selectEl!.placeholder = dataList[0].name || '';
|
| /developtools/smartperf_host/ide/src/trace/component/trace/sheet/ability/ |
| D | TabPanePurgPinComparisonAbility.ts | 69 this.selectEl!.placeholder = purgePinComFileArr[0].name;
|
| D | TabPanePurgTotalComparisonAbility.ts | 67 this.selectEl!.placeholder = purgeTotalComFileArr[0].name;
|
| D | TabPaneDmaAbilityComparison.ts | 93 this.selectEl!.placeholder = dmaAbilityComList[0].name || '';
|
| D | TabPaneGpuMemoryComparison.ts | 96 this.selectEl!.placeholder = gpuMemoryComList[0].name || '';
|
| /developtools/ace_js2bundle/ace-loader/plugin/templater/ |
| D | lite_component_map.js | 219 placeholder: {}, property
|
| D | rich_component_map.js | 934 placeholder: {}, property 1200 placeholder: {}, property
|
| /developtools/smartperf_host/ide/src/trace/component/trace/sheet/gpu/ |
| D | TabPaneGpuClickSelectComparison.ts | 114 this.selectEl!.placeholder = gpuSelectComList[0].name || '';
|
| /developtools/smartperf_host/ide/src/trace/component/trace/sheet/smaps/ |
| D | TabPaneSmapsComparison.ts | 76 this.selectEl!.placeholder = smapsComFileArr[0].name;
|
| /developtools/smartperf_host/ide/src/trace/component/trace/sheet/hilog/ |
| D | TabPaneHiLogs.ts | 251 this.tagFilterInput!.placeholder = 'Filter by tag...';
|