/packages/modules/adb/daemon/ |
D | file_sync_service.cpp | 279 CompressionType compression) { in handle_send_file_data() argument 287 switch (compression) { in handle_send_file_data() 356 CompressionType compression, bool dry_run, std::vector<char>& buffer, in handle_send_file() argument 410 if (!handle_send_file_data(s, std::move(fd), timestamp, compression)) { in handle_send_file() 514 static bool send_impl(int s, const std::string& path, mode_t mode, CompressionType compression, in send_impl() argument 545 compression, dry_run, buffer, do_unlink); in send_impl() 593 std::optional<CompressionType> compression; in do_send_v2() local 598 if (compression) { in do_send_v2() 602 compression = CompressionType::Brotli; in do_send_v2() 606 if (compression) { in do_send_v2() [all …]
|
/packages/modules/adb/client/ |
D | file_sync_client.cpp | 277 CompressionType ResolveCompressionType(CompressionType compression) const { in ResolveCompressionType() 278 if (compression == CompressionType::Any) { in ResolveCompressionType() 288 return compression; in ResolveCompressionType() 356 bool SendSend2(std::string_view path, mode_t mode, CompressionType compression, bool dry_run) { in SendSend2() argument 373 switch (compression) { in SendSend2() 408 bool SendRecv2(const std::string& path, CompressionType compression) { in SendRecv2() argument 424 switch (compression) { in SendRecv2() 624 const std::string& rpath, unsigned mtime, CompressionType compression, in SendLargeFile() argument 635 compression = ResolveCompressionType(compression); in SendLargeFile() 637 if (!SendSend2(path, mode, compression, dry_run)) { in SendLargeFile() [all …]
|
D | file_sync_client.h | 26 CompressionType compression, bool dry_run, bool quiet); 28 CompressionType compression, const char* name = nullptr, bool quiet = false); 31 CompressionType compression, bool dry_run, bool quiet);
|
D | commandline.cpp | 1310 CompressionType* compression, bool* dry_run) { in parse_push_pull_args() argument 1313 *compression = parse_compression_type(adb_compression, true); in parse_push_pull_args() 1330 *compression = parse_compression_type(*++arg, false); in parse_push_pull_args() 1333 *compression = CompressionType::None; in parse_push_pull_args() 1967 CompressionType compression = CompressionType::Any; in adb_commandline() local 1972 &compression, &dry_run); in adb_commandline() 1977 return do_sync_push(srcs, dst, sync, compression, dry_run, quiet) ? 0 : 1; in adb_commandline() 1981 CompressionType compression = CompressionType::None; in adb_commandline() local 1986 &compression, nullptr); in adb_commandline() 1988 return do_sync_pull(srcs, dst, copy_attrs, compression, nullptr, quiet) ? 0 : 1; in adb_commandline() [all …]
|
/packages/modules/Connectivity/staticlibs/device/com/android/net/module/util/ |
D | DomainUtils.java | 75 public static byte[] encode(@NonNull final String[] domains, boolean compression) { in encode() argument 86 if (compression) { in encode() 126 public static ArrayList<String> decode(@NonNull final ByteBuffer buffer, boolean compression) { in decode() argument 133 15 /* maxLabelCount */, compression); in decode()
|
/packages/apps/Messaging/src/com/android/messaging/util/ |
D | GifTranscoder.java | 53 final float compression = (inputSize > 0) ? ((float) outputSize / inputSize) : 0; in transcode() local 61 compression * 100.0f)); in transcode()
|
/packages/modules/adb/docs/user/ |
D | adb.1.md | 144 enable compression with a specified algorithm (any/none/brotli/lz4/zstd). 147 Disable compression. 156 enable compression with a specified algorithm (**any**/**none**/**brotli**/… 159 disable compression 171 Enable compression with a specified algorithm (**any**/**none**/**brotli**/**lz4**/**zstd**) 174 Disable compression.
|
/packages/modules/AdServices/adservices/tests/unittest/ui/ |
D | Android.bp | 82 // avoid compression on lite and tflite files as the Interpreter 155 // avoid compression on lite and tflite files as the Interpreter
|
/packages/modules/adb/ |
D | test_device.py | 746 os.environ["ADB_COMPRESSION"] = self.compression 1356 compression = "none" variable in FileOperationsTestUncompressed 1360 compression = "brotli" variable in FileOperationsTestBrotli 1364 compression = "lz4" variable in FileOperationsTestLZ4 1368 compression = "zstd" variable in FileOperationsTestZstd
|
/packages/modules/AdServices/adservices/tests/unittest/service-core/ |
D | Android.bp | 76 // avoid compression on lite and tflite files as the Interpreter 245 // avoid compression on lite and tflite files as the Interpreter
|
/packages/modules/Virtualization/zipfuse/src/ |
D | main.rs | 271 let content = match zip_file.compression() { in open()
|
/packages/inputmethods/LatinIME/dictionaries/ |
D | fr_wordlist.combined.gz |
|
D | en_GB_wordlist.combined.gz |
|
D | en_US_wordlist.combined.gz |
|
D | en_wordlist.combined.gz |
|