HomeSort by relevance Sort by last modified time
    Searched refs:filebuf (Results 1 - 25 of 37) sorted by null

1 2

  /external/libcxx/test/input.output/file.streams/fstreams/filebuf.assign/
Android.mk 17 test_makefile := external/libcxx/test/input.output/file.streams/fstreams/filebuf.assign/Android.mk
19 test_name := input.output/file.streams/fstreams/filebuf.assign/member_swap
23 test_name := input.output/file.streams/fstreams/filebuf.assign/nonmember_swap
27 test_name := input.output/file.streams/fstreams/filebuf.assign/move_assign
member_swap.pass.cpp 25 std::filebuf f;
32 std::filebuf f2;
move_assign.pass.cpp 26 std::filebuf f;
33 std::filebuf f2;
nonmember_swap.pass.cpp 27 std::filebuf f;
34 std::filebuf f2;
  /external/libcxx/test/input.output/file.streams/fstreams/filebuf.cons/
default.pass.cpp 23 std::filebuf f;
Android.mk 17 test_makefile := external/libcxx/test/input.output/file.streams/fstreams/filebuf.cons/Android.mk
19 test_name := input.output/file.streams/fstreams/filebuf.cons/default
23 test_name := input.output/file.streams/fstreams/filebuf.cons/move
move.pass.cpp 26 std::filebuf f;
33 std::filebuf f2(move(f));
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/file.streams/fstreams/filebuf.cons/
default.pass.cpp 23 std::filebuf f;
move.pass.cpp 26 std::filebuf f;
33 std::filebuf f2(move(f));
  /external/libcxx/test/input.output/file.streams/fstreams/filebuf/
Android.mk 17 test_makefile := external/libcxx/test/input.output/file.streams/fstreams/filebuf/Android.mk
19 test_name := input.output/file.streams/fstreams/filebuf/types
  /external/libcxx/test/input.output/file.streams/fstreams/filebuf.members/
Android.mk 17 test_makefile := external/libcxx/test/input.output/file.streams/fstreams/filebuf.members/Android.mk
19 test_name := input.output/file.streams/fstreams/filebuf.members/open_pointer
open_pointer.pass.cpp 22 std::filebuf f;
28 std::filebuf f;
  /external/libcxx/test/input.output/file.streams/fstreams/filebuf.virtuals/
Android.mk 17 test_makefile := external/libcxx/test/input.output/file.streams/fstreams/filebuf.virtuals/Android.mk
19 test_name := input.output/file.streams/fstreams/filebuf.virtuals/overflow
23 test_name := input.output/file.streams/fstreams/filebuf.virtuals/pbackfail
27 test_name := input.output/file.streams/fstreams/filebuf.virtuals/underflow
31 test_name := input.output/file.streams/fstreams/filebuf.virtuals/seekoff
seekoff.pass.cpp 43 typedef std::filebuf::pos_type pos_type;
44 std::filebuf f;
64 typedef std::filebuf::pos_type pos_type;
  /external/libcxx/test/input.output/file.streams/fstreams/ifstream.members/
rdbuf.pass.cpp 24 std::filebuf* fb = fs.rdbuf();
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/file.streams/fstreams/ifstream.members/
rdbuf.pass.cpp 24 std::filebuf* fb = fs.rdbuf();
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/file.streams/fstreams/filebuf.virtuals/
seekoff.pass.cpp 26 typedef std::filebuf::pos_type pos_type;
27 std::filebuf f;
47 typedef std::filebuf::pos_type pos_type;
  /external/libcxx/test/input.output/file.streams/fstreams/ofstream.members/
rdbuf.pass.cpp 26 std::filebuf* fb = fs.rdbuf();
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/file.streams/fstreams/ofstream.members/
rdbuf.pass.cpp 26 std::filebuf* fb = fs.rdbuf();
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/file.streams/fstreams/filebuf.assign/
member_swap.pass.cpp 25 std::filebuf f;
32 std::filebuf f2;
move_assign.pass.cpp 26 std::filebuf f;
33 std::filebuf f2;
nonmember_swap.pass.cpp 27 std::filebuf f;
34 std::filebuf f2;
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/file.streams/fstreams/filebuf.members/
open_pointer.pass.cpp 22 std::filebuf f;
28 std::filebuf f;
  /external/libcxx/test/input.output/iostream.forward/
iosfwd.pass.cpp 114 std::filebuf* t1 = 0;
  /external/stlport/stlport/stl/
_iosfwd.h 130 typedef basic_filebuf<char, char_traits<char> > filebuf; typedef

Completed in 244 milliseconds

1 2