Home
last modified time | relevance | path

Searched defs:newBuffer (Results 1 – 25 of 37) sorted by relevance

12

/third_party/lzma/CPP/Common/
DMyBuffer.h90 T *newBuffer = NULL; in ChangeSize_KeepData() local
256 T *newBuffer = NULL; in SetSize() local
DDynamicBuffer.h32 T *newBuffer = new T[newCap]; in Grow() local
/third_party/skia/src/gpu/
DGrStagingBufferManager.cpp32 sk_sp<GrGpuBuffer> newBuffer = resourceProvider->createBuffer( in allocateStagingBufferSlice() local
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DResourceManager_unittest.cpp60 BufferID newBuffer = mBufferManager->createBuffer(); in TEST_F() local
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/coll/
DUVector32.java45 int[] newBuffer = new int[newCapacity]; in ensureAppendCapacity() local
DUVector64.java45 long[] newBuffer = new long[newCapacity]; in ensureAppendCapacity() local
DCollationIterator.java58 long[] newBuffer = new long[capacity]; in ensureAppendCapacity() local
164 private final StringBuilder newBuffer = new StringBuilder(); field in CollationIterator.SkippedState
/third_party/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
DUVector32.java41 int[] newBuffer = new int[newCapacity]; in ensureAppendCapacity() local
DUVector64.java41 long[] newBuffer = new long[newCapacity]; in ensureAppendCapacity() local
DCollationIterator.java56 long[] newBuffer = new long[capacity]; in ensureAppendCapacity() local
162 private final StringBuilder newBuffer = new StringBuilder(); field in CollationIterator.SkippedState
/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/
DStagingDescriptorAllocatorD3D12.cpp82 NonShaderVisibleBuffer newBuffer; in AllocateCPUHeap() local
/third_party/skia/third_party/externals/icu/source/i18n/
Ducoleitr.cpp94 RCEI *newBuffer = NEW_ARRAY(RCEI, bufferSize + BUFFER_GROW); in put() local
156 PCEI *newBuffer = NEW_ARRAY(PCEI, bufferSize + BUFFER_GROW); in put() local
/third_party/node/deps/icu-small/source/i18n/
Ducoleitr.cpp94 RCEI *newBuffer = NEW_ARRAY(RCEI, bufferSize + BUFFER_GROW); in put() local
156 PCEI *newBuffer = NEW_ARRAY(PCEI, bufferSize + BUFFER_GROW); in put() local
Dcollationiterator.cpp135 UnicodeString newBuffer; member in SkippedState
/third_party/icu/icu4c/source/i18n/
Ducoleitr.cpp94 RCEI *newBuffer = NEW_ARRAY(RCEI, bufferSize + BUFFER_GROW); in put() local
156 PCEI *newBuffer = NEW_ARRAY(PCEI, bufferSize + BUFFER_GROW); in put() local
/third_party/vk-gl-cts/framework/delibs/decpp/
DdeArrayBuffer.hpp173 ArrayBuffer<T,Alignment,Stride> newBuffer(numElements); in setStorage() local
/third_party/node/test/node-api/test_buffer/
Dtest_buffer.c25 static napi_value newBuffer(napi_env env, napi_callback_info info) { in newBuffer() function
/third_party/skia/src/sksl/
DSkSLString.cpp45 auto newBuffer = std::unique_ptr<char[]>(new char[size + 1]); in vappendf() local
/third_party/node/deps/icu-small/source/common/
Dustr_wcs.cpp44 char *newBuffer=(char *)uprv_malloc(reqCapacity*size); in u_growAnyBufferFromStatic() local
/third_party/skia/third_party/externals/icu/source/common/
Dustr_wcs.cpp44 char *newBuffer=(char *)uprv_malloc(reqCapacity*size); in u_growAnyBufferFromStatic() local
/third_party/icu/icu4c/source/common/
Dustr_wcs.cpp44 char *newBuffer=(char *)uprv_malloc(reqCapacity*size); in u_growAnyBufferFromStatic() local
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/
DIndexDataManager.cpp273 StreamingBuffer newBuffer(new StreamingIndexBufferInterface(mFactory)); in getStreamingIndexBuffer() local
/third_party/jerryscript/jerry-core/jmem/
Djmem-heap.c550 void *newBuffer = jmem_heap_alloc_block(new_size); in jmem_heap_realloc_block() local
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
DStringSearch.java1855 PCEI[] newBuffer = new PCEI[buffer_.length + BUFFER_GROW]; in put() local
1892 RCEI[] newBuffer = new RCEI[buffer_.length + BUFFER_GROW]; in put() local
/third_party/icu/icu4j/main/classes/collate/src/com/ibm/icu/text/
DStringSearch.java1868 PCEI[] newBuffer = new PCEI[buffer_.length + BUFFER_GROW]; in put() local
1905 RCEI[] newBuffer = new RCEI[buffer_.length + BUFFER_GROW]; in put() local

12