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

1 2 3 4 5 6 7 891011>>

  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/pb_ds/detail/resize_policy/
sample_resize_trigger.hpp 126 /// Queries whether a grow is needed.
  /external/chromium_org/third_party/libxml/src/
parser.c     [all...]
  /external/libxml2/
parser.c     [all...]
  /dalvik/dx/tests/115-merge/com/android/dx/merge/
DexMergeTest.java 129 * output files. If those gaps grow too large, the merger is supposed to
135 * At the time this test was written, the output would grow ~25% with
  /external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
BitSet.as 79 /** or this element into this set (grow as necessary to accommodate) */
101 // If this is smaller than a, grow this first
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/
ANTLRBitSet.m 207 CFBitVectorSetCount(bitVector,maxBitCnt); // be sure to grow the CFBitVector manually!
217 // set a bit, grow the bit vector if necessary
  /external/bison/src/
muscle-tab.h 100 /* Grow KEY for the occurrence of the name USER_NAME at LOC appropriately for
182 /* Grow the muscle for the %code qualifier QUALIFIER appearing at
  /external/chromium_org/chrome/browser/notifications/
balloon_collection_impl.h 23 // Mac balloons grow from the top down and have close buttons on top, so
24 // offsetting is not necessary for easy multiple-closing. Other platforms grow
  /external/chromium_org/chrome/browser/ui/cocoa/bookmarks/
bookmark_bar_folder_controller.h 94 // YES if subfolders should grow to the right (the default).
95 // Direction switches if we'd grow off the screen.
  /external/chromium_org/dbus/
property_unittest.cc 193 // and should not grow to contain duplicate entries.
208 // and should not grow to contain duplicate entries.
  /external/chromium_org/third_party/angle_dx11/src/libEGL/
Surface.cpp 307 // Grow the buffer now, if the window has grown. We need to grow now to avoid losing information.
  /external/chromium_org/third_party/icu/source/common/
uvectr64.h 64 int32_t maxCapacity; // Limit beyond which capacity is not permitted to grow.
136 * elements for i >= newSize. If newSize is larger, grow the
  /external/chromium_org/ui/views/controls/
single_split_view_unittest.cc 82 // Grow the split view, leading view should grow.
  /external/chromium_org/v8/src/
list-inl.h 76 // Grow the list capacity by 100%, but make sure to let it grow
  /external/icu4c/common/
uvectr64.h 64 int32_t maxCapacity; // Limit beyond which capacity is not permitted to grow.
136 * elements for i >= newSize. If newSize is larger, grow the
  /external/smali/dexlib/src/main/java/org/jf/dexlib/Util/
SparseIntArray.java 130 // Log.e("SparseIntArray", "grow " + mKeys.length + " to " + n);
225 // Log.e("SparseIntArray", "grow " + mKeys.length + " to " + n);
  /external/v8/src/
list-inl.h 75 // Grow the list capacity by 100%, but make sure to let it grow
  /frameworks/base/core/java/android/util/
SparseBooleanArray.java 137 // Log.e("SparseBooleanArray", "grow " + mKeys.length + " to " + n);
243 // Log.e("SparseBooleanArray", "grow " + mKeys.length + " to " + n);
  /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 179 // FIXME: We could just insert the new child provided we had a primitive to arbitrarily grow the grid.
384 // 4. Grow all Grid tracks having a fraction as the MaxTrackSizingFunction.
664 m_grid[row].grow(oldColumnSize + 1);
667 m_grid.grow(oldRowSize + 1);
668 m_grid[oldRowSize].grow(m_grid[0].size());
748 // this case as the auto-placement algorithm will grow the grid as needed.
755 m_grid.grow(maximumRowIndex);
757 m_grid[i].grow(maximumColumnIndex);
    [all...]

Completed in 1889 milliseconds

1 2 3 4 5 6 7 891011>>