Searched refs:expected_content (Results 1 – 4 of 4) sorted by relevance
38 std::vector<uint8_t> expected_content; in TEST_F() local39 expected_content.resize(image_size); in TEST_F()41 expected_content[n] = uint8_t(n); in TEST_F()47 EXPECT_EQ(expected_content, actual_content); in TEST_F()
56 const string& expected_content) { in CheckFileContents() argument61 if (actual_content == expected_content) { in CheckFileContents()65 test::PrintDiff(expected_content, actual_content); in CheckFileContents()
67 bool is_android_dt_value_expected(const std::string& sub_path, const std::string& expected_content);
390 bool is_android_dt_value_expected(const std::string& sub_path, const std::string& expected_content)… in is_android_dt_value_expected() argument393 if (dt_content == expected_content) { in is_android_dt_value_expected()