HomeSort by relevance Sort by last modified time
    Searched full:failbit (Results 226 - 250 of 345) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/
vstring.tcc 616 // 211. operator>>(istream&, string&) doesn't set failbit
618 __err |= __ios_base::failbit;
677 __err |= __ios_base::failbit;
693 __err |= __ios_base::failbit;
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/
vstring.tcc 615 // 211. operator>>(istream&, string&) doesn't set failbit
617 __err |= __ios_base::failbit;
676 __err |= __ios_base::failbit;
692 __err |= __ios_base::failbit;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
locale_facets_nonio.h 413 * the end, err |= ios_base::failbit. If parsing reads all the
438 * the end, err |= ios_base::failbit. If parsing reads all the
466 * If an error occurs before the end, err |= ios_base::failbit. If
494 * If an error occurs before the end, err |= ios_base::failbit. If
521 * If an error occurs before the end, err |= ios_base::failbit. If
    [all...]
basic_ios.h 185 * @return True if either the badbit or the failbit is set.
192 { return (this->rdstate() & (badbit | failbit)) != 0; }
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
locale_facets_nonio.h 420 * the end, err |= ios_base::failbit. If parsing reads all the
445 * the end, err |= ios_base::failbit. If parsing reads all the
473 * If an error occurs before the end, err |= ios_base::failbit. If
501 * If an error occurs before the end, err |= ios_base::failbit. If
528 * If an error occurs before the end, err |= ios_base::failbit. If
    [all...]
basic_ios.h 187 * @return True if either the badbit or the failbit is set.
194 { return (this->rdstate() & (badbit | failbit)) != 0; }
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
locale_facets_nonio.h 420 * the end, err |= ios_base::failbit. If parsing reads all the
445 * the end, err |= ios_base::failbit. If parsing reads all the
473 * If an error occurs before the end, err |= ios_base::failbit. If
501 * If an error occurs before the end, err |= ios_base::failbit. If
528 * If an error occurs before the end, err |= ios_base::failbit. If
    [all...]
basic_ios.h 187 * @return True if either the badbit or the failbit is set.
194 { return (this->rdstate() & (badbit | failbit)) != 0; }
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/
locale_facets_nonio.h 413 * the end, err |= ios_base::failbit. If parsing reads all the
438 * the end, err |= ios_base::failbit. If parsing reads all the
466 * If an error occurs before the end, err |= ios_base::failbit. If
494 * If an error occurs before the end, err |= ios_base::failbit. If
521 * If an error occurs before the end, err |= ios_base::failbit. If
    [all...]
basic_ios.h 185 * @return True if either the badbit or the failbit is set.
192 { return (this->rdstate() & (badbit | failbit)) != 0; }
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/
locale_facets_nonio.h 413 * the end, err |= ios_base::failbit. If parsing reads all the
438 * the end, err |= ios_base::failbit. If parsing reads all the
466 * If an error occurs before the end, err |= ios_base::failbit. If
494 * If an error occurs before the end, err |= ios_base::failbit. If
521 * If an error occurs before the end, err |= ios_base::failbit. If
    [all...]
basic_ios.h 185 * @return True if either the badbit or the failbit is set.
192 { return (this->rdstate() & (badbit | failbit)) != 0; }
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/
locale_facets_nonio.h 413 * the end, err |= ios_base::failbit. If parsing reads all the
438 * the end, err |= ios_base::failbit. If parsing reads all the
466 * If an error occurs before the end, err |= ios_base::failbit. If
494 * If an error occurs before the end, err |= ios_base::failbit. If
521 * If an error occurs before the end, err |= ios_base::failbit. If
    [all...]
basic_ios.h 185 * @return True if either the badbit or the failbit is set.
192 { return (this->rdstate() & (badbit | failbit)) != 0; }
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/
locale_facets_nonio.h 413 * the end, err |= ios_base::failbit. If parsing reads all the
438 * the end, err |= ios_base::failbit. If parsing reads all the
466 * If an error occurs before the end, err |= ios_base::failbit. If
494 * If an error occurs before the end, err |= ios_base::failbit. If
521 * If an error occurs before the end, err |= ios_base::failbit. If
    [all...]
basic_ios.h 185 * @return True if either the badbit or the failbit is set.
192 { return (this->rdstate() & (badbit | failbit)) != 0; }
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
locale_facets_nonio.h 420 * the end, err |= ios_base::failbit. If parsing reads all the
445 * the end, err |= ios_base::failbit. If parsing reads all the
473 * If an error occurs before the end, err |= ios_base::failbit. If
501 * If an error occurs before the end, err |= ios_base::failbit. If
528 * If an error occurs before the end, err |= ios_base::failbit. If
    [all...]
basic_ios.h 187 * @return True if either the badbit or the failbit is set.
194 { return (this->rdstate() & (badbit | failbit)) != 0; }
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
locale_facets_nonio.h 420 * the end, err |= ios_base::failbit. If parsing reads all the
445 * the end, err |= ios_base::failbit. If parsing reads all the
473 * If an error occurs before the end, err |= ios_base::failbit. If
501 * If an error occurs before the end, err |= ios_base::failbit. If
528 * If an error occurs before the end, err |= ios_base::failbit. If
    [all...]
basic_ios.h 187 * @return True if either the badbit or the failbit is set.
194 { return (this->rdstate() & (badbit | failbit)) != 0; }
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
locale_facets_nonio.h 420 * the end, err |= ios_base::failbit. If parsing reads all the
445 * the end, err |= ios_base::failbit. If parsing reads all the
473 * If an error occurs before the end, err |= ios_base::failbit. If
501 * If an error occurs before the end, err |= ios_base::failbit. If
528 * If an error occurs before the end, err |= ios_base::failbit. If
    [all...]
basic_ios.h 187 * @return True if either the badbit or the failbit is set.
194 { return (this->rdstate() & (badbit | failbit)) != 0; }
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
locale_facets_nonio.h 420 * the end, err |= ios_base::failbit. If parsing reads all the
445 * the end, err |= ios_base::failbit. If parsing reads all the
473 * If an error occurs before the end, err |= ios_base::failbit. If
501 * If an error occurs before the end, err |= ios_base::failbit. If
528 * If an error occurs before the end, err |= ios_base::failbit. If
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/
locale_facets_nonio.h 420 * the end, err |= ios_base::failbit. If parsing reads all the
445 * the end, err |= ios_base::failbit. If parsing reads all the
473 * If an error occurs before the end, err |= ios_base::failbit. If
501 * If an error occurs before the end, err |= ios_base::failbit. If
528 * If an error occurs before the end, err |= ios_base::failbit. If
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
complex     [all...]

Completed in 811 milliseconds

1 2 3 4 5 6 7 8 91011>>