Home
last modified time | relevance | path

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

12

/external/conscrypt/benchmark-base/src/main/java/org/conscrypt/
DBufferType.java28 ByteBuffer newBuffer(int size) { in newBuffer() method
34 ByteBuffer newBuffer(int size) { in newBuffer() method
39 abstract ByteBuffer newBuffer(int size); in newBuffer() method in BufferType
/external/conscrypt/openjdk/src/test/java/org/conscrypt/
DConscryptEngineTest.java56 ByteBuffer newBuffer(int size) { in BufferAllocator.unpooled() method
62 ByteBuffer newBuffer(int size) { in HEAP_NO_ALLOCATOR() method
68 ByteBuffer newBuffer(int size) { in DIRECT() method
73 abstract ByteBuffer newBuffer(int size); in newBuffer() method in ConscryptEngineTest.BufferType
/external/lzma/CPP/Common/
DMyBuffer.h77 T *newBuffer = NULL; in ChangeSize_KeepData() local
217 T *newBuffer = NULL; in SetSize() local
DDynamicBuffer.h28 T *newBuffer = new T[newCap]; in Grow() local
/external/webrtc/webrtc/modules/video_coding/
Dencoded_frame.cc214 uint8_t* newBuffer = new uint8_t[minimumSize]; in VerifyAndAllocate() local
/external/libvncserver/examples/
Drotatetemplate.c8 OUT_T* newBuffer = (OUT_T*)malloc(w * h * sizeof(OUT_T)); in FUNCTION() local
/external/icu/android_icu4j/src/main/java/android/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
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
DUVector64.java41 long[] newBuffer = new long[newCapacity]; in ensureAppendCapacity() local
DUVector32.java41 int[] newBuffer = new int[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
/external/r8/src/main/java/com/android/tools/r8/dex/
DDebugBytecodeWriter.java47 ByteBuffer newBuffer = ByteBuffer.allocate(buffer.capacity() * 2); in maybeGrow() local
DDexOutputBuffer.java30 ByteBuffer newBuffer = allocate(newSize); in ensureSpaceFor() local
/external/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
Dcollationiterator.cpp135 UnicodeString newBuffer; member in SkippedState
Ddigitlst.cpp934 decNumber *newBuffer = fStorage.resize(requestedCapacity, fStorage.getCapacity()); in ensureCapacity() local
/external/deqp/framework/delibs/decpp/
DdeArrayBuffer.hpp173 ArrayBuffer<T,Alignment,Stride> newBuffer(numElements); in setStorage() local
/external/webrtc/webrtc/modules/video_coding/codecs/i420/
Di420.cc62 uint8_t* newBuffer = new uint8_t[newSize]; in InitEncode() local
/external/eigen/Eigen/src/SparseCore/
DAmbiVector.h96 Scalar* newBuffer = new Scalar[allocSize]; in reallocateSparse() local
/external/skia/src/sksl/
DSkSLString.cpp49 auto newBuffer = std::unique_ptr<char[]>(new char[size + 1]); in vappendf() local
/external/icu/icu4c/source/common/
Dustr_wcs.cpp44 char *newBuffer=(char *)uprv_malloc(reqCapacity*size); in u_growAnyBufferFromStatic() local
/external/icu/android_icu4j/src/main/java/android/icu/text/
DStringSearch.java1853 PCEI[] newBuffer = new PCEI[buffer_.length + BUFFER_GROW]; in put() local
1890 RCEI[] newBuffer = new RCEI[buffer_.length + BUFFER_GROW]; in put() local
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/text/
DStringSearch.java1869 PCEI[] newBuffer = new PCEI[buffer_.length + BUFFER_GROW]; in put() local
1906 RCEI[] newBuffer = new RCEI[buffer_.length + BUFFER_GROW]; in put() local
/external/smali/smali/src/main/java/org/jf/smali/
DsmaliFlexLexer.java3174 char newBuffer[] = new char[zzBuffer.length*2]; in zzRefill() local

12