Home
last modified time | relevance | path

Searched defs:predicate (Results 1 – 5 of 5) sorted by relevance

/development/tools/winscope/src/viewers/common/
Dtext_filter_test.ts22 const predicate = new TextFilter().getFilterPredicate(); constant
34 const predicate = new TextFilter('foo').getFilterPredicate(); constant
50 const predicate = new TextFilter('Foo', [ constant
59 const predicate = new TextFilter('Foo', [ constant
72 const predicate = new TextFilter('foo|bar', [ constant
92 const predicate = new TextFilter('foo', [ constant
102 const predicate = new TextFilter('foo|bar', [ constant
112 const predicate = new TextFilter('foo|bar', [ constant
124 const predicate = new TextFilter('foo|bar', [ constant
Dlog_filters_test.ts23 let predicate = filter.getFilterPredicate(); variable
39 let predicate = filter.getFilterPredicate(); variable
56 const predicate = filter.getFilterPredicate(); constant
Dlog_presenter.ts167 for (const [spec, predicate] of this.filterPredicates) { constant
/development/tools/winscope/src/common/
Darray_utils_test.ts48 const predicate = (a: number, b: number) => a !== b; constant
/development/tools/winscope/src/app/
Dloaded_parsers.ts80 const predicate = ( constant