HomeSort by relevance Sort by last modified time
    Searched full:grow (Results 351 - 375 of 489) sorted by null

<<11121314151617181920

  /sdk/emulator/qtools/
trace_reader.h 928 // Check if we need to grow the array
    [all...]
  /system/core/sh/
arith.c 711 /* YYMAXDEPTH -- maximum size the stacks can grow to (effective only
    [all...]
  /dalvik/libcore/xml/src/main/java/org/apache/xml/dtm/ref/sax2dtm/
SAX2DTM2.java 799 /** The max ancestors, but it can grow... */
1221 // The array for ancestor nodes. This array will grow dynamically.
    [all...]
  /dalvik/libcore/xml/src/main/java/org/apache/xml/serializer/
ToStream.java 3377 grow(); method
3469 private void grow() method in class:ToStream.BoolStack
    [all...]
  /external/icu4c/data/unidata/
CaseFolding.txt 19 # (where string lengths may grow). Note that where they can be supported, the
39 # F: full case folding, mappings that cause strings to grow in length. Multiple characters are separated by spaces.
    [all...]
  /external/libxml2/
xpointer.c 658 * grow the locTab if needed
    [all...]
c14n.c     [all...]
parserInternals.c 336 xmlGenericError(xmlGenericErrorContext, "Grow\n");
    [all...]
  /external/openssl/ssl/
s3_srvr.c     [all...]
  /external/srec/srec/crec/
srec.c     [all...]
  /external/webkit/WebCore/rendering/
RenderBlockLineLayout.cpp 132 lineMidpointState.midpoints.grow(lineMidpointState.numMidpoints + 10);
    [all...]
  /frameworks/base/core/java/android/database/sqlite/
SQLiteDatabase.java     [all...]
  /bionic/libc/bionic/
dlmalloc.c     [all...]
  /dalvik/libcore/luni/src/main/java/java/io/
ObjectOutputStream.java 372 // WARNING - if the stream does not grow, this code is wrong
    [all...]
  /external/emma/core/java12/com/vladium/emma/instr/
InstrVisitor.java     [all...]
  /external/guava/javadoc/com/google/common/primitives/
Chars.html 589 <DT><B>Parameters:</B><DD><CODE>array</CODE> - the source array<DD><CODE>minLength</CODE> - the minimum length the returned array must guarantee<DD><CODE>padding</CODE> - an extra amount to "grow" the array by if growth is
    [all...]
Floats.html 452 <DT><B>Parameters:</B><DD><CODE>array</CODE> - the source array<DD><CODE>minLength</CODE> - the minimum length the returned array must guarantee<DD><CODE>padding</CODE> - an extra amount to "grow" the array by if growth is
    [all...]
Ints.html 592 <DT><B>Parameters:</B><DD><CODE>array</CODE> - the source array<DD><CODE>minLength</CODE> - the minimum length the returned array must guarantee<DD><CODE>padding</CODE> - an extra amount to "grow" the array by if growth is
    [all...]
Longs.html 547 <DT><B>Parameters:</B><DD><CODE>array</CODE> - the source array<DD><CODE>minLength</CODE> - the minimum length the returned array must guarantee<DD><CODE>padding</CODE> - an extra amount to "grow" the array by if growth is
    [all...]
Shorts.html 589 <DT><B>Parameters:</B><DD><CODE>array</CODE> - the source array<DD><CODE>minLength</CODE> - the minimum length the returned array must guarantee<DD><CODE>padding</CODE> - an extra amount to "grow" the array by if growth is
    [all...]
  /external/icu4c/common/
ucase.c     [all...]
udata.c 346 * Grow using the append function to automatically extend buffer
    [all...]
  /external/icu4c/common/unicode/
utext.h     [all...]
  /external/opencore/doc/oscl_html/
classOsclMemPoolResizableAllocator.html 120 Create the memory pool allocator with resizing functionality. The size of the memory pool buffer needs to be passed-in. The maximum number of memory pool buffers, expected number of blocks in a memory pool buffer, and outside allocator are optional. This API throws an exception when the memory allocation for the pool buffer fails. If memory pool buffer number limit parameter is not set, the assumption is that there is no limit and memory pool will grow as needed. If the expected number of blocks is not set or not known, the memory pool will use a default value to 10 to allocate extra memory for the block info header.
    [all...]
  /external/opencore/pvmi/media_io/pvmiofileoutput/src/
pvmi_media_io_fileoutput.cpp 780 //of queued messages. otherwise the queue may grow without
    [all...]

Completed in 1829 milliseconds

<<11121314151617181920