Home
last modified time | relevance | path

Searched refs:Grow (Results 1 – 13 of 13) sorted by relevance

/external/chromium/googleurl/src/
Durl_canon.h124 if (!Grow(1)) in push_back()
135 if (!Grow(cur_len_ + str_len - buffer_len_)) in Append()
146 bool Grow(int min_additional) { in Grow() function
/external/v8/src/
Dspaces.cc1100 void NewSpace::Grow() { in Grow() function in v8::internal::NewSpace
1102 if (to_space_.Grow()) { in Grow()
1104 if (!from_space_.Grow()) { in Grow()
1257 bool SemiSpace::Grow() { in Grow() function in v8::internal::SemiSpace
Dspaces.h1118 bool Grow();
1279 void Grow();
Dheap.cc767 new_space_.Grow(); in Scavenge()
/external/astl/include/
Dvector466 // Grow the capacity. Use exponential until kExponentialLimit then
/external/bluetooth/glib/docs/reference/glib/
Dbuilding.sgml290 Grow an array from 7 bytes to 10 bytes, and the last 3 bytes will be cleared.
/external/chromium/base/
Dstring_util_unittest.cc912 TEST(StringUtilTest, Grow) { in TEST() argument
/external/qemu/distrib/sdl-1.2.12/src/video/quartz/
DSDL_QuartzVideo.m289 /* Grow the list and add mode to the list */
/external/bouncycastle/patches/
Dandroid.patch118 + // Grow rest.
1142 + // Grow rest.
/external/webkit/JavaScriptCore/
DChangeLog-2009-06-1630360 (JSC::StructureID::growPropertyStorageCapacity): Grow the storage capacity as
37123Grow the JITCodeBuffer's underlying buffer when we run out of space rather than just bailing out.
/external/webkit/WebCore/
DChangeLog-2003-10-2517148 … (QStringData::increaseAsciiSize): Grow faster when we get to larger sizes where the "good size"
/external/webkit/WebKit/mac/
DChangeLog-2007-10-14578 3) Grow the default to DocumentBrowser if a navigation takes
/external/sqlite/dist/
Dsqlite3.c.orig36336 /* Grow the Pager.aSavepoint array using realloc(). Return SQLITE_NOMEM
86375 /* Grow the sqlite3.aVTrans array if required */