HomeSort by relevance Sort by last modified time
    Searched defs:__c (Results 26 - 50 of 180) sorted by null

12 3 4 5 6 7 8

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
ostream_insert.h 62 const _CharT __c = __out.fill(); local
65 const typename _Traits::int_type __put = __out.rdbuf()->sputc(__c);
regex_grep_matcher.h 91 _CursorT __c = static_cast<_CursorT>(__pc); local
93 _M_results.at(__i).first = __c._M_pos();
95 _M_results.at(__i).second = __c._M_pos()+1;
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/
ostream_insert.h 60 const _CharT __c = __out.fill(); local
63 const typename _Traits::int_type __put = __out.rdbuf()->sputc(__c);
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/
ostream_insert.h 60 const _CharT __c = __out.fill(); local
63 const typename _Traits::int_type __put = __out.rdbuf()->sputc(__c);
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/
ostream_insert.h 60 const _CharT __c = __out.fill(); local
63 const typename _Traits::int_type __put = __out.rdbuf()->sputc(__c);
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/
ostream_insert.h 60 const _CharT __c = __out.fill(); local
63 const typename _Traits::int_type __put = __out.rdbuf()->sputc(__c);
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
ostream_insert.h 62 const _CharT __c = __out.fill(); local
65 const typename _Traits::int_type __put = __out.rdbuf()->sputc(__c);
regex_grep_matcher.h 91 _CursorT __c = static_cast<_CursorT>(__pc); local
93 _M_results.at(__i).first = __c._M_pos();
95 _M_results.at(__i).second = __c._M_pos()+1;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
ostream_insert.h 62 const _CharT __c = __out.fill(); local
65 const typename _Traits::int_type __put = __out.rdbuf()->sputc(__c);
regex_grep_matcher.h 91 _CursorT __c = static_cast<_CursorT>(__pc); local
93 _M_results.at(__i).first = __c._M_pos();
95 _M_results.at(__i).second = __c._M_pos()+1;
  /external/stlport/stlport/stl/
