/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/ |
ProtoBufUtils.java | 38 byte[] uncompressed = new byte[width * height * 4]; 41 uncompressed, uncompressed.length); 54 uncompressed); 57 alpha[i] = uncompressed[i * 4 + 3];
|
/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";
|
/sdk/emulator/opengl/host/libs/Translator/GLcommon/ |
TextureUtils.cpp | 96 unsigned char* uncompressed = uncompressTexture(internalformat,uncompressedFrmt,width,height,imageSize,data,i); local 97 glTexImage2DPtr(target,i,uncompressedFrmt,tmpWidth,tmpHeight,border,uncompressedFrmt,GL_UNSIGNED_BYTE,uncompressed); 100 delete[] uncompressed;
|
/external/libppp/src/ |
slcompress.c | 226 * Didn't find it -- re-use oldest cstate. Send an uncompressed packet 239 goto uncompressed; 263 * datagram, we send the current datagram `uncompressed'. 280 goto uncompressed; 299 goto uncompressed; 309 goto uncompressed; 317 goto uncompressed; 331 * uncompressed in case the other side missed the compressed version. 344 * uncompressed. 346 goto uncompressed; [all...] |
/external/zlib/src/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/mesa3d/docs/ |
MESA_texture_signed_rgba.spec | 45 red_green signed formats but no uncompressed ones, which might
|
/external/zlib/src/contrib/pascal/ |
zlibpas.pas | 45 adler: LongInt; (* adler32 value of the uncompressed data *)
|
/sdk/emulator/opengl/host/libs/Translator/GLES_CM/ |
GLEScmImp.cpp | 453 unsigned char* uncompressed = uncompressTexture(format,uncompressedFrmt,width,height,imageSize,data,level); local 454 ctx->dispatcher().glTexSubImage2D(target,level,xoffset,yoffset,width,height,uncompressedFrmt,GL_UNSIGNED_BYTE,uncompressed); 455 delete uncompressed; [all...] |
/cts/suite/pts/hostTests/browser/browserlauncher/assets/octane/ |
pdfjs.js | [all...] |
/tools/motodev/src/plugins/certmanager/lib/ |
bcprov-jdk15on-147.jar | |