/external/v8/src/ |
bignum.h | 106 // grow. There are no checks if the stack-allocated space is sufficient.
|
regexp-stack.h | 75 // either grow the stack or report an out-of-stack exception.
|
utils.h | 507 Grow(1); 521 Grow(size); 539 Grow(source.length()); 599 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
|
/external/webkit/Source/WebCore/platform/graphics/cairo/ |
ImageCairo.cpp | 89 m_frames.grow(1);
|
/external/webkit/Source/WebCore/platform/graphics/chromium/ |
LayerTilerChromium.h | 120 // Grow layer size to contain this rectangle.
|
/external/webkit/Source/WebCore/platform/graphics/qt/ |
ContextShadowQt.cpp | 79 // Round to the nearest 32 pixels so we do not grow the buffer everytime
|
/external/webkit/Source/WebCore/platform/text/ |
UnicodeRange.h | 77 //range/rangeSet grow to this place 22-29
|
/external/webkit/Tools/DumpRenderTree/ |
PixelDumpSupport.cpp | 80 vector.grow(offset + 4);
|
/libcore/luni/src/main/java/org/apache/harmony/security/fortress/ |
Services.java | 44 // Set the initial size to 600 so we don't grow to 1024 by default because
|
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/binary_heap_/ |
resize_policy.hpp | 243 " grow = " << m_next_grow_size << std::endl;
|
/prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/binary_heap_/ |
resize_policy.hpp | 243 " grow = " << m_next_grow_size << std::endl;
|
/prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/binary_heap_/ |
resize_policy.hpp | 243 " grow = " << m_next_grow_size << std::endl;
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/ |
GlobalCanvasDragInfo.java | 137 * bounds of a view grow, the drag bounds will be larger.
|
SelectionHandle.java | 31 * selection handles to grow or shrink along with the screen zoom; they are always
|
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/ |
VectorTest.java | 85 Vector grow = new Vector(3, -1); local 86 grow.addElement("one"); 87 grow.addElement("two"); 88 grow.addElement("three"); 89 grow.addElement("four"); 90 assertEquals("Wrong size", 4, grow.size()); 91 assertEquals("Wrong capacity", 6, grow.capacity()); [all...] |
/prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/ |
vec.h | 303 /* Grow to a specific length. 306 Grow the vector to a specific length. The LEN must be as 313 /* Grow to a specific length. 316 Grow the vector to a specific length. The LEN must be as 775 "grow", T, A); \ [all...] |
/prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/ |
vec.h | 303 /* Grow to a specific length. 306 Grow the vector to a specific length. The LEN must be as 313 /* Grow to a specific length. 316 Grow the vector to a specific length. The LEN must be as 775 "grow", T, A); \ [all...] |
/prebuilt/linux-x86/toolchain/arm-linux-androideabi-4.4.x/lib/gcc/arm-linux-androideabi/4.4.3/plugin/include/ |
vec.h | 303 /* Grow to a specific length. 306 Grow the vector to a specific length. The LEN must be as 313 /* Grow to a specific length. 316 Grow the vector to a specific length. The LEN must be as 775 "grow", T, A); \ [all...] |
/external/webkit/Source/WebCore/rendering/ |
RenderTable.cpp | 665 m_columns.grow(oldSize + 1); 678 m_columnPos.grow(numEffCols() + 1); 687 m_columns.grow(newSize); 696 m_columnPos.grow(numEffCols() + 1); 826 // repair column count (addChild can grow it too much, because it always adds elements to the last row of a section) [all...] |
/libcore/luni/src/test/java/tests/api/java/util/ |
BitSetTest.java | 67 // Grow the BitSet 175 assertEquals("Failed to grow BitSet", 64, bs.size()); 519 assertEquals("Failed to grow BitSet", 192, bs.size()); 571 assertEquals("Failed to grow BitSet", 64, bs.size()); 719 assertEquals("Failed to grow BitSet", 192, bs.size()); 791 assertEquals("Failed to grow BitSet", 64, bs.size()); [all...] |
/dalvik/dx/src/com/android/dx/cf/code/ |
BaseMachine.java | 125 // Grow args, and add a little extra room to grow even more.
|
/development/samples/Snake/src/com/example/android/snake/ |
SnakeView.java | 441 * grow him, we don't subtract from the rear. 508 // except if we want the snake to grow
|
/external/chromium/chrome/browser/ui/cocoa/bookmarks/ |
bookmark_bar_folder_controller_unittest.mm | 253 // If parent is a BookmarkBarController, grow down. 276 // If parent is a BookmarkBarFolderController, grow right. 289 // Confirm we grow right until end of screen, then start growing left 333 // Make sure the first few grow right. 337 // Look for the first "grow left". 340 // Confirm the next few also grow left. 346 // Finally, confirm we see a "grow right" once more. 349 // (No need to EXPECT a final "grow right"; if we didn't find one [all...] |
/external/chromium/chrome/browser/ui/cocoa/ |
browser_window_controller.h | 386 // prefers to grow the window down, but will grow up if needed. Calls to this
|