_complex.c 117 _CharT __c; local
119 __is >> __c; local
120 if (_Traits::eq(__c, __wpunct[0])) { // Left paren
121 __is >> __re >> __c; local
122 if (_Traits::eq(__c, __wpunct[1])) // Comma
123 __is >> __im >> __c; local
124 if (!_Traits::eq(__c, __wpunct[2])) // Right paren
128 __is.putback(__c);
_bitset.c 197 char __c = __is.narrow(__c2, '*'); local
199 if (__c == '0' || __c == '1')
200 __tmp.push_back(__c);
_streambuf.c 68 int_type __c = this->sbumpc(); local
69 if (!_Traits::eq_int_type(__c, __eof)) {
70 *__s = _Traits::to_char_type(__c);
112 basic_streambuf<_CharT, _Traits>::_M_xsputnc(_CharT __c, streamsize __n)
121 _Traits::assign(_M_pnext, __chunk, __c);
126 else if (!_Traits::eq_int_type(this->overflow(_Traits::to_int_type(__c)),
_string_io.c 109 _CharT __c = _Traits::to_char_type(__c1); local
111 if (_Ctype.is(_C_type::space, __c)) {
112 if (_Traits::eq_int_type(__buf->sputbackc(__c), _Traits::eof()))
117 __s.push_back(__c);
152 _CharT __c = _Traits::to_char_type(__c1); local
153 if (!_Traits::eq(__c, __delim))
154 __s.push_back(__c);
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_complex.c 117 _CharT __c; local
119 __is >> __c; local
120 if (_Traits::eq(__c, __wpunct[0])) { // Left paren
121 __is >> __re >> __c; local
122 if (_Traits::eq(__c, __wpunct[1])) // Comma
123 __is >> __im >> __c; local
124 if (!_Traits::eq(__c, __wpunct[2])) // Right paren
128 __is.putback(__c);
_bitset.c 197 char __c = __is.narrow(__c2, '*'); local
199 if (__c == '0' || __c == '1')
200 __tmp.push_back(__c);
_streambuf.c 68 int_type __c = this->sbumpc(); local
69 if (!_Traits::eq_int_type(__c, __eof)) {
70 *__s = _Traits::to_char_type(__c);
112 basic_streambuf<_CharT, _Traits>::_M_xsputnc(_CharT __c, streamsize __n)
121 _Traits::assign(_M_pnext, __chunk, __c);
126 else if (!_Traits::eq_int_type(this->overflow(_Traits::to_int_type(__c)),
_string_io.c 109 _CharT __c = _Traits::to_char_type(__c1); local
111 if (_Ctype.is(_C_type::space, __c)) {
112 if (_Traits::eq_int_type(__buf->sputbackc(__c), _Traits::eof()))
117 __s.push_back(__c);
152 _CharT __c = _Traits::to_char_type(__c1); local
153 if (!_Traits::eq(__c, __delim))
154 __s.push_back(__c);
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_complex.c 117 _CharT __c; local
119 __is >> __c; local
120 if (_Traits::eq(__c, __wpunct[0])) { // Left paren
121 __is >> __re >> __c; local
122 if (_Traits::eq(__c, __wpunct[1])) // Comma
123 __is >> __im >> __c; local
124 if (!_Traits::eq(__c, __wpunct[2])) // Right paren
128 __is.putback(__c);
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_complex.c 117 _CharT __c; local
119 __is >> __c; local
120 if (_Traits::eq(__c, __wpunct[0])) { // Left paren
121 __is >> __re >> __c; local
122 if (_Traits::eq(__c, __wpunct[1])) // Comma
123 __is >> __im >> __c; local
124 if (!_Traits::eq(__c, __wpunct[2])) // Right paren
128 __is.putback(__c);
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_complex.c 117 _CharT __c; local
119 __is >> __c; local
120 if (_Traits::eq(__c, __wpunct[0])) { // Left paren
121 __is >> __re >> __c; local
122 if (_Traits::eq(__c, __wpunct[1])) // Comma
123 __is >> __im >> __c; local
124 if (!_Traits::eq(__c, __wpunct[2])) // Right paren
128 __is.putback(__c);
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_complex.c 117 _CharT __c; local
119 __is >> __c; local
120 if (_Traits::eq(__c, __wpunct[0])) { // Left paren
121 __is >> __re >> __c; local
122 if (_Traits::eq(__c, __wpunct[1])) // Comma
123 __is >> __im >> __c; local
124 if (!_Traits::eq(__c, __wpunct[2])) // Right paren
128 __is.putback(__c);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/
stdio_sync_filebuf.h 86 syncungetc(int_type __c);
89 syncputc(int_type __c);
94 int_type __c = this->syncgetc(); local
95 return this->syncungetc(__c);
107 pbackfail(int_type __c = traits_type::eof())
113 if (traits_type::eq_int_type(__c, __eof)) // unget
121 __ret = this->syncungetc(__c);
132 overflow(int_type __c = traits_type::eof())
135 if (traits_type::eq_int_type(__c, traits_type::eof()))
140 __ret = traits_type::not_eof(__c);
239 int_type __c = this->syncgetc(); local
    [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 96 syncungetc(int_type __c);
99 syncputc(int_type __c);
104 int_type __c = this->syncgetc(); local
105 return this->syncungetc(__c);
117 pbackfail(int_type __c = traits_type::eof())
123 if (traits_type::eq_int_type(__c, __eof)) // unget
131 __ret = this->syncungetc(__c);
142 overflow(int_type __c = traits_type::eof())
145 if (traits_type::eq_int_type(__c, traits_type::eof()))
150 __ret = traits_type::not_eof(__c);
249 int_type __c = this->syncgetc(); local
    [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 96 syncungetc(int_type __c);
99 syncputc(int_type __c);
104 int_type __c = this->syncgetc(); local
105 return this->syncungetc(__c);
117 pbackfail(int_type __c = traits_type::eof())
123 if (traits_type::eq_int_type(__c, __eof)) // unget
131 __ret = this->syncungetc(__c);
142 overflow(int_type __c = traits_type::eof())
145 if (traits_type::eq_int_type(__c, traits_type::eof()))
150 __ret = traits_type::not_eof(__c);
249 int_type __c = this->syncgetc(); local
    [all...]

Completed in 3238 milliseconds

12 3 4 5 6 7 8