HomeSort by relevance Sort by last modified time
    Searched full:ios_base (Results 1 - 25 of 879) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/libcxx/test/std/input.output/string.streams/stringbuf/stringbuf.virtuals/
seekoff.pass.cpp 15 // pos_type seekoff(off_type off, ios_base::seekdir way,
16 // ios_base::openmode which = ios_base::in | ios_base::out);
24 std::stringbuf sb(std::ios_base::in);
25 assert(sb.pubseekoff(3, std::ios_base::beg, std::ios_base::out) == -1);
26 assert(sb.pubseekoff(3, std::ios_base::cur, std::ios_base::out) == -1);
27 assert(sb.pubseekoff(-3, std::ios_base::end, std::ios_base::out) == -1)
    [all...]
  /external/libcxx/test/std/input.output/iostreams.base/ios.base/ios.types/ios_fmtflags/
fmtflags.pass.cpp 12 // class ios_base
38 assert(std::ios_base::boolalpha);
39 assert(std::ios_base::dec);
40 assert(std::ios_base::fixed);
41 assert(std::ios_base::hex);
42 assert(std::ios_base::internal);
43 assert(std::ios_base::left);
44 assert(std::ios_base::oct);
45 assert(std::ios_base::right);
46 assert(std::ios_base::scientific)
    [all...]
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/input.output/iostreams.base/ios.base/ios.types/ios_fmtflags/
fmtflags.pass.cpp 12 // class ios_base
38 assert(std::ios_base::boolalpha);
39 assert(std::ios_base::dec);
40 assert(std::ios_base::fixed);
41 assert(std::ios_base::hex);
42 assert(std::ios_base::internal);
43 assert(std::ios_base::left);
44 assert(std::ios_base::oct);
45 assert(std::ios_base::right);
46 assert(std::ios_base::scientific)
    [all...]
  /prebuilts/misc/common/swig/include/2.0.11/python/
std_ios.i 1 %rename(ios_base_in) std::ios_base::in;
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/input.output/string.streams/stringbuf/stringbuf.virtuals/
seekoff.pass.cpp 15 // pos_type seekoff(off_type off, ios_base::seekdir way,
16 // ios_base::openmode which = ios_base::in | ios_base::out);
24 std::stringbuf sb("0123456789", std::ios_base::in);
25 assert(sb.pubseekoff(3, std::ios_base::beg, std::ios_base::out) == -1);
26 assert(sb.pubseekoff(3, std::ios_base::cur, std::ios_base::out) == -1);
27 assert(sb.pubseekoff(-3, std::ios_base::end, std::ios_base::out) == -1)
    [all...]
  /external/libcxx/include/
