Searched refs:filter_strings (Results 1 – 5 of 5) sorted by relevance
216 filter_strings() { function256 tests_to_filter=$(filter_strings "${tests_to_filter}" ^DISABLED exclude)261 tests_to_filter=$(filter_strings "${tests_to_filter}" ${AOM_TEST_FILTER})
22 example_tests=$(filter_strings "${example_tests}" "${word}" exclude)
210 filter_strings() { function250 tests_to_filter=$(filter_strings "${tests_to_filter}" ^DISABLED exclude)255 tests_to_filter=$(filter_strings "${tests_to_filter}" ${VPX_TEST_FILTER})
376 static int filter_strings(char **c, char *str, size_t len) in filter_strings() function447 count = filter_strings(c, &cmdbuf[start], plen); in complete()