Searched defs:out (Results 1 - 25 of 2066) sorted by relevance

1234567891011>>

/prebuilts/ndk/current/sources/cxx-stl/llvm-libc++/test/std/depr/depr.str.strstreams/depr.ostrstream/depr.ostrstream.members/
H A Dfreeze.pass.cpp22 std::ostrstream out; local
23 out.freeze();
24 assert(!out.fail());
25 out << 'a';
26 assert(out.fail());
27 out.clear();
28 out.freeze(false);
29 out << 'a';
30 out << char(0);
31 assert(out
[all...]
H A Dpcount.pass.cpp22 std::ostrstream out; local
23 assert(out.pcount() == 0);
24 out << 123 << ' ' << 4.5 << ' ' << "dog";
25 assert(out.pcount() == 11);
H A Dstr.pass.cpp22 std::ostrstream out; local
23 out << 123 << ' ' << 4.5 << ' ' << "dog" << std::ends;
24 assert(out.str() == std::string("123 4.5 dog"));
25 out.freeze(false);
/prebuilts/ndk/current/sources/cxx-stl/llvm-libc++/test/std/depr/depr.str.strstreams/depr.strstream/depr.strstream.oper/
H A Dfreeze.pass.cpp22 std::strstream out; local
23 out.freeze();
24 assert(!out.fail());
25 out << 'a';
26 assert(out.fail());
27 out.clear();
28 out.freeze(false);
29 out << 'a';
30 out << char(0);
31 assert(out
[all...]
H A Dpcount.pass.cpp22 std::strstream out; local
23 assert(out.pcount() == 0);
24 out << 123 << ' ' << 4.5 << ' ' << "dog";
25 assert(out.pcount() == 11);
H A Dstr.pass.cpp22 std::strstream out; local
23 out << 123 << ' ' << 4.5 << ' ' << "dog" << std::ends;
24 assert(out.str() == std::string("123 4.5 dog"));
25 out.freeze(false);
/prebuilts/ndk/current/sources/cxx-stl/llvm-libc++/test/std/diagnostics/syserr/syserr.errcode/syserr.errcode.nonmembers/
H A Dstream_inserter.pass.cpp24 std::ostringstream out; local
25 out << std::error_code(std::io_errc::stream);
26 assert(out.str() == "iostream:1");
/prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.str.strstreams/depr.ostrstream/depr.ostrstream.members/
H A Dfreeze.pass.cpp22 std::ostrstream out; local
23 out.freeze();
24 assert(!out.fail());
25 out << 'a';
26 assert(out.fail());
27 out.clear();
28 out.freeze(false);
29 out << 'a';
30 out << char(0);
31 assert(out
[all...]
H A Dpcount.pass.cpp22 std::ostrstream out; local
23 assert(out.pcount() == 0);
24 out << 123 << ' ' << 4.5 << ' ' << "dog";
25 assert(out.pcount() == 11);
H A Dstr.pass.cpp22 std::ostrstream out; local
23 out << 123 << ' ' << 4.5 << ' ' << "dog" << std::ends;
24 assert(out.str() == std::string("123 4.5 dog"));
/prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.str.strstreams/depr.strstream/depr.strstream.oper/
H A Dfreeze.pass.cpp22 std::strstream out; local
23 out.freeze();
24 assert(!out.fail());
25 out << 'a';
26 assert(out.fail());
27 out.clear();
28 out.freeze(false);
29 out << 'a';
30 out << char(0);
31 assert(out
[all...]
H A Dpcount.pass.cpp22 std::strstream out; local
23 assert(out.pcount() == 0);
24 out << 123 << ' ' << 4.5 << ' ' << "dog";
25 assert(out.pcount() == 11);
H A Dstr.pass.cpp22 std::strstream out; local
23 out << 123 << ' ' << 4.5 << ' ' << "dog" << std::ends;
24 assert(out.str() == std::string("123 4.5 dog"));
/prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/diagnostics/syserr/syserr.errcode/syserr.errcode.nonmembers/
H A Dstream_inserter.pass.cpp24 std::ostringstream out; local
25 out << std::error_code(std::io_errc::stream);
26 assert(out.str() == "iostream:1");
/prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/depr/depr.str.strstreams/depr.ostrstream/depr.ostrstream.members/
H A Dfreeze.pass.cpp22 std::ostrstream out; local
23 out.freeze();
24 assert(!out.fail());
25 out << 'a';
26 assert(out.fail());
27 out.clear();
28 out.freeze(false);
29 out << 'a';
30 out << char(0);
31 assert(out
[all...]
H A Dpcount.pass.cpp22 std::ostrstream out; local
23 assert(out.pcount() == 0);
24 out << 123 << ' ' << 4.5 << ' ' << "dog";
25 assert(out.pcount() == 11);
H A Dstr.pass.cpp22 std::ostrstream out; local
23 out << 123 << ' ' << 4.5 << ' ' << "dog" << std::ends;
24 assert(out.str() == std::string("123 4.5 dog"));
25 out.freeze(false);
/prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/depr/depr.str.strstreams/depr.strstream/depr.strstream.oper/
H A Dfreeze.pass.cpp22 std::strstream out; local
23 out.freeze();
24 assert(!out.fail());
25 out << 'a';
26 assert(out.fail());
27 out.clear();
28 out.freeze(false);
29 out << 'a';
30 out << char(0);
31 assert(out
[all...]
H A Dpcount.pass.cpp22 std::strstream out; local
23 assert(out.pcount() == 0);
24 out << 123 << ' ' << 4.5 << ' ' << "dog";
25 assert(out.pcount() == 11);
H A Dstr.pass.cpp22 std::strstream out; local
23 out << 123 << ' ' << 4.5 << ' ' << "dog" << std::ends;
24 assert(out.str() == std::string("123 4.5 dog"));
25 out.freeze(false);
/prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/diagnostics/syserr/syserr.errcode/syserr.errcode.nonmembers/
H A Dstream_inserter.pass.cpp24 std::ostringstream out; local
25 out << std::error_code(std::io_errc::stream);
26 assert(out.str() == "iostream:1");
/prebuilts/go/darwin-x86/src/runtime/
H A Dmemclr_mips64x.s17 BNE R3, out
31 BEQ R3, out
36 out: label
/prebuilts/go/linux-x86/src/runtime/
H A Dmemclr_mips64x.s17 BNE R3, out
31 BEQ R3, out
36 out: label
/prebuilts/ndk/current/sources/cxx-stl/llvm-libc++/test/std/experimental/string.view/string.view.io/
H A Dstream_insert.pass.cpp27 std::ostringstream out; local
29 out << sv;
30 assert(out.good());
31 assert(sv == out.str());
34 std::ostringstream out; local
37 out.width(12);
38 out << sv;
39 assert(out.good());
40 assert(" " + s == out.str());
43 std::wostringstream out; local
50 std::wostringstream out; local
[all...]
/prebuilts/ndk/current/sources/cxx-stl/llvm-libc++/test/std/input.output/file.streams/fstreams/ifstream.cons/
H A Dstring.pass.cpp29 std::ifstream fs(std::string("test.dat"), std::ios_base::out); member in class:std::ios_base
41 std::wifstream fs(std::string("test.dat"), std::ios_base::out); member in class:std::ios_base

Completed in 331 milliseconds

1234567891011>>