HomeSort by relevance Sort by last modified time
    Searched refs:expected_hash (Results 1 - 8 of 8) sorted by null

  /external/skia/platform_tools/android/bin/
download_utils.py 47 def __init__(self, download_url, expected_hash, actual_hash):
49 self.expected_hash = expected_hash
54 self.actual_hash, self.expected_hash, self.download_url)
320 raise HashError(actual_hash=tar_hash, expected_hash=hash_val,
  /external/skia/tools/skpdiff/
skpdiff_server.py 182 - expected_hash = the current expected hash value
189 expected_hash, actual_hash,
193 self.expected_hash = expected_hash
351 expectation.expected_hash)
401 expectation.expected_hash)
410 expectation.expected_hash
  /external/vboot_reference/scripts/image_signing/
sign_official_build.sh 563 expected_hash=$(get_hash_from_config "${new_kernel_config}")
566 if [ -z "${expected_hash}" ] || [ -z "${got_hash}" ]; then
571 if [ ! "${got_hash}" = "${expected_hash}" ]; then
574 Expected: ${expected_hash}
579 echo "PASS: RootFS hash is correct (${expected_hash})"
  /external/vboot_reference/firmware/lib/
vboot_api_kernel.c 645 uint8_t expected_hash[SHA256_DIGEST_SIZE]; local
792 internal_SHA256(expected, expected_size, expected_hash);
795 VBDEBUG(("%02x", expected_hash[i]));
804 need_update = SafeMemcmp(ec_hash, expected_hash,
807 SafeMemcmp(rw_hash, expected_hash, SHA256_DIGEST_SIZE)) {
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_hashlib.py 371 expected_hash = hashlib.sha1(data*num_threads).hexdigest()
393 self.assertEqual(expected_hash, hasher.hexdigest())
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_hashlib.py 371 expected_hash = hashlib.sha1(data*num_threads).hexdigest()
393 self.assertEqual(expected_hash, hasher.hexdigest())
  /art/runtime/mirror/
object_test.cc 50 int32_t expected_hash)
72 EXPECT_EQ(expected_hash, string->GetHashCode());
  /cts/suite/cts/deviceTests/browserbench/assets/octane/
pdfjs.js 75 var expected_hash = 939524096;
76 if (log_length !== expected_length || log_hash !== expected_hash) {
78 "expected " + expected_length + " " + expected_hash + ", " +
    [all...]

Completed in 531 milliseconds