Searched refs:filebuf (Results 1 – 21 of 21) sorted by relevance
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/file.streams/fstreams/filebuf.virtuals/ |
D | seekoff.pass.cpp | 26 typedef std::filebuf::pos_type pos_type; in main() 27 std::filebuf f; in main() 47 typedef std::filebuf::pos_type pos_type; in main()
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/file.streams/fstreams/filebuf.members/ |
D | open_pointer.pass.cpp | 22 std::filebuf f; in main() 28 std::filebuf f; in main()
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/file.streams/fstreams/filebuf.assign/ |
D | member_swap.pass.cpp | 25 std::filebuf f; in main() 32 std::filebuf f2; in main()
|
D | move_assign.pass.cpp | 26 std::filebuf f; in main() 33 std::filebuf f2; in main()
|
D | nonmember_swap.pass.cpp | 27 std::filebuf f; in main() 34 std::filebuf f2; in main()
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/file.streams/fstreams/filebuf.cons/ |
D | move.pass.cpp | 26 std::filebuf f; in main() 33 std::filebuf f2(move(f)); in main()
|
D | default.pass.cpp | 23 std::filebuf f; in main()
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/file.streams/fstreams/ifstream.members/ |
D | rdbuf.pass.cpp | 24 std::filebuf* fb = fs.rdbuf(); in main()
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/file.streams/fstreams/ofstream.members/ |
D | rdbuf.pass.cpp | 26 std::filebuf* fb = fs.rdbuf(); in main()
|
/ndk/sources/cxx-stl/stlport/stlport/using/ |
D | fstream | 5 using _STLP_NEW_IO_NAMESPACE::filebuf;
|
D | iosfwd | 31 using _STLP_NEW_IO_NAMESPACE::filebuf;
|
/ndk/tests/device/test-libc++-shared-full/ |
D | DATA | 9 …urces/cxx-stl/llvm-libc++/libcxx/test/input.output/file.streams/fstreams/filebuf.virtuals/underflo… 10 …urces/cxx-stl/llvm-libc++/libcxx/test/input.output/file.streams/fstreams/filebuf.virtuals/underflo…
|
/ndk/tests/device/test-libc++-static-full/ |
D | DATA | 9 …urces/cxx-stl/llvm-libc++/libcxx/test/input.output/file.streams/fstreams/filebuf.virtuals/underflo… 10 …urces/cxx-stl/llvm-libc++/libcxx/test/input.output/file.streams/fstreams/filebuf.virtuals/underflo…
|
/ndk/sources/cxx-stl/llvm-libc++/patches.android/ |
D | 0011-Fix-tests-for-Android.patch | 16 .../file.streams/fstreams/filebuf.virtuals/overflow.pass.cpp | 4 ++++ 17 .../file.streams/fstreams/filebuf.virtuals/underflow.pass.cpp | 4 ++++ 212 …nput.output/file.streams/fstreams/filebuf.virtuals/overflow.pass.cpp b/test/input.output/file.stre… 214 --- a/test/input.output/file.streams/fstreams/filebuf.virtuals/overflow.pass.cpp 215 +++ b/test/input.output/file.streams/fstreams/filebuf.virtuals/overflow.pass.cpp 232 …nput.output/file.streams/fstreams/filebuf.virtuals/underflow.pass.cpp b/test/input.output/file.str… 234 --- a/test/input.output/file.streams/fstreams/filebuf.virtuals/underflow.pass.cpp 235 +++ b/test/input.output/file.streams/fstreams/filebuf.virtuals/underflow.pass.cpp
|
/ndk/sources/cxx-stl/stlport/src/ |
D | iostream.cpp | 167 static filebuf* 169 auto_ptr<filebuf> result(new basic_filebuf<char, char_traits<char> >()); in _Stl_create_filebuf()
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.forward/ |
D | iosfwd.pass.cpp | 114 std::filebuf* t1 = 0; in main()
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/ |
D | iosfwd | 61 typedef basic_filebuf<char> filebuf; 155 typedef basic_filebuf<char> filebuf;
|
D | fstream | 63 typedef basic_filebuf<char> filebuf;
|
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
D | _iosfwd.h | 130 typedef basic_filebuf<char, char_traits<char> > filebuf; typedef
|
/ndk/tests/device/test-libc++-shared-full/jni/ |
D | Android.mk | 1471 $(call gen-test, input.output/file.streams/fstreams/filebuf.assign/member_swap) 1472 $(call gen-test, input.output/file.streams/fstreams/filebuf.assign/move_assign) 1473 $(call gen-test, input.output/file.streams/fstreams/filebuf.assign/nonmember_swap) 1474 $(call gen-test, input.output/file.streams/fstreams/filebuf.cons/default) 1475 $(call gen-test, input.output/file.streams/fstreams/filebuf.cons/move) 1476 $(call gen-test, input.output/file.streams/fstreams/filebuf.members/open_pointer) 1477 $(call gen-test, input.output/file.streams/fstreams/filebuf/types) 1478 $(call gen-test, input.output/file.streams/fstreams/filebuf.virtuals/overflow) 1479 $(call gen-test, input.output/file.streams/fstreams/filebuf.virtuals/pbackfail) 1480 $(call gen-test, input.output/file.streams/fstreams/filebuf.virtuals/seekoff) [all …]
|
/ndk/tests/device/test-libc++-static-full/jni/ |
D | Android.mk | 1462 $(call gen-test, input.output/file.streams/fstreams/filebuf.assign/member_swap) 1463 $(call gen-test, input.output/file.streams/fstreams/filebuf.assign/move_assign) 1464 $(call gen-test, input.output/file.streams/fstreams/filebuf.assign/nonmember_swap) 1465 $(call gen-test, input.output/file.streams/fstreams/filebuf.cons/default) 1466 $(call gen-test, input.output/file.streams/fstreams/filebuf.cons/move) 1467 $(call gen-test, input.output/file.streams/fstreams/filebuf.members/open_pointer) 1468 $(call gen-test, input.output/file.streams/fstreams/filebuf/types) 1469 $(call gen-test, input.output/file.streams/fstreams/filebuf.virtuals/overflow) 1470 $(call gen-test, input.output/file.streams/fstreams/filebuf.virtuals/pbackfail) 1471 $(call gen-test, input.output/file.streams/fstreams/filebuf.virtuals/seekoff) [all …]
|