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

  /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 45 long compressedSize = -1, crc = -1, size = -1;
100 return compressedSize;
200 compressedSize = value;
313 compressedSize = ze.compressedSize;
369 compressedSize = ((long) it.readInt()) & 0xffffffffL;
ZipOutputStream.java 158 writeLong(out, currentEntry.compressedSize = def.getTotalOut());
276 if (ze.size == -1 && ze.compressedSize == -1) {
279 if (ze.size != ze.compressedSize && ze.compressedSize != -1 && ze.size != -1) {
322 currentEntry.size = currentEntry.compressedSize;
323 } else if (currentEntry.compressedSize == -1) {
324 currentEntry.compressedSize = currentEntry.size;
ZipInputStream.java 204 currentEntry.compressedSize = ((long) Memory.peekInt(hdrBuf, EXTSIZ, ByteOrder.LITTLE_ENDIAN)) & 0xffffffffL;
210 if (currentEntry.compressedSize != inB || currentEntry.size != out) {
ZipFile.java 267 rafstrm.mLength = rafstrm.mOffset + 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);
  /frameworks/av/include/media/stagefright/
OMXCodec.h 282 OMX_U32 width, OMX_U32 height, OMX_U32 compressedSize);
  /external/webkit/Tools/Scripts/
VCSUtils.pm     [all...]
  /sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/internal/repository/archives/
ArchiveInstaller.java 734 long compressedSize = newArchive.getSize();
744 long incStep = compressedSize / NUM_MONITOR_INC;
    [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 

Completed in 442 milliseconds