HomeSort by relevance Sort by last modified time
    Searched refs:expected_md5 (Results 1 - 9 of 9) 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}"
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:__anon13738::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));
external_frame_buffer_test.cc 229 char expected_md5[33]; local
233 const int res = fscanf(md5_file_, "%s %s", expected_md5, junk);
235 expected_md5[32] = '\0';
242 ASSERT_STREQ(expected_md5, actual_md5)
y4m_test.cc 117 void Md5Check(const string &expected_md5) {
124 ASSERT_EQ(string(md5.Get()), expected_md5); local
  /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:__anon24097::__anon24098
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)
  /frameworks/base/core/tests/overlaytests/
testrunner.py 295 self.expected_md5 = hashlib.md5(expected_content).hexdigest()
308 if actual_md5 != self.expected_md5:
309 return 1, 'expected %s, got %s\n' % (self.expected_md5, actual_md5), ''

Completed in 218 milliseconds