Home
last modified time | relevance | path

Searched defs:expected_paths (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/python/tools/api/generator/
Doutput_init_files_test.py137 self, actual_paths, expected_paths, file_to_update_on_error): argument
/external/cronet/base/files/
Dfile_path_watcher_unittest.cc1099 std::vector<base::FilePath> expected_paths{file, file, file, file}; in TEST_F() local
1140 std::vector<base::FilePath> expected_paths{subfolder, file, file, in TEST_F() local
1173 std::vector<base::FilePath> expected_paths{file, file, file, file}; in TEST_F() local
1201 std::vector<base::FilePath> expected_paths{file, watched_folder, in TEST_F() local
1233 std::vector<base::FilePath> expected_paths{watched_folder, watched_folder, in TEST_F() local
1265 std::vector<base::FilePath> expected_paths {watched_folder, watched_folder, in TEST_F() local
/external/cronet/net/third_party/quiche/src/quiche/common/platform/api/
Dquiche_file_utils_test.cc64 std::vector<std::string> expected_paths = {"a/b/c/d/e", "a/subdir/testfile", in TEST() local
/external/python/absl-py/absl/testing/tests/
Dabsltest_test.py2033 def run_tempfile_helper(self, cleanup, expected_paths): argument