Home | History | Annotate | Download | only in adb

Lines Matching refs:checksum

647     def __init__(self, handle, checksum):
649 self.checksum = checksum
655 def __init__(self, checksum, full_path):
656 self.checksum = checksum
704 def _verify_remote(self, checksum, remote_path):
707 self.assertEqual(checksum, dev_md5)
709 def _verify_local(self, checksum, local_path):
712 self.assertEqual(host_md5, checksum)
749 self._verify_remote(temp_file.checksum, remote_path)
838 self._verify_remote(temp_file.checksum, remote_path)
845 self._verify_remote(temp_file.checksum, remote_path)
871 def _test_pull(self, remote_file, checksum):
878 self.assertEqual(checksum, host_md5)
926 self._verify_local(temp_file.checksum, host_path)
961 self._verify_local(temp_file.checksum, host_path)
992 self._verify_local(temp_file.checksum, host_path)
1016 self._verify_local(temp_file.checksum, host_path)
1050 self._verify_local(temp_file.checksum, host_path)
1095 self._verify_local(temp_file.checksum, local_path)
1101 self._verify_local(subdir_temp_file.checksum, local_path)
1116 self.assertEqual(temp_file.checksum, dev_md5)