/ohos5.0/drivers/hdf_core/framework/utils/src/ |
H A D | osal_message.c | 14 size_t newSize = sizeof(struct HdfMessage) + extendSize; in HdfMessageObtain() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/functions/ |
H A D | js_on_size_change_function.cpp | 27 JSRef<JSObject> newSize = JSRef<JSObject>::New(); in Execute() local
|
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeEngine/src/io/ |
H A D | memory_file.h | 48 void Resize(size_t newSize) in Resize()
|
/ohos5.0/base/powermgr/display_manager/brightness_manager/src/ |
H A D | light_lux_buffer.cpp | 80 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 D | app_recovery_parcel_allocator.cpp | 28 void* AppRecoveryParcelAllocator::Realloc(void* data __attribute__((unused)), size_t newSize __attr… in Realloc()
|
/ohos5.0/base/security/crypto_framework/common/src/ |
H A D | hcf_parcel.c | 132 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 D | test_jerryscript.cpp | 33 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 D | cloud_fuzzer_helper.h | 31 void ResetData(size_t newSize) in ResetData()
|
/ohos5.0/foundation/arkui/napi/sample/native_module_systemtest/ |
H A D | test_jerryscript.cpp | 32 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 D | render_shape_container.cpp | 49 Size newSize = GetLayoutParam().Constrain(Size(viewBoxWidth, viewBoxHeight)); in PerformLayout() local
|
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/ |
H A D | exif_maker_note_test.cpp | 211 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 D | string_pool.cpp | 73 size_t newSize = dataOffset_ + expand; in Grow() local
|
H A D | string_builder.cpp | 137 size_t newSize = (capacity_ == 0) ? 256 : (capacity_ * 2); in Grow() local
|
/ohos5.0/foundation/ability/idl_tool/util/ |
H A D | string_pool.cpp | 73 size_t newSize = static_cast<size_t>(dataOffset_) + expand; in Grow() local
|
H A D | string_builder.cpp | 130 size_t newSize = (capacity_ == 0 ? 256 : capacity_ * 2); in Grow() local
|
/ohos5.0/base/update/updater/services/diffpatch/patch/ |
H A D | blocks_patch.cpp | 109 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 D | byte_buffer.h | 79 bool Resize(uint32_t newSize) in Resize()
|
/ohos5.0/commonlibrary/memory_utils/libpurgeablemem/cpp/src/ |
H A D | purgeable_mem.cpp | 132 void PurgeableMem::ResizeData(size_t newSize) in ResizeData()
|
H A D | purgeable_ashmem.cpp | 192 void PurgeableAshMem::ResizeData(size_t newSize) in ResizeData()
|
/ohos5.0/commonlibrary/c_utils/base/src/ |
H A D | mapped_file.cpp | 274 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 D | drawing_sample_replayer.h | 44 void* Realloc(void *data, size_t newSize) override { return nullptr; } in Realloc()
|
/ohos5.0/drivers/hdf_core/framework/tools/hdi-gen/util/ |
H A D | string_builder.cpp | 134 size_t newSize = (capacity_ == 0) ? 256 : (capacity_ * 2); in Grow() local
|
/ohos5.0/base/hiviewdfx/hitrace/frameworks/native/ |
H A D | dynamic_buffer.cpp | 107 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 D | shape_pattern_test_ng.cpp | 269 …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 D | json.h | 104 const size_t newSize = out.size(); in append() local
|