/external/cronet/tot/third_party/libc++/src/test/std/input.output/iostream.format/output.streams/ostream.cons/ |
D | move.pass.cpp | 30 struct test_ostream struct 34 test_ostream(testbuf<CharT>* sb) : base(sb) {} in test_ostream() argument 36 test_ostream(test_ostream&& s) in test_ostream() function 45 test_ostream<char> os1(&sb); in main() 46 test_ostream<char> os(std::move(os1)); in main() 60 test_ostream<wchar_t> os1(&sb); in main() 61 test_ostream<wchar_t> os(std::move(os1)); in main()
|
/external/cronet/stable/third_party/libc++/src/test/std/input.output/iostream.format/output.streams/ostream.cons/ |
D | move.pass.cpp | 30 struct test_ostream struct 34 test_ostream(testbuf<CharT>* sb) : base(sb) {} in test_ostream() function 36 test_ostream(test_ostream&& s) in test_ostream() function 45 test_ostream<char> os1(&sb); in main() 46 test_ostream<char> os(std::move(os1)); in main() 60 test_ostream<wchar_t> os1(&sb); in main() 61 test_ostream<wchar_t> os(std::move(os1)); in main()
|
/external/libcxx/test/std/input.output/iostream.format/output.streams/ostream.cons/ |
D | move.pass.cpp | 31 struct test_ostream struct 35 test_ostream(testbuf<CharT>* sb) : base(sb) {} in test_ostream() function 37 test_ostream(test_ostream&& s) in test_ostream() argument 46 test_ostream<char> os1(&sb); in main() 47 test_ostream<char> os(std::move(os1)); in main() 60 test_ostream<wchar_t> os1(&sb); in main() 61 test_ostream<wchar_t> os(std::move(os1)); in main()
|
/external/cronet/tot/third_party/libc++/src/test/std/input.output/iostream.format/output.streams/ostream.assign/ |
D | move_assign.pass.cpp | 30 struct test_ostream struct 34 test_ostream(testbuf<CharT>* sb) : base(sb) {} in test_ostream() function 36 test_ostream& operator=(test_ostream&& s) in operator =() argument 46 test_ostream<char> os1(&sb1); in main() 47 test_ostream<char> os2(&sb2); in main() 70 test_ostream<wchar_t> os1(&sb1); in main() 71 test_ostream<wchar_t> os2(&sb2); in main()
|
D | member_swap.pass.cpp | 29 struct test_ostream struct 33 test_ostream(testbuf<CharT>* sb) : base(sb) {} in test_ostream() argument 35 void swap(test_ostream& s) {base::swap(s);} in swap() argument 43 test_ostream<char> os1(&sb1); in main() 44 test_ostream<char> os2(&sb2); in main() 67 test_ostream<wchar_t> os1(&sb1); in main() 68 test_ostream<wchar_t> os2(&sb2); in main()
|
/external/libcxx/test/std/input.output/iostream.format/output.streams/ostream.assign/ |
D | move_assign.pass.cpp | 31 struct test_ostream struct 35 test_ostream(testbuf<CharT>* sb) : base(sb) {} in test_ostream() function 37 test_ostream& operator=(test_ostream&& s) in operator =() argument 47 test_ostream<char> os1(&sb1); in main() 48 test_ostream<char> os2(&sb2); in main() 70 test_ostream<wchar_t> os1(&sb1); in main() 71 test_ostream<wchar_t> os2(&sb2); in main()
|
D | member_swap.pass.cpp | 28 struct test_ostream struct 32 test_ostream(testbuf<CharT>* sb) : base(sb) {} in test_ostream() argument 34 void swap(test_ostream& s) {base::swap(s);} in swap() argument 42 test_ostream<char> os1(&sb1); in main() 43 test_ostream<char> os2(&sb2); in main() 65 test_ostream<wchar_t> os1(&sb1); in main() 66 test_ostream<wchar_t> os2(&sb2); in main()
|
/external/cronet/stable/third_party/libc++/src/test/std/input.output/iostream.format/output.streams/ostream.assign/ |
D | move_assign.pass.cpp | 30 struct test_ostream struct 34 test_ostream(testbuf<CharT>* sb) : base(sb) {} in test_ostream() argument 36 test_ostream& operator=(test_ostream&& s) in operator =() argument 46 test_ostream<char> os1(&sb1); in main() 47 test_ostream<char> os2(&sb2); in main() 70 test_ostream<wchar_t> os1(&sb1); in main() 71 test_ostream<wchar_t> os2(&sb2); in main()
|
D | member_swap.pass.cpp | 29 struct test_ostream struct 33 test_ostream(testbuf<CharT>* sb) : base(sb) {} in test_ostream() argument 35 void swap(test_ostream& s) {base::swap(s);} in swap() argument 43 test_ostream<char> os1(&sb1); in main() 44 test_ostream<char> os2(&sb2); in main() 67 test_ostream<wchar_t> os1(&sb1); in main() 68 test_ostream<wchar_t> os2(&sb2); in main()
|
/external/sdv/vsomeip/third_party/boost/serialization/test/ |
D | test_dll_simple.cpp | 44 test_ostream os(testfile, TEST_STREAM_FLAGS); in test1() 67 test_ostream os(testfile, TEST_STREAM_FLAGS); in test2() 92 test_ostream os(testfile, TEST_STREAM_FLAGS); in test3() 116 test_ostream os(testfile, TEST_STREAM_FLAGS); in test4() 144 test_ostream os(testfile, TEST_STREAM_FLAGS); in test5() 167 test_ostream os(testfile, TEST_STREAM_FLAGS); in test6() 192 test_ostream os(testfile, TEST_STREAM_FLAGS); in test7() 216 test_ostream os(testfile, TEST_STREAM_FLAGS); in test8()
|
D | test_polymorphic.cpp | 48 test_ostream os(testfile, TEST_STREAM_FLAGS); in test_main() 64 test_ostream os(testfile, TEST_STREAM_FLAGS); in test_main() 78 test_ostream os(testfile, TEST_STREAM_FLAGS); in test_main()
|
D | test_unregistered.cpp | 77 test_ostream os(testfile, TEST_STREAM_FLAGS); in save_unregistered1() 132 test_ostream os(testfile, TEST_STREAM_FLAGS); in save_unregistered2() 185 test_ostream os(testfile, TEST_STREAM_FLAGS); in save_registered() 250 test_ostream os(testfile, TEST_STREAM_FLAGS); in save_unregistered_pointer()
|
D | test_variant.cpp | 93 test_ostream os(testfile, TEST_STREAM_FLAGS); in test_type() 127 test_ostream os(testfile, TEST_STREAM_FLAGS); in do_bad_read() 186 test_ostream os(testfile, TEST_STREAM_FLAGS); in test_pointer() 218 test_ostream os(testfile, TEST_STREAM_FLAGS); in test_variant_set() 250 test_ostream os(testfile, TEST_STREAM_FLAGS); in test_variant_map()
|
D | test_nvp.cpp | 38 test_ostream os(testfile, TEST_STREAM_FLAGS); in test_main() 53 test_ostream os(testfile, TEST_STREAM_FLAGS); in test_main()
|
D | test_map.cpp | 72 test_ostream os(testfile, TEST_STREAM_FLAGS); in test_map() 98 test_ostream os(testfile, TEST_STREAM_FLAGS); in test_map_2() 128 test_ostream os(testfile, TEST_STREAM_FLAGS); in test_multimap()
|
D | test_cyclic_ptrs.cpp | 111 test_ostream os(testfile, TEST_STREAM_FLAGS); in test1() 134 test_ostream os(testfile, TEST_STREAM_FLAGS); in test2() 160 test_ostream os(testfile, TEST_STREAM_FLAGS); in test3()
|
D | test_shared_ptr_132.cpp | 90 test_ostream os(testfile, TEST_STREAM_FLAGS); in save() 130 test_ostream os(testfile, TEST_STREAM_FLAGS); in save2() 177 test_ostream os(testfile, TEST_STREAM_FLAGS); in save3()
|
D | test_shared_ptr.cpp | 100 test_ostream os(testfile, TEST_STREAM_FLAGS); in save() 136 test_ostream os(testfile, TEST_STREAM_FLAGS); in save2() 182 test_ostream os(testfile, TEST_STREAM_FLAGS); in save3() 232 test_ostream os(testfile, TEST_STREAM_FLAGS); in save4()
|
D | test_private_base2.cpp | 69 test_ostream os(testfile, TEST_STREAM_FLAGS); in test_main() 88 test_ostream os(testfile, TEST_STREAM_FLAGS); in test_main()
|
D | test_diamond_complex.cpp | 394 test_ostream ofs(testfile, TEST_STREAM_FLAGS); in BOOST_CLASS_EXPORT() 417 test_ostream ofs(testfile, TEST_STREAM_FLAGS); in BOOST_CLASS_EXPORT() 440 test_ostream ofs(testfile, TEST_STREAM_FLAGS); in BOOST_CLASS_EXPORT() 463 test_ostream ofs(testfile, TEST_STREAM_FLAGS); in BOOST_CLASS_EXPORT()
|
D | test_interrupts.cpp | 51 test_ostream os(testfile, TEST_STREAM_FLAGS); in test_out() 99 test_ostream os(testfile, TEST_STREAM_FLAGS); in test_in()
|
D | test_set.cpp | 54 test_ostream os(testfile, TEST_STREAM_FLAGS); in test_set() 85 test_ostream os(testfile, TEST_STREAM_FLAGS); in test_multiset()
|
D | test_set_unordered.cpp | 66 test_ostream os(testfile, TEST_STREAM_FLAGS); in test_unordered_set() 96 test_ostream os(testfile, TEST_STREAM_FLAGS); in test_unordered_multiset()
|
D | test_set_hashed.cpp | 63 test_ostream os(testfile, TEST_STREAM_FLAGS); in test_hash_set() 93 test_ostream os(testfile, TEST_STREAM_FLAGS); in test_hash_multiset()
|
/external/sdv/vsomeip/third_party/boost/serialization/performance/ |
D | performance_polymorphic.cpp | 58 test_ostream os(testfile, TEST_STREAM_FLAGS); in test_main() 74 test_ostream os(testfile, TEST_STREAM_FLAGS); in test_main() 88 test_ostream os(testfile, TEST_STREAM_FLAGS); in test_main()
|