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

<<11121314151617181920>>

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
GlobalCanvasDragInfo.java 147 * 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...]
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
vec.h 344 /* Grow to a specific length.
347 Grow the vector to a specific length. The LEN must be as
354 /* Grow to a specific length.
357 Grow the vector to a specific length. The LEN must be as
840 "grow", T, A); \
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
vec.h 344 /* Grow to a specific length.
347 Grow the vector to a specific length. The LEN must be as
354 /* Grow to a specific length.
357 Grow the vector to a specific length. The LEN must be as
840 "grow", T, A); \
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
vec.h 344 /* Grow to a specific length.
347 Grow the vector to a specific length. The LEN must be as
354 /* Grow to a specific length.
357 Grow the vector to a specific length. The LEN must be as
840 "grow", T, A); \
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
vec.h 344 /* Grow to a specific length.
347 Grow the vector to a specific length. The LEN must be as
354 /* Grow to a specific length.
357 Grow the vector to a specific length. The LEN must be as
840 "grow", T, A); \
    [all...]
  /external/chromium_org/ash/wm/workspace/
workspace_window_resizer.cc 285 // Grow the min/max bounds to include the starting size.
586 // leftovers > 0 means that the attached windows can't grow to compensate for
593 // attached windows can grow without exceeding their max size constraints.
624 // How much we need to grow the attached by (collectively).
632 // If we're shrinking, we grow the attached so the total size remains
    [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...]
  /art/runtime/gc/space/
dlmalloc_space.cc 255 // Grow as much as possible within the mspace.
490 // Don't let the space grow any more.
  /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 452 * in order to simulate motion. If we want to grow him, we don't subtract from the rear.
518 // except if we want the snake to grow
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/analysis/
NFAContext.java 57 * most m times. Hence, the number of DFA states will not grow forever.
93 * stack can only grow as big as the number of NFA states * max.
  /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
  /external/chromium_org/chrome/browser/notifications/
balloon_collection_impl.cc 391 // Layout schemes that grow up from the bottom require offsets;
392 // schemes that grow down do not require offsets.
  /external/chromium_org/chrome/browser/ui/cocoa/bookmarks/
bookmark_bar_folder_controller_unittest.mm 267 // If parent is a BookmarkBarController, grow down.
292 // If parent is a BookmarkBarFolderController, grow right.
306 // Confirm we grow right until end of screen, then start growing left
351 // Make sure the first few grow right.
355 // Look for the first "grow left".
358 // Confirm the next few also grow left.
364 // Finally, confirm we see a "grow right" once more.
367 // (No need to EXPECT a final "grow right"; if we didn't find one
    [all...]
  /external/chromium_org/mojo/apps/js/bindings/
codec.js 71 this.grow(newSize);
76 Buffer.prototype.grow = function(size) {
  /external/chromium_org/third_party/WebKit/Source/bindings/v8/
npruntime.cpp 174 // We never release identifiers, so this dictionary will grow.
219 // We never release identifiers, so this dictionary will grow.
  /external/chromium_org/third_party/WebKit/Source/core/css/
RuleSet.cpp 140 void grow(size_t count) function in class:WebCore::__anon10632::TerminatedArrayBuilder
426 builder.grow(pendingRules->size());
  /external/chromium_org/third_party/icu/source/i18n/
digitlst.h 45 DEFAULT_DIGITS = 40, // Initial storage size, will grow as needed.
307 /** Ensure capacity for digits. Grow the storage if it is currently less than
  /external/chromium_org/third_party/libjingle/source/talk/base/
natsocketfactory.cc 183 Grow(size + kNATEncodedIPv6AddressSize);
285 void Grow(size_t new_size) {
  /external/chromium_org/third_party/skia/include/core/
SkPathRef.h 32 * and verbs both grow into the middle of the allocation until the meet. To access verb i in the
446 uint8_t* fVerbs; // points just past the end of the allocation (verbs grow backwards)
  /external/icu4c/i18n/
digitlst.h 45 DEFAULT_DIGITS = 40, // Initial storage size, will grow as needed.
321 /** Ensure capacity for digits. Grow the storage if it is currently less than
  /external/llvm/lib/CodeGen/
VirtRegMap.cpp 62 grow();
66 void VirtRegMap::grow() { function in class:VirtRegMap

Completed in 736 milliseconds

<<11121314151617181920>>