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

  /external/harfbuzz_ng/test/shaping/
record-test.sh 45 sha1sum=`sha1sum "$dir/font.ttf.subset" | cut -d' ' -f1`
46 subset="fonts/sha1sum/$sha1sum.ttf"
  /external/iptables/
release.sh 27 sha1sum "$TARBALL" >"$TARBALL.sha1sum";
31 sha1sum "$PATCH" >"$PATCH.sha1sum";
  /external/chromium_org/chrome/installer/linux/sysroot_scripts/
install-debian.wheezy.sysroot.py 120 sha1sum = get_sha1(tarball)
121 if sha1sum != tarball_sha1sum:
122 print 'Tarball sha1sum is wrong.'
123 print 'Expected %s, actual: %s' % (tarball_sha1sum, sha1sum)
  /external/antlr/antlr-3.4/runtime/Perl5/tools/
port.pl 40 sub sha1sum { subroutine
126 my $digest = sha1sum($path);
146 my $digest = sha1sum($path);
  /bootable/recovery/applypatch/
imgdiff_test.sh 57 sha1sum $1 | awk '{print $1}'
applypatch.c 156 char** sha1sum = malloc(pairs * sizeof(char*)); local
165 sha1sum[i] = strtok(NULL, ":");
250 if (ParseSha1(sha1sum[index[i]], parsed_sha) != 0) {
252 sha1sum[index[i]], filename);
262 size[index[i]], sha1sum[index[i]]);
303 free(sha1sum);
    [all...]
applypatch.sh 71 sha1sum $1 | awk '{print $1}'
  /external/chromium_org/third_party/opus/src/doc/
build_draft.sh 93 (cd ../opus_testvectors; sha1sum *.bit *.dec) >> testvectors_sha1
95 #sha1sum *.bit *.dec >> ../testvectors_sha1
  /development/build/tools/
mk_sdk_repo_xml.sh 39 if [[ ! -x $(which sha1sum) ]]; then
40 error "Missing tool: sha1sum (Linux: apt-get install coreutils; Mac: port install md5sha1sum)"
426 SHA1=$( sha1sum "$SRC" | cut -d " " -f 1 )
  /ndk/sources/host-tools/sed-4.2.1/
autoboot 325 ! sha1sum -c --status "$cksum_file" < "$new_po" > /dev/null; then
327 cp "$new_po" "$po_dir/$po.po" && sha1sum < "$new_po" > "$cksum_file"
  /external/chromium_org/third_party/openssl/
import_from_android.sh 321 OPENSSL_SHA1_DOWNLOADED=$(sha1sum $DOWNLOAD_DIR/$OPENSSL_PACKAGE | cut -d" " -f1)
  /device/common/
generate-factory-images-common.sh 297 mv $PRODUCT-$VERSION-factory.tgz $PRODUCT-$VERSION-factory-$(sha1sum < $PRODUCT-$VERSION-factory.tgz | cut -b -8).tgz
  /external/chromium_org/third_party/libvpx/source/libvpx/
libs.mk 410 $(qexec)if [ -x "$$(which sha1sum)" ]; then\
415 (cd $(LIBVPX_TEST_DATA_PATH); sha1sum -c);\
419 echo "Skipping test data integrity check, sha1sum not found.";\
  /external/libvpx/libvpx/
libs.mk 410 $(qexec)if [ -x "$$(which sha1sum)" ]; then\
415 (cd $(LIBVPX_TEST_DATA_PATH); sha1sum -c);\
419 echo "Skipping test data integrity check, sha1sum not found.";\
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
libs.mk 410 $(qexec)if [ -x "$$(which sha1sum)" ]; then\
415 (cd $(LIBVPX_TEST_DATA_PATH); sha1sum -c);\
419 echo "Skipping test data integrity check, sha1sum not found.";\

Completed in 373 milliseconds