/aosp12/packages/providers/UserDictionaryProvider/src/com/android/providers/userdictionary/ |
H A D | DictionaryBackupAgent.java | 162 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 D | IncidentReportArgs.cpp | 159 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 D | bloaty_merger.py | 25 import gzip 70 with gzip.open(output_proto, "wb") as output:
|
H A D | bloaty_merger_test.py | 14 import gzip 60 with gzip.open("output.pb.gz", "rb") as output:
|
/aosp12/frameworks/base/libs/incident/include_priv/android/os/ |
H A D | IncidentReportArgs.h | 56 void setGzip(bool gzip); 65 inline bool gzip() const {return mGzip; } in gzip() function
|
/aosp12/packages/services/Telephony/ecc/conversion_toolset_v1/ |
H A D | gen_eccdata.sh | 26 gzip -c < "${RAW_DATA}" > "${OUTPUT_DATA}"
|
/aosp12/system/libufdt/utils/tests/data/ |
H A D | mkdtboimg.cfg | 22 flags=0xd02 # override with another value, do gzip compression
|
/aosp12/system/sepolicy/prebuilts/api/31.0/public/ |
H A D | asan_extract.te | 13 # We execute log, rm, gzip and tar.
|
/aosp12/system/sepolicy/prebuilts/api/32.0/public/ |
H A D | asan_extract.te | 13 # We execute log, rm, gzip and tar.
|
/aosp12/system/sepolicy/public/ |
H A D | asan_extract.te | 13 # We execute log, rm, gzip and tar.
|
/aosp12/system/sepolicy/prebuilts/api/26.0/public/ |
H A D | asan_extract.te | 13 # We execute log, rm, gzip and tar.
|
/aosp12/system/sepolicy/prebuilts/api/27.0/public/ |
H A D | asan_extract.te | 13 # We execute log, rm, gzip and tar.
|
/aosp12/system/sepolicy/prebuilts/api/30.0/public/ |
H A D | asan_extract.te | 13 # We execute log, rm, gzip and tar.
|
/aosp12/system/sepolicy/prebuilts/api/28.0/public/ |
H A D | asan_extract.te | 13 # We execute log, rm, gzip and tar.
|
/aosp12/system/sepolicy/prebuilts/api/29.0/public/ |
H A D | asan_extract.te | 13 # We execute log, rm, gzip and tar.
|
/aosp12/frameworks/base/core/proto/android/os/ |
H A D | data.proto | 26 // Output of SECTION_GZIP section type, which reads a file, gzip it and attached
|
/aosp12/bionic/benchmarks/linker_relocation/ |
H A D | run_bench_with_ninja.sh | 125 | gzip -1 -c | adb shell 'cd /data/local/tmp && tar xz')
|
/aosp12/system/core/shell_and_utilities/ |
H A D | README.md | 147 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 D | section.proto | 44 // incidentd read file and gzip the data in bytes field
|
/aosp12/build/soong/ui/build/ |
H A D | util.go | 163 gz := gzip.NewWriter(out)
|
/aosp12/frameworks/base/cmds/incidentd/src/ |
H A D | WorkDirectory.cpp | 298 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 D | report_file.proto | 72 optional bool gzip = 9; field
|
/aosp12/build/soong/ui/tracer/ |
H A D | tracer.go | 147 t.w = gzip.NewWriter(f)
|
/aosp12/build/make/tools/releasetools/ |
H A D | sign_target_files_apks | 151 import gzip 436 with gzip.open(unsigned.name, "rb") as in_file, \ 477 gzip.open(compressed.name, "wb") as out_file:
|
H A D | sign_target_files_apks.py | 151 import gzip 436 with gzip.open(unsigned.name, "rb") as in_file, \ 477 gzip.open(compressed.name, "wb") as out_file:
|