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

  /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;
zipfile.c 125 return uninflate(buf, bufsize, entry->data, entry->compressedSize);
centraldir.c 107 entry->compressedSize = read_le_int(&p[0x14]);
  /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;
ZipInputStream.java 199 currentEntry.compressedSize = ((long) Memory.peekInt(hdrBuf, EXTSIZ, ByteOrder.LITTLE_ENDIAN)) & 0xffffffffL;
205 if (currentEntry.compressedSize != inB || currentEntry.size != out) {
ZipOutputStream.java 150 writeLong(out, currentEntry.compressedSize = def.getTotalOut());
283 if (ze.size != ze.compressedSize) {
ZipFile.java 279 rafStream.length = rafStream.offset + entry.compressedSize;
  /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);
  /external/qemu/distrib/sdl-1.2.15/Xcode/
package 248 @ compressedSize = `/usr/bin/du -k -s $pkg | $awk '{print $1}'`
249 @ compressedSize += 3 # add 1KB each for sizes, location, status files
265 echo CompressedSize $compressedSize >> $pkgSizes
  /frameworks/av/include/media/stagefright/
OMXCodec.h 285 OMX_U32 width, OMX_U32 height, OMX_U32 compressedSize);
  /external/webkit/Tools/Scripts/
VCSUtils.pm     [all...]
  /external/webkit/Source/WebCore/inspector/front-end/
AuditRules.js 75 var compressedSize = 0;
86 compressedSize += size;
    [all...]
  /frameworks/native/opengl/libagl/
texture.cpp     [all...]
  /frameworks/av/media/libstagefright/
OMXCodec.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 1159 milliseconds