ios 26 class ios_base
94 virtual ~ios_base();
98 typedef void (*event_callback)(event, ios_base&, int index);
101 ios_base(const ios_base&) = delete;
102 ios_base& operator=(const ios_base&) = delete;
107 ios_base();
112 : public ios_base
168 ios_base& boolalpha (ios_base& str)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/include/c++/v1/
ios 26 class ios_base
94 virtual ~ios_base();
98 typedef void (*event_callback)(event, ios_base&, int index);
101 ios_base(const ios_base&) = delete;
102 ios_base& operator=(const ios_base&) = delete;
107 ios_base();
112 : public ios_base
168 ios_base& boolalpha (ios_base& str)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/c++/v1/
ios 26 class ios_base
94 virtual ~ios_base();
98 typedef void (*event_callback)(event, ios_base&, int index);
101 ios_base(const ios_base&) = delete;
102 ios_base& operator=(const ios_base&) = delete;
107 ios_base();
112 : public ios_base
168 ios_base& boolalpha (ios_base& str)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/c++/v1/
ios 26 class ios_base
94 virtual ~ios_base();
98 typedef void (*event_callback)(event, ios_base&, int index);
101 ios_base(const ios_base&) = delete;
102 ios_base& operator=(const ios_base&) = delete;
107 ios_base();
112 : public ios_base
168 ios_base& boolalpha (ios_base& str)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/c++/v1/
ios 26 class ios_base
94 virtual ~ios_base();
98 typedef void (*event_callback)(event, ios_base&, int index);
101 ios_base(const ios_base&) = delete;
102 ios_base& operator=(const ios_base&) = delete;
107 ios_base();
112 : public ios_base
168 ios_base& boolalpha (ios_base& str)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/c++/v1/
ios 26 class ios_base
94 virtual ~ios_base();
98 typedef void (*event_callback)(event, ios_base&, int index);
101 ios_base(const ios_base&) = delete;
102 ios_base& operator=(const ios_base&) = delete;
107 ios_base();
112 : public ios_base
168 ios_base& boolalpha (ios_base& str)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/c++/v1/
ios 26 class ios_base
94 virtual ~ios_base();
98 typedef void (*event_callback)(event, ios_base&, int index);
101 ios_base(const ios_base&) = delete;
102 ios_base& operator=(const ios_base&) = delete;
107 ios_base();
112 : public ios_base
168 ios_base& boolalpha (ios_base& str)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/c++/v1/
ios 26 class ios_base
94 virtual ~ios_base();
98 typedef void (*event_callback)(event, ios_base&, int index);
101 ios_base(const ios_base&) = delete;
102 ios_base& operator=(const ios_base&) = delete;
107 ios_base();
112 : public ios_base
168 ios_base& boolalpha (ios_base& str)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/include/c++/v1/
ios 26 class ios_base
94 virtual ~ios_base();
98 typedef void (*event_callback)(event, ios_base&, int index);
101 ios_base(const ios_base&) = delete;
102 ios_base& operator=(const ios_base&) = delete;
107 ios_base();
112 : public ios_base
168 ios_base& boolalpha (ios_base& str)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/c++/v1/
ios 26 class ios_base
94 virtual ~ios_base();
98 typedef void (*event_callback)(event, ios_base&, int index);
101 ios_base(const ios_base&) = delete;
102 ios_base& operator=(const ios_base&) = delete;
107 ios_base();
112 : public ios_base
168 ios_base& boolalpha (ios_base& str)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/c++/v1/
ios 26 class ios_base
94 virtual ~ios_base();
98 typedef void (*event_callback)(event, ios_base&, int index);
101 ios_base(const ios_base&) = delete;
102 ios_base& operator=(const ios_base&) = delete;
107 ios_base();
112 : public ios_base
168 ios_base& boolalpha (ios_base& str)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/c++/v1/
ios 26 class ios_base
94 virtual ~ios_base();
98 typedef void (*event_callback)(event, ios_base&, int index);
101 ios_base(const ios_base&) = delete;
102 ios_base& operator=(const ios_base&) = delete;
107 ios_base();
112 : public ios_base
168 ios_base& boolalpha (ios_base& str)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/c++/v1/
ios 26 class ios_base
94 virtual ~ios_base();
98 typedef void (*event_callback)(event, ios_base&, int index);
101 ios_base(const ios_base&) = delete;
102 ios_base& operator=(const ios_base&) = delete;
107 ios_base();
112 : public ios_base
168 ios_base& boolalpha (ios_base& str)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/c++/v1/
ios 26 class ios_base
94 virtual ~ios_base();
98 typedef void (*event_callback)(event, ios_base&, int index);
101 ios_base(const ios_base&) = delete;
102 ios_base& operator=(const ios_base&) = delete;
107 ios_base();
112 : public ios_base
168 ios_base& boolalpha (ios_base& str)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/c++/v1/
ios 26 class ios_base
94 virtual ~ios_base();
98 typedef void (*event_callback)(event, ios_base&, int index);
101 ios_base(const ios_base&) = delete;
102 ios_base& operator=(const ios_base&) = delete;
107 ios_base();
112 : public ios_base
168 ios_base& boolalpha (ios_base& str)
    [all...]
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/include/
ios 26 class ios_base
94 virtual ~ios_base();
98 typedef void (*event_callback)(event, ios_base&, int index);
101 ios_base(const ios_base&) = delete;
102 ios_base& operator=(const ios_base&) = delete;
107 ios_base();
112 : public ios_base
168 ios_base& boolalpha (ios_base& str)
    [all...]
  /external/libcxx/test/std/depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.virtuals/
seekoff.pass.cpp 14 // pos_type seekoff(off_type off, ios_base::seekdir way,
15 // ios_base::openmode which = ios_base::in | ios_base::out);
25 assert(sb.pubseekoff(3, std::ios_base::beg, std::ios_base::out) == -1);
26 assert(sb.pubseekoff(3, std::ios_base::cur, std::ios_base::out) == -1);
27 assert(sb.pubseekoff(-3, std::ios_base::end, std::ios_base::out) == -1)
    [all...]
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.virtuals/
seekoff.pass.cpp 14 // pos_type seekoff(off_type off, ios_base::seekdir way,
15 // ios_base::openmode which = ios_base::in | ios_base::out);
25 assert(sb.pubseekoff(3, std::ios_base::beg, std::ios_base::out) == -1);
26 assert(sb.pubseekoff(3, std::ios_base::cur, std::ios_base::out) == -1);
27 assert(sb.pubseekoff(-3, std::ios_base::end, std::ios_base::out) == -1)
    [all...]
  /external/libcxx/test/std/input.output/iostream.format/std.manip/
setbase.pass.cpp 30 assert((is.flags() & std::ios_base::basefield) == std::ios_base::oct);
32 assert((is.flags() & std::ios_base::basefield) == std::ios_base::dec);
34 assert((is.flags() & std::ios_base::basefield) == std::ios_base::hex);
36 assert((is.flags() & std::ios_base::basefield) == 0);
42 assert((os.flags() & std::ios_base::basefield) == std::ios_base::oct);
44 assert((os.flags() & std::ios_base::basefield) == std::ios_base::dec)
    [all...]
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/input.output/iostream.format/std.manip/
setbase.pass.cpp 30 assert((is.flags() & std::ios_base::basefield) == std::ios_base::oct);
32 assert((is.flags() & std::ios_base::basefield) == std::ios_base::dec);
34 assert((is.flags() & std::ios_base::basefield) == std::ios_base::hex);
36 assert((is.flags() & std::ios_base::basefield) == 0);
42 assert((os.flags() & std::ios_base::basefield) == std::ios_base::oct);
44 assert((os.flags() & std::ios_base::basefield) == std::ios_base::dec)
    [all...]

Completed in 356 milliseconds

1 2 3 4 5 6 7 8 91011>>