/external/mesa3d/src/gfxstream/aemu/include/ |
D | AlignedBuf.h | 78 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/ |
D | MemoryBuffer.cpp | 40 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/ |
D | LibFuzzerMutator.java | 42 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/ |
D | DownloadFutureMap.java | 76 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/ |
D | BuilderAdapters.java | 85 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/ |
D | SeekableInMemoryByteChannel.java | 98 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/ |
D | JsonToStringWriter.kt | 130 val newSize = oldSize + additional in ensureTotalCapacity() constant
|
D | JvmJsonStreams.kt | 95 val newSize = oldSize + additional in ensureTotalCapacity() constant
|
/external/kotlinx.serialization/formats/json/commonMain/src/kotlinx/serialization/json/internal/ |
D | JsonPath.kt | 135 val newSize = currentDepth * 2 in prettyString() constant
|
/external/libwebsockets/lib/core/ |
D | alloc.c | 48 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/ |
D | SizesAndStrides.cpp | 6 const size_t newSize, in resizeSlowPath()
|
D | SizesAndStrides.h | 247 void resize(size_t newSize) { in resize() 293 void resizeOutOfLineStorage(size_t newSize) { in resizeOutOfLineStorage()
|
/external/eigen/Eigen/src/Core/ |
D | PermutationMatrix.h | 125 inline void resize(Index newSize) in resize() 140 void setIdentity(Index newSize) in setIdentity()
|
/external/lzma/CPP/Common/ |
D | MyBuffer.h | 92 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/ |
D | MultiOutStream.cpp | 283 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()
|
D | OffsetStream.cpp | 34 Z7_COM7F_IMF(COffsetOutStream::SetSize(UInt64 newSize)) in Z7_COM7F_IMF()
|
/external/lzma/C/ |
D | 7zBuf2.c | 26 size_t newSize = p->pos + size; in DynBuf_Write() local
|
/external/openthread/src/core/common/ |
D | heap_string.cpp | 46 size_t newSize; in Set() local
|
/external/cronet/stable/third_party/icu/source/samples/layout/ |
D | arraymem.h | 23 #define GROW_ARRAY(array,newSize) realloc((void *) (array), (newSize) * sizeof (array)[0]) argument
|
/external/cronet/tot/third_party/icu/source/samples/layout/ |
D | arraymem.h | 23 #define GROW_ARRAY(array,newSize) realloc((void *) (array), (newSize) * sizeof (array)[0]) argument
|
/external/deqp/framework/platform/lnx/ |
D | tcuLnxVulkanPlatform.cpp | 87 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/ |
D | dng_string_list.cpp | 52 uint32 newSize = Max_uint32 (minSize, fAllocated * 2); in Allocate() local
|
/external/antlr/runtime/Java/src/main/java/org/antlr/runtime/misc/ |
D | IntArray.java | 78 int newSize = data.length*2; in ensureCapacity() local
|
/external/intel-media-driver/media_driver/linux/common/os/ |
D | mos_commandbuffer_specific.cpp | 171 MOS_STATUS CommandBufferSpecific:: ReSize(uint32_t newSize) in ReSize()
|
/external/jazzer-api/src/main/native/com/code_intelligence/jazzer/driver/ |
D | fuzz_target_runner.cpp | 75 jint newSize = env.CallStaticLongMethod(gRunner, gMutateOneId, Data, jsize, in LLVMFuzzerCustomMutator() local 101 jint newSize = in LLVMFuzzerCustomCrossOver() local
|