/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 475 // prefers to grow the window down, but will grow up if needed. Calls to this
|
/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
|
/external/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/icu4c/common/ |
usprep.cpp | 701 /* we do not have enough room so grow the buffer*/ 720 /* we do not have enough room so grow the buffer*/ 873 /* read the first 16 indexes (ICU 2.8/format version 3: _SPREP_INDEX_TOP==16, might grow) */
|
/external/icu4c/tools/toolutil/ |
swapimpl.cpp | 363 /* read the first 16 indexes (ICU 3.2/format version 1: UCASE_IX_TOP==16, might grow) */ 465 /* read the first 16 indexes (ICU 3.4/format version 1: UBIDI_IX_TOP==16, might grow) */ 570 /* read the first 32 indexes (ICU 2.8/format version 2.2: _NORM_INDEX_TOP==32, might grow) */
|
/external/v8/src/ |
store-buffer.cc | 173 size_t grow = old_limit_ - old_start_; // Double size. local 175 grow * kPointerSize, 177 old_limit_ += grow;
|
/frameworks/base/core/java/android/view/ |
Gravity.java | 57 /** Grow the vertical size of the object if needed so it completely fills 64 /** Grow the horizontal size of the object if needed so it completely fills 72 /** Grow the horizontal and vertical size of the object if needed so it
|
/frameworks/base/core/java/android/widget/ |
TableLayout.java | 491 // the array is reused for each layout operation; the array can grow 493 // this behavior avoids to unnecessary grow the array after the first 521 // we just grow the array and copy the values
|
/libcore/luni/src/main/java/java/util/concurrent/ |
Exchanger.java | 111 * will on average grow under contention and shrink under lack of 164 * that can induce unproductive grow/shrink cycles. (Using a 411 i = m + 1; // grow
|
/external/elfutils/libcpu/ |
i386_lex.c | 238 * and can realloc() it to grow it, and should free() it to 1165 { /* Not enough room in the buffer - grow it. */ [all...] |