Searched refs:test_patterns (Results 1 – 4 of 4) sorted by relevance
466 local test_patterns470 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')
159 def _build_iterator_graph(self, test_patterns): argument160 return matching_files.MatchingFilesDataset(test_patterns)
26 test_patterns=(//tensorflow/... -//tensorflow/compiler/... -//tensorflow/lite/...)
169 def test_patterns(): function