HomeSort by relevance Sort by last modified time
    Searched refs:new_size (Results 76 - 100 of 283) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/chromium/chrome/browser/ui/gtk/infobars/
extension_infobar_gtk.cc 78 gfx::Size new_size(allocation->width, allocation->height);
81 ->SetSize(new_size);
86 const gfx::Size& new_size) {
  /external/protobuf/src/google/protobuf/
repeated_field.cc 42 void RepeatedPtrFieldBase::Reserve(int new_size) {
43 if (total_size_ >= new_size) return;
46 total_size_ = max(total_size_ * 2, new_size);
  /external/valgrind/main/drd/
drd_malloc_wrappers.c 178 static void* drd_realloc(ThreadId tid, void* p_old, SizeT new_size)
185 return drd_malloc(tid, new_size);
187 if (new_size == 0)
195 s_cmalloc_bs_mallocd += new_size;
206 if (old_size == new_size)
212 else if (new_size < old_size)
215 s_stop_using_mem_callback(mc->data + new_size, old_size - new_size);
216 mc->size = new_size;
223 p_new = VG_(cli_malloc)(VG_(clo_alignment), new_size);
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/resize_policy/
cc_hash_max_collision_check_resize_trigger_imp.hpp 138 notify_resized(size_type new_size)
140 m_size = new_size;
144 << static_cast<unsigned long>(new_size) << std::endl;
171 notify_externally_resized(size_type new_size)
172 { notify_resized(new_size); }
hash_standard_resize_policy_imp.hpp 167 notify_resized(size_type new_size)
169 trigger_policy_base::notify_resized(new_size);
170 m_size = new_size;
185 resize(size_type new_size)
189 while (actual_size < new_size)
193 if (pot == actual_size && pot < new_size)
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/pb_ds/detail/resize_policy/
cc_hash_max_collision_check_resize_trigger_imp.hpp 138 notify_resized(size_type new_size)
140 m_size = new_size;
144 << static_cast<unsigned long>(new_size) << std::endl;
171 notify_externally_resized(size_type new_size)
172 { notify_resized(new_size); }
hash_standard_resize_policy_imp.hpp 167 notify_resized(size_type new_size)
169 trigger_policy_base::notify_resized(new_size);
170 m_size = new_size;
185 resize(size_type new_size)
189 while (actual_size < new_size)
193 if (pot == actual_size && pot < new_size)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ext/pb_ds/detail/resize_policy/
cc_hash_max_collision_check_resize_trigger_imp.hpp 138 notify_resized(size_type new_size)
140 m_size = new_size;
144 << static_cast<unsigned long>(new_size) << std::endl;
171 notify_externally_resized(size_type new_size)
172 { notify_resized(new_size); }
hash_standard_resize_policy_imp.hpp 167 notify_resized(size_type new_size)
169 trigger_policy_base::notify_resized(new_size);
170 m_size = new_size;
185 resize(size_type new_size)
189 while (actual_size < new_size)
193 if (pot == actual_size && pot < new_size)
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/resize_policy/
cc_hash_max_collision_check_resize_trigger_imp.hpp 138 notify_resized(size_type new_size)
140 m_size = new_size;
144 << static_cast<unsigned long>(new_size) << std::endl;
171 notify_externally_resized(size_type new_size)
172 { notify_resized(new_size); }
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/resize_policy/
cc_hash_max_collision_check_resize_trigger_imp.hpp 138 notify_resized(size_type new_size)
140 m_size = new_size;
144 << static_cast<unsigned long>(new_size) << std::endl;
171 notify_externally_resized(size_type new_size)
172 { notify_resized(new_size); }
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/resize_policy/
cc_hash_max_collision_check_resize_trigger_imp.hpp 138 notify_resized(size_type new_size)
140 m_size = new_size;
144 << static_cast<unsigned long>(new_size) << std::endl;
171 notify_externally_resized(size_type new_size)
172 { notify_resized(new_size); }
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/pb_ds/detail/resize_policy/
cc_hash_max_collision_check_resize_trigger_imp.hpp 138 notify_resized(size_type new_size)
140 m_size = new_size;
144 << static_cast<unsigned long>(new_size) << std::endl;
171 notify_externally_resized(size_type new_size)
172 { notify_resized(new_size); }
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/detail/resize_policy/
cc_hash_max_collision_check_resize_trigger_imp.hpp 138 notify_resized(size_type new_size)
140 m_size = new_size;
144 << static_cast<unsigned long>(new_size) << std::endl;
171 notify_externally_resized(size_type new_size)
172 { notify_resized(new_size); }
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/detail/resize_policy/
cc_hash_max_collision_check_resize_trigger_imp.hpp 138 notify_resized(size_type new_size)
140 m_size = new_size;
144 << static_cast<unsigned long>(new_size) << std::endl;
171 notify_externally_resized(size_type new_size)
172 { notify_resized(new_size); }
  /external/e2fsprogs/resize/
online.c 22 blk_t *new_size, int flags EXT2FS_ATTR((unused)))
40 if (*new_size < sb->s_blocks_count) {
50 ext2fs_div_ceil(*new_size -
106 retval = adjust_fs_info(new_fs, fs, 0, *new_size);
111 fs->device_name, *new_size, fs->blocksize / 1024); local
115 if (size > *new_size)
116 size = *new_size;
  /external/v8/src/
zone.cc 181 int new_size = kSegmentOverhead + new_size_no_overhead; local
183 if (new_size_no_overhead < size || new_size < kSegmentOverhead) {
187 if (new_size < kMinimumSegmentSize) {
188 new_size = kMinimumSegmentSize;
189 } else if (new_size > kMaximumSegmentSize) {
194 new_size = Max(kSegmentOverhead + size, kMaximumSegmentSize);
196 Segment* segment = NewSegment(new_size);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/ov_tree_map_/
erase_fn_imps.hpp 77 size_type new_size = 0; local
82 ++new_size;
86 if (new_size == 0)
92 value_vector a_new_values = s_value_alloc.allocate(new_size);
94 cond_dtor<size_type> cd(a_new_values, target_it, new_size);
108 reallocate_metadata((node_update* )this, new_size);
116 m_size = new_size;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/pb_ds/detail/ov_tree_map_/
erase_fn_imps.hpp 77 size_type new_size = 0; local
82 ++new_size;
86 if (new_size == 0)
92 value_vector a_new_values = s_value_alloc.allocate(new_size);
94 cond_dtor<size_type> cd(a_new_values, target_it, new_size);
108 reallocate_metadata((node_update* )this, new_size);
116 m_size = new_size;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ext/pb_ds/detail/ov_tree_map_/
erase_fn_imps.hpp 77 size_type new_size = 0; local
82 ++new_size;
86 if (new_size == 0)
92 value_vector a_new_values = s_value_alloc.allocate(new_size);
94 cond_dtor<size_type> cd(a_new_values, target_it, new_size);
108 reallocate_metadata((node_update* )this, new_size);
116 m_size = new_size;
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/ov_tree_map_/
erase_fn_imps.hpp 77 size_type new_size = 0; local
82 ++new_size;
86 if (new_size == 0)
92 value_vector a_new_values = s_value_alloc.allocate(new_size);
94 cond_dtor<size_type> cd(a_new_values, target_it, new_size);
108 reallocate_metadata((node_update* )this, new_size);
116 m_size = new_size;
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/ov_tree_map_/
erase_fn_imps.hpp 77 size_type new_size = 0; local
82 ++new_size;
86 if (new_size == 0)
92 value_vector a_new_values = s_value_alloc.allocate(new_size);
94 cond_dtor<size_type> cd(a_new_values, target_it, new_size);
108 reallocate_metadata((node_update* )this, new_size);
116 m_size = new_size;
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/ov_tree_map_/
erase_fn_imps.hpp 77 size_type new_size = 0; local
82 ++new_size;
86 if (new_size == 0)
92 value_vector a_new_values = s_value_alloc.allocate(new_size);
94 cond_dtor<size_type> cd(a_new_values, target_it, new_size);
108 reallocate_metadata((node_update* )this, new_size);
116 m_size = new_size;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/pb_ds/detail/ov_tree_map_/
erase_fn_imps.hpp 77 size_type new_size = 0; local
82 ++new_size;
86 if (new_size == 0)
92 value_vector a_new_values = s_value_alloc.allocate(new_size);
94 cond_dtor<size_type> cd(a_new_values, target_it, new_size);
108 reallocate_metadata((node_update* )this, new_size);
116 m_size = new_size;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/detail/ov_tree_map_/
erase_fn_imps.hpp 77 size_type new_size = 0; local
82 ++new_size;
86 if (new_size == 0)
92 value_vector a_new_values = s_value_alloc.allocate(new_size);
94 cond_dtor<size_type> cd(a_new_values, target_it, new_size);
108 reallocate_metadata((node_update* )this, new_size);
116 m_size = new_size;

Completed in 1751 milliseconds

1 2 34 5 6 7 8 91011>>