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

  /external/autotest/site_utils/suite_scheduler/
build_event_unittest.py 122 expected_hash = 'deadbeef'
125 self.mv.GetCheckpoint().AndReturn(expected_hash)
126 self.mv.AnyManifestsSinceRev(expected_hash).AndReturn(True)
138 expected_hash = 'deadbeef'
149 self.mv.GetCheckpoint().AndReturn(expected_hash)
152 self.mv.AnyManifestsSinceRev(expected_hash).AndReturn(True)
153 self.mv.ManifestsSinceRev(expected_hash,
  /external/v8/tools/
find-commit-for-patch.py 63 expected_hash = files[filename]
64 if actual_hash.startswith(expected_hash): matched_files += 1
  /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/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/chromium-trace/catapult/catapult_base/catapult_base/
cloud_storage.py 328 expected_hash = ReadHash(hash_path)
329 if os.path.exists(file_path) and CalculateHash(file_path) == expected_hash:
331 _GetLocked(bucket, expected_hash, file_path)
  /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/gdb/darwin-x86/lib/python2.7/test/
test_hashlib.py 371 expected_hash = hashlib.sha1(data*num_threads).hexdigest()
393 self.assertEqual(expected_hash, hasher.hexdigest())
  /prebuilts/gdb/linux-x86/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/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())
  /external/autotest/client/virt/
kvm_vm.py 647 expected_hash = cdrom_params.get("md5sum_1m")
653 expected_hash = cdrom_params.get("md5sum")
659 expected_hash = cdrom_params.get("sha1sum")
662 if actual_hash == expected_hash:
666 expected_hash)
    [all...]
virt_vm.py 26 self.expected_hash = expected
30 (self.actual_hash, self.expected_hash))
  /external/autotest/client/bin/
base_utils.py 140 def unmap_url_cache(cachedir, url, expected_hash, method="md5"):
149 @param expected_hash: Hash string that we expect the file downloaded to
165 while not file_hash == expected_hash:
168 if file_hash == expected_hash:
  /system/update_engine/payload_generator/
ab_generator_unittest.cc 592 brillo::Blob expected_hash; local
593 EXPECT_TRUE(HashCalculator::RawHashOfData(src_data, &expected_hash));
596 EXPECT_EQ(expected_hash, result_hash);
  /art/runtime/mirror/
object_test.cc 50 int32_t expected_hash)
72 EXPECT_EQ(expected_hash, string->GetHashCode());
  /system/update_engine/payload_consumer/
delta_performer.cc 1662 << expected_hash << " ."; local
    [all...]

Completed in 284 milliseconds