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

  /external/tensorflow/tensorflow/python/tools/api/generator/
output_init_files_test.py 128 self, actual_paths, expected_paths, file_to_update_on_error):
129 """Validates that actual_paths match expected_paths.
133 expected_paths: */__init__.py file paths that we need to create for
140 self.assertTrue(expected_paths)
141 missing_paths = expected_paths - actual_paths
142 extra_paths = actual_paths - expected_paths
  /art/build/apex/
art_apex_test.py 259 expected_paths = set()
262 expected_paths |= set(fnmatch.filter(paths, path_glob))
268 expected_paths |= set(fnmatch.filter(paths, dir_prefix + subpath_first_segment))
269 for unexpected_path in set(paths) - expected_paths:

Completed in 112 milliseconds