/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/image_source_test/ |
H A D | image_source_png_test.cpp | 250 uint32_t updateSize = 0; variable 253 while (updateSize < bufferSize) { 256 updateOnceSize = bufferSize - updateSize; 265 updateSize += updateOnceSize; 354 uint32_t updateSize = 0; variable 357 while (updateSize < bufferSize) { 360 updateOnceSize = bufferSize - updateSize; 367 updateSize += updateOnceSize; 419 uint32_t updateSize = 0; variable 422 while (updateSize < bufferSize) { [all …]
|
H A D | image_source_webp_test.cpp | 294 uint32_t updateSize = 0; variable 297 while (updateSize < bufferSize) { 300 updateOnceSize = bufferSize - updateSize; 307 updateSize += updateOnceSize; 396 uint32_t updateSize = 0; variable 399 while (updateSize < bufferSize) { 402 updateOnceSize = bufferSize - updateSize; 409 updateSize += updateOnceSize; 461 uint32_t updateSize = 0; variable 463 while (updateSize < bufferSize) { [all …]
|
H A D | image_source_jpeg_test.cpp | 747 uint32_t updateSize = 0; variable 750 while (updateSize < bufferSize) { 753 updateOnceSize = bufferSize - updateSize; 760 updateSize += updateOnceSize; 851 uint32_t updateSize = 0; variable 854 while (updateSize < bufferSize) { 857 updateOnceSize = bufferSize - updateSize; 864 updateSize += updateOnceSize; 917 uint32_t updateSize = 0; variable 920 while (updateSize < bufferSize) { [all …]
|
H A D | image_source_test.cpp | 389 uint32_t updateSize = 0; variable 392 while (updateSize < bufferSize) { 394 if (updateSize + updateOnceSize > bufferSize) { 395 updateOnceSize = bufferSize - updateSize; 398 uint32_t ret = imageSource->UpdateData(buffer + updateSize, updateOnceSize, isCompleted); 402 updateSize += updateOnceSize;
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/distributeddatafwk/src/ |
H A D | ikvstore_observer.cpp | 57 int64_t updateSize = ITypesUtil::GetTotalSize(changeNotification.GetUpdateEntries()); in OnChange() local 59 int64_t totalSize = insertSize + updateSize + deleteSize + sizeof(uint32_t); in OnChange() 60 if (insertSize < 0 || updateSize < 0 || deleteSize < 0 || !data.WriteInt32(totalSize)) { in OnChange() 64 …ZLOGD("I(%" PRId64 ") U(%" PRId64 ") D(%" PRId64 ") T(%" PRId64 ")", insertSize, updateSize, delet… in OnChange() 73 !ITypesUtil::MarshalToBuffer(changeNotification.GetUpdateEntries(), updateSize, data) || in OnChange()
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/distributeddatafwk/test/unittest/ |
H A D | blob_test.cpp | 326 int64_t updateSize = ITypesUtil::GetTotalSize(changeIn.GetUpdateEntries()); variable 329 ASSERT_TRUE(ITypesUtil::MarshalToBuffer(changeIn.GetUpdateEntries(), updateSize, parcel));
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/picker/ |
H A D | datepicker_column_pattern.cpp | 680 Dimension updateSize = LinearFontSize(startFontSize, endFontSize, distancePercent_); in TextPropertiesLinearAnimation() local 681 textLayoutProperty->UpdateFontSize(updateSize); in TextPropertiesLinearAnimation()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/time_picker/ |
H A D | timepicker_column_pattern.cpp | 754 Dimension updateSize = LinearFontSize(startFontSize, endFontSize, distancePercent_); in TextPropertiesLinearAnimation() local 755 textLayoutProperty->UpdateFontSize(updateSize); in TextPropertiesLinearAnimation()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_picker/ |
H A D | textpicker_column_pattern.cpp | 919 Dimension updateSize = LinearFontSize(startFontSize, endFontSize, percent); in TextPropertiesLinearAnimation() local 920 textLayoutProperty->UpdateFontSize(updateSize); in TextPropertiesLinearAnimation()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/card_frontend/ |
H A D | js_card_parser.cpp | 1877 auto updateSize = std::min(static_cast<int32_t>(lastSize), repeatValue->GetArraySize()); in ProcessRepeatNode() local 1878 for (auto i = 0; i < updateSize; ++i) { in ProcessRepeatNode()
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/picker/ |
H A D | date_picker_test_ng.cpp | 3224 Dimension updateSize = columnPattern_->LinearFontSize( variable 3226 EXPECT_EQ(textLayoutProperty->GetFontSize().value(), updateSize); 3238 updateSize = columnPattern_->LinearFontSize( 3240 EXPECT_EQ(textLayoutProperty->GetFontSize().value(), updateSize);
|