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

  /external/chromium-trace/catapult/devil/devil/utils/
zip_utils_test.py 36 expected_files = [
42 sorted(expected_files),
  /external/python/cpython2/Lib/lib2to3/tests/
test_main.py 119 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/python/cpython3/Lib/lib2to3/tests/
test_main.py 109 expected_files = set(os.path.basename(name) for name in py2_files)
119 self.assertEqual(expected_files, set(os.listdir(self.py3_dest_dir)))
  /external/v8/tools/clang/scripts/
test_tool.py 117 expected_files = ['-'.join([source_file.rsplit('-', 1)[0], 'expected.cc'])
153 for expected, actual in zip(expected_files, actual_files):
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/tests/
test_main.py 119 expected_files = set(os.path.basename(name) for name in py2_files)
129 self.assertEqual(expected_files, set(os.listdir(self.py3_dest_dir)))
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/tests/
test_main.py 119 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/
CompilationDatabaseTest.cpp 76 std::vector<std::string> expected_files; local
79 expected_files.push_back(PathStorage.str());
81 expected_files.push_back(PathStorage.str());
82 EXPECT_EQ(expected_files, getAllFiles(
  /build/kati/
runtest.rb 243 expected_files = get_output_filenames
244 expected += "\n=== FILES ===\n#{expected_files * "\n"}\n"
  /external/tensorflow/tensorflow/core/util/tensor_bundle/
tensor_bundle_test.cc 553 gtl::ArraySlice<string> expected_files) {
555 for (const string& expected_file : expected_files) {

Completed in 160 milliseconds