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

<<11121314151617181920

  /development/pdk/docs/source/
git-repo.jd 19 One of the challenges in setting up the Android project was figuring out how to best support the outside community--from the hobbiest community to large OEMs building mass-market consumer devices. We wanted components to be replaceable, and we wanted interesting components to be able to grow a life of their own outside of Android. We first chose a distributed revision control system, then further narrowed it down to Git.<br><h3>
  /external/bluetooth/glib/docs/reference/glib/
building.sgml 290 Grow an array from 7 bytes to 10 bytes, and the last 3 bytes will be cleared.
  /external/bluetooth/glib/gio/
gdatainputstream.c 1034 /* need to grow the buffer */
    [all...]
  /external/dnsmasq/src/
dnsmasq.h 20 /* Ensure we can use files >2GB (log files may grow this big) */
  /external/dropbear/libtommath/
tommath.h 214 /* grow an int to a given size */
  /external/e2fsprogs/misc/
tune2fs.8.in 438 Reserve space so the block group descriptor table may grow in the
  /external/elfutils/src/
ldlex.c 181 * and can realloc() it to grow it, and should free() it to
    [all...]
  /external/emma/core/java12/com/vladium/util/
SoftValueMap.java 474 // only grow in size
  /external/guava/src/com/google/common/primitives/
Chars.java 312 * @param padding an extra amount to "grow" the array by if growth is
Doubles.java 245 * @param padding an extra amount to "grow" the array by if growth is
Floats.java 242 * @param padding an extra amount to "grow" the array by if growth is
Ints.java 321 * @param padding an extra amount to "grow" the array by if growth is
Longs.java 298 * @param padding an extra amount to "grow" the array by if growth is
Shorts.java 312 * @param padding an extra amount to "grow" the array by if growth is
generate.sh 335 * @param padding an extra amount to "grow" the array by if growth is
  /external/icu4c/data/unidata/
changes.txt 104 Two other bit fields also grow to accommodate future growth:
  /external/icu4c/i18n/
ucol_sit.cpp 775 // will grow toward right or left
  /external/icu4c/samples/ustring/
ustring.cpp 489 // grow the string - it will not fit into the backing buffer any more
  /external/libpcap/
CHANGES 217 - Changed "pcap_lookupdev()" to dynamically grow the buffer into which
  /external/libxml2/
entities.c 528 * Macro used to grow the current buffer.
  /external/opencore/doc/oscl_html/
classOscl__Queue.html 243 creates a queue with n elements. The main reason for specifying n is efficiency. If you know the capacity to which your queue must grow, then it is more efficient to allocate the queue all at once rather than rely on the automatic reallocation scheme. </td></tr>
classOscl__Queue__Base.html 346 Reallocates memory if necessary to a capacity of n elements. The main reason for reserve is efficiency. If you know the capacity to which your vector must grow, then it is more efficient to allocate the vector all at once rather than rely on the automatic reallocation scheme. This also helps cotrol the invalidation of iterators. <dl compact><dt><b>Parameters: </b></dt><dd>
  /external/opencore/oscl/oscl/osclmemory/src/
oscl_mem_mempool.cpp 502 // Check if there is space to grow the buffer,
    [all...]
  /external/openssl/crypto/bn/
bn_lib.c 441 /* NB: bn_wexpand() calls this only if the BIGNUM really has to grow */
  /external/qemu/block/
qcow2-cluster.c 46 printf("grow l1_table from %d to %d\n", s->l1_size, new_l1_size);

Completed in 1421 milliseconds

<<11121314151617181920