Home
last modified time | relevance | path

Searched refs:selector (Results 1 – 7 of 7) sorted by relevance

/developtools/smartperf_host/ide/src/trace/component/
DSpQuerySQL.ts33 private selector: HTMLTextAreaElement | undefined; property in SpQuerySQL
44 this.selector = this.shadowRoot?.querySelector('.sql-select') as HTMLTextAreaElement;
133 queryCustomizeSelect(this.selector!.value).then((resultList): void => {
186 this.selector!.value = '';
192 if (this.selector?.value.trim() === '') {
198 if (this.selector!.value.length < queryNormalLength ||
199 !this.selector?.value.toLowerCase().trim().startsWith('select')
202 ${this.selector!.value}.`;
208 if (regexStr.test(this.selector!.value)) {
210 ${this.selector!.value}.`;
[all …]
/developtools/profiler/host/smartperf/ide/src/trace/component/
DSpQuerySQL.ts35 private selector: HTMLTextAreaElement | undefined; property in SpQuerySQL
49 this.selector = this.shadowRoot?.querySelector('.sql-select') as HTMLTextAreaElement;
126 this.getInputSqlResult(this.selector!.value).then((resultList) => {
156 this.queryText = this.selector!.value;
197 this.selector!.value = '';
210 if (!this.selector || this.selector.value == null) {
237 return this.selector!.value.indexOf(item) > -1;
250 let split = this.selector?.value.trim().split(' ');
252 this.querySqlErrorText = 'Error: Incomplete query statement: ' + this.selector!.value;
260 if (this.selector!.value.indexOf('from') < 0) {
[all …]
/developtools/profiler/host/smartperf/ide/src/base-ui/radiobox/
DLitRadioBox.ts206 … const selector = this.group ? `lit-radio[checked]` : `lit-radio[name="${this.name}"][checked]`; constant
207 const siblingNode = this.parent?.querySelector(selector) as LitRadioBox;
/developtools/smartperf_host/ide/src/base-ui/radiobox/
DLitRadioBox.ts221 … const selector = this.group ? `lit-radio[checked]` : `lit-radio[name="${this.name}"][checked]`; constant
222 const siblingNode = this.parent?.querySelector(selector) as LitRadioBox;
/developtools/smartperf_host/ide/src/base-ui/chart/pagenation/
DPageNation.ts29 constructor(selector: any, options = {}) {
30 selector!.innerHTML = '';
32 this.element = selector;
/developtools/profiler/host/smartperf/ide/src/base-ui/chart/pagenation/
DPageNation.ts29 constructor(selector: any, options = {}) {
30 selector!.innerHTML = '';
32 this.element = selector;
/developtools/profiler/hiebpf/include/
Dvmlinux.h10454 u64 selector; member
11287 __u8 selector; member
57056 struct xfrm_selector selector; member
65962 __u32 selector; member