Home
last modified time | relevance | path

Searched refs:uncompressed (Results 1 – 23 of 23) sorted by relevance

/aosp12/frameworks/base/native/graphics/jni/fuzz/
H A Dpng_mutator.h70 auto uncompressed = Uncompress(v); in PngMutator() local
71 chunks_.push_back({type, uncompressed}); in PngMutator()
72 auto compressed = Compress(uncompressed); in PngMutator()
249 V Compress(const V &uncompressed) { in Compress() argument
252 for (size_t sz = uncompressed.size(); sz < kMaxBuffer; sz *= 2) { in Compress()
256 compress(v.data(), &len, uncompressed.data(), uncompressed.size()); in Compress()
/aosp12/art/test/677-fsi/
H A Dexpected-stderr.txt1 oat file has dex code, but APK has uncompressed dex code
2 oat file has dex code, but APK has uncompressed dex code
/aosp12/build/make/tools/zipalign/
H A DREADME.txt15 The purpose of zipalign is to ensure that all uncompressed data starts
25 Compressed data isn't very useful until it's uncompressed, so there's no
38 uncompressed in the zip archive, to a 4096-byte page boundary. This
/aosp12/frameworks/base/libs/androidfw/tests/data/basic/assets/
H A Duncompressed.txt1 This should be uncompressed.
/aosp12/system/libziparchive/
H A Dziptool.cpp117 static float CompressionRatio(int64_t uncompressed, int64_t compressed) { in CompressionRatio() argument
118 if (uncompressed == 0) return 0; in CompressionRatio()
119 return static_cast<float>(100LL * (uncompressed - compressed)) / in CompressionRatio()
120 static_cast<float>(uncompressed); in CompressionRatio()
/aosp12/art/test/674-vdex-uncompress/
H A Dinfo.txt1 Test that dex2oat can compile an APK that has uncompressed dex files,
/aosp12/art/test/071-dexfile-map-clean/
H A Dinfo.txt6 * and the dex file is stored uncompressed in a ZIP file
/aosp12/build/soong/cmd/extract_apks/bundle_proto/
H A Dconfig.proto38 // Glob matching the list of files to leave uncompressed in the APKs.
41 // Examples: "res/raw/**", "assets/**/*.uncompressed", etc.
H A Dcommands.proto178 // Indicates whether the APK is uncompressed system APK, stub APK or
/aosp12/system/libziparchive/cli-tests/
H A Dzipinfo.test31 7 files, 1033 bytes uncompressed, 20 bytes compressed: 98.1%
/aosp12/build/make/tools/releasetools/
H A Dsign_target_files_apks435 uncompressed = tempfile.NamedTemporaryFile()
437 open(uncompressed.name, "wb") as out_file:
446 unsigned = uncompressed
H A Dsign_target_files_apks.py435 uncompressed = tempfile.NamedTemporaryFile()
437 open(uncompressed.name, "wb") as out_file:
446 unsigned = uncompressed
/aosp12/system/logging/logd/
H A DREADME.replay.md25 2. Size (the uncompressed size of the log messages in bytes)
/aosp12/hardware/interfaces/drm/1.1/
H A Dtypes.hal207 * handling of the media (compressed and uncompressed) is handled within
/aosp12/system/apex/docs/
H A DREADME.md45 uncompressed and located at 4&nbsp;KB boundaries.
569 form with compression level of 9 and other files stored uncompressed.
579 `original_apex` is the original uncompressed [APEX file](#apex-format).
623 extension. It makes it easier to distinguish between compressed and uncompressed
656 5. Finally, regular activation logic for uncompressed APEX files is performed
/aosp12/art/test/
H A DAndroid.bp1654 // An empty.dex that is empty and uncompressed for the dex2oat tests.
1663 // An empty.dex that is empty and uncompressed and aligned for the dex2oat tests.
1671 // A copy of Main with the classes.dex uncompressed for the dex2oat tests.
1679 // A copy of Main with the classes.dex uncompressed and aligned for the dex2oat tests.
1698 // A copy of MultiDex with the classes.dex uncompressed for the OatFile tests.
1706 // A copy of MultiDex with the classes.dex uncompressed and aligned for the OatFile tests.
/aosp12/bionic/
H A Dandroid-changes-for-ndk-developers.md146 (on a 4096-byte boundary) in the zip file and stored uncompressed.
152 page-aligned and stored uncompressed for this to work.
/aosp12/bootable/recovery/updater_sample/
H A DREADME.md42 saved uncompressed (`ZIP_STORED`), so that their data can be downloaded directly
/aosp12/build/make/core/
H A Ddefinitions.mk2395 mv $@ $@.uncompressed; \
2396 $(MINIGZIP) -c $@.uncompressed > $@.compressed; \
2397 rm -f $@.uncompressed; \
/aosp12/hardware/interfaces/camera/device/1.0/
H A DICameraDevice.hal261 * amount of the uncompressed frame data can be very large if video size is
/aosp12/packages/inputmethods/LatinIME/dictionaries/
H A Den_US_wordlist.combined.gz1dictionary=main:en_us,locale=en_US,description=English (US),date ...
H A Den_GB_wordlist.combined.gz1dictionary=main:en_gb,locale=en_GB,description=English (UK),date ...
H A Den_wordlist.combined.gz1dictionary=main:en,locale=en,description=English,date=1414726273, ...