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

1 2 3 4 5 6 7 8 91011>>

  /external/chromium/chrome/browser/ui/gtk/notifications/
balloon_view_host_gtk.cc 17 void BalloonViewHost::UpdateActualSize(const gfx::Size& new_size) {
18 render_widget_host_view_->SetSize(new_size);
20 native_view(), new_size.width(), new_size.height());
  /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_/
insert_fn_imps.hpp 51 reallocate_metadata(Node_Update_* , size_type new_size)
53 metadata_pointer a_new_metadata_vec =(new_size == 0) ? NULL : s_metadata_alloc.allocate(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_/
insert_fn_imps.hpp 51 reallocate_metadata(Node_Update_* , size_type new_size)
53 metadata_pointer a_new_metadata_vec =(new_size == 0) ? 0 : s_metadata_alloc.allocate(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_/
insert_fn_imps.hpp 51 reallocate_metadata(Node_Update_* , size_type new_size)
53 metadata_pointer a_new_metadata_vec =(new_size == 0) ? 0 : s_metadata_alloc.allocate(new_size);
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/ov_tree_map_/
insert_fn_imps.hpp 51 reallocate_metadata(Node_Update_* , size_type new_size)
53 metadata_pointer a_new_metadata_vec =(new_size == 0) ? NULL : s_metadata_alloc.allocate(new_size);
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/ov_tree_map_/
insert_fn_imps.hpp 51 reallocate_metadata(Node_Update_* , size_type new_size)
53 metadata_pointer a_new_metadata_vec =(new_size == 0) ? NULL : s_metadata_alloc.allocate(new_size);
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/ov_tree_map_/
insert_fn_imps.hpp 51 reallocate_metadata(Node_Update_* , size_type new_size)
53 metadata_pointer a_new_metadata_vec =(new_size == 0) ? NULL : s_metadata_alloc.allocate(new_size);
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/pb_ds/detail/ov_tree_map_/
insert_fn_imps.hpp 51 reallocate_metadata(Node_Update_* , size_type new_size)
53 metadata_pointer a_new_metadata_vec =(new_size == 0) ? NULL : s_metadata_alloc.allocate(new_size);
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/detail/ov_tree_map_/
insert_fn_imps.hpp 51 reallocate_metadata(Node_Update_* , size_type new_size)
53 metadata_pointer a_new_metadata_vec =(new_size == 0) ? 0 : s_metadata_alloc.allocate(new_size);
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/detail/ov_tree_map_/
insert_fn_imps.hpp 51 reallocate_metadata(Node_Update_* , size_type new_size)
53 metadata_pointer a_new_metadata_vec =(new_size == 0) ? 0 : s_metadata_alloc.allocate(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/cc_hash_table_map_/
resize_fn_imps.hpp 80 resize_imp(size_type new_size)
83 if (new_size == m_num_e)
90 ranged_hash_fn_base::notify_resized(new_size);
95 a_p_entries_resized = s_entry_pointer_allocator.allocate(new_size);
96 m_num_e = new_size;
105 resize_imp_no_exceptions(new_size, a_p_entries_resized, old_size);
106 Resize_Policy::notify_resized(new_size);
113 resize_imp_no_exceptions(size_type new_size, entry_pointer_array a_p_entries_resized, size_type old_size)
125 m_num_e = 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/cc_hash_table_map_/
resize_fn_imps.hpp 80 resize_imp(size_type new_size)
83 if (new_size == m_num_e)
90 ranged_hash_fn_base::notify_resized(new_size);
95 a_p_entries_resized = s_entry_pointer_allocator.allocate(new_size);
96 m_num_e = new_size;
105 resize_imp_no_exceptions(new_size, a_p_entries_resized, old_size);
106 Resize_Policy::notify_resized(new_size);
113 resize_imp_no_exceptions(size_type new_size, entry_pointer_array a_p_entries_resized, size_type old_size)
125 m_num_e = new_size;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/detail/cc_hash_table_map_/
resize_fn_imps.hpp 80 resize_imp(size_type new_size)
83 if (new_size == m_num_e)
90 ranged_hash_fn_base::notify_resized(new_size);
95 a_p_entries_resized = s_entry_pointer_allocator.allocate(new_size);
96 m_num_e = new_size;
105 resize_imp_no_exceptions(new_size, a_p_entries_resized, old_size);
106 Resize_Policy::notify_resized(new_size);
113 resize_imp_no_exceptions(size_type new_size, entry_pointer_array a_p_entries_resized, size_type old_size)
125 m_num_e = new_size;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/detail/cc_hash_table_map_/
resize_fn_imps.hpp 80 resize_imp(size_type new_size)
83 if (new_size == m_num_e)
90 ranged_hash_fn_base::notify_resized(new_size);
95 a_p_entries_resized = s_entry_pointer_allocator.allocate(new_size);
96 m_num_e = new_size;
105 resize_imp_no_exceptions(new_size, a_p_entries_resized, old_size);
106 Resize_Policy::notify_resized(new_size);
113 resize_imp_no_exceptions(size_type new_size, entry_pointer_array a_p_entries_resized, size_type old_size)
125 m_num_e = new_size;
  /external/eigen/Eigen/src/StlSupport/
StdVector.h 77 void resize(size_type new_size)
78 { resize(new_size, T()); }
82 void resize(size_type new_size, const value_type& x)
84 if (vector_base::size() < new_size)
85 vector_base::_Insert_n(vector_base::end(), new_size - vector_base::size(), x);
86 else if (new_size < vector_base::size())
87 vector_base::erase(vector_base::begin() + new_size, vector_base::end());
94 void insert(const_iterator position, size_type new_size, const value_type& x)
95 { vector_base::insert(position, new_size, x); }
99 void resize(size_type new_size, const value_type& x
    [all...]
StdDeque.h 88 void resize(size_type new_size)
89 { resize(new_size, T()); }
93 void resize(size_type new_size, const value_type& x)
95 if (deque_base::size() < new_size)
96 deque_base::_Insert_n(deque_base::end(), new_size - deque_base::size(), x);
97 else if (new_size < deque_base::size())
98 deque_base::erase(deque_base::begin() + new_size, deque_base::end());
107 void insert(const_iterator position, size_type new_size, const value_type& x)
108 { deque_base::insert(position, new_size, x); }
111 void resize(size_type new_size, const value_type& x
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/cc_hash_table_map_/
resize_fn_imps.hpp 79 resize_imp(size_type new_size)
82 if (new_size == m_num_e)
89 ranged_hash_fn_base::notify_resized(new_size);
94 a_p_entries_resized = s_entry_pointer_allocator.allocate(new_size);
95 m_num_e = new_size;
104 resize_imp_no_exceptions(new_size, a_p_entries_resized, old_size);
105 Resize_Policy::notify_resized(new_size);
112 resize_imp_no_exceptions(size_type new_size, entry_pointer_array a_p_entries_resized, size_type old_size)
124 m_num_e = new_size;
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/cc_hash_table_map_/
resize_fn_imps.hpp 79 resize_imp(size_type new_size)
82 if (new_size == m_num_e)
89 ranged_hash_fn_base::notify_resized(new_size);
94 a_p_entries_resized = s_entry_pointer_allocator.allocate(new_size);
95 m_num_e = new_size;
104 resize_imp_no_exceptions(new_size, a_p_entries_resized, old_size);
105 Resize_Policy::notify_resized(new_size);
112 resize_imp_no_exceptions(size_type new_size, entry_pointer_array a_p_entries_resized, size_type old_size)
124 m_num_e = new_size;
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/cc_hash_table_map_/
resize_fn_imps.hpp 79 resize_imp(size_type new_size)
82 if (new_size == m_num_e)
89 ranged_hash_fn_base::notify_resized(new_size);
94 a_p_entries_resized = s_entry_pointer_allocator.allocate(new_size);
95 m_num_e = new_size;
104 resize_imp_no_exceptions(new_size, a_p_entries_resized, old_size);
105 Resize_Policy::notify_resized(new_size);
112 resize_imp_no_exceptions(size_type new_size, entry_pointer_array a_p_entries_resized, size_type old_size)
124 m_num_e = new_size;
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/cc_hash_table_map_/
resize_fn_imps.hpp 79 resize_imp(size_type new_size)
82 if (new_size == m_num_e)
89 ranged_hash_fn_base::notify_resized(new_size);
94 a_p_entries_resized = s_entry_pointer_allocator.allocate(new_size);
95 m_num_e = new_size;
104 resize_imp_no_exceptions(new_size, a_p_entries_resized, old_size);
105 Resize_Policy::notify_resized(new_size);
112 resize_imp_no_exceptions(size_type new_size, entry_pointer_array a_p_entries_resized, size_type old_size)
124 m_num_e = new_size;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/pb_ds/detail/cc_hash_table_map_/
resize_fn_imps.hpp 79 resize_imp(size_type new_size)
82 if (new_size == m_num_e)
89 ranged_hash_fn_base::notify_resized(new_size);
94 a_p_entries_resized = s_entry_pointer_allocator.allocate(new_size);
95 m_num_e = new_size;
104 resize_imp_no_exceptions(new_size, a_p_entries_resized, old_size);
105 Resize_Policy::notify_resized(new_size);
112 resize_imp_no_exceptions(size_type new_size, entry_pointer_array a_p_entries_resized, size_type old_size)
124 m_num_e = 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/resize_policy/
sample_resize_trigger.hpp 116 notify_resized(size_type new_size);
120 notify_externally_resized(size_type new_size);
132 // Resizes to new_size.
134 do_resize(size_type 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/
sample_resize_trigger.hpp 117 notify_resized(size_type new_size);
121 notify_externally_resized(size_type new_size);
133 // Resizes to new_size.
135 do_resize(size_type 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/
sample_resize_trigger.hpp 117 notify_resized(size_type new_size);
121 notify_externally_resized(size_type new_size);
133 // Resizes to new_size.
135 do_resize(size_type new_size);
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/resize_policy/
sample_resize_trigger.hpp 116 notify_resized(size_type new_size);
120 notify_externally_resized(size_type new_size);
132 // Resizes to new_size.
134 do_resize(size_type new_size);

Completed in 1778 milliseconds

1 2 3 4 5 6 7 8 91011>>