Home
last modified time | relevance | path

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/
Dseekoff.pass.cpp26 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/
Dopen_pointer.pass.cpp22 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/
Dmember_swap.pass.cpp25 std::filebuf f; in main()
32 std::filebuf f2; in main()
Dmove_assign.pass.cpp26 std::filebuf f; in main()
33 std::filebuf f2; in main()
Dnonmember_swap.pass.cpp27 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/
Dmove.pass.cpp26 std::filebuf f; in main()
33 std::filebuf f2(move(f)); in main()
Ddefault.pass.cpp23 std::filebuf f; in main()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/file.streams/fstreams/ifstream.members/
Drdbuf.pass.cpp24 std::filebuf* fb = fs.rdbuf(); in main()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/file.streams/fstreams/ofstream.members/
Drdbuf.pass.cpp26 std::filebuf* fb = fs.rdbuf(); in main()
/ndk/sources/cxx-stl/stlport/stlport/using/
Dfstream5 using _STLP_NEW_IO_NAMESPACE::filebuf;
Diosfwd31 using _STLP_NEW_IO_NAMESPACE::filebuf;
/ndk/tests/device/test-libc++-shared-full/
DDATA9 …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/
DDATA9 …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/
D0011-Fix-tests-for-Android.patch16 .../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/
Diostream.cpp167 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/
Diosfwd.pass.cpp114 std::filebuf* t1 = 0; in main()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
Diosfwd61 typedef basic_filebuf<char> filebuf;
155 typedef basic_filebuf<char> filebuf;
Dfstream63 typedef basic_filebuf<char> filebuf;
/ndk/sources/cxx-stl/stlport/stlport/stl/
D_iosfwd.h130 typedef basic_filebuf<char, char_traits<char> > filebuf; typedef
/ndk/tests/device/test-libc++-shared-full/jni/
DAndroid.mk1471 $(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/
DAndroid.mk1462 $(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 …]