HomeSort by relevance Sort by last modified time
    Searched full:__state (Results 76 - 100 of 187) sorted by null

1 2 34 5 6 7 8

  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/
basic_ios.h 138 clear(iostate __state = goodbit);
147 setstate(iostate __state)
148 { this->clear(this->rdstate() | __state); }
154 _M_setstate(iostate __state)
158 _M_streambuf_state |= __state;
159 if (this->exceptions() & __state)
fstream.tcc 706 __state_type __state = _M_state_beg;
724 __state = _M_state_last;
727 __ret = _M_seek(__computed_off, __way, __state);
754 _M_seek(off_type __off, ios_base::seekdir __way, __state_type __state)
767 _M_state_cur = __state;
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/
basic_ios.h 138 clear(iostate __state = goodbit);
147 setstate(iostate __state)
148 { this->clear(this->rdstate() | __state); }
154 _M_setstate(iostate __state)
158 _M_streambuf_state |= __state;
159 if (this->exceptions() & __state)
fstream.tcc 706 __state_type __state = _M_state_beg;
724 __state = _M_state_last;
727 __ret = _M_seek(__computed_off, __way, __state);
754 _M_seek(off_type __off, ios_base::seekdir __way, __state_type __state)
767 _M_state_cur = __state;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/
basic_ios.h 138 clear(iostate __state = goodbit);
147 setstate(iostate __state)
148 { this->clear(this->rdstate() | __state); }
154 _M_setstate(iostate __state)
158 _M_streambuf_state |= __state;
159 if (this->exceptions() & __state)
fstream.tcc 706 __state_type __state = _M_state_beg;
724 __state = _M_state_last;
727 __ret = _M_seek(__computed_off, __way, __state);
754 _M_seek(off_type __off, ios_base::seekdir __way, __state_type __state)
767 _M_state_cur = __state;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
basic_ios.h 140 clear(iostate __state = goodbit);
149 setstate(iostate __state)
150 { this->clear(this->rdstate() | __state); }
156 _M_setstate(iostate __state)
160 _M_streambuf_state |= __state;
161 if (this->exceptions() & __state)
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/
future 561 __basic_future(const __state_type& __state) : _M_state(__state)
604 future(const __state_type& __state) : _Base_type(__state) { }
645 future(const __state_type& __state) : _Base_type(__state) { }
686 future(const __state_type& __state) : _Base_type(__state) { }
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/
future 561 __basic_future(const __state_type& __state) : _M_state(__state)
604 future(const __state_type& __state) : _Base_type(__state) { }
645 future(const __state_type& __state) : _Base_type(__state) { }
686 future(const __state_type& __state) : _Base_type(__state) { }
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/
future 561 __basic_future(const __state_type& __state) : _M_state(__state)
604 future(const __state_type& __state) : _Base_type(__state) { }
645 future(const __state_type& __state) : _Base_type(__state) { }
686 future(const __state_type& __state) : _Base_type(__state) { }
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/
future 614 __basic_future(const __state_type& __state) : _M_state(__state)
657 future(const __state_type& __state) : _Base_type(__state) { }
700 future(const __state_type& __state) : _Base_type(__state) { }
743 future(const __state_type& __state) : _Base_type(__state) { }
    [all...]
  /external/stlport/stlport/stl/
_ios_base.h 185 void _M_setstate_nothrow(iostate __state) { _M_iostate |= __state; }
186 void _M_clear_nothrow(iostate __state) { _M_iostate = __state; }
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_ios_base.h 187 void _M_setstate_nothrow(iostate __state) { _M_iostate |= __state; }
188 void _M_clear_nothrow(iostate __state) { _M_iostate = __state; }
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_ios_base.h 185 void _M_setstate_nothrow(iostate __state) { _M_iostate |= __state; }
186 void _M_clear_nothrow(iostate __state) { _M_iostate = __state; }
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_ios_base.h 185 void _M_setstate_nothrow(iostate __state) { _M_iostate |= __state; }
186 void _M_clear_nothrow(iostate __state) { _M_iostate = __state; }
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_ios_base.h 185 void _M_setstate_nothrow(iostate __state) { _M_iostate |= __state; }
186 void _M_clear_nothrow(iostate __state) { _M_iostate = __state; }
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_ios_base.h 187 void _M_setstate_nothrow(iostate __state) { _M_iostate |= __state; }
188 void _M_clear_nothrow(iostate __state) { _M_iostate = __state; }
  /ndk/sources/cxx-stl/llvm-libc++/include/
ios 313 void clear(iostate __state = goodbit);
314 _LIBCPP_INLINE_VISIBILITY void setstate(iostate __state);
514 ios_base::setstate(iostate __state)
516 clear(__rdstate_ | __state);
580 _LIBCPP_ALWAYS_INLINE void clear(iostate __state = goodbit) {ios_base::clear(__state);}
581 _LIBCPP_ALWAYS_INLINE void setstate(iostate __state) {ios_base::setstate(__state);}
  /ndk/sources/cxx-stl/llvm-libc++/src/
future.cpp 175 future<void>::future(__assoc_sub_state* __state)
176 : __state_(__state)
  /external/stlport/src/
stdio_streambuf.cpp 128 memset( &(p.__state), 0, sizeof(p.__state) );
  /ndk/sources/cxx-stl/stlport/src/
stdio_streambuf.cpp 128 memset( &(p.__state), 0, sizeof(p.__state) );
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
fstream.tcc 706 __state_type __state = _M_state_beg;
724 __state = _M_state_last;
727 __ret = _M_seek(__computed_off, __way, __state);
754 _M_seek(off_type __off, ios_base::seekdir __way, __state_type __state)
767 _M_state_cur = __state;
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/
fstream.tcc 706 __state_type __state = _M_state_beg;
724 __state = _M_state_last;
727 __ret = _M_seek(__computed_off, __way, __state);
754 _M_seek(off_type __off, ios_base::seekdir __way, __state_type __state)
767 _M_state_cur = __state;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/
bitset     [all...]
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/
bitset     [all...]

Completed in 1664 milliseconds

1 2 34 5 6 7 8