OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:badbit
(Results
26 - 50
of
80
) sorted by null
1
2
3
4
/prebuilt/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/stl/
_istream.c
199
__that._M_handle_exception(ios_base::
badbit
);
327
this->_M_handle_exception(ios_base::
badbit
);
349
this->_M_handle_exception(ios_base::
badbit
);
374
this->_M_handle_exception(ios_base::
badbit
);
405
this->_M_handle_exception(ios_base::
badbit
);
435
this->_M_handle_exception(ios_base::
badbit
);
439
this->setstate(ios_base::
badbit
);
459
this->setstate(ios_base::
badbit
);
462
this->_M_handle_exception(ios_base::
badbit
);
465
this->setstate(ios_base::
badbit
);
[
all
...]
_ios_base.h
88
_STLP_STATIC_CONSTANT(int,
badbit
= 0x01);
174
bool fail() const { return (_M_iostate & (failbit |
badbit
)) != 0; }
175
bool bad() const { return (_M_iostate &
badbit
) != 0; }
_ios.c
103
this->_M_clear_nothrow(__sb != 0 ? ios_base::goodbit : ios_base::
badbit
);
_ostream.h
137
this->setstate(ios_base::
badbit
);
222
__str.setstate(ios_base::
badbit
);
/external/oprofile/libutil++/
cverb.cpp
46
null_stream.clear(ios::
badbit
);
/external/srec/tools/thirdparty/OpenFst/fst/lib/
product-weight.h
141
strm.clear(std::ios::
badbit
);
154
strm.clear(std::ios::
badbit
);
float-weight.h
107
strm.clear(std::ios::
badbit
);
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
basic_ios.tcc
45
_M_streambuf_state = __state |
badbit
;
151
_M_streambuf_state = __sb ? goodbit :
badbit
;
/prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/bits/
basic_ios.tcc
45
_M_streambuf_state = __state |
badbit
;
151
_M_streambuf_state = __sb ? goodbit :
badbit
;
/prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/bits/
basic_ios.tcc
45
_M_streambuf_state = __state |
badbit
;
151
_M_streambuf_state = __sb ? goodbit :
badbit
;
/external/stlport/stlport/stl/
_ios_base.h
88
_STLP_STATIC_CONSTANT(int,
badbit
= 0x01);
174
bool fail() const { return (_M_iostate & (failbit |
badbit
)) != 0; }
175
bool bad() const { return (_M_iostate &
badbit
) != 0; }
_ios.c
103
this->_M_clear_nothrow(__sb != 0 ? ios_base::goodbit : ios_base::
badbit
);
_ostream.h
137
this->setstate(ios_base::
badbit
);
222
__str.setstate(ios_base::
badbit
);
_ios.h
92
_M_clear_nothrow(this->rdbuf() ? __state : iostate(__state|ios_base::
badbit
));
/ndk/sources/cxx-stl/stlport/stlport/stl/
_ios_base.h
88
_STLP_STATIC_CONSTANT(int,
badbit
= 0x01);
174
bool fail() const { return (_M_iostate & (failbit |
badbit
)) != 0; }
175
bool bad() const { return (_M_iostate &
badbit
) != 0; }
_ios.c
103
this->_M_clear_nothrow(__sb != 0 ? ios_base::goodbit : ios_base::
badbit
);
_ostream.h
137
this->setstate(ios_base::
badbit
);
222
__str.setstate(ios_base::
badbit
);
_ios.h
92
_M_clear_nothrow(this->rdbuf() ? __state : iostate(__state|ios_base::
badbit
));
/prebuilt/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/stl/
_ios_base.h
88
_STLP_STATIC_CONSTANT(int,
badbit
= 0x01);
174
bool fail() const { return (_M_iostate & (failbit |
badbit
)) != 0; }
175
bool bad() const { return (_M_iostate &
badbit
) != 0; }
_ios.c
103
this->_M_clear_nothrow(__sb != 0 ? ios_base::goodbit : ios_base::
badbit
);
_ostream.h
137
this->setstate(ios_base::
badbit
);
222
__str.setstate(ios_base::
badbit
);
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/
istream
151
* If an exception is thrown during extraction, ios_base::
badbit
266
* If an exception is thrown during extraction, ios_base::
badbit
492
* If @c rdbuf() is null or if @c sputbackc() fails, sets
badbit
in
507
* If @c rdbuf() is null or if @c sungetc() fails, sets
badbit
in
523
* sets
badbit
and returns -1.
/prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/
istream
151
* If an exception is thrown during extraction, ios_base::
badbit
266
* If an exception is thrown during extraction, ios_base::
badbit
492
* If @c rdbuf() is null or if @c sputbackc() fails, sets
badbit
in
507
* If @c rdbuf() is null or if @c sungetc() fails, sets
badbit
in
523
* sets
badbit
and returns -1.
/prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/
istream
151
* If an exception is thrown during extraction, ios_base::
badbit
266
* If an exception is thrown during extraction, ios_base::
badbit
492
* If @c rdbuf() is null or if @c sputbackc() fails, sets
badbit
in
507
* If @c rdbuf() is null or if @c sungetc() fails, sets
badbit
in
523
* sets
badbit
and returns -1.
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/
vstring.tcc
600
__in._M_setstate(__ios_base::
badbit
);
608
__in._M_setstate(__ios_base::
badbit
);
676
__in._M_setstate(__ios_base::
badbit
);
684
__in._M_setstate(__ios_base::
badbit
);
Completed in 347 milliseconds
1
2
3
4