HomeSort by relevance Sort by last modified time
    Searched refs:__n (Results 701 - 725 of 1443) sorted by null

<<21222324252627282930>>

  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/
vstring.h 89 std::__throw_out_of_range(__N(__s));
97 std::__throw_length_error(__N(__s));
179 * @param __n Number of characters to copy (default remainder).
182 size_type __n = npos)
186 __str._M_data() + __str._M_limit(__pos, __n)
193 * @param __n Number of characters to copy.
197 size_type __n, const _Alloc& __a)
201 __str._M_data() + __str._M_limit(__pos, __n)
207 * @param __n Number of characters to copy.
210 * NB: @a __s must have at least @a __n characters, '\\0' has no specia
729 const size_type __n = traits_type::length(__s); local
2629 const int __n = __numeric_traits<float>::__max_exponent10 + 20; local
2637 const int __n = __numeric_traits<double>::__max_exponent10 + 20; local
2645 const int __n = __numeric_traits<long double>::__max_exponent10 + 20; local
2730 const int __n = __numeric_traits<float>::__max_exponent10 + 20; local
2738 const int __n = __numeric_traits<double>::__max_exponent10 + 20; local
2746 const int __n = __numeric_traits<long double>::__max_exponent10 + 20; local
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/
vstring.h 101 std::__throw_out_of_range(__N(__s));
109 std::__throw_length_error(__N(__s));
191 * @param __n Number of characters to copy (default remainder).
194 size_type __n = npos)
198 __str._M_data() + __str._M_limit(__pos, __n)
205 * @param __n Number of characters to copy.
209 size_type __n, const _Alloc& __a)
213 __str._M_data() + __str._M_limit(__pos, __n)
219 * @param __n Number of characters to copy.
222 * NB: @a __s must have at least @a __n characters, '\\0' has no specia
738 const size_type __n = traits_type::length(__s); local
2620 const int __n = __numeric_traits<float>::__max_exponent10 + 20; local
2628 const int __n = __numeric_traits<double>::__max_exponent10 + 20; local
2636 const int __n = __numeric_traits<long double>::__max_exponent10 + 20; local
2721 const int __n = __numeric_traits<float>::__max_exponent10 + 20; local
2729 const int __n = __numeric_traits<double>::__max_exponent10 + 20; local
2737 const int __n = __numeric_traits<long double>::__max_exponent10 + 20; local
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/
sso_string_base.h 172 _M_set_length(size_type __n)
174 _M_length(__n);
175 traits_type::assign(_M_data()[__n], _CharT());
190 __sso_string_base(size_type __n, _CharT __c, const _Alloc& __a);
221 _M_erase(size_type __pos, size_type __n);
317 std::__throw_length_error(__N("__sso_string_base::_M_create"));
373 __sso_string_base(size_type __n, _CharT __c, const _Alloc& __a)
375 { _M_construct(__n, __c); }
441 std::__throw_logic_error(__N("__sso_string_base::"
467 _M_construct(size_type __n, _CharT __c
476 this->_S_assign(_M_data(), __n, __c); local
569 this->_S_move(_M_data() + __pos, _M_data() + __pos + __n, __how_much); local
    [all...]
vstring.h 89 std::__throw_out_of_range(__N(__s));
97 std::__throw_length_error(__N(__s));
179 * @param __n Number of characters to copy (default remainder).
182 size_type __n = npos)
186 __str._M_data() + __str._M_limit(__pos, __n)
193 * @param __n Number of characters to copy.
197 size_type __n, const _Alloc& __a)
201 __str._M_data() + __str._M_limit(__pos, __n)
207 * @param __n Number of characters to copy.
210 * NB: @a __s must have at least @a __n characters, '\\0' has no specia
729 const size_type __n = traits_type::length(__s); local
2629 const int __n = __numeric_traits<float>::__max_exponent10 + 20; local
2637 const int __n = __numeric_traits<double>::__max_exponent10 + 20; local
2645 const int __n = __numeric_traits<long double>::__max_exponent10 + 20; local
2730 const int __n = __numeric_traits<float>::__max_exponent10 + 20; local
2738 const int __n = __numeric_traits<double>::__max_exponent10 + 20; local
2746 const int __n = __numeric_traits<long double>::__max_exponent10 + 20; local
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/
sso_string_base.h 171 _M_set_length(size_type __n)
173 _M_length(__n);
174 traits_type::assign(_M_data()[__n], _CharT());
189 __sso_string_base(size_type __n, _CharT __c, const _Alloc& __a);
220 _M_erase(size_type __pos, size_type __n);
316 std::__throw_length_error(__N("__sso_string_base::_M_create"));
372 __sso_string_base(size_type __n, _CharT __c, const _Alloc& __a)
374 { _M_construct(__n, __c); }
440 std::__throw_logic_error(__N("__sso_string_base::"
466 _M_construct(size_type __n, _CharT __c
475 this->_S_assign(_M_data(), __n, __c); local
568 this->_S_move(_M_data() + __pos, _M_data() + __pos + __n, __how_much); local
    [all...]
vstring.h 88 std::__throw_out_of_range(__N(__s));
96 std::__throw_length_error(__N(__s));
178 * @param __n Number of characters to copy (default remainder).
181 size_type __n = npos)
185 __str._M_data() + __str._M_limit(__pos, __n)
192 * @param __n Number of characters to copy.
196 size_type __n, const _Alloc& __a)
200 __str._M_data() + __str._M_limit(__pos, __n)
206 * @param __n Number of characters to copy.
209 * NB: @a __s must have at least @a __n characters, '\\0' has no specia
733 const size_type __n = traits_type::length(__s); local
2663 const int __n = __numeric_traits<float>::__max_exponent10 + 20; local
2671 const int __n = __numeric_traits<double>::__max_exponent10 + 20; local
2679 const int __n = __numeric_traits<long double>::__max_exponent10 + 20; local
2764 const int __n = __numeric_traits<float>::__max_exponent10 + 20; local
2772 const int __n = __numeric_traits<double>::__max_exponent10 + 20; local
2780 const int __n = __numeric_traits<long double>::__max_exponent10 + 20; local
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
basic_string.h 202 _M_set_length_and_sharable(size_type __n)
209 this->_M_length = __n;
210 traits_type::assign(this->_M_refdata()[__n], _S_terminal);
319 __throw_out_of_range(__N(__s));
327 __throw_length_error(__N(__s));
346 // When __n = 1 way faster than the general multichar
349 _M_copy(_CharT* __d, const _CharT* __s, size_type __n)
351 if (__n == 1)
354 traits_type::copy(__d, __s, __n);
358 _M_move(_CharT* __d, const _CharT* __s, size_type __n)
2841 const int __n = local
2850 const int __n = local
2859 const int __n = local
2942 const int __n = local
2951 const int __n = local
2960 const int __n = local
    [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 202 _M_set_length_and_sharable(size_type __n)
209 this->_M_length = __n;
210 traits_type::assign(this->_M_refdata()[__n], _S_terminal);
319 __throw_out_of_range(__N(__s));
327 __throw_length_error(__N(__s));
346 // When __n = 1 way faster than the general multichar
349 _M_copy(_CharT* __d, const _CharT* __s, size_type __n)
351 if (__n == 1)
354 traits_type::copy(__d, __s, __n);
358 _M_move(_CharT* __d, const _CharT* __s, size_type __n)
2841 const int __n = local
2850 const int __n = local
2859 const int __n = local
2942 const int __n = local
2951 const int __n = local
2960 const int __n = local
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
basic_string.h 202 _M_set_length_and_sharable(size_type __n)
209 this->_M_length = __n;
210 traits_type::assign(this->_M_refdata()[__n], _S_terminal);
319 __throw_out_of_range(__N(__s));
327 __throw_length_error(__N(__s));
346 // When __n = 1 way faster than the general multichar
349 _M_copy(_CharT* __d, const _CharT* __s, size_type __n)
351 if (__n == 1)
354 traits_type::copy(__d, __s, __n);
358 _M_move(_CharT* __d, const _CharT* __s, size_type __n)
2841 const int __n = local
2850 const int __n = local
2859 const int __n = local
2942 const int __n = local
2951 const int __n = local
2960 const int __n = local
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
basic_string.h 204 _M_set_length_and_sharable(size_type __n)
211 this->_M_length = __n;
212 traits_type::assign(this->_M_refdata()[__n], _S_terminal);
321 __throw_out_of_range(__N(__s));
329 __throw_length_error(__N(__s));
348 // When __n = 1 way faster than the general multichar
351 _M_copy(_CharT* __d, const _CharT* __s, size_type __n)
353 if (__n == 1)
356 traits_type::copy(__d, __s, __n);
360 _M_move(_CharT* __d, const _CharT* __s, size_type __n)
2899 const int __n = local
2908 const int __n = local
2917 const int __n = local
3000 const int __n = local
3009 const int __n = local
3018 const int __n = local
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
basic_string.h 202 _M_set_length_and_sharable(size_type __n)
209 this->_M_length = __n;
210 traits_type::assign(this->_M_refdata()[__n], _S_terminal);
319 __throw_out_of_range(__N(__s));
327 __throw_length_error(__N(__s));
346 // When __n = 1 way faster than the general multichar
349 _M_copy(_CharT* __d, const _CharT* __s, size_type __n)
351 if (__n == 1)
354 traits_type::copy(__d, __s, __n);
358 _M_move(_CharT* __d, const _CharT* __s, size_type __n)
2841 const int __n = local
2850 const int __n = local
2859 const int __n = local
2942 const int __n = local
2951 const int __n = local
2960 const int __n = local
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
basic_string.h 204 _M_set_length_and_sharable(size_type __n)
211 this->_M_length = __n;
212 traits_type::assign(this->_M_refdata()[__n], _S_terminal);
321 __throw_out_of_range(__N(__s));
329 __throw_length_error(__N(__s));
348 // When __n = 1 way faster than the general multichar
351 _M_copy(_CharT* __d, const _CharT* __s, size_type __n)
353 if (__n == 1)
356 traits_type::copy(__d, __s, __n);
360 _M_move(_CharT* __d, const _CharT* __s, size_type __n)
2899 const int __n = local
2908 const int __n = local
2917 const int __n = local
3000 const int __n = local
3009 const int __n = local
3018 const int __n = local
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/
basic_string.h 207 _M_set_length_and_sharable(size_type __n)
214 this->_M_length = __n;
215 traits_type::assign(this->_M_refdata()[__n], _S_terminal);
324 __throw_out_of_range(__N(__s));
332 __throw_length_error(__N(__s));
351 // When __n = 1 way faster than the general multichar
354 _M_copy(_CharT* __d, const _CharT* __s, size_type __n)
356 if (__n == 1)
359 traits_type::copy(__d, __s, __n);
363 _M_move(_CharT* __d, const _CharT* __s, size_type __n)
2902 const int __n = local
2911 const int __n = local
2920 const int __n = local
3003 const int __n = local
3012 const int __n = local
3021 const int __n = local
    [all...]
  /external/stlport/stlport/stl/
_iterator.h 99 _Self operator+(difference_type __n) const { return _Self(current - __n); }
100 _Self& operator+=(difference_type __n) {
101 current -= __n;
104 _Self operator-(difference_type __n) const { return _Self(current + __n); }
105 _Self& operator-=(difference_type __n) {
106 current += __n;
109 reference operator[](difference_type __n) const { return *(*this + __n); }
    [all...]
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_iterator.h 99 _Self operator+(difference_type __n) const { return _Self(current - __n); }
100 _Self& operator+=(difference_type __n) {
101 current -= __n;
104 _Self operator-(difference_type __n) const { return _Self(current + __n); }
105 _Self& operator-=(difference_type __n) {
106 current += __n;
109 reference operator[](difference_type __n) const { return *(*this + __n); }
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/
stdio_sync_filebuf.h 129 xsgetn(char_type* __s, std::streamsize __n);
148 xsputn(const char_type* __s, std::streamsize __n);
200 stdio_sync_filebuf<char>::xsgetn(char* __s, std::streamsize __n)
202 std::streamsize __ret = std::fread(__s, 1, __n, _M_file);
212 stdio_sync_filebuf<char>::xsputn(const char* __s, std::streamsize __n)
213 { return std::fwrite(__s, 1, __n, _M_file); }
233 stdio_sync_filebuf<wchar_t>::xsgetn(wchar_t* __s, std::streamsize __n)
237 while (__n--)
256 std::streamsize __n)
260 while (__n--
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/
stdio_sync_filebuf.h 139 xsgetn(char_type* __s, std::streamsize __n);
158 xsputn(const char_type* __s, std::streamsize __n);
210 stdio_sync_filebuf<char>::xsgetn(char* __s, std::streamsize __n)
212 std::streamsize __ret = std::fread(__s, 1, __n, _M_file);
222 stdio_sync_filebuf<char>::xsputn(const char* __s, std::streamsize __n)
223 { return std::fwrite(__s, 1, __n, _M_file); }
243 stdio_sync_filebuf<wchar_t>::xsgetn(wchar_t* __s, std::streamsize __n)
247 while (__n--)
266 std::streamsize __n)
270 while (__n--
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ext/
stdio_sync_filebuf.h 139 xsgetn(char_type* __s, std::streamsize __n);
158 xsputn(const char_type* __s, std::streamsize __n);
210 stdio_sync_filebuf<char>::xsgetn(char* __s, std::streamsize __n)
212 std::streamsize __ret = std::fread(__s, 1, __n, _M_file);
222 stdio_sync_filebuf<char>::xsputn(const char* __s, std::streamsize __n)
223 { return std::fwrite(__s, 1, __n, _M_file); }
243 stdio_sync_filebuf<wchar_t>::xsgetn(wchar_t* __s, std::streamsize __n)
247 while (__n--)
266 std::streamsize __n)
270 while (__n--
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/
stdio_sync_filebuf.h 129 xsgetn(char_type* __s, std::streamsize __n);
148 xsputn(const char_type* __s, std::streamsize __n);
200 stdio_sync_filebuf<char>::xsgetn(char* __s, std::streamsize __n)
202 std::streamsize __ret = std::fread(__s, 1, __n, _M_file);
212 stdio_sync_filebuf<char>::xsputn(const char* __s, std::streamsize __n)
213 { return std::fwrite(__s, 1, __n, _M_file); }
233 stdio_sync_filebuf<wchar_t>::xsgetn(wchar_t* __s, std::streamsize __n)
237 while (__n--)
256 std::streamsize __n)
260 while (__n--
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_iterator.h 99 _Self operator+(difference_type __n) const { return _Self(current - __n); }
100 _Self& operator+=(difference_type __n) {
101 current -= __n;
104 _Self operator-(difference_type __n) const { return _Self(current + __n); }
105 _Self& operator-=(difference_type __n) {
106 current += __n;
109 reference operator[](difference_type __n) const { return *(*this + __n); }
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/
stdio_sync_filebuf.h 129 xsgetn(char_type* __s, std::streamsize __n);
148 xsputn(const char_type* __s, std::streamsize __n);
200 stdio_sync_filebuf<char>::xsgetn(char* __s, std::streamsize __n)
202 std::streamsize __ret = std::fread(__s, 1, __n, _M_file);
212 stdio_sync_filebuf<char>::xsputn(const char* __s, std::streamsize __n)
213 { return std::fwrite(__s, 1, __n, _M_file); }
233 stdio_sync_filebuf<wchar_t>::xsgetn(wchar_t* __s, std::streamsize __n)
237 while (__n--)
256 std::streamsize __n)
260 while (__n--
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_iterator.h 99 _Self operator+(difference_type __n) const { return _Self(current - __n); }
100 _Self& operator+=(difference_type __n) {
101 current -= __n;
104 _Self operator-(difference_type __n) const { return _Self(current + __n); }
105 _Self& operator-=(difference_type __n) {
106 current += __n;
109 reference operator[](difference_type __n) const { return *(*this + __n); }
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/
stdio_sync_filebuf.h 129 xsgetn(char_type* __s, std::streamsize __n);
148 xsputn(const char_type* __s, std::streamsize __n);
200 stdio_sync_filebuf<char>::xsgetn(char* __s, std::streamsize __n)
202 std::streamsize __ret = std::fread(__s, 1, __n, _M_file);
212 stdio_sync_filebuf<char>::xsputn(const char* __s, std::streamsize __n)
213 { return std::fwrite(__s, 1, __n, _M_file); }
233 stdio_sync_filebuf<wchar_t>::xsgetn(wchar_t* __s, std::streamsize __n)
237 while (__n--)
256 std::streamsize __n)
260 while (__n--
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_iterator.h 99 _Self operator+(difference_type __n) const { return _Self(current - __n); }
100 _Self& operator+=(difference_type __n) {
101 current -= __n;
104 _Self operator-(difference_type __n) const { return _Self(current + __n); }
105 _Self& operator-=(difference_type __n) {
106 current += __n;
109 reference operator[](difference_type __n) const { return *(*this + __n); }
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/
stdio_sync_filebuf.h 129 xsgetn(char_type* __s, std::streamsize __n);
148 xsputn(const char_type* __s, std::streamsize __n);
200 stdio_sync_filebuf<char>::xsgetn(char* __s, std::streamsize __n)
202 std::streamsize __ret = std::fread(__s, 1, __n, _M_file);
212 stdio_sync_filebuf<char>::xsputn(const char* __s, std::streamsize __n)
213 { return std::fwrite(__s, 1, __n, _M_file); }
233 stdio_sync_filebuf<wchar_t>::xsgetn(wchar_t* __s, std::streamsize __n)
237 while (__n--)
256 std::streamsize __n)
260 while (__n--
    [all...]

Completed in 1770 milliseconds

<<21222324252627282930>>