Home
last modified time | relevance | path

Searched defs:newSize (Results 51 - 75 of 110) sorted by relevance

12345

/third_party/jerryscript/tests/unit-core/
H A Dtest-resource-name.cpp60 size_t newSize = size > JERRY_SCRIPT_MEM_SIZE ? JERRY_SCRIPT_MEM_SIZE : size; in context_alloc_fn() local
H A Dtest-api-binary-operations-arithmetics.cpp74 size_t newSize = size > JERRY_SCRIPT_MEM_SIZE ? JERRY_SCRIPT_MEM_SIZE : size; in context_alloc_fn() local
H A Dtest-objects-foreach.cpp205 size_t newSize = size > JERRY_SCRIPT_MEM_SIZE ? JERRY_SCRIPT_MEM_SIZE : size; in context_alloc_fn() local
H A Dtest-arraybuffer.cpp107 size_t newSize = size > JERRY_SCRIPT_MEM_SIZE ? JERRY_SCRIPT_MEM_SIZE : size; in context_alloc_fn() local
H A Dtest-internal-properties.cpp43 size_t newSize = size > JERRY_SCRIPT_MEM_SIZE ? JERRY_SCRIPT_MEM_SIZE : size; in context_alloc_fn() local
/third_party/lzma/CPP/7zip/Common/
H A DLimitedStreams.cpp389 Z7_COM7F_IMF(CTailOutStream::SetSize(UInt64 newSize)) in SetSize() argument
H A DFileStreams.cpp731 Z7_COM7F_IMF(COutFileStream::SetSize(UInt64 newSize)) in SetSize() argument
H A DMultiOutStream.cpp281 HRESULT CMultiOutStream::CreateNewStream(UInt64 newSize) in CreateNewStream() argument
552 Z7_COM7F_IMF(CMultiOutStream::SetSize(UInt64 newSize)) in SetSize() argument
[all...]
/third_party/node/deps/icu-small/source/common/
H A Duvectr32.cpp278 void UVector32::setSize(int32_t newSize) { in setSize() argument
H A Duvector.cpp366 void UVector::setSize(int32_t newSize, UErrorCode &status) { in setSize() argument
/third_party/skia/third_party/externals/icu/source/common/
H A Duvectr32.cpp278 void UVector32::setSize(int32_t newSize) { in setSize() argument
H A Duvector.cpp368 void UVector::setSize(int32_t newSize, UErrorCode &status) { in setSize() argument
[all...]
/third_party/skia/third_party/externals/freetype/builds/amiga/src/base/
H A Dftsystem.c77 ULONG newSize = memSize + sizeof ( ULONG ); in Alloc_VecPooled() local
/third_party/vk-gl-cts/framework/delibs/debase/
H A DdeMemory.c298 size_t newSize; in deMemory_selfTest() member
/third_party/icu/icu4c/source/common/
H A Duvector.cpp366 void UVector::setSize(int32_t newSize, UErrorCode &status) { in setSize() argument
H A Dubiditransform.cpp223 updateSrc(UBiDiTransform *pTransform, const UChar *newSrc, uint32_t newLength, uint32_t newSize, UErrorCode *pErrorCode) updateSrc() argument
/third_party/lzma/CPP/7zip/UI/FileManager/
H A DExtractCallback.h42 bool ReAlloc_KeepData(size_t newSize, size_t keepSize) in ReAlloc_KeepData() argument
/third_party/mesa3d/src/nouveau/codegen/
H A Dnv50_ir_util.cpp81 unsigned int newSize = this->size + that.size; in moveTo() local
/third_party/skia/third_party/externals/angle2/src/common/
H A DFastVector.h164 size_t newSize = last - first; in FastVector() local
428 size_type newSize = std::max(mReservedSize, N); in ensure_capacity() local
607 ANGLE_INLINE void reserve(size_t newSize) in reserve() argument
683 reserve(size_t newSize) reserve() argument
[all...]
/third_party/skia/gm/
H A Dasyncrescaleandread.cpp117 do_rescale_grid(SkCanvas* canvas, Src* src, GrDirectContext* direct, const SkIRect& srcRect, SkISize newSize, bool doYUV420, SkString* errorMsg, int pad = 0) do_rescale_grid() argument
171 do_rescale_image_grid(SkCanvas* canvas, const char* imageFile, const SkIRect& srcRect, SkISize newSize, bool doSurface, bool doYUV420, SkString* errorMsg) do_rescale_image_grid() argument
/third_party/selinux/libsepol/cil/test/unit/
H A DCuTest.c80 void CuStringResize(CuString* str, int newSize) in CuStringResize() argument
/third_party/vk-gl-cts/framework/platform/lnx/
H A DtcuLnxVulkanPlatform.cpp83 void resize (const UVec2& newSize) in resize() argument
137 void resize (const UVec2& newSize) in resize() argument
189 void resize (const UVec2& newSize) in resize() argument
/third_party/vk-gl-cts/framework/platform/win32/
H A DtcuWin32VulkanPlatform.cpp66 void resize (const UVec2& newSize) in resize() argument
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DResourceMap.h174 size_t newSize = mFlatResourcesSize; in assign() local
/third_party/lzma/CPP/Common/
H A DMyVector.h89 void ChangeSize_KeepData(unsigned newSize) in ChangeSize_KeepData() argument
111 void ClearAndSetSize(unsigned newSize) in ClearAndSetSize() argument
206 const unsigned newSize = _size + size; in operator +=() local

Completed in 19 milliseconds

12345