OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:actual_md5
(Results
1 - 8
of
8
) sorted by null
/external/libaom/libaom/test/
decode_to_md5.sh
47
local
actual_md5
="$(echo "${md5_last_frame}" | awk '{print $1}')"
48
if [ "${
actual_md5
}" = "${expected_md5}" ]; then
53
elog "Actual: ${
actual_md5
}"
test_vector_test.cc
89
const char *
actual_md5
= md5_res.Get();
local
91
ASSERT_STREQ(expected_md5,
actual_md5
)
external_frame_buffer_test.cc
264
const char *const
actual_md5
= md5_res.Get();
local
267
ASSERT_STREQ(expected_md5,
actual_md5
)
/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
104
const char *const
actual_md5
= md5_res.Get();
local
108
ASSERT_STREQ(expected_md5_,
actual_md5
) << "MD5 checksums don't match";
110
ASSERT_STRNE(expected_md5_,
actual_md5
) << "MD5 checksums match";
byte_alignment_test.cc
147
const char *const
actual_md5
= md5_res.Get();
local
150
ASSERT_STREQ(expected_md5,
actual_md5
) << "MD5 checksums don't match";
test_vector_test.cc
73
const char *
actual_md5
= md5_res.Get();
local
76
ASSERT_STREQ(expected_md5,
actual_md5
)
external_frame_buffer_test.cc
248
const char *const
actual_md5
= md5_res.Get();
local
251
ASSERT_STREQ(expected_md5,
actual_md5
)
Completed in 304 milliseconds