Searched refs:expected_content (Results 1 – 3 of 3) 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()
68 bool is_android_dt_value_expected(const std::string& sub_path, const std::string& expected_content);
414 bool is_android_dt_value_expected(const std::string& sub_path, const std::string& expected_content)… in is_android_dt_value_expected() argument417 if (dt_content == expected_content) { in is_android_dt_value_expected()