| /packages/modules/adb/daemon/ |
| D | file_sync_service.cpp | 272 CompressionType compression) { in handle_send_file_data() argument 280 switch (compression) { in handle_send_file_data() 349 CompressionType compression, bool dry_run, std::vector<char>& buffer, in handle_send_file() argument 403 if (!handle_send_file_data(s, std::move(fd), timestamp, compression)) { in handle_send_file() 507 static bool send_impl(int s, const std::string& path, mode_t mode, CompressionType compression, in send_impl() argument 538 compression, dry_run, buffer, do_unlink); in send_impl() 586 std::optional<CompressionType> compression; in do_send_v2() local 591 if (compression) { in do_send_v2() 596 compression = CompressionType::Brotli; in do_send_v2() 600 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() 352 bool SendSend2(std::string_view path, mode_t mode, CompressionType compression, bool dry_run) { in SendSend2() argument 369 switch (compression) { in SendSend2() 404 bool SendRecv2(const std::string& path, CompressionType compression) { in SendRecv2() argument 420 switch (compression) { in SendRecv2() 620 const std::string& rpath, unsigned mtime, CompressionType compression, in SendLargeFile() argument 631 compression = ResolveCompressionType(compression); in SendLargeFile() 633 if (!SendSend2(path, mode, compression, dry_run)) { in SendLargeFile() [all …]
|
| D | file_sync_client.h | 26 CompressionType compression, bool dry_run); 28 CompressionType compression, const char* name = nullptr); 31 CompressionType compression, bool dry_run);
|
| D | commandline.cpp | 1306 CompressionType* compression, bool* dry_run) { in parse_push_pull_args() argument 1309 *compression = parse_compression_type(adb_compression, true); in parse_push_pull_args() 1326 *compression = parse_compression_type(*++arg, false); in parse_push_pull_args() 1329 *compression = CompressionType::None; in parse_push_pull_args() 1944 CompressionType compression = CompressionType::Any; in adb_commandline() local 1948 parse_push_pull_args(&argv[1], argc - 1, &srcs, &dst, ©_attrs, &sync, &compression, in adb_commandline() 1954 return do_sync_push(srcs, dst, sync, compression, dry_run) ? 0 : 1; in adb_commandline() 1957 CompressionType compression = CompressionType::None; in adb_commandline() local 1961 parse_push_pull_args(&argv[1], argc - 1, &srcs, &dst, ©_attrs, nullptr, &compression, in adb_commandline() 1964 return do_sync_pull(srcs, dst, copy_attrs, compression) ? 0 : 1; in adb_commandline() [all …]
|
| /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 | 142 enable compression with a specified algorithm (any/none/brotli/lz4/zstd). 145 Disable compression. 154 enable compression with a specified algorithm (**any**/**none**/**brotli**/… 157 disable compression 169 Enable compression with a specified algorithm (**any**/**none**/**brotli**/**lz4**/**zstd**) 172 Disable compression.
|
| /packages/modules/adb/ |
| D | test_device.py | 749 os.environ["ADB_COMPRESSION"] = self.compression 1362 compression = "none" variable in FileOperationsTestUncompressed 1366 compression = "brotli" variable in FileOperationsTestBrotli 1370 compression = "lz4" variable in FileOperationsTestLZ4 1374 compression = "zstd" variable in FileOperationsTestZstd
|
| /packages/modules/AdServices/adservices/tests/unittest/service-core/ |
| D | Android.bp | 74 // avoid compression on lite and tflite files as the Interpreter
|
| /packages/modules/OnDevicePersonalization/federatedcompute/proto/ |
| D | common.proto | 82 // The compression used for the inlined data, or unset if the data is
|
| /packages/modules/Virtualization/zipfuse/src/ |
| D | main.rs | 270 let content = match zip_file.compression() { in open()
|
| /packages/inputmethods/LatinIME/dictionaries/ |
| D | fr_wordlist.combined.gz | 1dictionary=main:fr,locale=fr,description=Français,date=1414726264, ... |
| D | en_GB_wordlist.combined.gz | 1dictionary=main:en_gb,locale=en_GB,description=English (UK),date ... |
| D | en_US_wordlist.combined.gz | 1dictionary=main:en_us,locale=en_US,description=English (US),date ... |
| D | en_wordlist.combined.gz | 1dictionary=main:en,locale=en,description=English,date=1414726273, ... |