/external/libvpx/libvpx/test/ |
decode_to_md5.sh | 48 local actual_md5="$(echo "${md5_last_frame}" | awk '{print $1}')" 49 [ "${actual_md5}" = "${expected_md5}" ] || return 1
|
vp9_skip_loopfilter_test.cc | 110 const char *const actual_md5 = md5_res.Get(); local 114 ASSERT_STREQ(expected_md5_, actual_md5) << "MD5 checksums don't match"; 116 ASSERT_STRNE(expected_md5_, actual_md5) << "MD5 checksums match";
|
test_vector_test.cc | 73 const char *actual_md5 = md5_res.Get(); local 76 ASSERT_STREQ(expected_md5, actual_md5)
|
byte_alignment_test.cc | 153 const char *const actual_md5 = md5_res.Get(); local 156 ASSERT_STREQ(expected_md5, actual_md5) << "MD5 checksums don't match";
|
external_frame_buffer_test.cc | 246 const char *const actual_md5 = md5_res.Get(); local 249 ASSERT_STREQ(expected_md5, actual_md5)
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/ |
test_vector_test.cc | 55 const char *actual_md5 = md5_res.Get(); local 58 ASSERT_STREQ(expected_md5, actual_md5)
|
external_frame_buffer_test.cc | 236 const char *const actual_md5 = md5_res.Get(); local 239 ASSERT_STREQ(expected_md5, actual_md5)
|
/frameworks/base/core/tests/overlaytests/ |
testrunner.py | 307 actual_md5 = stdout.split()[0] 308 if actual_md5 != self.expected_md5: 309 return 1, 'expected %s, got %s\n' % (self.expected_md5, actual_md5), ''
|