HomeSort by relevance Sort by last modified time
    Searched full:grow (Results 126 - 150 of 1221) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/mesa3d/src/egl/main/
eglarray.c 37 * Grow the size of the array.
51 _eglLog(_EGL_DEBUG, "failed to grow %s array to %d",
  /external/mesa3d/src/gallium/auxiliary/util/
u_bitmask.c 186 /* grow the bitmask if necessary */
207 /* grow the bitmask if necessary */
u_handle_table.c 177 /* grow the table if necessary */
207 /* grow the table if necessary */
  /external/qemu/android/utils/
lineinput.c 60 /* Grow the line buffer a bit */
211 * so grow its size and try again. */
  /external/v8/test/cctest/
test-list.cc 57 // Add elements to the list to grow it to its capacity.
64 // Add an existing element, the backing store should have to grow.
  /external/v8/test/mjsunit/
array-store-and-grow.js 29 // to an array that grow it by a single element. Test functions are
173 // Grow the empty array with a double store.
  /packages/apps/DeskClock/src/com/android/deskclock/widget/
EllipsizeLayout.java 25 * as Text1 and/or Text2 grow in width, both will consume more width until Text2 hits the end
26 * margin, then Text1 will cease to grow and instead shrink to accommodate any further growth in
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/detail/binary_heap_/
resize_policy.hpp 64 /// Next grow size.
233 << " grow = " << m_grow_size << std::endl;
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/detail/binary_heap_/
resize_policy.hpp 64 /// Next grow size.
233 << " grow = " << m_grow_size << std::endl;
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/pb_ds/detail/binary_heap_/
resize_policy.hpp 64 /// Next grow size.
233 << " grow = " << m_grow_size << std::endl;
  /tools/external/fat32lib/src/main/java/de/waldheinz/fs/fat/
FatFile.java 76 * {@link #write(long, java.nio.ByteBuffer) writing} to the file will grow
135 * {@link #setLength(long) grow} the file so that the data will fit.
  /external/chromium/third_party/libevent/
evport.c 46 * Helper functions are used: grow() grows the file descriptor array as
82 * grow the array of file descriptors, doubling its size.
235 grow(struct evport_data *epdp, int factor) function
415 * If necessary, grow the file descriptor info table
423 if (-1 == grow(evpd, factor)) {
  /external/chromium_org/third_party/libevent/
evport.c 46 * Helper functions are used: grow() grows the file descriptor array as
82 * grow the array of file descriptors, doubling its size.
235 grow(struct evport_data *epdp, int factor) function
415 * If necessary, grow the file descriptor info table
423 if (-1 == grow(evpd, factor)) {
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderDeprecatedFlexibleBox.cpp 494 // We have some flexible objects. See if we need to grow/shrink them at all.
499 // grow, then we go from the lowest flex group to the highest flex group. For shrinking,
509 // For a given pass, we always start off by computing the totalFlex of all objects that can grow/shrink at all, and
529 // If we just couldn't grow/shrink any more, then it's time to transition to the next flex group.
570 // We didn't find any children that could grow.
748 // We have some flexible objects. See if we need to grow/shrink them at all.
753 // grow, then we go from the lowest flex group to the highest flex group. For shrinking,
763 // For a given pass, we always start off by computing the totalFlex of all objects that can grow/shrink at all, an
    [all...]
  /external/llvm/include/llvm/ADT/
DenseMap.h 70 /// Grow the densemap so that it has at least Size buckets. Does not shrink
73 grow(Size);
386 void grow(unsigned AtLeast) { function in class:llvm::DenseMapBase
387 static_cast<DerivedT *>(this)->grow(AtLeast);
426 // grow the table.
436 this->grow(NumBuckets * 2);
441 this->grow(NumBuckets * 2);
617 void grow(unsigned AtLeast) { function in class:llvm::DenseMap
846 void grow(unsigned AtLeast) { function in class:llvm::SmallDenseMap
    [all...]
SmallPtrSet.h 38 /// array, we grow into the 'large set' case. SmallSet should be used when the
128 /// Grow - Allocate a larger backing store for the buckets and move it over.
129 void Grow(unsigned NewSize);
  /external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
ChunkedIntArray.java 91 // Grow if needed
227 // Grow if needed
260 // Grow if needed
  /external/chromium_org/third_party/skia/src/core/
SkBitmapHeap.h 87 * case where we choose to allow the heap to grow indefinitely (i.e. UNLIMITED_SIZE) we
92 * not a hard limit as it can grow larger if the number of bitmaps in the heap with active
110 * by our LRU implementation we can guarantee that the heap will never grow beyond this size.
  /external/skia/src/core/
SkBitmapHeap.h 87 * case where we choose to allow the heap to grow indefinitely (i.e. UNLIMITED_SIZE) we
92 * not a hard limit as it can grow larger if the number of bitmaps in the heap with active
110 * by our LRU implementation we can guarantee that the heap will never grow beyond this size.
  /frameworks/support/v7/gridlayout/res/values/
attrs.xml 156 <!-- Grow the vertical size of the object if needed so it completely fills its container. -->
160 <!-- Grow the horizontal size of the object if needed so it completely fills its container. -->
164 <!-- Grow the horizontal and vertical size of the object if needed so it completely fills its container. -->
  /sdk/testapps/gridlayoutTest/v7-gridlayout/res/values/
attrs.xml 167 <!-- Grow the vertical size of the object if needed so it completely fills its container. -->
171 <!-- Grow the horizontal size of the object if needed so it completely fills its container. -->
175 <!-- Grow the horizontal and vertical size of the object if needed so it completely fills its container. -->
  /art/compiler/dex/
growable_array.h 92 // If it's a small list double the size, else grow 1.5x.
  /bionic/libc/arch-arm/include/machine/
setjmp.h 67 * 30 reserved reserved entries (room to grow)
  /development/ndk/platforms/android-3/arch-arm/include/machine/
setjmp.h 67 * 30 reserved reserved entries (room to grow)
  /external/antlr/antlr-3.4/runtime/C/include/
antlr3bitset.h 98 void (*grow) (struct ANTLR3_BITSET_struct * bitset, ANTLR3_INT32 newSize); member in struct:ANTLR3_BITSET_struct

Completed in 584 milliseconds

1 2 3 4 56 7 8 91011>>