Home
last modified time | relevance | path

Searched refs:actual_md5 (Results 1 – 25 of 78) sorted by relevance

1234

/dports/sysutils/ipdbtools/ipdb-1.1.2/
H A Dipdb-update.sh80 actual_md5=`/sbin/md5 -q "$IPRanges/afrinic.dat"`
81 if [ "$stored_md5" != "$actual_md5" ]; then
94 actual_md5=`/sbin/md5 -q "$IPRanges/apnic.dat"`
95 if [ "$stored_md5" != "$actual_md5" ]; then
108 actual_md5=`/sbin/md5 -q "$IPRanges/arin.dat"`
109 if [ "$stored_md5" != "$actual_md5" ]; then
122 actual_md5=`/sbin/md5 -q "$IPRanges/lacnic.dat"`
123 if [ "$stored_md5" != "$actual_md5" ]; then
136 actual_md5=`/sbin/md5 -q "$IPRanges/ripencc.dat"`
137 if [ "$stored_md5" != "$actual_md5" ]; then
/dports/multimedia/mkvtoolnix/mkvtoolnix-65.0.0/tests/
H A Dtest-0675mp4_cover.rb11 actual_md5 = md5("#{tmp}-att1")
13 [ expected_md5, actual_md5, expected_md5 == actual_md5 ? "true" : "false" ].join("+")
H A Dtest-0676cover_art_vorbis_opus.rb23 actual_md5 = md5("#{tmp}-att1")
25 …[ expected_md5s[image_type], actual_md5, expected_md5s[image_type] == actual_md5 ? "true" : "false…
/dports/graphics/dssim/dssim-3.1.2/cargo-crates/libaom-sys-0.9.1/vendor/test/
H A Ddecode_to_md5.sh47 local actual_md5="$(echo "${md5_last_frame}" | awk '{print $1}')"
48 if [ "${actual_md5}" = "${expected_md5}" ]; then
53 elog "Actual: ${actual_md5}"
/dports/www/firefox-esr/firefox-91.8.0/third_party/aom/test/
H A Ddecode_to_md5.sh47 local actual_md5="$(echo "${md5_last_frame}" | awk '{print $1}')"
48 if [ "${actual_md5}" = "${expected_md5}" ]; then
53 elog "Actual: ${actual_md5}"
/dports/www/firefox/firefox-99.0/third_party/aom/test/
H A Ddecode_to_md5.sh47 local actual_md5="$(echo "${md5_last_frame}" | awk '{print $1}')"
48 if [ "${actual_md5}" = "${expected_md5}" ]; then
53 elog "Actual: ${actual_md5}"
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/aom/test/
H A Ddecode_to_md5.sh47 local actual_md5="$(echo "${md5_last_frame}" | awk '{print $1}')"
48 if [ "${actual_md5}" = "${expected_md5}" ]; then
53 elog "Actual: ${actual_md5}"
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/libaom/source/libaom/test/
H A Ddecode_to_md5.sh47 local actual_md5="$(echo "${md5_last_frame}" | awk '{print $1}')"
48 if [ "${actual_md5}" = "${expected_md5}" ]; then
53 elog "Actual: ${actual_md5}"
/dports/multimedia/aom/aom-3.2.0/test/
H A Ddecode_to_md5.sh47 local actual_md5="$(echo "${md5_last_frame}" | awk '{print $1}')"
48 if [ "${actual_md5}" = "${expected_md5}" ]; then
53 elog "Actual: ${actual_md5}"
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/aom/test/
H A Ddecode_to_md5.sh47 local actual_md5="$(echo "${md5_last_frame}" | awk '{print $1}')"
48 if [ "${actual_md5}" = "${expected_md5}" ]; then
53 elog "Actual: ${actual_md5}"
/dports/www/firefox-esr/firefox-91.8.0/media/libvpx/libvpx/test/
H A Ddecode_to_md5.sh48 local actual_md5="$(echo "${md5_last_frame}" | awk '{print $1}')"
49 [ "${actual_md5}" = "${expected_md5}" ] || return 1
H A Dvp9_skip_loopfilter_test.cc104 const char *const actual_md5 = md5_res.Get(); in CheckMd5Vpx() local
108 ASSERT_STREQ(expected_md5_, actual_md5) << "MD5 checksums don't match"; in CheckMd5Vpx()
110 ASSERT_STRNE(expected_md5_, actual_md5) << "MD5 checksums match"; in CheckMd5Vpx()
/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/libvpx/test/
H A Ddecode_to_md5.sh48 local actual_md5="$(echo "${md5_last_frame}" | awk '{print $1}')"
49 [ "${actual_md5}" = "${expected_md5}" ] || return 1
H A Dvp9_skip_loopfilter_test.cc104 const char *const actual_md5 = md5_res.Get(); in CheckMd5Vpx() local
108 ASSERT_STREQ(expected_md5_, actual_md5) << "MD5 checksums don't match"; in CheckMd5Vpx()
110 ASSERT_STRNE(expected_md5_, actual_md5) << "MD5 checksums match"; in CheckMd5Vpx()
/dports/multimedia/libvpx/libvpx-1.11.0/test/
H A Ddecode_to_md5.sh48 local actual_md5="$(echo "${md5_last_frame}" | awk '{print $1}')"
49 [ "${actual_md5}" = "${expected_md5}" ] || return 1
/dports/net-im/tg_owt/tg_owt-d578c76/src/third_party/libvpx/source/libvpx/test/
H A Ddecode_to_md5.sh48 local actual_md5="$(echo "${md5_last_frame}" | awk '{print $1}')"
49 [ "${actual_md5}" = "${expected_md5}" ] || return 1
/dports/lang/spidermonkey60/firefox-60.9.0/media/libvpx/libvpx/test/
H A Ddecode_to_md5.sh48 local actual_md5="$(echo "${md5_last_frame}" | awk '{print $1}')"
49 [ "${actual_md5}" = "${expected_md5}" ] || return 1
H A Dvp9_skip_loopfilter_test.cc104 const char *const actual_md5 = md5_res.Get(); in CheckMd5Vpx() local
108 ASSERT_STREQ(expected_md5_, actual_md5) << "MD5 checksums don't match"; in CheckMd5Vpx()
110 ASSERT_STRNE(expected_md5_, actual_md5) << "MD5 checksums match"; in CheckMd5Vpx()
/dports/www/firefox/firefox-99.0/media/libvpx/libvpx/test/
H A Ddecode_to_md5.sh48 local actual_md5="$(echo "${md5_last_frame}" | awk '{print $1}')"
49 [ "${actual_md5}" = "${expected_md5}" ] || return 1
H A Dvp9_skip_loopfilter_test.cc104 const char *const actual_md5 = md5_res.Get(); in CheckMd5Vpx() local
108 ASSERT_STREQ(expected_md5_, actual_md5) << "MD5 checksums don't match"; in CheckMd5Vpx()
110 ASSERT_STRNE(expected_md5_, actual_md5) << "MD5 checksums match"; in CheckMd5Vpx()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/libvpx/source/libvpx/test/
H A Ddecode_to_md5.sh48 local actual_md5="$(echo "${md5_last_frame}" | awk '{print $1}')"
49 [ "${actual_md5}" = "${expected_md5}" ] || return 1
/dports/mail/thunderbird/thunderbird-91.8.0/media/libvpx/libvpx/test/
H A Ddecode_to_md5.sh48 local actual_md5="$(echo "${md5_last_frame}" | awk '{print $1}')"
49 [ "${actual_md5}" = "${expected_md5}" ] || return 1
/dports/lang/spidermonkey78/firefox-78.9.0/media/libvpx/libvpx/test/
H A Ddecode_to_md5.sh48 local actual_md5="$(echo "${md5_last_frame}" | awk '{print $1}')"
49 [ "${actual_md5}" = "${expected_md5}" ] || return 1
/dports/lang/spidermonkey60/firefox-60.9.0/third_party/aom/test/
H A Ddecode_to_md5.sh47 local actual_md5="$(echo "${md5_last_frame}" | awk '{print $1}')"
48 [ "${actual_md5}" = "${expected_md5}" ] || return 1
/dports/games/odamex/odamex-src-0.7.0/client/src/
H A Dcl_download.cpp139 std::string actual_md5 = MD5SUM(download.buf->ptr(), download.buf->maxsize()); in IntDownloadComplete() local
142 Printf(PRINT_HIGH, "%s\n %s\n", download.filename.c_str(), actual_md5.c_str()); in IntDownloadComplete()
148 else if(actual_md5 != download.md5) in IntDownloadComplete()
194 filename += actual_md5; in IntDownloadComplete()

1234