Searched refs:targetSize (Results 1 – 7 of 7) sorted by relevance
/base/global/i18n_lite/frameworks/i18n/include/ |
D | str_util.h | 27 void ArrayCopy(std::string *target, const int targetSize, const std::string *source, const int sour…
|
/base/global/i18n_lite/frameworks/i18n/src/ |
D | str_util.cpp | 35 void ArrayCopy(std::string *target, const int targetSize, const std::string *source, const int sour… in ArrayCopy() argument 37 if (target == nullptr || source == nullptr || (sourceSize > targetSize)) { in ArrayCopy()
|
/base/update/updater/services/diffpatch/patch/ |
D | image_patch.cpp | 96 … header.srcStart, header.srcLength, header.patchOffset, header.expandedLen, header.targetSize); in ApplyImagePatch() 108 info->packedSize = header.targetSize; in ApplyImagePatch() 124 PATCH_CHECK(originalSize == header.targetSize, return -1, "Failed to apply bsdiff patch"); in ApplyImagePatch() 180 header.targetSize = static_cast<size_t>(ReadLE<uint64_t>(param.patch + offset)); in ReadHeader() 233 header.targetSize = static_cast<size_t>(ReadLE<uint64_t>(param.patch + offset)); in ReadHeader()
|
/base/update/updater/services/diffpatch/ |
D | diffpatch.h | 154 size_t targetSize = 0; member
|
/base/notification/distributed_notification_service/frameworks/core/test/unittest/mock/ |
D | mock_pixel_map.cpp | 88 bool PixelMap::ScalePixelMap(const Size &targetSize, const Size &dstSize, const ScaleMode &scaleMod… in ScalePixelMap() argument
|
/base/update/updater/test/unittest/test_data/diffpatch/ |
D | PatchGztest_new.gz |
|
D | PatchGztest_old.gz |
|