Home
last modified time | relevance | path

Searched defs:newSize (Results 1 – 25 of 61) sorted by relevance

123

/ohos5.0/drivers/hdf_core/framework/utils/src/
H A Dosal_message.c14 size_t newSize = sizeof(struct HdfMessage) + extendSize; in HdfMessageObtain() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/functions/
H A Djs_on_size_change_function.cpp27 JSRef<JSObject> newSize = JSRef<JSObject>::New(); in Execute() local
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeEngine/src/io/
H A Dmemory_file.h48 void Resize(size_t newSize) in Resize()
/ohos5.0/base/powermgr/display_manager/brightness_manager/src/
H A Dlight_lux_buffer.cpp80 int LightLuxBuffer::CopyLuxBuffer(int newSize) in CopyLuxBuffer()
127 unsigned long newSize = mCapacity * static_cast<unsigned long>(BUFFER_SIZE_INCREASE); in Push() local
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/ability/native/recovery/
H A Dapp_recovery_parcel_allocator.cpp28 void* AppRecoveryParcelAllocator::Realloc(void* data __attribute__((unused)), size_t newSize __attr… in Realloc()
/ohos5.0/base/security/crypto_framework/common/src/
H A Dhcf_parcel.c132 static uint32_t GetParcelIncreaseSize(HcParcel *parcel, uint32_t newSize) in GetParcelIncreaseSize()
156 uint32_t newSize = GetParcelIncreaseSize(parcel, parcel->endPos + dataSize); in ParcelWrite() local
/ohos5.0/foundation/arkui/napi/test/unittest/engine/
H A Dtest_jerryscript.cpp33 size_t newSize = size > JERRY_SCRIPT_MEM_SIZE ? JERRY_SCRIPT_MEM_SIZE : size; in context_alloc_fn() local
/ohos5.0/foundation/filemanagement/dfs_service/test/fuzztest/fuzz_common/
H A Dcloud_fuzzer_helper.h31 void ResetData(size_t newSize) in ResetData()
/ohos5.0/foundation/arkui/napi/sample/native_module_systemtest/
H A Dtest_jerryscript.cpp32 size_t newSize = size > JERRY_SCRIPT_MEM_SIZE ? JERRY_SCRIPT_MEM_SIZE : size; in context_alloc_fn() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/shape/
H A Drender_shape_container.cpp49 Size newSize = GetLayoutParam().Constrain(Size(viewBoxWidth, viewBoxHeight)); in PerformLayout() local
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/
H A Dexif_maker_note_test.cpp211 uint32_t newSize = 7; variable
229 uint32_t newSize = 7; variable
247 uint32_t newSize = 7; variable
265 uint32_t newSize = 7; variable
283 uint32_t newSize = 7; variable
685 uint32_t newSize = 6; variable
704 uint32_t newSize = 0; variable
723 uint32_t newSize = 0; variable
742 uint32_t newSize = 0; variable
/ohos5.0/foundation/ability/idl_tool/idl_tool_2/util/
H A Dstring_pool.cpp73 size_t newSize = dataOffset_ + expand; in Grow() local
H A Dstring_builder.cpp137 size_t newSize = (capacity_ == 0) ? 256 : (capacity_ * 2); in Grow() local
/ohos5.0/foundation/ability/idl_tool/util/
H A Dstring_pool.cpp73 size_t newSize = static_cast<size_t>(dataOffset_) + expand; in Grow() local
H A Dstring_builder.cpp130 size_t newSize = (capacity_ == 0 ? 256 : capacity_ * 2); in Grow() local
/ohos5.0/base/update/updater/services/diffpatch/patch/
H A Dblocks_patch.cpp109 int32_t BlocksPatch::ReadHeader(int64_t &controlDataSize, int64_t &diffDataSize, int64_t &newSize) in ReadHeader()
186 …_t BlocksBufferPatch::ReadHeader(int64_t &controlDataSize, int64_t &diffDataSize, int64_t &newSize) in ReadHeader()
/ohos5.0/base/security/code_signature/interfaces/innerkits/common/include/
H A Dbyte_buffer.h79 bool Resize(uint32_t newSize) in Resize()
/ohos5.0/commonlibrary/memory_utils/libpurgeablemem/cpp/src/
H A Dpurgeable_mem.cpp132 void PurgeableMem::ResizeData(size_t newSize) in ResizeData()
H A Dpurgeable_ashmem.cpp192 void PurgeableAshMem::ResizeData(size_t newSize) in ResizeData()
/ohos5.0/commonlibrary/c_utils/base/src/
H A Dmapped_file.cpp274 bool MappedFile::SyncFileSize(off_t newSize) in SyncFileSize()
294 ErrCode MappedFile::Resize(off_t newSize, bool sync) in Resize()
/ohos5.0/foundation/graphic/graphic_2d/rosen/samples/2d_graphics/
H A Ddrawing_sample_replayer.h44 void* Realloc(void *data, size_t newSize) override { return nullptr; } in Realloc()
/ohos5.0/drivers/hdf_core/framework/tools/hdi-gen/util/
H A Dstring_builder.cpp134 size_t newSize = (capacity_ == 0) ? 256 : (capacity_ * 2); in Grow() local
/ohos5.0/base/hiviewdfx/hitrace/frameworks/native/
H A Ddynamic_buffer.cpp107 int newSize = BASE_SIZE + floor((allTraceStats[i].freq / totalCpusLoad) * totalBonus); in CalculateBufferSize() local
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/shape/
H A Dshape_pattern_test_ng.cpp269 …auto newSize = layoutAlgorithm->MeasureContent(constrain, AccessibilityManager::RawPtr(layoutWrapp… variable
308 …auto newSize = layoutAlgorithm->MeasureContent(constrain, AccessibilityManager::RawPtr(layoutWrapp… variable
345 …auto newSize = layoutAlgorithm->MeasureContent(constrain, AccessibilityManager::RawPtr(layoutWrapp… variable
/ohos5.0/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/
H A Djson.h104 const size_t newSize = out.size(); in append() local

123