Searched refs:runQuery (Results 1 – 5 of 5) sorted by relevance
/external/perfetto/ui/src/controller/ |
D | query_controller.ts | 18 import {runQuery} from '../common/queries'; 38 runQuery(this.args.queryId, config.query, this.args.engine)
|
D | pivot_table_controller.ts | 42 runQuery, 496 runQuery(this.pivotTableId, descendantsQuery, this.engine) 590 runQuery(this.pivotTableId, expandQuery, this.engine).then(resp => { 676 runQuery(this.pivotTableId, query, this.engine).then(resp => { 752 const resp = await runQuery(this.pivotTableId, query, this.engine);
|
/external/perfetto/ui/src/common/ |
D | queries.ts | 32 export async function runQuery( function
|
/external/perfetto/ui/src/frontend/ |
D | pivot_table_redux.ts | 109 runQuery(attrs: PivotTableReduxAttrs) { method in PivotTableRedux 316 this.runQuery(attrs);
|
/external/ims/rcs/presencepolling/src/com/android/service/ims/presence/ |
D | EABContactManager.java | 537 Cursor runQuery(ContentResolver resolver, String[] projection, Uri baseUri) { in runQuery() method in EABContactManager.Query 654 Cursor underlyingCursor = query.runQuery(mResolver, CONTACT_COLUMNS, mBaseUri); in query()
|