OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:actual_md5
(Results
1 - 6
of
6
) sorted by null
/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
240
const char *const
actual_md5
= md5_res.Get();
local
243
ASSERT_STREQ(expected_md5,
actual_md5
)
/frameworks/base/core/tests/overlaytests/
testrunner.py
326
actual_md5
= stdout.split()[0]
327
if
actual_md5
!= self.expected_md5:
328
return 1, 'expected %s, got %s\n' % (self.expected_md5,
actual_md5
), ''
Completed in 250 milliseconds