/external/v8/src/ |
utils.h | 541 Grow(1); 555 Grow(size); 573 Grow(source.length()); 626 void Grow(int min_capacity) {
|
/external/valgrind/main/coregrind/ |
link_tool_exe_darwin.in | 61 # + data + bss can grow arbitrarily in future without colliding with
|
/frameworks/base/core/java/com/android/internal/util/ |
ArrayUtils.java | 27 * the most efficient increments by which to grow arrays.
|
/frameworks/base/docs/html/distribute/googleplay/spotlight/ |
index.jd | 29 The creators of Kuma The Bear, Japan-based <a href="https://play.google.com/store/apps/developer?id=COLOPL,+Inc." target="_android">Colopl</a>, talk about how Google Play and Android allowed them to grow their business to become one of the most profitable games publishers in APAC to date. </p>
|
/frameworks/base/docs/html/guide/topics/graphics/ |
view-animation.jd | 15 android.widget.TextView} object, you can move, rotate, grow, or shrink the text. If it has a
|
/frameworks/base/docs/html/ |
index.jd | 74 <p>The creators of Kuma The Bear, Japan-based Colopl, talk about how Google Play and Android allowed them to grow their business to become one of the most profitable games publishers in APAC to date. </p>
|
/frameworks/base/libs/hwui/ |
PathCache.h | 178 * Any texture added to the cache causing the cache to grow beyond the maximum
|
/frameworks/compile/mclinker/include/mcld/ADT/ |
HashBase.tcc | 212 // grow/rehash the table.
|
/libcore/luni/src/main/java/java/util/ |
Vector.java | 56 * it needs to grow to accommodate extra entries. If this value is zero or 373 grow(minimumCapacity > next ? minimumCapacity : next); 445 private void grow(int newCapacity) { method [all...] |
/packages/apps/UnifiedEmail/src/com/android/mail/lib/base/ |
CharEscaper.java | 196 * Helper method to grow the character buffer as needed, this only happens once in a while so it's
|
/packages/apps/UnifiedEmail/src/com/android/mail/ui/ |
AttachmentTileGrid.java | 119 // but that the tiles can (and likely will) grow larger.
|
/packages/apps/UnifiedEmail/src/com/google/android/mail/common/base/ |
CharEscaper.java | 197 * Helper method to grow the character buffer as needed, this only happens once in a while so it's
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/makedict/ |
Ver3DictEncoder.java | 87 // grow to any size.
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_iterlen.py | 172 self.assertEqual(len(it), n-1) # grow with append
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_iterlen.py | 172 self.assertEqual(len(it), n-1) # grow with append
|
/tools/external/fat32lib/src/main/java/de/waldheinz/fs/fat/ |
ClusterChain.java | 171 /* grow the chain */
|
/external/chromium/chrome/browser/ui/views/ |
browser_actions_container.h | 215 // 1) The container can never grow beyond the space needed to show all icons 223 // actions) we grow and shrink the container as needed - but ONLY if the 226 // that size when adding and removing icons and DON'T grow/shrink the container.
|
/external/chromium_org/chrome/browser/ui/cocoa/ |
browser_window_controller.h | 240 // Return the rect, in WebKit coordinates (flipped), of the window's grow box 471 // prefers to grow the window down, but will grow up if needed. Calls to this
|
/external/chromium_org/third_party/WebKit/Source/core/loader/ |
TextResourceDecoder.cpp | 468 m_buffer.grow(oldSize + len); 511 m_buffer.grow(oldSize + len); 641 m_buffer.grow(oldSize + len);
|
/external/chromium_org/third_party/codesighs/ |
msdump2symdb.c | 412 ERROR_REPORT(retval, dup, "Unable to grow object array."); 526 ERROR_REPORT(retval, inLine, "Unable to grow for new section."); 635 ERROR_REPORT(retval, inLine, "Unable to grow symbol array for section."); [all...] |
/external/chromium_org/third_party/freetype/src/pshinter/ |
pshrec.c | 72 /* try to grow the table */ 183 /* set a given bit, possibly grow the mask */ 441 /* if "count2" is greater than "count1", we need to grow the */
|
/external/chromium_org/third_party/icu/source/common/ |
usprep.cpp | 704 /* we do not have enough room so grow the buffer*/ 723 /* we do not have enough room so grow the buffer*/ 876 /* read the first 16 indexes (ICU 2.8/format version 3: _SPREP_INDEX_TOP==16, might grow) */
|
/external/chromium_org/third_party/icu/source/tools/toolutil/ |
swapimpl.cpp | 277 /* read the first 16 indexes (ICU 3.2/format version 1: UCASE_IX_TOP==16, might grow) */ 379 /* read the first 16 indexes (ICU 3.4/format version 1: UBIDI_IX_TOP==16, might grow) */ 484 /* read the first 32 indexes (ICU 2.8/format version 2.2: _NORM_INDEX_TOP==32, might grow) */
|
/external/chromium_org/v8/src/ |
store-buffer.cc | 154 size_t grow = old_limit_ - old_start_; // Double size. local 156 grow * kPointerSize, 158 old_limit_ += grow;
|
/external/e2fsprogs/misc/ |
mke2fs.8.in | 222 Reserve enough space so that the block group descriptor table can grow 524 Reserve space so the block group descriptor table may grow in the future. 530 filesystem may grow to 1024 times its initial size. This can be changed
|