Home
last modified time | relevance | path

Searched refs:expected_checksum (Results 1 – 25 of 178) sorted by relevance

12345678

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/tools/blinkpy/web_tests/port/
H A Dmock_drt_unittest.py93 def make_input_output(self, port, test_name, expected_checksum, drt_output, argument
95 if not expected_checksum:
96 expected_checksum = port.expected_checksum(test_name)
98 drt_input = self.input_line(port, test_name, expected_checksum)
103 text_output, expected_checksum)
106 def expected_output(self, port, test_name, text_output, expected_checksum): argument
111 if expected_checksum:
113 'ActualHash: %s\n' % expected_checksum,
114 'ExpectedHash: %s\n' % expected_checksum])
124 … port, test_name, expected_checksum, drt_output, drt_input=None, expected_text=expected_text)
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/safe_browsing/core/db/
H A Dv4_store_unittest.cc229 std::string expected_checksum = std::string( in TEST_F() local
267 std::string expected_checksum = std::string( in TEST_F() local
299 std::string expected_checksum = std::string( in TEST_F() local
328 std::string expected_checksum = std::string( in TEST_F() local
357 std::string expected_checksum; in TEST_F() local
377 std::string expected_checksum; in TEST_F() local
395 std::string expected_checksum = std::string( in TEST_F() local
424 std::string expected_checksum = std::string( in TEST_F() local
453 std::string expected_checksum = std::string( in TEST_F() local
825 std::string expected_checksum; in TEST_F() local
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/safe_browsing/core/db/
H A Dv4_store_unittest.cc228 std::string expected_checksum = std::string( in TEST_F() local
266 std::string expected_checksum = std::string( in TEST_F() local
298 std::string expected_checksum = std::string( in TEST_F() local
327 std::string expected_checksum = std::string( in TEST_F() local
356 std::string expected_checksum; in TEST_F() local
376 std::string expected_checksum; in TEST_F() local
394 std::string expected_checksum = std::string( in TEST_F() local
423 std::string expected_checksum = std::string( in TEST_F() local
452 std::string expected_checksum = std::string( in TEST_F() local
824 std::string expected_checksum; in TEST_F() local
[all …]
/dports/www/py-google-resumable-media/google-resumable-media-2.1.0/google/_async_resumable_media/requests/
H A Ddownload.py81 expected_checksum, checksum_object = sync_helpers._get_expected_checksum(
93 if expected_checksum is not None:
97 if actual_checksum != expected_checksum:
100 expected_checksum,
206 expected_checksum, checksum_object = sync_helpers._get_expected_checksum(
216 if expected_checksum is not None:
221 if actual_checksum != expected_checksum:
224 expected_checksum,
/dports/www/py-google-resumable-media/google-resumable-media-2.1.0/google/resumable_media/requests/
H A Ddownload.py92 expected_checksum, checksum_object = _helpers._get_expected_checksum(
109 if expected_checksum is not None:
111 if actual_checksum != expected_checksum:
114 expected_checksum,
230 expected_checksum, checksum_object = _helpers._get_expected_checksum(
243 if expected_checksum is not None:
246 if actual_checksum != expected_checksum:
249 expected_checksum,
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/subresource_filter/core/common/
H A Dindexed_ruleset.cc32 int expected_checksum) { in GetVerifyStatus() argument
37 if (expected_checksum != 0 && in GetVerifyStatus()
38 expected_checksum != LocalGetChecksum(buffer, size)) { in GetVerifyStatus()
44 return expected_checksum == 0 ? VerifyStatus::kVerifierFailChecksumZero in GetVerifyStatus()
47 return expected_checksum == 0 ? VerifyStatus::kPassChecksumZero in GetVerifyStatus()
110 int expected_checksum) { in Verify() argument
115 VerifyStatus status = GetVerifyStatus(buffer, size, expected_checksum); in Verify()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/subresource_filter/core/common/
H A Dindexed_ruleset.cc32 int expected_checksum) { in GetVerifyStatus() argument
37 if (expected_checksum != 0 && in GetVerifyStatus()
38 expected_checksum != LocalGetChecksum(buffer, size)) { in GetVerifyStatus()
44 return expected_checksum == 0 ? VerifyStatus::kVerifierFailChecksumZero in GetVerifyStatus()
47 return expected_checksum == 0 ? VerifyStatus::kPassChecksumZero in GetVerifyStatus()
110 int expected_checksum) { in Verify() argument
115 VerifyStatus status = GetVerifyStatus(buffer, size, expected_checksum); in Verify()
/dports/sysutils/p5-Rex/Rex-1.13.4/t/
H A Dmd5.t18 my $expected_checksum = '93b885adfe0da089cdf634904fd59f71';
20 is( md5($test_file), $expected_checksum, 'MD5 checksum OK' );
25 $expected_checksum, 'MD5 checksum OK via Digest::MD5' );
33 is( $checksum_via_binary, $expected_checksum, 'MD5 checksum OK via binary' );
/dports/devel/pijul/pijul-1.0.0.a55/cargo-crates/bs58-0.4.0/src/
H A Ddecode.rs59 expected_checksum: [u8; CHECKSUM_LEN],
251 let expected_checksum = &output[checksum_index..decoded_len]; in decode_check_into() localVariable
257 if checksum == expected_checksum { in decode_check_into()
274 b.copy_from_slice(&expected_checksum[..]); in decode_check_into()
277 expected_checksum: b, in decode_check_into()
306 expected_checksum, in fmt()
310 checksum, expected_checksum in fmt()
/dports/devel/dtool/dtool-0.11.0/cargo-crates/bs58-0.3.0/src/
H A Ddecode.rs56 expected_checksum: [u8; CHECKSUM_LEN],
264 let expected_checksum = &output[checksum_index..decoded_len]; localVariable
270 if checksum == expected_checksum {
287 b.copy_from_slice(&expected_checksum[..]);
290 expected_checksum: b,
319 expected_checksum, in fmt()
323 checksum, expected_checksum in fmt()
/dports/devel/py-oslo.utils/oslo.utils-4.12.0/oslo_utils/tests/
H A Dtest_fileutils.py213 expected_checksum = hashlib.sha256()
214 expected_checksum.update(self.content)
218 self.assertEqual(expected_checksum.hexdigest(), actual_checksum)
225 expected_checksum = hashlib.sha256()
226 expected_checksum.update(self.content)
235 self.assertEqual(expected_checksum.hexdigest(), actual_checksum)
242 expected_checksum = hashlib.sha512()
243 expected_checksum.update(self.content)
248 self.assertEqual(expected_checksum.hexdigest(), actual_checksum)
/dports/www/py-google-resumable-media/google-resumable-media-2.1.0/google/resumable_media/
H A D_helpers.py215 expected_checksum = _parse_checksum_header(
219 if expected_checksum is None:
231 expected_checksum = None
234 return (expected_checksum, checksum_object)
/dports/lang/solidity/solidity_0.8.11/.circleci/
H A Dosx_install_dependencies.sh40 local expected_checksum="$2"
44 if [[ $actual_checksum != "${expected_checksum} ${package}" ]]
48 >&2 echo "Expected: $expected_checksum"
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/subresource_filter/content/browser/
H A Dverified_ruleset_dealer.cc29 int expected_checksum, in OpenAndSetRulesetFile() argument
41 expected_checksum_ = expected_checksum; in OpenAndSetRulesetFile()
112 int expected_checksum, in TryOpenAndSetRulesetFile() argument
121 base::Unretained(dealer_.get()), expected_checksum, path), in TryOpenAndSetRulesetFile()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/subresource_filter/content/browser/
H A Dverified_ruleset_dealer.cc28 int expected_checksum, in OpenAndSetRulesetFile() argument
40 expected_checksum_ = expected_checksum; in OpenAndSetRulesetFile()
111 int expected_checksum, in TryOpenAndSetRulesetFile() argument
120 base::Unretained(dealer_.get()), expected_checksum, path), in TryOpenAndSetRulesetFile()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/extensions/browser/api/declarative_net_request/
H A Dtest_utils.cc264 int expected_checksum = -1; in AreAllIndexedStaticRulesetsValid() local
267 &expected_checksum)) { in AreAllIndexedStaticRulesetsValid()
273 expected_checksum, &matcher) != in AreAllIndexedStaticRulesetsValid()
285 int* expected_checksum) { in CreateVerifiedMatcher() argument
303 if (expected_checksum) in CreateVerifiedMatcher()
304 *expected_checksum = result.ruleset_checksum; in CreateVerifiedMatcher()
/dports/www/chromium-legacy/chromium-88.0.4324.182/native_client/tests/debug_stub/
H A Dgdb_rsp.py79 expected_checksum = '%02x' % RspChecksum(reply_body)
80 if checksum != expected_checksum:
82 (checksum, expected_checksum))
/dports/java/java-subversion/subversion-1.14.1/subversion/tests/libsvn_subr/
H A Dchecksum-test.c308 svn_checksum_t *expected_checksum; in test_checksummed_stream_read() local
322 SVN_ERR(svn_checksum(&expected_checksum, kind, in test_checksummed_stream_read()
324 SVN_TEST_ASSERT(svn_checksum_match(expected_checksum, actual_checksum)); in test_checksummed_stream_read()
339 svn_checksum_t *expected_checksum; in test_checksummed_stream_reset() local
359 SVN_ERR(svn_checksum(&expected_checksum, kind, in test_checksummed_stream_reset()
361 SVN_TEST_ASSERT(svn_checksum_match(expected_checksum, actual_checksum)); in test_checksummed_stream_reset()
/dports/devel/py-subversion/subversion-1.14.1/subversion/tests/libsvn_subr/
H A Dchecksum-test.c308 svn_checksum_t *expected_checksum; in test_checksummed_stream_read() local
322 SVN_ERR(svn_checksum(&expected_checksum, kind, in test_checksummed_stream_read()
324 SVN_TEST_ASSERT(svn_checksum_match(expected_checksum, actual_checksum)); in test_checksummed_stream_read()
339 svn_checksum_t *expected_checksum; in test_checksummed_stream_reset() local
359 SVN_ERR(svn_checksum(&expected_checksum, kind, in test_checksummed_stream_reset()
361 SVN_TEST_ASSERT(svn_checksum_match(expected_checksum, actual_checksum)); in test_checksummed_stream_reset()
/dports/security/subversion-gnome-keyring/subversion-1.14.1/subversion/tests/libsvn_subr/
H A Dchecksum-test.c308 svn_checksum_t *expected_checksum; in test_checksummed_stream_read() local
322 SVN_ERR(svn_checksum(&expected_checksum, kind, in test_checksummed_stream_read()
324 SVN_TEST_ASSERT(svn_checksum_match(expected_checksum, actual_checksum)); in test_checksummed_stream_read()
339 svn_checksum_t *expected_checksum; in test_checksummed_stream_reset() local
359 SVN_ERR(svn_checksum(&expected_checksum, kind, in test_checksummed_stream_reset()
361 SVN_TEST_ASSERT(svn_checksum_match(expected_checksum, actual_checksum)); in test_checksummed_stream_reset()
/dports/devel/p5-subversion/subversion-1.14.1/subversion/tests/libsvn_subr/
H A Dchecksum-test.c308 svn_checksum_t *expected_checksum; in test_checksummed_stream_read() local
322 SVN_ERR(svn_checksum(&expected_checksum, kind, in test_checksummed_stream_read()
324 SVN_TEST_ASSERT(svn_checksum_match(expected_checksum, actual_checksum)); in test_checksummed_stream_read()
339 svn_checksum_t *expected_checksum; in test_checksummed_stream_reset() local
359 SVN_ERR(svn_checksum(&expected_checksum, kind, in test_checksummed_stream_reset()
361 SVN_TEST_ASSERT(svn_checksum_match(expected_checksum, actual_checksum)); in test_checksummed_stream_reset()
/dports/sysutils/cfengine317/cfengine-3.17.0/tests/acceptance/00_basics/validation/
H A Dvalidation_tagging_directory.cf179 "expected_checksum" string => "4b974a13b5473cfbf60edfb66b201a364d38960f";
197 $(expected_checksum));
201 $(expected_checksum));
212 $(expected_checksum));
223 $(expected_checksum));
250 "Case $(tops)_$(tests): the release ID was correct ($(expected_checksum)) or ignored"
253 …"Case $(tops)_$(tests): the release ID was incorrect, expected $(expected_checksum) vs. actual $(t…
/dports/sysutils/cfengine-devel/core-d08ae9eff/tests/acceptance/00_basics/validation/
H A Dvalidation_tagging_directory.cf179 "expected_checksum" string => "4b974a13b5473cfbf60edfb66b201a364d38960f";
197 $(expected_checksum));
201 $(expected_checksum));
212 $(expected_checksum));
223 $(expected_checksum));
250 "Case $(tops)_$(tests): the release ID was correct ($(expected_checksum)) or ignored"
253 …"Case $(tops)_$(tests): the release ID was incorrect, expected $(expected_checksum) vs. actual $(t…
/dports/sysutils/cfengine/cfengine-3.19.0/tests/acceptance/00_basics/validation/
H A Dvalidation_tagging_directory.cf179 "expected_checksum" string => "4b974a13b5473cfbf60edfb66b201a364d38960f";
197 $(expected_checksum));
201 $(expected_checksum));
212 $(expected_checksum));
223 $(expected_checksum));
250 "Case $(tops)_$(tests): the release ID was correct ($(expected_checksum)) or ignored"
253 …"Case $(tops)_$(tests): the release ID was incorrect, expected $(expected_checksum) vs. actual $(t…
/dports/sysutils/cfengine316/cfengine-3.16.0/tests/acceptance/00_basics/validation/
H A Dvalidation_tagging_directory.cf179 "expected_checksum" string => "4b974a13b5473cfbf60edfb66b201a364d38960f";
197 $(expected_checksum));
201 $(expected_checksum));
212 $(expected_checksum));
223 $(expected_checksum));
250 "Case $(tops)_$(tests): the release ID was correct ($(expected_checksum)) or ignored"
253 …"Case $(tops)_$(tests): the release ID was incorrect, expected $(expected_checksum) vs. actual $(t…

12345678