HomeSort by relevance Sort by last modified time
    Searched defs:rdstate (Results 1 - 21 of 21) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/bits/
basic_ios.h 129 rdstate() const function in class:basic_ios
150 { this->clear(this->rdstate() | __state); }
169 * A wrapper around rdstate.
173 { return this->rdstate() == 0; }
183 { return (this->rdstate() & eofbit) != 0; }
194 { return (this->rdstate() & (badbit | failbit)) != 0; }
204 { return (this->rdstate() & badbit) != 0; }
347 * and rdstate() remain unchanged. All values in the pword and iword
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/
basic_ios.h 131 rdstate() const function in class:basic_ios
152 { this->clear(this->rdstate() | __state); }
171 * A wrapper around rdstate.
175 { return this->rdstate() == 0; }
185 { return (this->rdstate() & eofbit) != 0; }
196 { return (this->rdstate() & (badbit | failbit)) != 0; }
206 { return (this->rdstate() & badbit) != 0; }
349 * and rdstate() remain unchanged. All values in the pword and iword
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
basic_ios.h 131 rdstate() const function in class:basic_ios
152 { this->clear(this->rdstate() | __state); }
171 * A wrapper around rdstate.
175 { return this->rdstate() == 0; }
185 { return (this->rdstate() & eofbit) != 0; }
196 { return (this->rdstate() & (badbit | failbit)) != 0; }
206 { return (this->rdstate() & badbit) != 0; }
349 * and rdstate() remain unchanged. All values in the pword and iword
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/
basic_ios.h 127 rdstate() const function in class:basic_ios
148 { this->clear(this->rdstate() | __state); }
167 * A wrapper around rdstate.
171 { return this->rdstate() == 0; }
181 { return (this->rdstate() & eofbit) != 0; }
192 { return (this->rdstate() & (badbit | failbit)) != 0; }
202 { return (this->rdstate() & badbit) != 0; }
345 * and rdstate() remain unchanged. All values in the pword and iword
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/
basic_ios.h 127 rdstate() const function in class:basic_ios
148 { this->clear(this->rdstate() | __state); }
167 * A wrapper around rdstate.
171 { return this->rdstate() == 0; }
181 { return (this->rdstate() & eofbit) != 0; }
192 { return (this->rdstate() & (badbit | failbit)) != 0; }
202 { return (this->rdstate() & badbit) != 0; }
345 * and rdstate() remain unchanged. All values in the pword and iword
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/
basic_ios.h 127 rdstate() const function in class:basic_ios
148 { this->clear(this->rdstate() | __state); }
167 * A wrapper around rdstate.
171 { return this->rdstate() == 0; }
181 { return (this->rdstate() & eofbit) != 0; }
192 { return (this->rdstate() & (badbit | failbit)) != 0; }
202 { return (this->rdstate() & badbit) != 0; }
345 * and rdstate() remain unchanged. All values in the pword and iword
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/
basic_ios.h 127 rdstate() const function in class:basic_ios
148 { this->clear(this->rdstate() | __state); }
167 * A wrapper around rdstate.
171 { return this->rdstate() == 0; }
181 { return (this->rdstate() & eofbit) != 0; }
192 { return (this->rdstate() & (badbit | failbit)) != 0; }
202 { return (this->rdstate() & badbit) != 0; }
345 * and rdstate() remain unchanged. All values in the pword and iword
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
basic_ios.h 129 rdstate() const function in class:basic_ios
150 { this->clear(this->rdstate() | __state); }
169 * A wrapper around rdstate.
173 { return this->rdstate() == 0; }
183 { return (this->rdstate() & eofbit) != 0; }
194 { return (this->rdstate() & (badbit | failbit)) != 0; }
204 { return (this->rdstate() & badbit) != 0; }
347 * and rdstate() remain unchanged. All values in the pword and iword
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
basic_ios.h 129 rdstate() const function in class:basic_ios
150 { this->clear(this->rdstate() | __state); }
169 * A wrapper around rdstate.
173 { return this->rdstate() == 0; }
183 { return (this->rdstate() & eofbit) != 0; }
194 { return (this->rdstate() & (badbit | failbit)) != 0; }
204 { return (this->rdstate() & badbit) != 0; }
347 * and rdstate() remain unchanged. All values in the pword and iword
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
basic_ios.h 129 rdstate() const function in class:basic_ios
150 { this->clear(this->rdstate() | __state); }
169 * A wrapper around rdstate.
173 { return this->rdstate() == 0; }
183 { return (this->rdstate() & eofbit) != 0; }
194 { return (this->rdstate() & (badbit | failbit)) != 0; }
204 { return (this->rdstate() & badbit) != 0; }
347 * and rdstate() remain unchanged. All values in the pword and iword
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
basic_ios.h 129 rdstate() const function in class:basic_ios
150 { this->clear(this->rdstate() | __state); }
169 * A wrapper around rdstate.
173 { return this->rdstate() == 0; }
183 { return (this->rdstate() & eofbit) != 0; }
194 { return (this->rdstate() & (badbit | failbit)) != 0; }
204 { return (this->rdstate() & badbit) != 0; }
347 * and rdstate() remain unchanged. All values in the pword and iword
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/
basic_ios.h 131 rdstate() const function in class:basic_ios
152 { this->clear(this->rdstate() | __state); }
171 * A wrapper around rdstate.
175 { return this->rdstate() == 0; }
185 { return (this->rdstate() & eofbit) != 0; }
196 { return (this->rdstate() & (badbit | failbit)) != 0; }
206 { return (this->rdstate() & badbit) != 0; }
349 * and rdstate() remain unchanged. All values in the pword and iword
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
basic_ios.h 131 rdstate() const function in class:basic_ios
152 { this->clear(this->rdstate() | __state); }
171 * A wrapper around rdstate.
175 { return this->rdstate() == 0; }
185 { return (this->rdstate() & eofbit) != 0; }
196 { return (this->rdstate() & (badbit | failbit)) != 0; }
206 { return (this->rdstate() & badbit) != 0; }
349 * and rdstate() remain unchanged. All values in the pword and iword
  /frameworks/compile/mclinker/include/mcld/Support/
FileHandle.h 75 /// use rdstate() to see what happens.
109 uint16_t rdstate() const function in class:mcld::FileHandle
  /external/stlport/stlport/stl/
_ios_base.h 170 iostate rdstate() const { return _M_iostate; } function in class:ios_base
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_ios_base.h 172 iostate rdstate() const { return _M_iostate; } function in class:ios_base
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_ios_base.h 170 iostate rdstate() const { return _M_iostate; } function in class:ios_base
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_ios_base.h 170 iostate rdstate() const { return _M_iostate; } function in class:ios_base
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_ios_base.h 170 iostate rdstate() const { return _M_iostate; } function in class:ios_base
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_ios_base.h 172 iostate rdstate() const { return _M_iostate; } function in class:ios_base
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
_ios_base.h 172 iostate rdstate() const { return _M_iostate; } function in class:ios_base

Completed in 881 milliseconds