HomeSort by relevance Sort by last modified time
    Searched refs:__buf (Results 176 - 200 of 269) sorted by null

1 2 3 4 5 6 78 91011

  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_ostream.c 37 basic_ostream<_CharT, _Traits>::basic_ostream(basic_streambuf<_CharT, _Traits>* __buf)
39 this->init(__buf);
397 basic_streambuf<_CharT, _Traits>* __buf = this->rdbuf(); local
400 if (this->_S_eof(__buf->sputc(this->widen(*__s++))))
_strstream.h 77 virtual _Base* setbuf(char* __buf, streamsize __n);
_time_facets.c 430 _STLP_BASIC_IOSTRING(_Ch) __buf;
431 _STLP_PRIV __write_formatted_time(__buf, __ct, __format, __modifier, this->_M_timeinfo, __tmb);
432 return copy(__buf.begin(), __buf.end(), __s);
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_ostream.c 37 basic_ostream<_CharT, _Traits>::basic_ostream(basic_streambuf<_CharT, _Traits>* __buf)
39 this->init(__buf);
397 basic_streambuf<_CharT, _Traits>* __buf = this->rdbuf(); local
400 if (this->_S_eof(__buf->sputc(this->widen(*__s++))))
_strstream.h 77 virtual _Base* setbuf(char* __buf, streamsize __n);
_time_facets.c 430 _STLP_BASIC_IOSTRING(_Ch) __buf;
431 _STLP_PRIV __write_formatted_time(__buf, __ct, __format, __modifier, this->_M_timeinfo, __tmb);
432 return copy(__buf.begin(), __buf.end(), __s);
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_ostream.c 37 basic_ostream<_CharT, _Traits>::basic_ostream(basic_streambuf<_CharT, _Traits>* __buf)
39 this->init(__buf);
397 basic_streambuf<_CharT, _Traits>* __buf = this->rdbuf(); local
400 if (this->_S_eof(__buf->sputc(this->widen(*__s++))))
_strstream.h 77 virtual _Base* setbuf(char* __buf, streamsize __n);
_time_facets.c 430 _STLP_BASIC_IOSTRING(_Ch) __buf;
431 _STLP_PRIV __write_formatted_time(__buf, __ct, __format, __modifier, this->_M_timeinfo, __tmb);
432 return copy(__buf.begin(), __buf.end(), __s);
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_ostream.c 37 basic_ostream<_CharT, _Traits>::basic_ostream(basic_streambuf<_CharT, _Traits>* __buf)
39 this->init(__buf);
397 basic_streambuf<_CharT, _Traits>* __buf = this->rdbuf(); local
400 if (this->_S_eof(__buf->sputc(this->widen(*__s++))))
_strstream.h 77 virtual _Base* setbuf(char* __buf, streamsize __n);
_time_facets.c 430 _STLP_BASIC_IOSTRING(_Ch) __buf;
431 _STLP_PRIV __write_formatted_time(__buf, __ct, __format, __modifier, this->_M_timeinfo, __tmb);
432 return copy(__buf.begin(), __buf.end(), __s);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
time.h 266 char *__restrict __buf) __THROW;
270 char *__restrict __buf) __THROW;
pthread.h 652 extern void __pthread_register_cancel (__pthread_unwind_buf_t *__buf)
663 extern void __pthread_unregister_cancel (__pthread_unwind_buf_t *__buf)
686 extern void __pthread_register_cancel_defer (__pthread_unwind_buf_t *__buf)
698 extern void __pthread_unregister_cancel_restore (__pthread_unwind_buf_t *__buf)
703 extern void __pthread_unwind_next (__pthread_unwind_buf_t *__buf)
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
time.h 266 char *__restrict __buf) __THROW;
270 char *__restrict __buf) __THROW;
pthread.h 652 extern void __pthread_register_cancel (__pthread_unwind_buf_t *__buf)
663 extern void __pthread_unregister_cancel (__pthread_unwind_buf_t *__buf)
686 extern void __pthread_register_cancel_defer (__pthread_unwind_buf_t *__buf)
698 extern void __pthread_unregister_cancel_restore (__pthread_unwind_buf_t *__buf)
703 extern void __pthread_unwind_next (__pthread_unwind_buf_t *__buf)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
time.h 266 char *__restrict __buf) __THROW;
270 char *__restrict __buf) __THROW;
pthread.h 652 extern void __pthread_register_cancel (__pthread_unwind_buf_t *__buf)
663 extern void __pthread_unregister_cancel (__pthread_unwind_buf_t *__buf)
686 extern void __pthread_register_cancel_defer (__pthread_unwind_buf_t *__buf)
698 extern void __pthread_unregister_cancel_restore (__pthread_unwind_buf_t *__buf)
703 extern void __pthread_unwind_next (__pthread_unwind_buf_t *__buf)
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/
rc_string_base.h 504 _CharT __buf[128];
506 while (__beg != __end && __len < sizeof(__buf) / sizeof(_CharT))
508 __buf[__len++] = *__beg;
512 _S_copy(__r->_M_refdata(), __buf, __len);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/
rc_string_base.h 518 _CharT __buf[128];
520 while (__beg != __end && __len < sizeof(__buf) / sizeof(_CharT))
522 __buf[__len++] = *__beg;
526 _S_copy(__r->_M_refdata(), __buf, __len);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ext/
rc_string_base.h 518 _CharT __buf[128];
520 while (__beg != __end && __len < sizeof(__buf) / sizeof(_CharT))
522 __buf[__len++] = *__beg;
526 _S_copy(__r->_M_refdata(), __buf, __len);
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/
rc_string_base.h 504 _CharT __buf[128];
506 while (__beg != __end && __len < sizeof(__buf) / sizeof(_CharT))
508 __buf[__len++] = *__beg;
512 _S_copy(__r->_M_refdata(), __buf, __len);
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/
rc_string_base.h 504 _CharT __buf[128];
506 while (__beg != __end && __len < sizeof(__buf) / sizeof(_CharT))
508 __buf[__len++] = *__beg;
512 _S_copy(__r->_M_refdata(), __buf, __len);
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/
rc_string_base.h 504 _CharT __buf[128];
506 while (__beg != __end && __len < sizeof(__buf) / sizeof(_CharT))
508 __buf[__len++] = *__beg;
512 _S_copy(__r->_M_refdata(), __buf, __len);
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/
rc_string_base.h 504 _CharT __buf[128];
506 while (__beg != __end && __len < sizeof(__buf) / sizeof(_CharT))
508 __buf[__len++] = *__beg;
512 _S_copy(__r->_M_refdata(), __buf, __len);

Completed in 112 milliseconds

1 2 3 4 5 6 78 91011