Home
last modified time | relevance | path

Searched defs:newSize (Results 76 - 100 of 119) sorted by relevance

12345

/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
/base/security/device_auth/common_lib/impl/src/
H A Dhc_parcel.c288 static uint32_t GetParcelIncreaseSize(HcParcel *parcel, uint32_t newSize) in GetParcelIncreaseSize() argument
312 uint32_t newSize = GetParcelIncreaseSize(parcel, parcel->endPos + dataSize); in ParcelWrite() local
/base/update/updater/services/diffpatch/diff/
H A Dblocks_diff.cpp277 int64_t newSize = static_cast<int64_t>(newInfo.length); in ComputeOldScore() local
222 WritePatchHeader(int64_t controlSize, int64_t diffDataSize, int64_t newSize, size_t &headerLen) WritePatchHeader() argument
250 WritePatchHeader(int64_t controlSize, int64_t diffDataSize, int64_t newSize, size_t &headerLen) WritePatchHeader() argument
/third_party/icu/icu4c/source/common/
H A Dubiditransform.cpp223 updateSrc(UBiDiTransform *pTransform, const UChar *newSrc, uint32_t newLength, uint32_t newSize, UErrorCode *pErrorCode) updateSrc() argument
/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
/third_party/jerryscript/tests/unit-core/
H A Dtest-internal-properties.cpp43 size_t newSize = size > JERRY_SCRIPT_MEM_SIZE ? JERRY_SCRIPT_MEM_SIZE : size; in context_alloc_fn() local
H A Dtest-api.cpp362 size_t newSize = size > JERRY_SCRIPT_MEM_SIZE ? JERRY_SCRIPT_MEM_SIZE : size; in context_alloc_fn() local
/third_party/node/deps/icu-small/source/common/
H A Dubiditransform.cpp223 updateSrc(UBiDiTransform *pTransform, const char16_t *newSrc, uint32_t newLength, uint32_t newSize, UErrorCode *pErrorCode) updateSrc() argument
/third_party/lzma/C/
H A DAlloc.c408 size_t newSize; in SzAlignedAlloc() local
479 size_t newSize; in AlignOffsetAlloc_Alloc() local
[all...]
/third_party/skia/src/gpu/
H A DGrBufferAllocPool.cpp373 void GrBufferAllocPool::resetCpuData(size_t newSize) { in resetCpuData() argument
/third_party/skia/third_party/externals/icu/source/common/
H A Dubiditransform.cpp223 updateSrc(UBiDiTransform *pTransform, const UChar *newSrc, uint32_t newLength, uint32_t newSize, UErrorCode *pErrorCode) updateSrc() argument
/third_party/vk-gl-cts/framework/platform/android/
H A DtcuAndroidPlatform.cpp234 void resize(const UVec2& newSize) in resize() argument
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_util/
H A DFindPreciseNodes.cpp46 void reduceChain(size_t newSize) in reduceChain() argument
/third_party/gptfdisk/
H A Dgpttext.cc161 int newSize; in ResizePartitionTable() local
/third_party/lzma/CPP/7zip/UI/Console/
H A DExtractCallbackConsole.cpp284 AskOverwrite(const wchar_t *existName, const FILETIME *existTime, const UInt64 *existSize, const wchar_t *newName, const FILETIME *newTime, const UInt64 *newSize, Int32 *answer) AskOverwrite() argument
/third_party/lzma/CPP/Windows/
H A DFileFind.cpp879 UINT32 newSize = GetLogicalDriveStrings(size, buf); in MyGetLogicalDriveStrings() local
902 UINT32 newSize = GetLogicalDriveStringsW(size, buf); in MyGetLogicalDriveStrings() local
[all...]
/third_party/node/deps/cares/src/lib/
H A Dares_sysconfig.c393 const size_t newSize = addressesSize + 4; in get_DNS_Windows() local
429 const size_t newSize = addressesSize + 4; in get_DNS_Windows() local
/third_party/mesa3d/src/mesa/vbo/
H A Dvbo_exec_api.c249 vbo_exec_wrap_upgrade_vertex(struct vbo_exec_context *exec, GLuint attr, GLuint newSize, GLenum newType) vbo_exec_wrap_upgrade_vertex() argument
418 vbo_exec_fixup_vertex(struct gl_context *ctx, GLuint attr, GLuint newSize, GLenum newType) vbo_exec_fixup_vertex() argument
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/null/
H A DContextNULL.cpp46 bool AllocationTrackerNULL::updateMemoryAllocation(size_t oldSize, size_t newSize) in updateMemoryAllocation() argument
/third_party/skia/src/codec/
H A DSkRawCodec.cpp197 size_t newSize; variable
271 size_t newSize; variable
285 bool bufferMoreData(size_t newSize) { in bufferMoreData() argument
[all...]
/third_party/vk-gl-cts/framework/delibs/decpp/
H A DdePoolArray.hpp250 inline void PoolArray<T, Alignment>::resize (deUintptr newSize) in resize() argument
274 inline void PoolArray<T, Alignment>::resize (deUintptr newSize, const T& value) in resize() argument
[all...]
/third_party/vk-gl-cts/modules/egl/
H A DteglResizeTests.cpp94 IVec2 newSize; member
/base/telephony/sms_mms/test/gtest/
H A Dzero_branch_sms_part_test.cpp753 size_t newSize = gsmSmsMessage->visibleMessageBody_.size(); in HWTEST_F() local
/third_party/lzma/CPP/7zip/UI/FileManager/
H A DExtractCallback.cpp192 AskOverwrite(const wchar_t *existName, const FILETIME *existTime, const UInt64 *existSize, const wchar_t *newName, const FILETIME *newTime, const UInt64 *newSize, Int32 *answer) AskOverwrite() argument

Completed in 27 milliseconds

12345