Searched refs:CompareFiles (Results 1 – 6 of 6) sorted by relevance
/aosp12/frameworks/compile/slang/tests/ |
H A D | slang_test.py | 77 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 D | test.py | 78 def CompareFiles(actual, expect): function 94 if not CompareFiles(src, dst): 119 if not CompareFiles(file1, file2):
|
/aosp12/art/dex2oat/ |
H A D | dex2oat_image_test.cc | 145 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 D | apexd_test_utils.h | 168 inline Result<bool> CompareFiles(const std::string& filename1, in CompareFiles() function
|
H A D | apex_file_test.cpp | 251 CompareFiles(original_apex_file_path, decompression_file_path); in TEST()
|
H A D | apexd_test.cpp | 355 CompareFiles(original_apex_file_path, decompressed_file_path); in TEST_F() 476 CompareFiles(original_apex_file_path, decompressed_file_path); in TEST_F()
|