Home
last modified time | relevance | path

Searched defs:compressedSize (Results 1 – 4 of 4) sorted by relevance

/aosp12/frameworks/multidex/library/test/src/androidx/multidex/
H A DZipEntryReader.java70 long compressedSize = ((long) in.getInt()) & 0xffffffffL; in readEntry() local
/aosp12/packages/apps/Gallery2/src/com/android/gallery3d/ingest/data/
H A DIngestObjectInfo.java26 public IngestObjectInfo(int handle, long dateCreated, int format, int compressedSize) { in IngestObjectInfo()
/aosp12/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/ui/
H A DExportDialog.java192 float compressedSize = newArea / factor; in updateSize() local
/aosp12/packages/modules/adb/client/
H A Dincremental_server.cpp435 int16_t compressedSize = 0; in SendDataBlock() local