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

  /external/v8/src/
v8utils.cc 115 int extra_space,
129 char* result = NewArray<char>(*size + extra_space);
145 int extra_space,
148 char* result = ReadCharsFromFile(file, size, extra_space, verbose, filename);
  /system/media/camera/tests/
camera_metadata_tests.cpp 127 const size_t extra_space = 10; local
134 buf_size += extra_space;
147 EXPECT_EQ(buf + buf_size - extra_space, (uint8_t*)m + get_camera_metadata_size(m));
413 const size_t extra_space = 10; local
423 buf_size += extra_space;
439 EXPECT_EQ(buf + buf_size - extra_space,
  /external/chromium/chrome/browser/ui/gtk/bookmarks/
bookmark_bar_gtk.cc 549 int extra_space = 0; local
551 extra_space = overflow_button_->allocation.width;
553 int overflow_idx = GetFirstHiddenBookmark(extra_space, NULL);
590 int extra_space, std::vector<GtkWidget*>* showing_folders) {
599 bookmark_toolbar_.get()->allocation.x - extra_space);
605 bookmark_toolbar_.get()->allocation.x + extra_space);
    [all...]
bookmark_bar_gtk.h 148 // |extra_space| is how much extra space to give the toolbar during the
153 int GetFirstHiddenBookmark(int extra_space,
  /external/chromium/net/base/
net_util.cc 715 for (int extra_space = 64; ; extra_space *= 2) {
717 out->resize(out->length() + extra_space);
719 static_cast<int32_t>(comp_len), &(*out)[original_length], extra_space,
    [all...]

Completed in 76 milliseconds