HomeSort by relevance Sort by last modified time
    Searched defs:compressedSize (Results 1 - 10 of 10) sorted by null

  /sdk/emulator/opengl/host/libs/Translator/GLcommon/
TextureUtils.cpp 59 GLsizei compressedSize = etc1_get_encoded_data_size(width, height);
60 SET_ERROR_IF((compressedSize > imageSize), GL_INVALID_VALUE);
  /libcore/benchmarks/src/benchmarks/
BufferedZipFileBenchmark.java 31 @Param({"128", "1024", "8192", "65536"}) int compressedSize;
45 while (written < compressedSize) {
47 int toWrite = Math.min(compressedSize - written, data.length);
  /system/core/libzipfile/
private.h 15 unsigned int compressedSize;
  /libcore/luni/src/main/java/java/util/zip/
ZipEntry.java 44 long compressedSize = -1;
98 return compressedSize;
201 compressedSize = value;
311 compressedSize = ze.compressedSize;
373 compressedSize = ((long) it.readInt()) & 0xffffffffL;
  /frameworks/native/opengl/libagl/
texture.cpp     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.publisher_1.1.2.v20100824-2220.jar 
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.6.1.R36x_v20100823/
pdebuild.jar 
  /prebuilts/devtools/tools/lib/
sdklib.jar 

Completed in 2505 milliseconds