Home
last modified time | relevance | path

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

/external/libaom/libaom/test/
Dtools_common.sh216 filter_strings() { function
256 tests_to_filter=$(filter_strings "${tests_to_filter}" ^DISABLED exclude)
261 tests_to_filter=$(filter_strings "${tests_to_filter}" ${AOM_TEST_FILTER})
Dexamples.sh22 example_tests=$(filter_strings "${example_tests}" "${word}" exclude)
/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()