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

<<11121314151617181920>>

  /frameworks/compile/mclinker/unittests/
RTLinearAllocatorTest.cpp 46 ASSERT_TRUE(CHUNK_SIZE == m_pTestee->max_size());
53 ASSERT_TRUE(CHUNK_SIZE == m_pTestee->max_size());
60 ASSERT_TRUE(0 == m_pTestee->max_size());
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/
alloc_traits.h 128 using _Base_type::max_size;
207 static size_type max_size(const _Alloc& __a) function in struct:__alloc_traits
208 { return __a.max_size(); }
vstring.h 96 if (this->max_size() - (this->size() - __n1) < __n2)
436 max_size() const _GLIBCXX_NOEXCEPT
493 * @throw std::length_error If @a __res_arg exceeds @c max_size().
497 * number requested is more than max_size(), length_error is
910 * @throw std::length_error If new length exceeds @c max_size().
914 * characters causes the length to exceed max_size(),
927 * @throw std::length_error If new length exceeds @c max_size().
930 * causes the length to exceed max_size(), length_error is
944 * @throw std::length_error If new length exceeds @c max_size().
956 * @throw std::length_error If new length exceeds @c max_size()
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/
alloc_traits.h 128 using _Base_type::max_size;
207 static size_type max_size(const _Alloc& __a) function in struct:__alloc_traits
208 { return __a.max_size(); }
vstring.h 96 if (this->max_size() - (this->size() - __n1) < __n2)
436 max_size() const _GLIBCXX_NOEXCEPT
493 * @throw std::length_error If @a __res_arg exceeds @c max_size().
497 * number requested is more than max_size(), length_error is
910 * @throw std::length_error If new length exceeds @c max_size().
914 * characters causes the length to exceed max_size(),
927 * @throw std::length_error If new length exceeds @c max_size().
930 * causes the length to exceed max_size(), length_error is
944 * @throw std::length_error If new length exceeds @c max_size().
956 * @throw std::length_error If new length exceeds @c max_size()
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
basic_string.h 156 // value that will be returned by max_size(). (Whereas npos
311 if (this->max_size() - (this->size() - __n1) < __n2)
634 max_size() const function in class:basic_string
676 * @throw std::length_error If @a res_arg exceeds @c max_size().
680 * number requested is more than max_size(), length_error is
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
basic_string.h 159 // value that will be returned by max_size(). (Whereas npos
326 if (this->max_size() - (this->size() - __n1) < __n2)
721 max_size() const function in class:basic_string
775 * @throw std::length_error If @a res_arg exceeds @c max_size().
779 * number requested is more than max_size(), length_error is
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
basic_string.h 159 // value that will be returned by max_size(). (Whereas npos
326 if (this->max_size() - (this->size() - __n1) < __n2)
721 max_size() const function in class:basic_string
775 * @throw std::length_error If @a res_arg exceeds @c max_size().
779 * number requested is more than max_size(), length_error is
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/
basic_string.h 156 // value that will be returned by max_size(). (Whereas npos
311 if (this->max_size() - (this->size() - __n1) < __n2)
634 max_size() const function in class:basic_string
676 * @throw std::length_error If @a res_arg exceeds @c max_size().
680 * number requested is more than max_size(), length_error is
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/
basic_string.h 156 // value that will be returned by max_size(). (Whereas npos
311 if (this->max_size() - (this->size() - __n1) < __n2)
634 max_size() const function in class:basic_string
676 * @throw std::length_error If @a res_arg exceeds @c max_size().
680 * number requested is more than max_size(), length_error is
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/
basic_string.h 156 // value that will be returned by max_size(). (Whereas npos
311 if (this->max_size() - (this->size() - __n1) < __n2)
634 max_size() const function in class:basic_string
676 * @throw std::length_error If @a res_arg exceeds @c max_size().
680 * number requested is more than max_size(), length_error is
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/
basic_string.h 156 // value that will be returned by max_size(). (Whereas npos
311 if (this->max_size() - (this->size() - __n1) < __n2)
634 max_size() const function in class:basic_string
676 * @throw std::length_error If @a res_arg exceeds @c max_size().
680 * number requested is more than max_size(), length_error is
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
basic_string.h 159 // value that will be returned by max_size(). (Whereas npos
326 if (this->max_size() - (this->size() - __n1) < __n2)
721 max_size() const function in class:basic_string
775 * @throw std::length_error If @a res_arg exceeds @c max_size().
779 * number requested is more than max_size(), length_error is
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
basic_string.h 161 // value that will be returned by max_size(). (Whereas npos
328 if (this->max_size() - (this->size() - __n1) < __n2)
723 max_size() const _GLIBCXX_NOEXCEPT
780 * @throw std::length_error If @a __res_arg exceeds @c max_size().
784 * number requested is more than max_size(), length_error is
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
basic_string.h 159 // value that will be returned by max_size(). (Whereas npos
326 if (this->max_size() - (this->size() - __n1) < __n2)
721 max_size() const function in class:basic_string
775 * @throw std::length_error If @a res_arg exceeds @c max_size().
779 * number requested is more than max_size(), length_error is
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
basic_string.h 161 // value that will be returned by max_size(). (Whereas npos
328 if (this->max_size() - (this->size() - __n1) < __n2)
723 max_size() const _GLIBCXX_NOEXCEPT
780 * @throw std::length_error If @a __res_arg exceeds @c max_size().
784 * number requested is more than max_size(), length_error is
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/
vstring.h 103 if (this->max_size() - (this->size() - __n1) < __n2)
443 max_size() const function in class:__versa_string
485 * @throw std::length_error If @a __res_arg exceeds @c max_size().
489 * number requested is more than max_size(), length_error is
884 * @throw std::length_error If new length exceeds @c max_size().
888 * characters causes the length to exceed max_size(),
901 * @throw std::length_error If new length exceeds @c max_size().
904 * causes the length to exceed max_size(), length_error is
918 * @throw std::length_error If new length exceeds @c max_size().
930 * @throw std::length_error If new length exceeds @c max_size()
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/
vstring.h 108 if (this->max_size() - (this->size() - __n1) < __n2)
448 max_size() const function in class:__versa_string
502 * @throw std::length_error If @a __res_arg exceeds @c max_size().
506 * number requested is more than max_size(), length_error is
919 * @throw std::length_error If new length exceeds @c max_size().
923 * characters causes the length to exceed max_size(),
936 * @throw std::length_error If new length exceeds @c max_size().
939 * causes the length to exceed max_size(), length_error is
953 * @throw std::length_error If new length exceeds @c max_size().
965 * @throw std::length_error If new length exceeds @c max_size()
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ext/
vstring.h 108 if (this->max_size() - (this->size() - __n1) < __n2)
448 max_size() const function in class:__versa_string
502 * @throw std::length_error If @a __res_arg exceeds @c max_size().
506 * number requested is more than max_size(), length_error is
919 * @throw std::length_error If new length exceeds @c max_size().
923 * characters causes the length to exceed max_size(),
936 * @throw std::length_error If new length exceeds @c max_size().
939 * causes the length to exceed max_size(), length_error is
953 * @throw std::length_error If new length exceeds @c max_size().
965 * @throw std::length_error If new length exceeds @c max_size()
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/
vstring.h 103 if (this->max_size() - (this->size() - __n1) < __n2)
443 max_size() const function in class:__versa_string
485 * @throw std::length_error If @a __res_arg exceeds @c max_size().
489 * number requested is more than max_size(), length_error is
884 * @throw std::length_error If new length exceeds @c max_size().
888 * characters causes the length to exceed max_size(),
901 * @throw std::length_error If new length exceeds @c max_size().
904 * causes the length to exceed max_size(), length_error is
918 * @throw std::length_error If new length exceeds @c max_size().
930 * @throw std::length_error If new length exceeds @c max_size()
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/
vstring.h 103 if (this->max_size() - (this->size() - __n1) < __n2)
443 max_size() const function in class:__versa_string
485 * @throw std::length_error If @a __res_arg exceeds @c max_size().
489 * number requested is more than max_size(), length_error is
884 * @throw std::length_error If new length exceeds @c max_size().
888 * characters causes the length to exceed max_size(),
901 * @throw std::length_error If new length exceeds @c max_size().
904 * causes the length to exceed max_size(), length_error is
918 * @throw std::length_error If new length exceeds @c max_size().
930 * @throw std::length_error If new length exceeds @c max_size()
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/
vstring.h 103 if (this->max_size() - (this->size() - __n1) < __n2)
443 max_size() const function in class:__versa_string
485 * @throw std::length_error If @a __res_arg exceeds @c max_size().
489 * number requested is more than max_size(), length_error is
884 * @throw std::length_error If new length exceeds @c max_size().
888 * characters causes the length to exceed max_size(),
901 * @throw std::length_error If new length exceeds @c max_size().
904 * causes the length to exceed max_size(), length_error is
918 * @throw std::length_error If new length exceeds @c max_size().
930 * @throw std::length_error If new length exceeds @c max_size()
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/
vstring.h 103 if (this->max_size() - (this->size() - __n1) < __n2)
443 max_size() const function in class:__versa_string
485 * @throw std::length_error If @a __res_arg exceeds @c max_size().
489 * number requested is more than max_size(), length_error is
884 * @throw std::length_error If new length exceeds @c max_size().
888 * characters causes the length to exceed max_size(),
901 * @throw std::length_error If new length exceeds @c max_size().
904 * causes the length to exceed max_size(), length_error is
918 * @throw std::length_error If new length exceeds @c max_size().
930 * @throw std::length_error If new length exceeds @c max_size()
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/
vstring.h 108 if (this->max_size() - (this->size() - __n1) < __n2)
448 max_size() const function in class:__versa_string
502 * @throw std::length_error If @a __res_arg exceeds @c max_size().
506 * number requested is more than max_size(), length_error is
919 * @throw std::length_error If new length exceeds @c max_size().
923 * characters causes the length to exceed max_size(),
936 * @throw std::length_error If new length exceeds @c max_size().
939 * causes the length to exceed max_size(), length_error is
953 * @throw std::length_error If new length exceeds @c max_size().
965 * @throw std::length_error If new length exceeds @c max_size()
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/
vstring.h 108 if (this->max_size() - (this->size() - __n1) < __n2)
448 max_size() const function in class:__versa_string
502 * @throw std::length_error If @a __res_arg exceeds @c max_size().
506 * number requested is more than max_size(), length_error is
919 * @throw std::length_error If new length exceeds @c max_size().
923 * characters causes the length to exceed max_size(),
936 * @throw std::length_error If new length exceeds @c max_size().
939 * causes the length to exceed max_size(), length_error is
953 * @throw std::length_error If new length exceeds @c max_size().
965 * @throw std::length_error If new length exceeds @c max_size()
    [all...]

Completed in 698 milliseconds

<<11121314151617181920>>