HomeSort by relevance Sort by last modified time
    Searched refs:Grow (Results 1 - 9 of 9) sorted by null

  /external/chromium/googleurl/src/
url_canon.h 122 // Grow the buffer to hold at least one more item. Hopefully we won't have
124 if (!Grow(1))
135 if (!Grow(cur_len_ + str_len - buffer_len_))
146 bool Grow(int min_additional) {
    [all...]
  /packages/apps/Gallery/src/com/android/camera/
HighlightView.java 108 if (mMode == ModifyMode.Grow) {
298 // Don't let the cropping rectangle grow too fast.
299 // Grow at most half of the difference between the image rectangle and
392 enum ModifyMode { None, Move, Grow }
CropImage.java 666 : HighlightView.ModifyMode.Grow);
  /packages/apps/Gallery3D/src/com/cooliris/media/
HighlightView.java 101 if (mMode == ModifyMode.Grow) {
264 // Don't let the cropping rectangle grow too fast.
265 // Grow at most half of the difference between the image rectangle and
353 None, Move, Grow
CropImage.java 784 : HighlightView.ModifyMode.Grow);
    [all...]
  /external/v8/src/
spaces.h 794 // Grow the space by adding available bytes.
    [all...]
spaces.cc     [all...]
heap.cc 765 // Grow the size of new space if there is room to grow and enough
767 new_space_.Grow();
    [all...]
  /external/chromium/base/
string_util_unittest.cc 911 // Test very large sprintfs that will cause the buffer to grow.
912 TEST(StringUtilTest, Grow) {
    [all...]

Completed in 433 milliseconds