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

  /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));
  /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/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;
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/file.streams/fstreams/filebuf.virtuals/
seekoff.pass.cpp 43 typedef std::filebuf::pos_type pos_type;
44 std::filebuf f;
64 typedef std::filebuf::pos_type pos_type;
  /external/stlport/stlport/stl/
_iosfwd.h 130 typedef basic_filebuf<char, char_traits<char> > filebuf; typedef
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.forward/
iosfwd.pass.cpp 114 std::filebuf* t1 = 0;
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_iosfwd.h 130 typedef basic_filebuf<char, char_traits<char> > filebuf; typedef
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_iosfwd.h 130 typedef basic_filebuf<char, char_traits<char> > filebuf; typedef
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_iosfwd.h 130 typedef basic_filebuf<char, char_traits<char> > filebuf; typedef
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_iosfwd.h 130 typedef basic_filebuf<char, char_traits<char> > filebuf; typedef
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_iosfwd.h 130 typedef basic_filebuf<char, char_traits<char> > filebuf; typedef
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
_iosfwd.h 130 typedef basic_filebuf<char, char_traits<char> > filebuf; typedef
  /external/stlport/src/
iostream.cpp 167 static filebuf*
169 auto_ptr<filebuf> result(new basic_filebuf<char, char_traits<char> >());
  /ndk/sources/cxx-stl/stlport/src/
iostream.cpp 167 static filebuf*
169 auto_ptr<filebuf> result(new basic_filebuf<char, char_traits<char> >());
  /external/grub/stage2/
fsys_xfs.c 64 #define filebuf ((char *)FSYS_BUF + 4096) macro
276 devread (xfs.daddr, xfs.fpos, sizeof(xfs_bmbt_rec_t), filebuf);
277 xfs.xt = (xfs_bmbt_rec_32_t *)filebuf;
  /external/chromium_org/third_party/sqlite/src/tool/
lemon.c 2517 char *filebuf; local
    [all...]

Completed in 785 milliseconds