HomeSort by relevance Sort by last modified time
    Searched refs:rdstate (Results 1 - 19 of 19) 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/android-ndk-r5/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/android-ndk-r6/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/android-ndk-r7/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
  /external/stlport/stlport/stl/
_ios.h 95 void setstate(iostate __state) { this->clear(rdstate() | __state); }
100 this->clear(this->rdstate());
_ios_base.h 170 iostate rdstate() const { return _M_iostate; } function in class:ios_base
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_ios.h 95 void setstate(iostate __state) { this->clear(rdstate() | __state); }
100 this->clear(this->rdstate());
_ios_base.h 170 iostate rdstate() const { return _M_iostate; } function in class:ios_base
  /prebuilts/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/stl/
_ios.h 95 void setstate(iostate __state) { this->clear(rdstate() | __state); }
100 this->clear(this->rdstate());
_ios_base.h 170 iostate rdstate() const { return _M_iostate; } function in class:ios_base
  /prebuilts/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/stl/
_ios.h 95 void setstate(iostate __state) { this->clear(rdstate() | __state); }
100 this->clear(this->rdstate());
_ios_base.h 170 iostate rdstate() const { return _M_iostate; } function in class:ios_base
  /prebuilts/ndk/android-ndk-r7/sources/cxx-stl/stlport/stlport/stl/
_ios.h 95 void setstate(iostate __state) { this->clear(rdstate() | __state); }
100 this->clear(this->rdstate());
_ios_base.h 170 iostate rdstate() const { return _M_iostate; } function in class:ios_base
  /cts/suite/audio_quality/lib/src/audio/
Buffer.cpp 125 if (file.rdstate() != std::ios_base::goodbit) {
126 LOGE("Got error while writing file %s %x", filenameWithExtension.string(), file.rdstate());
  /frameworks/compile/mclinker/include/mcld/Support/
MemoryArea.h 197 // rdstate - get error state flags
199 int rdstate() const;
  /frameworks/compile/mclinker/lib/Support/
MemoryArea.cpp 154 int MemoryArea::rdstate() const function in class:MemoryArea

Completed in 312 milliseconds