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

1 23 4 5 6 7 8 91011>>

  /external/antlr/antlr-3.4/runtime/ObjC/Framework/
FastQueue.m 34 /** A queue that can dequeue and get(i) in O(1) and grow arbitrarily large.
40 * buffer will not grow too large.
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/misc/
IntArrayList.java 61 grow(); method
75 protected void grow() { method in class:IntArrayList
  /external/chromium_org/third_party/sqlite/src/test/
tt3_checkpoint.c 34 ** The expectation is that in the first case the WAL file will grow very
135 test_error(&err, "WAL failed to grow - %d frames", ctx.nMaxFrame);
tkt-94c04eaadb.test 28 # Grow the file to larger than 4096MB (2^32 bytes)
  /external/llvm/include/llvm/ADT/
IndexedMap.h 14 // map. A member function grow() is provided that given the value of
65 void grow(IndexT n) { function in class:llvm::IndexedMap
  /external/llvm/lib/Support/
IntEqClasses.cpp 25 void IntEqClasses::grow(unsigned N) { function in class:IntEqClasses
26 assert(NumClasses == 0 && "grow() called after compress().");
  /tools/external/fat32lib/src/main/java/de/waldheinz/fs/fat/
ClusterChainDirectory.java 36 * care not to grow beyond this limit.
130 "directory would grow beyond " + MAX_SIZE + " bytes",
DirectoryFullException.java 61 * Returns the capacity the directory tried to grow, which did not succeed.
  /external/chromium_org/chrome/browser/resources/net_internals/
status_view.html 9 <span style='-webkit-flex-grow: 1'>
top_bar_view.html 61 <div style="-webkit-flex-grow: 1">
  /external/chromium_org/ppapi/api/private/
ppb_tcp_server_socket_private.idl 34 * grow. |callback| is invoked when |tcp_server_socket| is ready to
  /external/chromium_org/third_party/WebKit/Source/modules/websockets/
WebSocketDeflater.cpp 93 m_buffer.grow(writePosition + maxLength);
116 m_buffer.grow(writePosition + bufferIncrementUnit);
179 m_buffer.grow(writePosition + bufferIncrementUnit);
211 m_buffer.grow(writePosition + bufferIncrementUnit);
  /external/dropbear/libtommath/
bn_mp_grow.c 18 /* grow as required */
bn_mp_lshd.c 28 /* grow to fit the new digits */
  /external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/heightmap/
HillHeightMap.java 61 * the number of hills to grow
101 * the number of hills to grow
210 * Sets the number of hills to grow. More hills usually mean a nicer
214 * the number of hills to grow
  /external/sfntly/cpp/src/sfntly/data/
growable_memory_byte_array.cc 54 // Note: We grow one byte more than Java version. VC debuggers shows
growable_memory_byte_array.h 25 // std::vector inside and let it grow by calling resize().
  /frameworks/support/v7/appcompat/res/values/
config.xml 26 maximum (let them grow as large as the screen). Actual values are
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_fnmatch.py 58 # check that caches do not grow too large
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_fnmatch.py 58 # check that caches do not grow too large
  /external/chromium_org/third_party/WebKit/Source/core/platform/text/
LineEnding.cpp 84 m_buffer.grow(oldSize + size);
175 // Grow the result buffer.
178 result.grow(oldResultSize + newLen);
  /external/chromium_org/v8/src/
string-stream.h 44 virtual char* grow(unsigned* bytes) = 0;
53 char* grow(unsigned* bytes);
66 char* grow(unsigned* bytes);
  /external/chromium_org/v8/test/mjsunit/
array-store-and-grow.js 31 // to an array that grow it by a single element. Test functions are
178 // Grow the empty array with a double store.
190 // Verify that a grow store will deoptimize if the max gap (difference between
  /external/clang/lib/Sema/
TypeLocBuilder.h 62 grow(Requested);
132 /// Grow to the given capacity.
133 void grow(size_t NewCapacity);
  /external/v8/src/
string-stream.h 44 virtual char* grow(unsigned* bytes) = 0;
53 char* grow(unsigned* bytes);
66 char* grow(unsigned* bytes);

Completed in 543 milliseconds

1 23 4 5 6 7 8 91011>>