Home
last modified time | relevance | path

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

1234567891011

/external/mesa3d/src/gfxstream/aemu/include/
DAlignedBuf.h78 void resize(size_t newSize) { resizeImpl(newSize); } in resize()
93 T* getNewBuffer(size_t newSize) { in getNewBuffer()
102 void resizeImpl(size_t newSize) { in resizeImpl()
/external/angle/src/common/
DMemoryBuffer.cpp40 bool MemoryBuffer::resize(size_t newSize) in resize()
83 bool MemoryBuffer::clearAndReserve(size_t newSize) in clearAndReserve()
89 bool MemoryBuffer::reserve(size_t newSize) in reserve()
/external/jazzer-api/src/main/java/com/code_intelligence/jazzer/mutation/mutator/libfuzzer/
DLibFuzzerMutator.java42 int newSize = defaultMutate(mutatedBytes, data.length); in mutateDefault() local
80 int newSize = Math.min(buffer.length, size + 1); in defaultMutateMock() local
/external/mobile-data-download/java/com/google/android/libraries/mobiledatadownload/internal/util/
DDownloadFutureMap.java76 default void onAdd(String key, int newSize) throws Exception {} in onAdd()
79 default void onRemove(String key, int newSize) throws Exception {} in onRemove()
/external/jazzer-api/src/main/java/com/code_intelligence/jazzer/mutation/mutator/proto/
DBuilderAdapters.java85 int newSize = originalSize + otherSize; in makeMutableRepeatedFieldView() local
119 int newSize = originalSize - (toIndex - fromIndex); in makeMutableRepeatedFieldView() local
/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.serialization/formats/json/jvmMain/src/kotlinx/serialization/json/internal/
DJsonToStringWriter.kt130 val newSize = oldSize + additional in ensureTotalCapacity() constant
DJvmJsonStreams.kt95 val newSize = oldSize + additional in ensureTotalCapacity() constant
/external/kotlinx.serialization/formats/json/commonMain/src/kotlinx/serialization/json/internal/
DJsonPath.kt135 val newSize = currentDepth * 2 in prettyString() constant
/external/libwebsockets/lib/core/
Dalloc.c48 TEE_Realloc(void *buffer, uint32_t newSize) in TEE_Realloc()
66 TEE_Realloc(void *buffer, uint32_t newSize) in TEE_Realloc()
/external/pytorch/c10/core/impl/
DSizesAndStrides.cpp6 const size_t newSize, in resizeSlowPath()
DSizesAndStrides.h247 void resize(size_t newSize) { in resize()
293 void resizeOutOfLineStorage(size_t newSize) { in resizeOutOfLineStorage()
/external/eigen/Eigen/src/Core/
DPermutationMatrix.h125 inline void resize(Index newSize) in resize()
140 void setIdentity(Index newSize) in setIdentity()
/external/lzma/CPP/Common/
DMyBuffer.h92 void ChangeSize_KeepData(size_t newSize, size_t keepSize) in ChangeSize_KeepData()
196 void Alloc(size_t newSize) in Alloc()
/external/lzma/CPP/7zip/Common/
DMultiOutStream.cpp283 HRESULT CMultiOutStream::CreateNewStream(UInt64 newSize) in CreateNewStream()
322 UInt64 newSize; in CreateStreams_If_Required() local
555 Z7_COM7F_IMF(CMultiOutStream::SetSize(UInt64 newSize)) in Z7_COM7F_IMF()
DOffsetStream.cpp34 Z7_COM7F_IMF(COffsetOutStream::SetSize(UInt64 newSize)) in Z7_COM7F_IMF()
/external/lzma/C/
D7zBuf2.c26 size_t newSize = p->pos + size; in DynBuf_Write() local
/external/openthread/src/core/common/
Dheap_string.cpp46 size_t newSize; in Set() local
/external/cronet/stable/third_party/icu/source/samples/layout/
Darraymem.h23 #define GROW_ARRAY(array,newSize) realloc((void *) (array), (newSize) * sizeof (array)[0]) argument
/external/cronet/tot/third_party/icu/source/samples/layout/
Darraymem.h23 #define GROW_ARRAY(array,newSize) realloc((void *) (array), (newSize) * sizeof (array)[0]) argument
/external/deqp/framework/platform/lnx/
DtcuLnxVulkanPlatform.cpp87 void resize(const UVec2 &newSize) in resize()
142 void resize(const UVec2 &newSize) in resize()
195 void resize(const UVec2 &newSize) in resize()
/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/intel-media-driver/media_driver/linux/common/os/
Dmos_commandbuffer_specific.cpp171 MOS_STATUS CommandBufferSpecific:: ReSize(uint32_t newSize) in ReSize()
/external/jazzer-api/src/main/native/com/code_intelligence/jazzer/driver/
Dfuzz_target_runner.cpp75 jint newSize = env.CallStaticLongMethod(gRunner, gMutateOneId, Data, jsize, in LLVMFuzzerCustomMutator() local
101 jint newSize = in LLVMFuzzerCustomCrossOver() local

1234567891011