/external/v8/src/ |
regexp-macro-assembler.h | 214 // to grow the stack.
|
spaces.cc | [all...] |
/external/v8/test/mjsunit/ |
unbox-double-arrays.js | 359 // Cause the array to grow beyond it's JSArray length. This will double the
|
/external/valgrind/unittest/ |
linear_solver.h | 82 * This matrix can grow its "N" i.e. width
|
/frameworks/base/docs/html/guide/topics/manifest/ |
supports-gl-texture-element.jd | 66 The set of format strings may grow over time, as needed, and since the values
|
/frameworks/base/docs/html/guide/topics/resources/ |
drawable-resource.jd | 225 <td>Grow the vertical size of the object if needed so it completely fills its container. </td></tr> 229 <td>Grow the horizontal size of the object if needed so it completely fills its container. 235 <td>Grow the horizontal and vertical size of the object if needed so it completely fills its [all...] |
/frameworks/base/tests/AccessoryDisplay/common/src/com/android/accessorydisplay/common/ |
Transport.java | 299 buffer = mInputBufferPool.grow(buffer, length);
|
/libcore/luni/src/test/java/libcore/java/lang/ |
OldRuntimeTest.java | 38 // Heap might grow or do GC at any time,
|
/external/chromium_org/v8/src/arm/ |
stub-cache-arm.cc | 3413 Label miss_force_generic, transition_elements_kind, grow, slow; local 3568 Label miss_force_generic, transition_elements_kind, grow, slow; local [all...] |
/external/chromium_org/v8/src/mips/ |
stub-cache-mips.cc | 3490 Label miss_force_generic, transition_elements_kind, grow, slow; local 3651 Label miss_force_generic, transition_elements_kind, grow, slow; local [all...] |
/external/chromium_org/v8/src/x64/ |
stub-cache-x64.cc | 3260 Label miss_force_generic, transition_elements_kind, finish_store, grow; local 3399 Label grow, slow, check_capacity, restore_key_transition_elements_kind; local [all...] |
/external/v8/src/x64/ |
stub-cache-x64.cc | 3546 Label miss_force_generic, transition_elements_kind, finish_store, grow; local 3689 Label grow, slow, check_capacity; local [all...] |
/art/runtime/gc/ |
heap.cc | 813 inline bool Heap::IsOutOfMemoryOnAllocation(size_t alloc_size, bool grow) { 820 if (!grow) { [all...] |
/external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/ |
BitSet.js | 254 if (n >= this.bits.length) { // grow as necessary to accommodate 483 // If this is smaller than a, grow this first
|
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/ |
CompositeGrammar.java | 67 * This is a Vector instead of a List because I need to be able to grow 110 * collections stuff won't let me setSize and make it grow. :(
|
/external/bison/lib/ |
ebitset.c | 138 /* The bitset needs to grow. If we already have enough memory 144 grow the bitset 25% larger than requested to reduce
|
obstack.h | 28 small, and may grow to maturity. (Consider building a word syllable 58 names. As you read a symbol, grow the name in the obstack gradually.
|
vbitset.c | 71 /* The bitset needs to grow. If we already have enough memory 77 grow the bitset 25% larger than requested to reduce
|
/external/chromium_org/chrome/browser/ui/panels/ |
panel.cc | 681 // * cannot grow or shrink to go beyond [min_width, max_width] 689 // * cannot grow or shrink to go beyond [min_height, max_height]
|
/external/chromium_org/third_party/WebKit/Source/core/platform/graphics/ |
BitmapImage.cpp | 90 m_frames.grow(1); 158 m_frames.grow(numFrames);
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/ |
TextAutosizer.cpp | 652 groups.grow(1); 664 groups.grow(groups.size() + 1);
|
/external/chromium_org/third_party/libxml/src/include/libxml/ |
tree.h | 74 XML_BUFFER_ALLOC_DOUBLEIT, /* double each time one need to grow */ 75 XML_BUFFER_ALLOC_EXACT, /* grow only to the minimal size */ [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/winsys/radeon/drm/ |
radeon_drm_bo.c | 328 /* Grow upper hole if it's adjacent */ 343 /* Grow lower hole if it's adjacent */
|
/external/chromium_org/third_party/tcmalloc/chromium/src/ |
pagemap.h | 127 // only grow, and we'll only be called to Ensure when we really grow the heap.
|
/external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/transport/ |
TransportManager.java | 622 * (our send queue would grow and grow and...) */
|