/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...] |
/ndk/build/tools/ |
ndk-common.sh | 598 # Let's check that we have a working md5sum here 601 A_MD5=`echo "A" | md5sum | cut -d' ' -f1` 603 echo "Please install md5sum on this machine"
|
build-mingw64-toolchain.sh | 347 MD5SUM=$(md5sum $ARCHIVE_DIR/$PKG_NAME | cut -d" " -f1) 348 echo "$MD5SUM $PKG_URL" >> $INSTALL_DIR/README
|
/build/core/ |
config.mk | 376 # It's called md5 on Mac OS and md5sum on Linux 378 MD5SUM:=md5 -q 380 MD5SUM:=md5sum
|
/external/flac/libFLAC/ |
stream_encoder_framing.c | 101 if(!FLAC__bitwriter_write_byte_block(bw, metadata->data.stream_info.md5sum, 16))
|
metadata_object.c | 714 if(0 != memcmp(block1->md5sum, block2->md5sum, 16)) [all...] |
stream_encoder.c | [all...] |
stream_decoder.c | 721 if(memcmp(decoder->private_->stream_info.data.stream_info.md5sum, decoder->private_->computed_md5sum, 16)) [all...] |
metadata_iterators.c | [all...] |
/external/bison/ |
maint.mk | [all...] |
/external/robolectric/lib/main/ |
sqlite-jdbc-3.7.2.jar | |