Home
last modified time | relevance | path

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

1234567

/external/apache-commons-compress/src/main/java/org/apache/commons/compress/utils/
DSeekableInMemoryByteChannel.java98 public SeekableByteChannel truncate(long newSize) { in truncate()
139 int newSize = position + wanted; in write() local
/external/kotlinx.coroutines/kotlinx-coroutines-core/native/src/internal/
DCopyOnWriteList.kt14 val newSize = if (_size == array.size) array.size * 2 else array.size in add() constant
/external/deqp/framework/platform/lnx/
DtcuLnxVulkanPlatform.cpp72 void resize (const UVec2& newSize) in resize()
120 void resize (const UVec2& newSize) in resize()
166 void resize (const UVec2& newSize) in resize()
/external/lzma/CPP/Common/
DMyBuffer.h76 void ChangeSize_KeepData(size_t newSize, size_t keepSize) in ChangeSize_KeepData()
158 void Alloc(size_t newSize) in Alloc()
/external/libwebsockets/lib/core/
Dalloc.c24 TEE_Realloc(void *buffer, uint32_t newSize) in TEE_Realloc()
42 TEE_Realloc(void *buffer, uint32_t newSize) in TEE_Realloc()
/external/angle/src/libANGLE/renderer/d3d/d3d11/winrt/
DSwapChainPanelNativeWindow.h76 ABI::Windows::Foundation::Size newSize; in IFACEMETHOD() local
/external/eigen/Eigen/src/Core/
DPermutationMatrix.h136 inline void resize(Index newSize) in resize()
151 void setIdentity(Index newSize) in setIdentity()
DTranspositions.h74 inline void resize(Index newSize) in resize()
/external/lzma/C/
D7zBuf2.c26 size_t newSize = p->pos + size; in DynBuf_Write() local
/external/icu/icu4c/source/samples/layout/
Darraymem.h23 #define GROW_ARRAY(array,newSize) realloc((void *) (array), (newSize) * sizeof (array)[0]) argument
DFontTableCache.cpp79 le_int32 newSize = fTableCacheSize + TABLE_CACHE_GROW; in add() local
/external/lzma/CPP/7zip/Common/
DOffsetStream.cpp36 STDMETHODIMP COffsetOutStream::SetSize(UInt64 newSize) in SetSize()
/external/dng_sdk/source/
Ddng_string_list.cpp52 uint32 newSize = Max_uint32 (minSize, fAllocated * 2); in Allocate() local
/external/antlr/runtime/Java/src/main/java/org/antlr/runtime/misc/
DIntArray.java78 int newSize = data.length*2; in ensureCapacity() local
/external/llvm-project/lld/lib/Core/
DSymbolTable.cpp149 uint64_t newSize = newDef->sectionSize(); in addByName() local
155 uint64_t newSize = newDef->sectionSize(); in addByName() local
/external/icu/icu4c/source/test/letest/
Dletest.h40 #define GROW_ARRAY(array,newSize) realloc((void *) (array), (newSize) * sizeof (array)[0]) argument
DFontTableCache.cpp81 le_int32 newSize = fTableCacheSize + TABLE_CACHE_GROW; in add() local
/external/icu/icu4c/source/test/perf/leperf/
DFontTableCache.cpp83 le_int32 newSize = fTableCacheSize + TABLE_CACHE_GROW; in add() local
/external/conscrypt/repackaged/common/src/main/java/com/android/org/conscrypt/
DOpenSSLAeadCipher.java409 int newSize = aad.length + inputLen; in engineUpdateAAD() local
425 int newSize = aad.length + buf.remaining(); in engineUpdateAAD() local
/external/conscrypt/common/src/main/java/org/conscrypt/
DOpenSSLAeadCipher.java406 int newSize = aad.length + inputLen; in engineUpdateAAD() local
422 int newSize = aad.length + buf.remaining(); in engineUpdateAAD() local
/external/deqp/framework/opengl/
DgluObjectWrapper.cpp101 void ObjectVector::resize (size_t newSize) in resize()
/external/angle/src/common/
DFastVector.h427 size_type newSize = std::max(mReservedSize, N); in ensure_capacity() local
606 ANGLE_INLINE void reserve(size_t newSize) in reserve()
682 ANGLE_INLINE void reserve(size_t newSize) in reserve()
/external/oss-fuzz/projects/giflib/
Degif_fuzz_common.cc17 int newSize = (gud->gifLen + len) * 2; in stub_output_writer() local
/external/guava/guava/src/com/google/common/collect/
DAbstractMapBasedMultimap.java507 int newSize = delegate.size(); in addAll() local
558 int newSize = delegate.size(); in removeAll() local
571 int newSize = delegate.size(); in retainAll() local
604 int newSize = delegate.size(); in removeAll() local
761 int newSize = getDelegate().size(); in addAll() local
/external/guava/android/guava/src/com/google/common/collect/
DAbstractMapBasedMultimap.java500 int newSize = delegate.size(); in addAll() local
551 int newSize = delegate.size(); in removeAll() local
564 int newSize = delegate.size(); in retainAll() local
597 int newSize = delegate.size(); in removeAll() local
755 int newSize = getDelegate().size(); in addAll() local

1234567