HomeSort by relevance Sort by last modified time
    Searched defs:expected_md5 (Results 1 - 10 of 10) sorted by null

  /external/chromium_org/third_party/libvpx/source/libvpx/test/
test_vector_test.cc 48 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)
vp9_thread_test.cc 158 const char *expected_md5; member in struct:__anon17640::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));
y4m_test.cc 117 void Md5Check(const string &expected_md5) {
124 ASSERT_EQ(string(md5.Get()), expected_md5); local
external_frame_buffer_test.cc 230 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/
test_vector_test.cc 45 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)
vp9_thread_test.cc 138 const char *expected_md5; member in struct:__anon29417::__anon29418
150 EXPECT_STREQ(files[i].expected_md5, DecodeFile(files[i].name, t).c_str())
160 const char *expected_md5; member in struct:__anon29417::__anon29419
210 EXPECT_STREQ(files[i].expected_md5, DecodeFile(files[i].name, t).c_str())
external_frame_buffer_test.cc 226 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)
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
test_vector_test.cc 45 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)
vp9_thread_test.cc 138 const char *expected_md5; member in struct:__anon40601::__anon40602
150 EXPECT_STREQ(files[i].expected_md5, DecodeFile(files[i].name, t).c_str())
external_frame_buffer_test.cc 226 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)

Completed in 286 milliseconds