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

  /external/libvpx/libvpx/test/
decode_to_md5.sh 34 local expected_md5="$3"
49 [ "${actual_md5}" = "${expected_md5}" ] || return 1
54 local expected_md5="56794d911b02190212bca92f88ad60c6"
57 decode_to_md5 "${VP8_IVF_FILE}" "vp8" "${expected_md5}"
63 local expected_md5="2952c0eae93f3dadd1aa84c50d3fd6d2"
66 decode_to_md5 "${VP9_IVF_FILE}" "vp9" "${expected_md5}"
byte_alignment_test.cc 137 char expected_md5[33]; local
141 const int res = fscanf(md5_file_, "%s %s", expected_md5, junk);
143 expected_md5[32] = '\0';
150 ASSERT_STREQ(expected_md5, actual_md5) << "MD5 checksums don't match";
test_vector_test.cc 63 char expected_md5[33]; local
67 const int res = fscanf(md5_file_, "%s %s", expected_md5, junk);
69 expected_md5[32] = '\0';
76 ASSERT_STREQ(expected_md5, actual_md5)
vp9_frame_parallel_test.cc 35 const char *expected_md5; member in struct:__anon24619::PauseFileList
99 EXPECT_EQ(iter->expected_md5,
124 const char *expected_md5; member in struct:__anon24619::FileList
179 EXPECT_EQ(iter->expected_md5,
vp9_thread_test.cc 154 const char *expected_md5; member in struct:__anon24625::FileList
190 EXPECT_EQ(iter->expected_md5, DecodeFile(iter->name, t)) << "threads = "
222 static const char expected_md5[] = "b35a1b707b28e82be025d960aba039bc"; local
227 EXPECT_EQ(expected_md5, DecodeFile(filename, 2));
231 EXPECT_EQ(expected_md5, DecodeFile(filename, 2));
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)
y4m_test.cc 118 void Md5Check(const string &expected_md5) {
125 ASSERT_EQ(string(md5.Get()), expected_md5); local
  /frameworks/base/core/tests/overlaytests/
testrunner.py 314 self.expected_md5 = hashlib.md5(expected_content).hexdigest()
327 if actual_md5 != self.expected_md5:
328 return 1, 'expected %s, got %s\n' % (self.expected_md5, actual_md5), ''

Completed in 9429 milliseconds