Home
last modified time | relevance | path

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

/external/toolchain-utils/user_activity_benchmarks/
Dprocess_hot_functions_unittest.py131 expected_files = \
138 expected_files.sort()
142 zip(expected_files, result_files):
/external/v8/tools/clang/scripts/
Dtest_tool.py117 expected_files = ['-'.join([source_file.rsplit('-', 1)[0], 'expected.cc'])
153 for expected, actual in zip(expected_files, actual_files):
/external/python/cpython2/Lib/lib2to3/tests/
Dtest_main.py119 expected_files = set(os.path.basename(name) for name in py2_files)
129 self.assertEqual(expected_files, set(os.listdir(self.py3_dest_dir)))
/external/clang/unittests/Tooling/
DCompilationDatabaseTest.cpp76 std::vector<std::string> expected_files; in TEST() local
79 expected_files.push_back(PathStorage.str()); in TEST()
81 expected_files.push_back(PathStorage.str()); in TEST()
82 EXPECT_EQ(expected_files, getAllFiles( in TEST()