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

  /build/tools/
dump-package-stats 34 Dumps a summary of the compressed and uncompressed sizes of various
45 These fields are presented as <uncompressed bytes>/<compressed bytes>:
126 uncompressed = $1;
130 dex_uncompressed += uncompressed;
133 total_uncompressed += uncompressed;
  /external/webkit/WebKitTools/BuildSlaveSupport/
build-launcher-dmg 79 system("mv", "-f", $nightlyLauncherDiskImagePath, "$nightlyLauncherDiskImagePath.uncompressed.dmg") == 0 or die "Renaming disk image failed";
80 system("hdiutil", "convert", "-quiet", "$nightlyLauncherDiskImagePath.uncompressed.dmg", "-format", "UDBZ", "-imagekey", "zlib-level=9", "-o", "$nightlyLauncherDiskImagePath");
83 unlink "$nightlyLauncherDiskImagePath.uncompressed.dmg";
  /external/zlib/contrib/delphi/
ZLib.pas 40 adler: Longint; // adler32 value of the uncompressed data
69 The Position property returns the number of uncompressed bytes of
104 the uncompressed data has been reached. Seeking backwards, seeking relative
108 The Position property returns the number of bytes of uncompressed data that
  /external/zlib/contrib/pascal/
zlibpas.pas 44 adler: LongInt; (* adler32 value of the uncompressed data *)

Completed in 180 milliseconds