Home
last modified time | relevance | path

Searched refs:filter_strings (Results 1 – 4 of 4) sorted by relevance

/external/chromium-trace/catapult/perf_insights/perf_insights/
Dcorpus_query.py165 filter_strings = []
183 filter_strings.append('%s %s %s' % (a_string,
186 gql = 'WHERE ' + ' AND '.join(filter_strings)
194 filter_strings = [f.AsQueryString() for f in self.filters]
196 filter_strings.append('MAX_TRACE_HANDLES=%d' % self.max_trace_handles)
197 query_str = ' AND '.join(filter_strings)
/external/libvpx/libvpx/test/
Dtools_common.sh210 filter_strings() { function
250 tests_to_filter=$(filter_strings "${tests_to_filter}" ^DISABLED exclude)
255 tests_to_filter=$(filter_strings "${tests_to_filter}" ${VPX_TEST_FILTER})
Dexamples.sh22 example_tests=$(filter_strings "${example_tests}" "${word}" exclude)
/external/wpa_supplicant_8/src/utils/
Dedit.c376 static int filter_strings(char **c, char *str, size_t len) in filter_strings() function
447 count = filter_strings(c, &cmdbuf[start], plen); in complete()