Home
last modified time | relevance | path

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

/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/libaom/libaom/test/
Dtools_common.sh247 filter_strings() { function
287 tests_to_filter=$(filter_strings "${tests_to_filter}" ^DISABLED exclude)
292 tests_to_filter=$(filter_strings "${tests_to_filter}" ${AOM_TEST_FILTER})
Dexamples.sh26 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()
/external/rust/crates/grpcio-sys/grpc/src/core/ext/xds/
Dxds_api.cc527 std::vector<std::string> filter_strings; in ToString() local
529 filter_strings.push_back(http_filter.ToString()); in ToString()
532 absl::StrJoin(filter_strings, ", "), "]")); in ToString()