Home
last modified time | relevance | path

Searched defs:newSize (Results 1 - 25 of 147) sorted by relevance

123456

/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
/third_party/lzma/C/
H A D7zBuf2.c26 size_t newSize = p->pos + size; in DynBuf_Write() local
/foundation/arkui/ace_engine/frameworks/core/components/shape/
H A Drender_shape_container.cpp49 Size newSize = GetLayoutParam().Constrain(Size(viewBoxWidth, viewBoxHeight)); in PerformLayout() local
/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
/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
/foundation/graphic/graphic_3d/lume/LumeEngine/src/io/
H A Dmemory_file.h48 void Resize(size_t newSize) in Resize() argument
/foundation/filemanagement/dfs_service/test/fuzztest/fuzz_common/
H A Dcloud_fuzzer_helper.h31 void ResetData(size_t newSize) in ResetData() argument
/third_party/icu/icu4c/source/test/perf/leperf/
H A DFontTableCache.cpp83 le_int32 newSize = fTableCacheSize + TABLE_CACHE_GROW; in add() local
/third_party/icu/icu4c/source/test/letest/
H A DFontTableCache.cpp81 le_int32 newSize = fTableCacheSize + TABLE_CACHE_GROW; in add() local
/third_party/icu/icu4c/source/samples/layout/
H A DFontTableCache.cpp79 le_int32 newSize = fTableCacheSize + TABLE_CACHE_GROW; in add() local
/third_party/lzma/CPP/7zip/Common/
H A DOffsetStream.cpp34 Z7_COM7F_IMF(COffsetOutStream::SetSize(UInt64 newSize)) in SetSize() argument
/third_party/jerryscript/tests/unit-core/
H A Dtest-jmem.cpp50 size_t newSize = size > JERRY_SCRIPT_MEM_SIZE ? JERRY_SCRIPT_MEM_SIZE : size; in context_alloc_fn() local
H A Dtest-api-errortype.cpp43 size_t newSize = size > JERRY_SCRIPT_MEM_SIZE ? JERRY_SCRIPT_MEM_SIZE : size; in context_alloc_fn() local
H A Dtest-unicode.cpp63 size_t newSize = size > JERRY_SCRIPT_MEM_SIZE ? JERRY_SCRIPT_MEM_SIZE : size; in context_alloc_fn() local
H A Dtest-poolman.cpp65 size_t newSize = size > JERRY_SCRIPT_MEM_SIZE ? JERRY_SCRIPT_MEM_SIZE : size; in context_alloc_fn() local
/third_party/skia/third_party/externals/icu/source/samples/layout/
H A DFontTableCache.cpp79 le_int32 newSize = fTableCacheSize + TABLE_CACHE_GROW; in add() local
/third_party/skia/third_party/externals/freetype/src/psaux/
H A Dpsarrst.c103 size_t newSize = numElements * arrstack->sizeItem; in cf2_arrstack_setNumElements() local
/third_party/skia/third_party/externals/dng_sdk/source/
H A Ddng_string_list.cpp52 uint32 newSize = Max_uint32 (minSize, fAllocated * 2); in Allocate() local
/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
[all...]
/foundation/ability/idl_tool/util/
H A Dstring_pool.cpp73 size_t newSize = static_cast<size_t>(dataOffset_) + expand; in Grow() local
/foundation/graphic/graphic_3d/lume/LumeEcsSerializer/Util/include/util/
H A Djson.h106 const size_t newSize = out.size(); in append() local
/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/
H A Djson.h104 const size_t newSize = out.size(); in append() local
/test/xts/hats/kernel/syscalls/mem/mmap/
H A DMmapSyscallApiTest.cpp243 size_t newSize = 2048; in HWTEST_F() local
268 size_t newSize = 2048; in HWTEST_F() local
293 size_t newSize = 2048; in HWTEST_F() local
/third_party/libwebsockets/lib/core/
H A Dalloc.c48 TEE_Realloc(void *buffer, uint32_t newSize) in TEE_Realloc() argument
66 TEE_Realloc(void *buffer, uint32_t newSize) in TEE_Realloc() argument

Completed in 7 milliseconds

123456