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

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/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/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/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.7-4.6/x86_64-linux/include/c++/4.6.x-google/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/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
  /frameworks/compile/mclinker/include/mcld/Support/
FileHandle.h 79 /// use rdstate() to see what happens.
113 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

Completed in 495 milliseconds