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

1 2 3 45 6 7 8 91011>>

  /external/dropbear/libtommath/
bn_mp_add_d.c 25 /* grow c as required */
bn_mp_mul_2.c 23 /* grow to accomodate result */
bn_mp_sub_d.c 25 /* grow c as required */
  /external/icu4c/common/
ustr_wcs.cpp 107 /* we dont have enough room on the stack grow the buffer */
133 /* we dont have enough room on the stack grow the buffer */
355 /* we do not have enough room so grow the buffer*/
408 /* we do not have enough room so grow the buffer*/
  /external/oprofile/libdb/
db_insert.c 81 * grow the hashtable the most recently
  /external/srec/srec/Recognizer/include/
SR_RecognizerImpl.h 99 #define DEFAULT_WAVEFORM_BUFFER_MAX_SIZE 65 /* kBytes, will not grow */
100 #define DEFAULT_WAVEFORM_WINDBACK_FRAMES 50 /* will convert frames to bytes, will not grow */
107 WAVEFORM_BUFFERING_ON_CIRCULAR, /* buffer but, do not grow past a certain upper bound, just loop & overwrite */
136 /* write to buffer. will grow only if buffering state is set to allow it */
  /external/srec/srec/crec/
astar_pphash.h 32 * The FixedSizeHash is a hash that does not grow in size.
  /frameworks/base/media/mca/filterfw/native/core/
geometry.h 26 // likely to grow and become more sophisticated in the future.
  /frameworks/base/media/mca/filterpacks/native/base/
geometry.h 26 // likely to grow and become more sophisticated in the future.
  /frameworks/base/tests/HwAccelerationTest/res/layout/
view_layers_5.xml 50 android:text="Grow layer" />
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Misc/
FastQueue.cs 38 /** A queue that can dequeue and get(i) in O(1) and grow arbitrarily large.
44 * buffer will not grow too large.
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Misc/
FastQueue.cs 39 /** A queue that can dequeue and get(i) in O(1) and grow arbitrarily large.
45 * buffer will not grow too large.
  /external/apache-xml/src/main/java/org/apache/xml/utils/
BoolStack.java 92 grow(); method
184 private void grow() method in class:BoolStack
  /external/chromium/base/
stringprintf_unittest.cc 89 // Test very large sprintfs that will cause the buffer to grow.
90 TEST(StringPrintfTest, Grow) {
  /external/chromium/chrome/browser/notifications/
balloon_collection_impl.h 20 // Mac balloons grow from the top down and have close buttons on top, so
21 // offsetting is not necessary for easy multiple-closing. Other platforms grow
  /external/chromium_org/base/strings/
stringprintf_unittest.cc 102 // Test very large sprintfs that will cause the buffer to grow.
103 TEST(StringPrintfTest, Grow) {
  /external/chromium_org/third_party/icu/source/tools/toolutil/
package.h 170 * Grow itemMax to new value
175 * Grow itemMax to at least itemCount+1
  /external/chromium_org/third_party/mesa/src/src/egl/main/
eglarray.c 37 * Grow the size of the array.
51 _eglLog(_EGL_DEBUG, "failed to grow %s array to %d",
  /external/chromium_org/third_party/mesa/src/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/chromium_org/ui/app_list/cocoa/
item_drag_controller.mm 65 // Add a grow animation to the layer.
85 // If the grow animation is still in progress, make the point of the image
  /external/chromium_org/v8/test/cctest/
test-list.cc 58 // Add elements to the list to grow it to its capacity.
65 // Add an existing element, the backing store should have to grow.
  /external/clang/test/Misc/
warning-flags.c 19 The list of warnings below should NEVER grow. It should gradually shrink to 0.
159 The list of warnings in -Wpedantic should NEVER grow.
  /external/icu4c/tools/toolutil/
package.h 187 * Grow itemMax to new value
192 * Grow itemMax to at least itemCount+1
  /external/llvm/include/llvm/CodeGen/
VirtRegMap.h 88 void grow();
126 grow();

Completed in 793 milliseconds

1 2 3 45 6 7 8 91011>>