/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/ |
istream.tcc | 78 __err |= ios_base::failbit; 126 this->setstate(ios_base::failbit); 146 this->setstate(ios_base::failbit); 164 __err |= ios_base::failbit; 170 this->_M_setstate(ios_base::failbit); 174 { this->_M_setstate(ios_base::failbit); } 177 __err |= ios_base::failbit; 213 __err |= ios_base::failbit; 250 __err |= ios_base::failbit; 297 __err |= ios_base::failbit; [all...] |
/prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/ |
_fstream.h | 467 this->setstate(ios_base::failbit); 475 this->setstate(ios_base::failbit); 482 this->setstate(ios_base::failbit); 490 this->setstate(ios_base::failbit); 507 this->setstate(ios_base::failbit); 512 this->setstate(ios_base::failbit); 546 this->setstate(ios_base::failbit); 555 this->setstate(ios_base::failbit); 561 this->setstate(ios_base::failbit); 569 this->setstate(ios_base::failbit); [all...] |
_monetary.c | 157 __err = ios_base::failbit; 171 __err = ios_base::failbit; 183 __err = ios_base::failbit; 208 __err = ios_base::failbit; 233 __err |= ios_base::failbit; 235 __err = ios_base::failbit; 250 __err |= ios::failbit; 252 if (!(__err & ios_base::failbit)) 261 __err |= ios::failbit; 263 if (!(__err & ios::failbit)) { [all...] |
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/ |
istream.tcc | 78 __err |= ios_base::failbit; 126 this->setstate(ios_base::failbit); 146 this->setstate(ios_base::failbit); 164 __err |= ios_base::failbit; 170 this->_M_setstate(ios_base::failbit); 174 { this->_M_setstate(ios_base::failbit); } 177 __err |= ios_base::failbit; 213 __err |= ios_base::failbit; 250 __err |= ios_base::failbit; 297 __err |= ios_base::failbit; [all...] |
/prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/ |
_fstream.h | 467 this->setstate(ios_base::failbit); 475 this->setstate(ios_base::failbit); 482 this->setstate(ios_base::failbit); 490 this->setstate(ios_base::failbit); 507 this->setstate(ios_base::failbit); 512 this->setstate(ios_base::failbit); 546 this->setstate(ios_base::failbit); 555 this->setstate(ios_base::failbit); 561 this->setstate(ios_base::failbit); 569 this->setstate(ios_base::failbit); [all...] |
/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/ |
istream.tcc | 78 __err |= ios_base::failbit; 126 this->setstate(ios_base::failbit); 146 this->setstate(ios_base::failbit); 164 __err |= ios_base::failbit; 170 this->_M_setstate(ios_base::failbit); 174 { this->_M_setstate(ios_base::failbit); } 177 __err |= ios_base::failbit; 213 __err |= ios_base::failbit; 250 __err |= ios_base::failbit; 297 __err |= ios_base::failbit; [all...] |
/prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/ |
_fstream.h | 467 this->setstate(ios_base::failbit); 475 this->setstate(ios_base::failbit); 482 this->setstate(ios_base::failbit); 490 this->setstate(ios_base::failbit); 507 this->setstate(ios_base::failbit); 512 this->setstate(ios_base::failbit); 546 this->setstate(ios_base::failbit); 555 this->setstate(ios_base::failbit); 561 this->setstate(ios_base::failbit); 569 this->setstate(ios_base::failbit); [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/ |
istream.tcc | 78 __err |= ios_base::failbit; 126 this->setstate(ios_base::failbit); 146 this->setstate(ios_base::failbit); 164 __err |= ios_base::failbit; 170 this->_M_setstate(ios_base::failbit); 174 { this->_M_setstate(ios_base::failbit); } 177 __err |= ios_base::failbit; 213 __err |= ios_base::failbit; 250 __err |= ios_base::failbit; 297 __err |= ios_base::failbit; [all...] |
/prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/ |
_fstream.h | 467 this->setstate(ios_base::failbit); 475 this->setstate(ios_base::failbit); 482 this->setstate(ios_base::failbit); 490 this->setstate(ios_base::failbit); 507 this->setstate(ios_base::failbit); 512 this->setstate(ios_base::failbit); 546 this->setstate(ios_base::failbit); 555 this->setstate(ios_base::failbit); 561 this->setstate(ios_base::failbit); 569 this->setstate(ios_base::failbit); [all...] |
/prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/ |
_fstream.h | 467 this->setstate(ios_base::failbit); 475 this->setstate(ios_base::failbit); 482 this->setstate(ios_base::failbit); 490 this->setstate(ios_base::failbit); 507 this->setstate(ios_base::failbit); 512 this->setstate(ios_base::failbit); 546 this->setstate(ios_base::failbit); 555 this->setstate(ios_base::failbit); 561 this->setstate(ios_base::failbit); 569 this->setstate(ios_base::failbit); [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ |
istream | 225 * If @a sb is NULL, the stream will set failbit in its error state. 235 * If the function inserts no characters, failbit is set. 276 * Tries to extract a character. If none are available, sets failbit 288 * available, sets failbit and returns traits::eof(). 311 * If no characters are stored, failbit is set in the stream's error 351 * If no characters are stored, failbit is set in the stream's error 378 * fill the @a s array without setting failbit. 384 * -# @c n-1 characters are stored, in which case failbit is set 387 * If no characters are extracted, failbit is set. (An empty line of 388 * input should therefore not cause failbit to be set. [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ |
istream | 228 * If @a sb is NULL, the stream will set failbit in its error state. 238 * If the function inserts no characters, failbit is set. 279 * Tries to extract a character. If none are available, sets failbit 291 * available, sets failbit and returns traits::eof(). 314 * If no characters are stored, failbit is set in the stream's error 354 * If no characters are stored, failbit is set in the stream's error 381 * fill the @a s array without setting failbit. 387 * -# @c n-1 characters are stored, in which case failbit is set 390 * If no characters are extracted, failbit is set. (An empty line of 391 * input should therefore not cause failbit to be set. [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ |
istream | 228 * If @a sb is NULL, the stream will set failbit in its error state. 238 * If the function inserts no characters, failbit is set. 279 * Tries to extract a character. If none are available, sets failbit 291 * available, sets failbit and returns traits::eof(). 314 * If no characters are stored, failbit is set in the stream's error 354 * If no characters are stored, failbit is set in the stream's error 381 * fill the @a s array without setting failbit. 387 * -# @c n-1 characters are stored, in which case failbit is set 390 * If no characters are extracted, failbit is set. (An empty line of 391 * input should therefore not cause failbit to be set. [all...] |
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ |
istream | 225 * If @a sb is NULL, the stream will set failbit in its error state. 235 * If the function inserts no characters, failbit is set. 276 * Tries to extract a character. If none are available, sets failbit 288 * available, sets failbit and returns traits::eof(). 311 * If no characters are stored, failbit is set in the stream's error 351 * If no characters are stored, failbit is set in the stream's error 378 * fill the @a s array without setting failbit. 384 * -# @c n-1 characters are stored, in which case failbit is set 387 * If no characters are extracted, failbit is set. (An empty line of 388 * input should therefore not cause failbit to be set. [all...] |
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ |
istream | 225 * If @a sb is NULL, the stream will set failbit in its error state. 235 * If the function inserts no characters, failbit is set. 276 * Tries to extract a character. If none are available, sets failbit 288 * available, sets failbit and returns traits::eof(). 311 * If no characters are stored, failbit is set in the stream's error 351 * If no characters are stored, failbit is set in the stream's error 378 * fill the @a s array without setting failbit. 384 * -# @c n-1 characters are stored, in which case failbit is set 387 * If no characters are extracted, failbit is set. (An empty line of 388 * input should therefore not cause failbit to be set. [all...] |
/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ |
istream | 225 * If @a sb is NULL, the stream will set failbit in its error state. 235 * If the function inserts no characters, failbit is set. 276 * Tries to extract a character. If none are available, sets failbit 288 * available, sets failbit and returns traits::eof(). 311 * If no characters are stored, failbit is set in the stream's error 351 * If no characters are stored, failbit is set in the stream's error 378 * fill the @a s array without setting failbit. 384 * -# @c n-1 characters are stored, in which case failbit is set 387 * If no characters are extracted, failbit is set. (An empty line of 388 * input should therefore not cause failbit to be set. [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ |
istream | 225 * If @a sb is NULL, the stream will set failbit in its error state. 235 * If the function inserts no characters, failbit is set. 276 * Tries to extract a character. If none are available, sets failbit 288 * available, sets failbit and returns traits::eof(). 311 * If no characters are stored, failbit is set in the stream's error 351 * If no characters are stored, failbit is set in the stream's error 378 * fill the @a s array without setting failbit. 384 * -# @c n-1 characters are stored, in which case failbit is set 387 * If no characters are extracted, failbit is set. (An empty line of 388 * input should therefore not cause failbit to be set. [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ |
istream | 228 * If @a sb is NULL, the stream will set failbit in its error state. 238 * If the function inserts no characters, failbit is set. 279 * Tries to extract a character. If none are available, sets failbit 291 * available, sets failbit and returns traits::eof(). 314 * If no characters are stored, failbit is set in the stream's error 354 * If no characters are stored, failbit is set in the stream's error 381 * fill the @a s array without setting failbit. 387 * -# @c n-1 characters are stored, in which case failbit is set 390 * If no characters are extracted, failbit is set. (An empty line of 391 * input should therefore not cause failbit to be set. [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/ |
istream | 228 * If @a sb is NULL, the stream will set failbit in its error state. 238 * If the function inserts no characters, failbit is set. 279 * Tries to extract a character. If none are available, sets failbit 291 * available, sets failbit and returns traits::eof(). 314 * If no characters are stored, failbit is set in the stream's error 354 * If no characters are stored, failbit is set in the stream's error 381 * fill the @a s array without setting failbit. 387 * -# @c n-1 characters are stored, in which case failbit is set 390 * If no characters are extracted, failbit is set. (An empty line of 391 * input should therefore not cause failbit to be set. [all...] |
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostreams.base/ios/iostate.flags/ |
bool.pass.cpp | 23 ios.setstate(std::ios::failbit);
|
not.pass.cpp | 23 ios.setstate(std::ios::failbit);
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.time/locale.time.get/locale.time.get.members/ |
get_time.pass.cpp | 71 assert(err == std::ios_base::failbit); 82 assert(err == std::ios_base::failbit); 93 assert(err == (std::ios_base::failbit | std::ios_base::eofbit)); 115 assert(err == std::ios_base::failbit);
|
get_time_wide.pass.cpp | 71 assert(err == std::ios_base::failbit); 82 assert(err == std::ios_base::failbit); 93 assert(err == (std::ios_base::failbit | std::ios_base::eofbit)); 115 assert(err == std::ios_base::failbit);
|
/external/stlport/stlport/stl/ |
_monetary.c | 157 __err = ios_base::failbit; 171 __err = ios_base::failbit; 183 __err = ios_base::failbit; 208 __err = ios_base::failbit; 233 __err |= ios_base::failbit; 235 __err = ios_base::failbit; 250 __err |= ios::failbit; 252 if (!(__err & ios_base::failbit)) 261 __err |= ios::failbit; 263 if (!(__err & ios::failbit)) { [all...] |
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
_monetary.c | 157 __err = ios_base::failbit; 171 __err = ios_base::failbit; 183 __err = ios_base::failbit; 208 __err = ios_base::failbit; 233 __err |= ios_base::failbit; 235 __err = ios_base::failbit; 250 __err |= ios::failbit; 252 if (!(__err & ios_base::failbit)) 261 __err |= ios::failbit; 263 if (!(__err & ios::failbit)) { [all...] |