Home
last modified time | relevance | path

Searched refs:gzip (Results 1 – 25 of 37) sorted by relevance

12

/aosp12/packages/providers/UserDictionaryProvider/src/com/android/providers/userdictionary/
H A DDictionaryBackupAgent.java162 GZIPOutputStream gzip = null; in getDictionary() local
164 gzip = new GZIPOutputStream(baos); in getDictionary()
177 gzip.write(sizeBytes); in getDictionary()
178 gzip.write(line); in getDictionary()
181 gzip.finish(); in getDictionary()
186 IoUtils.closeQuietly(gzip); in getDictionary()
198 GZIPInputStream gzip = new GZIPInputStream(new ByteArrayInputStream(dictCompressed)); in restoreDictionary() local
202 while ((got = gzip.read(tempData)) > 0) { in restoreDictionary()
205 gzip.close(); in restoreDictionary()
/aosp12/frameworks/base/libs/incident/src/
H A DIncidentReportArgs.cpp159 int32_t gzip; in readFromParcel() local
160 err = in->readInt32(&gzip); in readFromParcel()
164 if (gzip != 0) { in readFromParcel()
165 mGzip = gzip; in readFromParcel()
213 IncidentReportArgs::setGzip(bool gzip) in setGzip() argument
215 mGzip = gzip; in setGzip()
/aosp12/build/soong/bloaty/
H A Dbloaty_merger.py25 import gzip
70 with gzip.open(output_proto, "wb") as output:
H A Dbloaty_merger_test.py14 import gzip
60 with gzip.open("output.pb.gz", "rb") as output:
/aosp12/frameworks/base/libs/incident/include_priv/android/os/
H A DIncidentReportArgs.h56 void setGzip(bool gzip);
65 inline bool gzip() const {return mGzip; } in gzip() function
/aosp12/packages/services/Telephony/ecc/conversion_toolset_v1/
H A Dgen_eccdata.sh26 gzip -c < "${RAW_DATA}" > "${OUTPUT_DATA}"
/aosp12/system/libufdt/utils/tests/data/
H A Dmkdtboimg.cfg22 flags=0xd02 # override with another value, do gzip compression
/aosp12/system/sepolicy/prebuilts/api/31.0/public/
H A Dasan_extract.te13 # We execute log, rm, gzip and tar.
/aosp12/system/sepolicy/prebuilts/api/32.0/public/
H A Dasan_extract.te13 # We execute log, rm, gzip and tar.
/aosp12/system/sepolicy/public/
H A Dasan_extract.te13 # We execute log, rm, gzip and tar.
/aosp12/system/sepolicy/prebuilts/api/26.0/public/
H A Dasan_extract.te13 # We execute log, rm, gzip and tar.
/aosp12/system/sepolicy/prebuilts/api/27.0/public/
H A Dasan_extract.te13 # We execute log, rm, gzip and tar.
/aosp12/system/sepolicy/prebuilts/api/30.0/public/
H A Dasan_extract.te13 # We execute log, rm, gzip and tar.
/aosp12/system/sepolicy/prebuilts/api/28.0/public/
H A Dasan_extract.te13 # We execute log, rm, gzip and tar.
/aosp12/system/sepolicy/prebuilts/api/29.0/public/
H A Dasan_extract.te13 # We execute log, rm, gzip and tar.
/aosp12/frameworks/base/core/proto/android/os/
H A Ddata.proto26 // Output of SECTION_GZIP section type, which reads a file, gzip it and attached
/aosp12/bionic/benchmarks/linker_relocation/
H A Drun_bench_with_ninja.sh125 | gzip -1 -c | adb shell 'cd /data/local/tmp && tar xz')
/aosp12/system/core/shell_and_utilities/
H A DREADME.md147 getenforce getprop groups **gunzip** **gzip** head hostname hwclock id ifconfig
173 getenforce groups gunzip gzip head hostname hwclock id ifconfig inotifyd
200 getenforce **getfattr** grep groups gunzip gzip head **help** hostname hwclock
232 getenforce getfattr **getopt** grep groups gunzip gzip head help hostname
264 fsync getconf getenforce getfattr getopt grep groups gunzip gzip head
/aosp12/frameworks/base/core/proto/android/
H A Dsection.proto44 // incidentd read file and gzip the data in bytes field
/aosp12/build/soong/ui/build/
H A Dutil.go163 gz := gzip.NewWriter(out)
/aosp12/frameworks/base/cmds/incidentd/src/
H A DWorkDirectory.cpp298 report->set_gzip(args.gzip()); in addReport()
428 if (args.gzip()) { in startFilteringData()
853 out->setGzip(report.gzip()); in get_args_from_report()
H A Dreport_file.proto72 optional bool gzip = 9; field
/aosp12/build/soong/ui/tracer/
H A Dtracer.go147 t.w = gzip.NewWriter(f)
/aosp12/build/make/tools/releasetools/
H A Dsign_target_files_apks151 import gzip
436 with gzip.open(unsigned.name, "rb") as in_file, \
477 gzip.open(compressed.name, "wb") as out_file:
H A Dsign_target_files_apks.py151 import gzip
436 with gzip.open(unsigned.name, "rb") as in_file, \
477 gzip.open(compressed.name, "wb") as out_file:

12