HomeSort by relevance Sort by last modified time
    Searched refs:tests_to_filter (Results 1 - 2 of 2) sorted by null

  /external/libvpx/libvpx/test/
tools_common.sh 241 local tests_to_filter="$2"
250 tests_to_filter=$(filter_strings "${tests_to_filter}" ^DISABLED exclude)
255 tests_to_filter=$(filter_strings "${tests_to_filter}" ${VPX_TEST_FILTER})
260 for test_name in $tests_to_filter; do
267 [ -z "${tests_to_filter}" ] && return
270 local tests_to_run="${env_tests} ${tests_to_filter}"
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
tools_common.sh 302 tests_to_filter="${2}"
306 tests_to_filter=$(filter_strings "${tests_to_filter}" ^DISABLED exclude)
311 tests_to_filter=$(filter_strings "${tests_to_filter}" ${VPX_TEST_FILTER})
314 tests_to_run="${env_tests} ${tests_to_filter}"

Completed in 228 milliseconds