HomeSort by relevance Sort by last modified time
    Searched refs:max_size (Results 251 - 275 of 611) sorted by null

<<11121314151617181920>>

  /prebuilts/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/stl/
_vector.h 173 if (__n > max_size() - __size)
176 if (__len > max_size() || __len < __size)
177 __len = max_size(); // overflow
193 size_type max_size() const { function in class:vector
195 typename allocator_type::size_type __alloc_max_size = this->_M_end_of_storage.max_size();
  /prebuilts/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_bvector.h 659 max_size() const function in class:vector
664 const size_type __asize = _M_get_Bit_allocator().max_size();
1010 if (max_size() - size() < __n)
1014 return (__len < size() || __len > max_size()) ? max_size() : __len;
  /prebuilts/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/stl/
_vector.h 173 if (__n > max_size() - __size)
176 if (__len > max_size() || __len < __size)
177 __len = max_size(); // overflow
193 size_type max_size() const { function in class:vector
195 typename allocator_type::size_type __alloc_max_size = this->_M_end_of_storage.max_size();
  /prebuilts/ndk/android-ndk-r7/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_bvector.h 659 max_size() const function in class:vector
664 const size_type __asize = _M_get_Bit_allocator().max_size();
1010 if (max_size() - size() < __n)
1014 return (__len < size() || __len > max_size()) ? max_size() : __len;
  /prebuilts/ndk/android-ndk-r7/sources/cxx-stl/stlport/stlport/stl/
_vector.h 173 if (__n > max_size() - __size)
176 if (__len > max_size() || __len < __size)
177 __len = max_size(); // overflow
193 size_type max_size() const { function in class:vector
195 typename allocator_type::size_type __alloc_max_size = this->_M_end_of_storage.max_size();
  /external/chromium/chrome/common/extensions/
extension.h 537 const gfx::Size& max_size) const;
539 const gfx::Size& max_size) const;
682 const gfx::Size& max_size) const;
    [all...]
  /external/v8/src/
interpreter-irregexp.cc 177 int max_size() const { return kBacktrackStackSize; } function in class:v8::internal::BacktrackStack
203 int backtrack_stack_space = backtrack_stack.max_size();
259 backtrack_stack_space = backtrack_stack.max_size() -
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/
throw_allocator.h 621 max_size() const throw()
622 { return _M_allocator.max_size(); }
633 if (__n > this->max_size())
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ext/
throw_allocator.h 621 max_size() const throw()
622 { return _M_allocator.max_size(); }
633 if (__n > this->max_size())
  /external/chromium/chrome/browser/ui/views/
create_application_shortcut_view.cc 490 // The icon will be resized to |max_size|.
491 const gfx::Size max_size(kAppIconSize, kAppIconSize);
511 max_size,
  /external/icu4c/tools/toolutil/
pkg_gencmn.c 116 const char *dataFile, uint32_t max_size, UBool sourceTOC, UBool verbose, char *gencmnFileName) {
124 maxSize = max_size;
  /external/stlport/stlport/stl/
_sstream.c 235 size_t __app_size = sizeof(streamsize) > sizeof(size_t) ? __STATIC_CAST(size_t, (min)(__n, __STATIC_CAST(streamsize, _M_str.max_size())))
279 _M_str.reserve(sizeof(streamsize) > sizeof(size_t) ? __STATIC_CAST(size_t, (min)(__n, __STATIC_CAST(streamsize, _M_str.max_size())))
  /external/stlport/stlport/stl/debug/
_deque.h 201 size_type max_size() const { return _M_non_dbg_impl.max_size(); }
_hashtable.h 166 size_type max_size() const { return _M_non_dbg_impl.max_size(); } function in class:hashtable
_tree.h 168 size_type max_size() const { return _M_non_dbg_impl.max_size(); } function in class:_Rb_tree
_vector.h 157 size_type max_size() const { return _M_non_dbg_impl.max_size(); } function in class:vector
  /external/stlport/stlport/stl/pointers/
_deque.h 155 size_type max_size() const { return _M_impl.max_size(); } function in class:deque
_list.h 166 size_type max_size() const { return _M_impl.max_size(); } function in class:list
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_sstream.c 235 size_t __app_size = sizeof(streamsize) > sizeof(size_t) ? __STATIC_CAST(size_t, (min)(__n, __STATIC_CAST(streamsize, _M_str.max_size())))
279 _M_str.reserve(sizeof(streamsize) > sizeof(size_t) ? __STATIC_CAST(size_t, (min)(__n, __STATIC_CAST(streamsize, _M_str.max_size())))
  /ndk/sources/cxx-stl/stlport/stlport/stl/debug/
_deque.h 201 size_type max_size() const { return _M_non_dbg_impl.max_size(); }
_hashtable.h 166 size_type max_size() const { return _M_non_dbg_impl.max_size(); } function in class:hashtable
_tree.h 168 size_type max_size() const { return _M_non_dbg_impl.max_size(); } function in class:_Rb_tree
_vector.h 157 size_type max_size() const { return _M_non_dbg_impl.max_size(); } function in class:vector
  /ndk/sources/cxx-stl/stlport/stlport/stl/pointers/
_deque.h 155 size_type max_size() const { return _M_impl.max_size(); } function in class:deque
_list.h 166 size_type max_size() const { return _M_impl.max_size(); } function in class:list

Completed in 2466 milliseconds

<<11121314151617181920>>