/external/skia/bench/ |
ChecksumBench.cpp | 42 case kMD5_ChecksumType: return "compute_md5";
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/integration/s3/ |
mock_storage_service.py | 35 from boto.utils import compute_md5 namespace 202 def compute_md5(self, fp): member in class:MockKey 214 tup = compute_md5(fp) 216 # The internal implementation of compute_md5() needs to return the
|
test_key.py | 122 good_md5 = k.compute_md5(sfp) 132 good_md5 = k.compute_md5(sfp, size=5) 142 hexdig, base64 = k.compute_md5(sfp)
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/file/ |
key.py | 118 This is the same format returned by the compute_md5 method.
|
/system/core/adb/ |
test_device.py | 577 def compute_md5(string): function 621 md5 = compute_md5(rand_str) 657 host_md5 = compute_md5(host_file.read()) 671 self._verify_remote(compute_md5(rand_str), self.DEVICE_TEMP_FILE) 792 host_md5 = compute_md5(host_contents) [all...] |
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/gs/ |
key.py | 447 This is the same format returned by the compute_md5 method. 562 md5 = self.compute_md5(fp, size) 625 This is the same format returned by the compute_md5 method. 691 the compute_md5 method. [all...] |
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/s3/ |
key.py | 43 from boto.utils import compute_md5, compute_hash namespace 1007 def compute_md5(self, fp, size=None): member in class:Key [all...] |
bucket.py | 706 md5 = boto.utils.compute_md5(fp) [all...] |
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/ |
utils.py | 966 def compute_md5(fp, buf_size=8192, size=None): function [all...] |