Home
last modified time | relevance | path

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

/aosp_15_r20/external/openthread/script/
H A Dtest466 local test_patterns
470 test_patterns=(-name 'tun-*.exp')
472 test_patterns=(-name 'posix-*.exp' -o -name 'cli-*.exp')
474 test_patterns+=(-o -name 'v1_2-*.exp')
478 test_patterns=(-name 'cli-*.exp' -o -name 'simulation-*.exp' -o -name 'cli_non_rcp-*.exp')
/aosp_15_r20/external/tensorflow/tensorflow/python/data/experimental/kernel_tests/
H A Dmatching_files_dataset_test.py159 def _build_iterator_graph(self, test_patterns): argument
160 return matching_files.MatchingFilesDataset(test_patterns)
/aosp_15_r20/external/tensorflow/tensorflow/tools/ci_build/release/ubuntu_16/tpu_py37_full/
H A Dnonpip.sh26 test_patterns=(//tensorflow/... -//tensorflow/compiler/... -//tensorflow/lite/...)
/aosp_15_r20/external/python/watchdog/tests/
Dtest_pattern_matching_event_handler.py169 def test_patterns(): function