/build/tools/ |
generate-notice-files.py | 64 def md5sum(filename): function 67 Output should be compatible with md5sum command""" 178 file_md5sum = md5sum(filename)
|
/external/libvpx/libvpx/build/make/ |
Makefile | 27 # Note: md5sum is not installed on OS X, but openssl is. Openssl may not be 29 md5sum := $(firstword $(wildcard \ macro 30 $(foreach e,md5sum openssl,\ 33 md5sum := $(if $(filter %openssl,$(md5sum)),$(md5sum) dgst -md5,$(md5sum)) macro 49 echo " [MD5SUM] $(DIST_DIR)"; \ 51 $(md5sum) `find . -name md5sums.txt -prune -o -type f -print` \
|
/external/flac/include/FLAC/ |
format.h | 533 FLAC__byte md5sum[16]; member in struct:__anon21009 [all...] |
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/dictionarypack/ |
UpdateHandler.java | 652 final String md5sum; local 655 md5sum = MD5Calculator.checksum(copiedFile); 661 if (TextUtils.isEmpty(md5sum)) { 664 if (!md5sum.equals(downloadRecord.mAttributes.getAsString( 667 throw new BadFormatException("MD5 checksum check failed : \"" + md5sum + "\" <> \"" [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_tarfile.py | 26 def md5sum(data): function 57 self.assertTrue((len(data), md5sum(data)) == (tarinfo.size, md5_regtype), 308 self.assertEqual(md5sum(data), md5_regtype) 314 self.assertEqual(md5sum(data), md5_regtype) 365 self.assertTrue((len(data), md5sum(data)) == (tarinfo.size, md5_regtype), 471 self.assertTrue(md5sum(self.tar.extractfile(tarinfo).read()) == chksum, 472 "wrong md5sum for %s" % tarinfo.name) [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_tarfile.py | 26 def md5sum(data): function 57 self.assertTrue((len(data), md5sum(data)) == (tarinfo.size, md5_regtype), 308 self.assertEqual(md5sum(data), md5_regtype) 314 self.assertEqual(md5sum(data), md5_regtype) 365 self.assertTrue((len(data), md5sum(data)) == (tarinfo.size, md5_regtype), 471 self.assertTrue(md5sum(self.tar.extractfile(tarinfo).read()) == chksum, 472 "wrong md5sum for %s" % tarinfo.name) [all...] |
/external/robolectric/lib/main/ |
sqlite-jdbc-3.7.2.jar | |