/ohos5.0/docs/zh-cn/application-dev/reference/apis-basic-services-kit/ |
H A D | errorcode-zlib.md | 122 当调用uncompress或uncompress2接口时,未先使用compress接口进行压缩。 126 先使用compress进行压缩后再通过uncompress2或uncompress进行解压。 154 当调用compress或compress2或uncompress或uncompress2接口时,传入的缓冲区错误。 159 2. 当调用compress或compress2接口时,传入的输入buffer大小大于压缩后输出buffer的大小。 160 3. 当调用compress或compress2或uncompress或uncompress2接口,传入的buffer大小为0。
|
/ohos5.0/build/ohos/ndk/ |
H A D | archive_ndk.py | 53 compress = compress_fn(f) if compress_fn else None 61 compress=compress) 73 compress = compress_fn(notice) if compress_fn else None 81 compress=compress)
|
/ohos5.0/base/security/asset/frameworks/utils/src/ |
H A D | hasher.rs | 92 fn compress(input_bytes: &[u8]) -> [u32; 8] { in compress() function 93 let mut compress = SHA256_H; localVariable 101 compress[j] = compress[j].wrapping_add(compressed_chunk[j]); 104 compress 153 into_vec_u8(&compress(&processed_msg)) in sha256_old()
|
/ohos5.0/foundation/ability/ability_base/interfaces/kits/native/extractortool/src/ |
H A D | file_mapper.cpp | 43 bool FileMapper::CreateFileMapper(const std::string &fileName, bool compress, in CreateFileMapper() argument 76 isCompressed = compress; in CreateFileMapper() 86 size_t offset, size_t len, bool compress) in CreateFileMapper() argument 104 isCompressed = compress; in CreateFileMapper()
|
H A D | zip_file.cpp | 1044 bool compress = zipEntry.compressionMethod > 0; in CreateFileMapper() local 1045 if (type == FileMapperType::SAFE_ABC && compress) { in CreateFileMapper() 1051 result = fileMapper->CreateFileMapper(zipFileReader_, fileName, offset, length, compress); in CreateFileMapper() 1053 …result = fileMapper->CreateFileMapper(fileName, compress, zipFileReader_->GetFd(), offset, length,… in CreateFileMapper()
|
/ohos5.0/foundation/ability/ability_base/interfaces/kits/native/extractortool/include/ |
H A D | file_mapper.h | 37 bool CreateFileMapper(const std::string &fileName, bool compress, 41 size_t offset, size_t len, bool compress);
|
/ohos5.0/build/scripts/util/ |
H A D | build_utils.py | 350 compress=None, argument 389 compress = False 394 if compress is not None: 395 compress_type = zipfile.ZIP_DEFLATED if compress else zipfile.ZIP_STORED 428 compress = compress_fn(zip_path) if compress_fn else None 432 compress=compress) 520 compress=info.compress_type != zipfile.ZIP_STORED)
|
/ohos5.0/docs/en/application-dev/reference/apis-basic-services-kit/ |
H A D | errorcode-zlib.md | 19 When the **compressFile()** API is called, the file to compress does not exist. When the **decompre… 122 When the **uncompress** or **uncompress2** API is called, the **compress** API is not used for comp… 126 Use the **compress** API to compress the file before using the **uncompress2** or **uncompress** AP… 154 This error code is reported when the input buffer is incorrect when the **compress**, **compress2**… 159 2. When the **compress** or **compress2** API is called, the input buffer size is greater than the … 160 3. When the **compress**, **compress2**, **uncompress**, or **uncompress2** API is called, the inpu…
|
/ohos5.0/base/startup/init/test/unittest/modules/ |
H A D | trace_unittest.cpp | 92 void CreateInitTraceConfig(int compress) in CreateInitTraceConfig() argument 95 if (!compress) { in CreateInitTraceConfig()
|
/ohos5.0/base/startup/init/services/modules/trace/ |
H A D | init_trace.c | 75 uint32_t compress : 1; member 115 workspace->compress = 0; in InitTraceWorkspace() 121 …workspace->compress = cJSON_IsTrue(cJSON_GetObjectItem(workspace->jsonRootNode, "compress")) ? 1 :… in InitTraceWorkspace() 122 PLUGIN_LOGI("InitTraceWorkspace compress :%d", workspace->compress); in InitTraceWorkspace() 389 if (workspace->compress) { in DumpTrace() 488 const char *path = workspace->compress ? TRACE_OUTPUT_PATH_ZIP : TRACE_OUTPUT_PATH; in InitStopTrace()
|
/ohos5.0/docs/zh-cn/application-dev/tools/ |
H A D | packing-tool.md | 21 …fo-path <path>] [--lib-path <path>] --out-path <path> [--force true] [--compress-level 5] [--pkg-c… 28 …-resources-path <path>] [--index-path <path>] --out-path <path> [--force true] [--compress-level 5] 53 | --compress-level | 否 | number | 压缩等级,默认值1,可选等级1-9。在应用配置compressNativeLibs参数为true的情… 63 …fo-path <path>] [--lib-path <path>] --out-path <path> [--force true] [--compress-level 5] [--pkg-c… 82 | --compress-level | 否 | number | 压缩等级,默认值1,可选等级1-9。在应用配置compressNativeLibs参数为true的情…
|
H A D | app-check-tool.md | 157 "compress":"false", 204 | compress | bool | 是否是压缩文件(仅so类型文件展示)。<br>true:是压缩文件。<br>false:不是压缩文件。 |
|
H A D | openharmony_sdk_upgrade_assistant.md | 98 implementation("org.apache.commons:commons-compress:1.21")
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/ |
H A D | zlib_compression.cpp | 46 int errCode = compress(destData.data(), &destLen, srcData.data(), srcLen); in Compress()
|
/ohos5.0/drivers/peripheral/display/test/unittest/lite/ |
H A D | loadbmp_test.h | 70 uint32_t compress; member
|
/ohos5.0/foundation/arkui/ui_lite/tools/qt/simulator/third_party/zlib/ |
H A D | zlib.pro | 22 ../../../../../../../../third_party/zlib/compress.c \
|
/ohos5.0/base/security/access_token/services/tokensyncmanager/test/mock/src/ |
H A D | soft_bus_socket_mock.cpp | 92 int result = compress(const_cast<Byte *>(compressedBytes), &len, in CompressMock()
|
/ohos5.0/build/lite/config/component/zlib/ |
H A D | BUILD.gn | 24 "//third_party/zlib/compress.c",
|
/ohos5.0/base/hiviewdfx/hilog/test/unittest/common/ |
H A D | hilogtool_test.cpp | 506 std::string compress = "zlib"; variable 510 + " -n " + std::to_string(num) + " -m " + compress + " -j " + std::to_string(jobid); 515 …str = std::to_string(jobid) + " init,core,app,only_prerelease " + compress + " /data/log/hilog/" +…
|
/ohos5.0/docs/en/application-dev/faqs/ |
H A D | faqs-multimedia.md | 267 ## How do I compress an image to a specified size? What are the factors affecting the size after co… 271 …an image? How do I set the target image size? For example, if I want to compress an image to 500 K… 276 …n the compression result, or scale the pixel map to a smaller size and then compress the pixel map.
|
/ohos5.0/docs/en/application-dev/tools/ |
H A D | app-check-tool.md | 157 "compress":"false", 204 | compress | bool | Whether the file is compressed. This field is displayed only for .so files.<b…
|
H A D | packing-tool.md | 21 …fo-path <path>] [--lib-path <path>] --out-path <path> [--force true] [--compress-level 5] [--pkg-c… 28 …-resources-path <path>] [--index-path <path>] --out-path <path> [--force true] [--compress-level 5] 53 | --compress-level | No | number | Compression level, ranging from 1 to 9. The defaul… 63 …fo-path <path>] [--lib-path <path>] --out-path <path> [--force true] [--compress-level 5] [--pkg-c… 82 | --compress-level | No | number | Compression level, ranging from 1 to 9. The defaul…
|
/ohos5.0/docs/en/release-notes/changelogs/OpenHarmony_5.0.0.16/ |
H A D | changelogs-arkui.md | 45 …height are not set and the margin exceeds the component's size, it will compress the component's s…
|
/ohos5.0/docs/zh-cn/application-dev/dfx/ |
H A D | hidumper.md | 63 --zip |compress output to /data/log/hidumper 683 --zip |compress output to /data/log/hidumper 706 --zip |compress output to /data/log/hidumper
|
/ohos5.0/docs/en/application-dev/media/image/ |
H A D | image-overview.md | 41 5. [Image encoding](image-encoding.md): Use the **ImagePacker** class to compress and encode the Pi…
|