Home
last modified time | relevance | path

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

12

/external/jetty/src/java/org/eclipse/jetty/io/
DAbstractBuffers.java85 final protected Buffer newBuffer() in newBuffer() method in AbstractBuffers
105 final protected Buffer newBuffer(int size) in newBuffer() method in AbstractBuffers
/external/lzma/CPP/Common/
DMyBuffer.h75 T *newBuffer = NULL; in ChangeSize_KeepData() local
210 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.java43 int[] newBuffer = new int[newCapacity]; in ensureAppendCapacity() local
DUVector64.java43 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
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
DUVector32.java39 int[] newBuffer = new int[newCapacity]; in ensureAppendCapacity() local
DUVector64.java39 long[] newBuffer = new long[newCapacity]; in ensureAppendCapacity() local
DCollationIterator.java54 long[] newBuffer = new long[capacity]; in ensureAppendCapacity() local
160 private final StringBuilder newBuffer = new StringBuilder(); field in CollationIterator.SkippedState
/external/icu/icu4c/source/i18n/
Ducoleitr.cpp92 RCEI *newBuffer = NEW_ARRAY(RCEI, bufferSize + BUFFER_GROW); in put() local
154 PCEI *newBuffer = NEW_ARRAY(PCEI, bufferSize + BUFFER_GROW); in put() local
Dcollationiterator.cpp133 UnicodeString newBuffer; member in SkippedState
Ddigitlst.cpp910 decNumber *newBuffer = fStorage.resize(requestedCapacity, fStorage.getCapacity()); in ensureCapacity() local
Drulebasedcollator.cpp128 uint8_t *newBuffer = key_.reallocate(newCapacity, length); in Resize() 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.h92 Scalar* newBuffer = new Scalar[allocSize]; in reallocateSparse() local
/external/icu/icu4c/source/common/
Dustr_wcs.cpp42 char *newBuffer=(char *)uprv_malloc(reqCapacity*size); in u_growAnyBufferFromStatic() local
/external/mesa3d/src/mesa/main/
Dimports.c218 void *newBuffer = malloc(newSize); in _mesa_realloc() local
/external/icu/android_icu4j/src/main/java/android/icu/text/
DStringSearch.java1851 PCEI[] newBuffer = new PCEI[buffer_.length + BUFFER_GROW]; in put() local
1888 RCEI[] newBuffer = new RCEI[buffer_.length + BUFFER_GROW]; in put() local
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/text/
DStringSearch.java1867 PCEI[] newBuffer = new PCEI[buffer_.length + BUFFER_GROW]; in put() local
1904 RCEI[] newBuffer = new RCEI[buffer_.length + BUFFER_GROW]; in put() local
/external/smali/smali/src/main/java/org/jf/smali/
DsmaliFlexLexer.java3236 char newBuffer[] = new char[zzCurrentPos*2]; in zzRefill() local
/external/libunwind_llvm/src/
DUnwindCursor.hpp122 entry *newBuffer = (entry *)malloc(newSize * sizeof(entry)); in add() local
/external/robolectric/v3/libs/
Dvtd-xml-2.11.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/ximpleware/ com/ ...

12