HomeSort by relevance Sort by last modified time
    Searched full:grow (Results 226 - 250 of 1221) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
GestureToolTip.java 148 // label will grow but not shrink.
150 // labels don't grow when they should. Re-enable when we drop 3.5 support.
  /system/core/sh/
memalloc.c 198 * this block. Growstackblock will grow this space by at least one byte,
264 * someone else to use the stack temporarily and then continue to grow
  /art/runtime/gc/
heap.h 188 // Removes the growth limit on the alloc space so it may grow to its maximum capacity. Used to
445 mirror::Object* TryToAllocate(Thread* self, space::AllocSpace* space, size_t alloc_size, bool grow,
451 mirror::Object* TryToAllocate(Thread* self, space::DlMallocSpace* space, size_t alloc_size, bool grow,
456 bool IsOutOfMemoryOnAllocation(size_t alloc_size, bool grow);
552 // If we ignore the max footprint it lets the heap grow until it hits the heap capacity, this is
696 // The ideal maximum free size, when we grow the heap for utilization.
  /external/chromium/chrome/browser/ui/cocoa/
browser_window_controller_unittest.mm 226 // should still change, but it should not grow down below the work area; it
262 // the workarea. The window should grow down until it hits the bottom and
263 // then continue to grow up. Then shrink it, and it should return to where it
278 // Inset the window slightly from the workarea. It should not grow to be
292 // Place the window at the bottom of the screen and grow; it should grow
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/testdata/
mock_attrs.xml 69 <!-- Grow the vertical size of the object if needed so it completely fills its container. -->
73 <!-- Grow the horizontal size of the object if needed so it completely fills its container. -->
77 <!-- Grow the horizontal and vertical size of the object if needed so it completely fills its container. -->
95 <!-- Grow the vertical size of the object if needed so it completely fills its container. -->
99 <!-- Grow the horizontal size of the object if needed so it completely fills its container. -->
103 <!-- Grow the horizontal and vertical size of the object if needed so it completely fills its container. -->
  /libcore/luni/src/test/java/tests/api/java/util/
VectorTest.java 93 Vector grow = new Vector(3, -1); local
94 grow.addElement("one");
95 grow.addElement("two");
96 grow.addElement("three");
97 grow.addElement("four");
98 assertEquals("Wrong size", 4, grow.size());
99 assertEquals("Wrong capacity", 6, grow.capacity());
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderGrid.cpp 201 // FIXME: We could just insert the new child provided we had a primitive to arbitrarily grow the grid.
383 // 4. Grow all Grid tracks having a fraction as the MaxTrackSizingFunction.
663 m_grid[row].grow(oldColumnSize + 1);
666 m_grid.grow(oldRowSize + 1);
667 m_grid[oldRowSize].grow(m_grid[0].size());
751 // this case as the auto-placement algorithm will grow the grid as needed.
758 m_grid.grow(maximumRowIndex);
760 m_grid[i].grow(maximumColumnIndex);
    [all...]
  /external/chromium_org/third_party/codesighs/
msmap2tsv.c 484 ** Could be time to grow the symbol pool.
498 ERROR_REPORT(retval, inDBName, "Unable to grow symbol DB symbol array.");
519 ERROR_REPORT(retval, symbol, "Unable to grow symbol DB for symbol.");
565 ERROR_REPORT(retval, section, "Unable to grow symbol sections for symbol DB.");
605 ERROR_REPORT(retval, length, "Unable to grow symbol section sizes for symbol DB.");
636 ERROR_REPORT(retval, object, "Unable to grow symbol section size objects for symbol DB.");
    [all...]
  /dalvik/vm/alloc/
Heap.cpp 164 /* Do a full garbage collection, which may grow the
192 // Maybe we grow the heap in bigger leaps
233 //TODO: may want to grow a little bit more so that the amount of free
236 LOGI_HEAP("Grow heap (frag case) to "
626 * it just lets the heap grow more when necessary.
  /external/chromium_org/third_party/icu/source/common/
uhash.h 66 * premium, the table can be set to both grow and shrink by calling
69 * that does not grow at all, the constant U_FIXED can be used.
142 U_GROW, /* Grow on demand, do not shrink */
143 U_GROW_AND_SHRINK, /* Grow and shrink on demand */
314 * By default, tables grow but do not shrink (policy U_GROW).
uidna.cpp 255 // we do not have enough room so grow the buffer
340 /* we do not have enough room so grow the buffer*/
460 /* we do not have enough room so grow the buffer*/
500 /* we do not have enough room so grow the buffer*/
518 /* we do not have enough room so grow the buffer*/
  /external/chromium_org/v8/src/
string-stream.cc 56 // reaching a difference of 2 we need to grow the buffer.
59 char* new_buffer = allocator_->grow(&new_capacity);
563 char* HeapStringAllocator::grow(unsigned* bytes) { function in class:v8::HeapStringAllocator
581 // Only grow once to the maximum allowable size.
582 char* NoAllocationStringAllocator::grow(unsigned* bytes) { function in class:v8::NoAllocationStringAllocator
  /external/icu4c/common/
uhash.h 68 * premium, the table can be set to both grow and shrink by calling
71 * that does not grow at all, the constant U_FIXED can be used.
122 U_GROW, /* Grow on demand, do not shrink */
123 U_GROW_AND_SHRINK, /* Grow and shrink on demand */
294 * By default, tables grow but do not shrink (policy U_GROW).
uidna.cpp 255 // we do not have enough room so grow the buffer
340 /* we do not have enough room so grow the buffer*/
460 /* we do not have enough room so grow the buffer*/
500 /* we do not have enough room so grow the buffer*/
518 /* we do not have enough room so grow the buffer*/
  /external/llvm/include/llvm/ADT/
BitVector.h 209 /// resize - Grow or shrink the bitvector.
213 grow(N);
232 grow(N);
450 // Grow the bitvector to have enough elements.
547 void grow(unsigned NewSize) {
  /external/v8/src/
string-stream.cc 58 // reaching a difference of 2 we need to grow the buffer.
61 char* new_buffer = allocator_->grow(&new_capacity);
563 char* HeapStringAllocator::grow(unsigned* bytes) { function in class:v8::HeapStringAllocator
581 // Only grow once to the maximum allowable size.
582 char* NoAllocationStringAllocator::grow(unsigned* bytes) { function in class:v8::NoAllocationStringAllocator
  /packages/apps/DeskClock/src/com/android/deskclock/
Utils.java 306 AnimatorSet grow = new AnimatorSet(); grow.play(xGrow).with(yGrow); local
317 s.play(grow.setDuration(SLIDE_TIME/2)).after(shrink);
325 grow.setDuration(FADE_TIME).setInterpolator(decel);
332 s.play(grow).after(FADE_TIME);
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/misc/
BitSet.java 84 /** or this element into this set (grow as necessary to accommodate) */
181 if (n >= bits.length) { // grow as necessary to accommodate
384 // If this is smaller than a, grow this first
  /external/apache-xml/src/main/java/org/apache/xpath/compiler/
Lexer.java 116 // This needs to grow too. Use a conservative estimate that the OpMapVector
118 // maximum of MAXTOKENQUEUESIZE*5. If the OpMapVector needs to grow, grow
  /external/chromium_org/chrome/browser/ui/views/toolbar/
browser_actions_container.h 67 // 1) The container can never grow beyond the space needed to show all icons
75 // actions) we grow and shrink the container as needed - but ONLY if the
78 // that size when adding and removing icons and DON'T grow/shrink the container.
  /external/chromium_org/third_party/WebKit/Source/core/css/
CSSPropertyNames.in 308 flex-grow
309 -webkit-flex-grow alias_for=flex-grow
  /external/chromium_org/third_party/WebKit/Source/core/fetch/
TextResourceDecoder.cpp 244 m_buffer.grow(oldSize + len);
287 m_buffer.grow(oldSize + len);
387 m_buffer.grow(oldSize + len);
  /external/chromium_org/ui/views/corewm/
window_animations.cc 330 aura::Window* window, bool grow) {
341 scale_about_pivot->SetReversed(grow);
348 transition->set_tween_type(grow ? gfx::Tween::EASE_OUT : gfx::Tween::EASE_IN);
  /external/icu4c/layout/
LEGlyphStorage.cpp 570 // Could not grow the glyph array
577 // Could not grow the glyph array
585 // could not grow the aux data array
  /external/llvm/lib/CodeGen/
MachineRegisterInfo.cpp 72 // Stop early if there is no room to grow.
108 VRegInfo.grow(Reg);
110 RegAllocHints.grow(Reg);

Completed in 1032 milliseconds

1 2 3 4 5 6 7 8 91011>>