/external/oprofile/include/ |
sstream | 43 typedef streamoff off_type; 141 seekoff(off_type off, ios::seek_dir way, int which = ios::in | ios::out) 143 pos_type ret = pos_type(off_type(-1)); 167 off_type newoffi = 0; 168 off_type newoffo = 0; 236 typedef streamoff off_type; 274 typedef streamoff off_type; 312 typedef streamoff off_type;
|
/external/stlport/stlport/stl/ |
_sstream.h | 60 typedef typename _Traits::off_type off_type; typedef in class:basic_stringbuf 90 virtual pos_type seekoff(off_type __off, ios_base::seekdir __dir, 122 typedef typename _Traits::off_type off_type; typedef in class:basic_istringstream 165 typedef typename _Traits::off_type off_type; typedef in class:basic_ostringstream 209 typedef typename _Traits::off_type off_type; typedef in class:basic_stringstream
|
_sstream.c | 300 ::seekoff(off_type __off, 309 return pos_type(off_type(-1)); 312 return pos_type(off_type(-1)); 329 return pos_type(off_type(-1)); 338 return pos_type(off_type(-1)); 347 return pos_type(off_type(-1)); 365 return pos_type(off_type(-1)); 368 return pos_type(off_type(-1)); 370 const off_type __n = __pos - pos_type(off_type(0)) [all...] |
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
_sstream.h | 60 typedef typename _Traits::off_type off_type; typedef in class:basic_stringbuf 90 virtual pos_type seekoff(off_type __off, ios_base::seekdir __dir, 122 typedef typename _Traits::off_type off_type; typedef in class:basic_istringstream 165 typedef typename _Traits::off_type off_type; typedef in class:basic_ostringstream 209 typedef typename _Traits::off_type off_type; typedef in class:basic_stringstream
|
_sstream.c | 300 ::seekoff(off_type __off, 309 return pos_type(off_type(-1)); 312 return pos_type(off_type(-1)); 329 return pos_type(off_type(-1)); 338 return pos_type(off_type(-1)); 347 return pos_type(off_type(-1)); 365 return pos_type(off_type(-1)); 368 return pos_type(off_type(-1)); 370 const off_type __n = __pos - pos_type(off_type(0)) [all...] |
/prebuilts/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/stl/ |
_sstream.h | 60 typedef typename _Traits::off_type off_type; typedef in class:basic_stringbuf 90 virtual pos_type seekoff(off_type __off, ios_base::seekdir __dir, 122 typedef typename _Traits::off_type off_type; typedef in class:basic_istringstream 165 typedef typename _Traits::off_type off_type; typedef in class:basic_ostringstream 209 typedef typename _Traits::off_type off_type; typedef in class:basic_stringstream
|
_sstream.c | 300 ::seekoff(off_type __off, 309 return pos_type(off_type(-1)); 312 return pos_type(off_type(-1)); 329 return pos_type(off_type(-1)); 338 return pos_type(off_type(-1)); 347 return pos_type(off_type(-1)); 365 return pos_type(off_type(-1)); 368 return pos_type(off_type(-1)); 370 const off_type __n = __pos - pos_type(off_type(0)) [all...] |
/prebuilts/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/stl/ |
_sstream.h | 60 typedef typename _Traits::off_type off_type; typedef in class:basic_stringbuf 90 virtual pos_type seekoff(off_type __off, ios_base::seekdir __dir, 122 typedef typename _Traits::off_type off_type; typedef in class:basic_istringstream 165 typedef typename _Traits::off_type off_type; typedef in class:basic_ostringstream 209 typedef typename _Traits::off_type off_type; typedef in class:basic_stringstream
|
_sstream.c | 300 ::seekoff(off_type __off, 309 return pos_type(off_type(-1)); 312 return pos_type(off_type(-1)); 329 return pos_type(off_type(-1)); 338 return pos_type(off_type(-1)); 347 return pos_type(off_type(-1)); 365 return pos_type(off_type(-1)); 368 return pos_type(off_type(-1)); 370 const off_type __n = __pos - pos_type(off_type(0)) [all...] |
/prebuilts/ndk/android-ndk-r7/sources/cxx-stl/stlport/stlport/stl/ |
_sstream.h | 60 typedef typename _Traits::off_type off_type; typedef in class:basic_stringbuf 90 virtual pos_type seekoff(off_type __off, ios_base::seekdir __dir, 122 typedef typename _Traits::off_type off_type; typedef in class:basic_istringstream 165 typedef typename _Traits::off_type off_type; typedef in class:basic_ostringstream 209 typedef typename _Traits::off_type off_type; typedef in class:basic_stringstream
|
_sstream.c | 300 ::seekoff(off_type __off, 309 return pos_type(off_type(-1)); 312 return pos_type(off_type(-1)); 329 return pos_type(off_type(-1)); 338 return pos_type(off_type(-1)); 347 return pos_type(off_type(-1)); 365 return pos_type(off_type(-1)); 368 return pos_type(off_type(-1)); 370 const off_type __n = __pos - pos_type(off_type(0)) [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/ |
sstream.tcc | 151 seekoff(off_type __off, ios_base::seekdir __way, ios_base::openmode __mode) 153 pos_type __ret = pos_type(off_type(-1)); 167 off_type __newoffi = __off; 168 off_type __newoffo = __newoffi; 201 pos_type __ret = pos_type(off_type(-1)); 206 if ((__beg || !off_type(__sp)) && (__testin || __testout)) 210 const off_type __pos(__sp); 260 _M_pbump(char_type* __pbeg, char_type* __pend, off_type __off)
|
fstream.tcc | 118 == pos_type(off_type(-1))) 388 else if (this->seekoff(-1, ios_base::cur) != pos_type(off_type(-1))) 436 == pos_type(off_type(-1))) 715 seekoff(off_type __off, ios_base::seekdir __way, ios_base::openmode) 723 pos_type __ret = pos_type(off_type(-1)); 744 off_type __computed_off = __off * __width; 757 off_type __file_off = _M_file.seekoff(0, ios_base::cur); 758 if (__file_off != off_type(-1)) 777 pos_type __ret = pos_type(off_type(-1)); 782 __ret = _M_seek(off_type(__pos), ios_base::beg, __pos.state()) [all...] |
char_traits.h | 53 * of char_traits. It defines int_type, off_type, pos_type, and 64 typedef std::streamoff off_type; typedef in struct:_Char_types 90 typedef typename _Char_types<_CharT>::off_type off_type; typedef in struct:char_traits 240 typedef streamoff off_type; typedef in struct:char_traits 310 typedef streamoff off_type; typedef in struct:char_traits 389 typedef streamoff off_type; typedef in struct:char_traits 482 typedef streamoff off_type; typedef in struct:char_traits
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/ |
sstream.tcc | 151 seekoff(off_type __off, ios_base::seekdir __way, ios_base::openmode __mode) 153 pos_type __ret = pos_type(off_type(-1)); 167 off_type __newoffi = __off; 168 off_type __newoffo = __newoffi; 201 pos_type __ret = pos_type(off_type(-1)); 206 if ((__beg || !off_type(__sp)) && (__testin || __testout)) 210 const off_type __pos(__sp); 260 _M_pbump(char_type* __pbeg, char_type* __pend, off_type __off)
|
fstream.tcc | 118 == pos_type(off_type(-1))) 388 else if (this->seekoff(-1, ios_base::cur) != pos_type(off_type(-1))) 436 == pos_type(off_type(-1))) 715 seekoff(off_type __off, ios_base::seekdir __way, ios_base::openmode) 723 pos_type __ret = pos_type(off_type(-1)); 744 off_type __computed_off = __off * __width; 757 off_type __file_off = _M_file.seekoff(0, ios_base::cur); 758 if (__file_off != off_type(-1)) 777 pos_type __ret = pos_type(off_type(-1)); 782 __ret = _M_seek(off_type(__pos), ios_base::beg, __pos.state()) [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/ |
sstream.tcc | 149 seekoff(off_type __off, ios_base::seekdir __way, ios_base::openmode __mode) 151 pos_type __ret = pos_type(off_type(-1)); 165 off_type __newoffi = __off; 166 off_type __newoffo = __newoffi; 198 pos_type __ret = pos_type(off_type(-1)); 203 if ((__beg || !off_type(__sp)) && (__testin || __testout)) 207 const off_type __pos(__sp);
|
char_traits.h | 58 * of char_traits. It defines int_type, off_type, pos_type, and 69 typedef std::streamoff off_type; typedef in struct:_Char_types 95 typedef typename _Char_types<_CharT>::off_type off_type; typedef in struct:char_traits 242 typedef streamoff off_type; typedef in struct:char_traits 312 typedef streamoff off_type; typedef in struct:char_traits 388 typedef streamoff off_type; typedef in struct:char_traits 481 typedef streamoff off_type; typedef in struct:char_traits
|
/prebuilts/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/bits/ |
sstream.tcc | 149 seekoff(off_type __off, ios_base::seekdir __way, ios_base::openmode __mode) 151 pos_type __ret = pos_type(off_type(-1)); 165 off_type __newoffi = __off; 166 off_type __newoffo = __newoffi; 198 pos_type __ret = pos_type(off_type(-1)); 203 if ((__beg || !off_type(__sp)) && (__testin || __testout)) 207 const off_type __pos(__sp);
|
/prebuilts/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/bits/ |
sstream.tcc | 149 seekoff(off_type __off, ios_base::seekdir __way, ios_base::openmode __mode) 151 pos_type __ret = pos_type(off_type(-1)); 165 off_type __newoffi = __off; 166 off_type __newoffo = __newoffi; 198 pos_type __ret = pos_type(off_type(-1)); 203 if ((__beg || !off_type(__sp)) && (__testin || __testout)) 207 const off_type __pos(__sp);
|
/prebuilts/ndk/android-ndk-r7/sources/cxx-stl/gnu-libstdc++/include/bits/ |
sstream.tcc | 149 seekoff(off_type __off, ios_base::seekdir __way, ios_base::openmode __mode) 151 pos_type __ret = pos_type(off_type(-1)); 165 off_type __newoffi = __off; 166 off_type __newoffo = __newoffi; 198 pos_type __ret = pos_type(off_type(-1)); 203 if ((__beg || !off_type(__sp)) && (__testin || __testout)) 207 const off_type __pos(__sp);
|
/external/stlport/src/ |
strstream.cpp | 192 strstreambuf::seekoff(off_type off, 209 return pos_type(off_type(-1)); 214 off_type newoff; 226 return pos_type(off_type(-1)); 231 return pos_type(off_type(-1)); 257 return seekoff(pos - pos_type(off_type(0)), ios_base::beg, mode);
|
/ndk/sources/cxx-stl/stlport/src/ |
strstream.cpp | 192 strstreambuf::seekoff(off_type off, 209 return pos_type(off_type(-1)); 214 off_type newoff; 226 return pos_type(off_type(-1)); 231 return pos_type(off_type(-1)); 257 return seekoff(pos - pos_type(off_type(0)), ios_base::beg, mode);
|
/external/astl/include/ |
ostream | 53 typedef char_traits<char_type>::off_type off_type;
|
sstream | 50 typedef streambuf::off_type off_type;
|