Searched defs:expected_md5 (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/third_party/libvpx/source/libvpx/test/
H A Dtest_vector_test.cc48 char expected_md5[33]; local
52 const int res = fscanf(md5_file_, "%s %s", expected_md5, junk);
54 expected_md5[32] = '\0';
61 ASSERT_STREQ(expected_md5, actual_md5)
H A Dvp9_thread_test.cc158 const char *expected_md5; member in struct:__anon13015::FileList
194 EXPECT_EQ(iter->expected_md5, DecodeFile(iter->name, t))
226 static const char expected_md5[] = "b35a1b707b28e82be025d960aba039bc"; local
231 EXPECT_EQ(expected_md5, DecodeFile(filename, 2));
235 EXPECT_EQ(expected_md5, DecodeFile(filename, 2));
H A Dy4m_test.cc117 void Md5Check(const string &expected_md5) { argument
124 ASSERT_EQ(string(md5.Get()), expected_md5); local
H A Dexternal_frame_buffer_test.cc230 char expected_md5[33]; local
234 const int res = fscanf(md5_file_, "%s %s", expected_md5, junk);
236 expected_md5[32] = '\0';
243 ASSERT_STREQ(expected_md5, actual_md5)
/external/libvpx/libvpx/test/
H A Dtest_vector_test.cc45 char expected_md5[33]; local
49 const int res = fscanf(md5_file_, "%s %s", expected_md5, junk);
51 expected_md5[32] = '\0';
58 ASSERT_STREQ(expected_md5, actual_md5)
H A Dvp9_thread_test.cc138 const char *expected_md5; member in struct:__anon24806::__anon24807
150 EXPECT_STREQ(files[i].expected_md5, DecodeFile(files[i].name, t).c_str())
160 const char *expected_md5; member in struct:__anon24806::__anon24808
210 EXPECT_STREQ(files[i].expected_md5, DecodeFile(files[i].name, t).c_str())
H A Dexternal_frame_buffer_test.cc226 char expected_md5[33]; local
230 const int res = fscanf(md5_file_, "%s %s", expected_md5, junk);
232 expected_md5[32] = '\0';
239 ASSERT_STREQ(expected_md5, actual_md5)
/external/chromium_org/third_party/zlib/google/
H A Dzip_reader_unittest.cc149 const std::string expected_md5) {
155 return expected_md5 == md5;
148 CompareFileAndMD5(const base::FilePath& path, const std::string expected_md5) argument

Completed in 266 milliseconds