HomeSort by relevance Sort by last modified time
    Searched full:max_size (Results 526 - 550 of 1651) sorted by null

<<21222324252627282930>>

  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/pointers/
_vector.h 90 size_type max_size() const { return _M_impl.max_size(); } function in class:vector
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/
pool_allocator.h 156 max_size() const throw() function in class:__pool_alloc
203 if (__builtin_expect(__n > this->max_size(), false))
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/debug/
_tree.h 168 size_type max_size() const { return _M_non_dbg_impl.max_size(); } function in class:_Rb_tree
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/pointers/
_vector.h 90 size_type max_size() const { return _M_impl.max_size(); } function in class:vector
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/
pool_allocator.h 156 max_size() const throw() function in class:__pool_alloc
203 if (__builtin_expect(__n > this->max_size(), false))
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/debug/
_tree.h 168 size_type max_size() const { return _M_non_dbg_impl.max_size(); } function in class:_Rb_tree
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/pointers/
_vector.h 90 size_type max_size() const { return _M_impl.max_size(); } function in class:vector
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/
pool_allocator.h 156 max_size() const throw() function in class:__pool_alloc
203 if (__builtin_expect(__n > this->max_size(), false))
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/
pool_allocator.h 158 max_size() const throw() function in class:__pool_alloc
205 if (__n > this->max_size())
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/
pool_allocator.h 161 max_size() const _GLIBCXX_USE_NOEXCEPT
212 if (__n > this->max_size())
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/debug/
_tree.h 168 size_type max_size() const { return _M_non_dbg_impl.max_size(); } function in class:_Rb_tree
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/pointers/
_vector.h 90 size_type max_size() const { return _M_impl.max_size(); } function in class:vector
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/debug/
_tree.h 168 size_type max_size() const { return _M_non_dbg_impl.max_size(); } function in class:_Rb_tree
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/pointers/
_vector.h 90 size_type max_size() const { return _M_impl.max_size(); } function in class:vector
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/
pool_allocator.h 158 max_size() const throw() function in class:__pool_alloc
205 if (__n > this->max_size())
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/
pool_allocator.h 161 max_size() const _GLIBCXX_USE_NOEXCEPT
212 if (__n > this->max_size())
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/
pool_allocator.h 168 max_size() const _GLIBCXX_USE_NOEXCEPT
219 if (__n > this->max_size())
  /external/chromium/base/
mime_util_xdg.cc 102 max_size(0),
108 size_t max_size; // Maximum size that the icons can be scaled to. member in class:__anon4141::IconTheme::SubDirInfo
306 current_info->max_size = atoi(value.c_str());
330 if (size >= info->min_size && size <= info->max_size) {
333 return abs(size - info->min_size) < abs(size - info->max_size) ?
334 (size - info->min_size) : (size - info->max_size);