HomeSort by relevance Sort by last modified time
    Searched full:grow (Results 76 - 100 of 1192) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/icu4c/layoutex/
plruns.cpp 269 * <code>RunArray::add(limit)</code> which will create or grow the arrays as needed.
276 * The new <code>add</code> method should first call this method to grow the font and limit indices
306 virtual void grow(le_int32 capacity);
377 void ULocRuns::grow(le_int32 capacity) function in class:ULocRuns
379 LocaleRuns::grow(capacity);
  /external/antlr/antlr-3.4/runtime/C/src/
antlr3bitset.c 56 static void grow (pANTLR3_BITSET bitset, ANTLR3_INT32 newSize);
129 bitset->grow = grow;
283 bitset->grow(bitset, count+1);
395 grow(pANTLR3_BITSET bitset, ANTLR3_INT32 newSize) function
431 bitset->grow(bitset, bl);
435 bitset->grow(bitset, nw);
  /external/bison/data/m4sugar/
m4sugar.m4     [all...]
  /frameworks/base/packages/Keyguard/res/values/
attrs.xml 36 <!-- Grow the vertical size of the object if needed so it completely fills its container. -->
40 <!-- Grow the horizontal size of the object if needed so it completely fills its container. -->
44 <!-- Grow the horizontal and vertical size of the object if needed so it completely fills its container. -->
  /external/bluetooth/bluedroid/btif/src/
btif_config.c 93 static inline short alloc_node(cfg_node* p, short grow);
356 static inline short alloc_node(cfg_node* p, short grow)
358 int new_bytes = p->bytes + grow;
359 if(grow > 0 && new_bytes < MAX_NODE_BYTES)
366 memset(value + old_bytes, 0, grow);
367 p->bytes = old_bytes + grow;
371 else bdle("realloc failed, old_bytes:%d, grow:%d, total:%d", p->bytes, grow, p->bytes + grow);
  /external/chromium_org/content/browser/loader/
redirect_to_file_resource_handler.h 86 // OnWillRead() call. We exponentially grow the size of the buffer allocated
  /external/chromium_org/net/disk_cache/v3/
block_bitmaps.h 56 // Attemp to grow this file. Fails if the file cannot be extended anymore.
  /external/chromium_org/net/tools/quic/
quic_spdy_client_stream.cc 34 // Grow the read buffer if necessary.
quic_spdy_server_stream.cc 33 // Grow the read buffer if necessary.
  /external/chromium_org/ppapi/c/private/
ppb_tcp_server_socket_private.h 55 * grow. |callback| is invoked when |tcp_server_socket| is ready to
  /external/chromium_org/sync/internal_api/public/
internal_components_factory.h 64 // to grow and shrink over time with transient features / experiments,
  /external/chromium_org/third_party/WebKit/Source/core/css/resolver/
MatchResult.cpp 48 matchedProperties.grow(matchedProperties.size() + 1);
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/mac/
ComplexTextControllerCoreText.mm 84 _fontDescriptors.grow(index + 1);
109 m_coreTextIndicesVector.grow(m_glyphCount);
116 m_glyphsVector.grow(m_glyphCount);
123 m_advancesVector.grow(m_glyphCount);
  /external/chromium_org/third_party/WebKit/Source/wtf/
ParallelJobs.h 80 m_parameters.grow(m_parallelEnvironment.numberOfJobs());
  /external/chromium_org/third_party/icu/source/common/
ustr_wcs.c 104 /* we dont have enough room on the stack grow the buffer */
126 /* we dont have enough room on the stack grow the buffer */
348 /* we do not have enough room so grow the buffer*/
401 /* we do not have enough room so grow the buffer*/
  /external/chromium_org/third_party/sqlite/src/test/
pcache2.test 51 # page cache usage does not grow to consume the page space set aside
  /external/chromium_org/ui/views/win/
fullscreen_handler.cc 73 // On expand, if we're given a window_rect, grow to it, otherwise do
  /external/chromium_org/v8/test/mjsunit/regress/
regress-crbug-162085.js 52 // Check storing objects using the double grow stub.
  /external/dropbear/libtommath/
bn_fast_s_mp_mul_high_digs.c 33 /* grow the destination as required */
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 */

Completed in 1124 milliseconds

1 2 34 5 6 7 8 91011>>