Home
last modified time | relevance | path

Searched refs:CompareFiles (Results 1 – 6 of 6) sorted by relevance

/aosp12/frameworks/compile/slang/tests/
H A Dslang_test.py77 def CompareFiles(actual, expect): function
93 if not CompareFiles(src, dst):
118 if not CompareFiles(file1, file2):
267 elif not CompareFiles(found[0], expect):
/aosp12/packages/modules/NeuralNetworks/tools/test_generator/tests/
H A Dtest.py78 def CompareFiles(actual, expect): function
94 if not CompareFiles(src, dst):
119 if not CompareFiles(file1, file2):
/aosp12/art/dex2oat/
H A Ddex2oat_image_test.cc145 bool CompareFiles(const std::string& filename1, const std::string& filename2) { in CompareFiles() function in art::Dex2oatImageTest
581 EXPECT_TRUE(CompareFiles(single_ext_prefix + ".art", single_ext_prefix2 + ".art")); in TEST_F()
582 EXPECT_TRUE(CompareFiles(single_ext_prefix + ".vdex", single_ext_prefix2 + ".vdex")); in TEST_F()
583 EXPECT_TRUE(CompareFiles(single_ext_prefix + ".oat", single_ext_prefix2 + ".oat")); in TEST_F()
/aosp12/system/apex/apexd/
H A Dapexd_test_utils.h168 inline Result<bool> CompareFiles(const std::string& filename1, in CompareFiles() function
H A Dapex_file_test.cpp251 CompareFiles(original_apex_file_path, decompression_file_path); in TEST()
H A Dapexd_test.cpp355 CompareFiles(original_apex_file_path, decompressed_file_path); in TEST_F()
476 CompareFiles(original_apex_file_path, decompressed_file_path); in TEST_F()