Home
last modified time | relevance | path

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

/external/rust/crates/grpcio-sys/grpc/tools/run_tests/sanity/
Dcheck_deprecated_grpc++.py22 expected_files = [ variable
133 if path_files.sort() != expected_files.sort():
134 diff_plus = [file for file in path_files if file not in expected_files]
135 diff_minus = [file for file in expected_files if file not in path_files]
145 for path_file in expected_files:
/external/grpc-grpc/tools/run_tests/sanity/
Dcheck_deprecated_grpc++.py24 expected_files = [ variable
137 if path_files.sort() != expected_files.sort():
138 diff_plus = [file for file in path_files if file not in expected_files]
139 diff_minus = [file for file in expected_files if file not in path_files]
149 for path_file in expected_files:
/external/python/apitools/apitools/gen/
Dgen_client_test.py55 expected_files = (
57 self.assertEquals(expected_files, set(os.listdir(tmp_dir_path)))
70 expected_files = (
72 self.assertEquals(expected_files, set(os.listdir(tmp_dir_path)))
/external/llvm-project/flang/test/Semantics/
Dtest_modfile.sh27 expected_files=$(sed -n 's/^!Expect: \(.*\)/\1/p' $src | sort)
28 extra_files=$(echo "$expected_files" | comm -23 $actual_files -)
33 for mod in $expected_files; do
/external/python/apitools/samples/
Duptodate_check_test.py57 expected_files = (
61 self.assertEquals(expected_files, set(os.listdir(tmp_dir_path)))
66 for expected_file in expected_files:
/external/chromium-trace/catapult/devil/devil/utils/
Dzip_utils_test.py38 expected_files = [
43 self.assertEquals(sorted(expected_files), sorted(actual.namelist()))
/external/tensorflow/tensorflow/python/profiler/integration_test/
Dprofiler_api_test.py68 expected_files = [
74 for file in expected_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/python/cpython3/Lib/lib2to3/tests/
Dtest_main.py109 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/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()
/external/llvm-project/clang/unittests/Tooling/
DCompilationDatabaseTest.cpp87 std::vector<std::string> expected_files; in TEST() local
90 expected_files.push_back(std::string(PathStorage.str())); in TEST()
92 expected_files.push_back(std::string(PathStorage.str())); in TEST()
94 expected_files.push_back(std::string(PathStorage.str())); in TEST()
95 EXPECT_EQ(expected_files, in TEST()
/external/tensorflow/tensorflow/core/util/tensor_bundle/
Dtensor_bundle_test.cc856 gtl::ArraySlice<string> expected_files) { in TEST() argument
858 for (const string& expected_file : expected_files) { in TEST()