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

  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/
ProtoBufUtils.java 34 byte[] uncompressed = new byte[width * height * 4];
37 uncompressed, uncompressed.length);
50 uncompressed);
  /external/skia/tests/
FlateTest.cpp 67 SkDynamicMemoryWStream uncompressed; local
68 status = SkFlate::Inflate(testStream, &uncompressed);
79 // Check that the uncompressed data matches the source data.
80 SkAutoDataUnref data2(uncompressed.copyToData());
81 REPORTER_ASSERT(reporter, testData.getLength() == uncompressed.getOffset());
  /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/Tools/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";