Home
last modified time | relevance | path

Searched refs:ifstream (Results 1 – 25 of 39) sorted by relevance

12

/ndk/tests/device/test-libc++-shared-full/
DDATA5 … sources/cxx-stl/llvm-libc++/libcxx/test/input.output/file.streams/fstreams/ifstream.cons/test.dat
6 …r sources/cxx-stl/llvm-libc++/libcxx/test/input.output/file.streams/fstreams/ifstream.cons/test.dat
7 … sources/cxx-stl/llvm-libc++/libcxx/test/input.output/file.streams/fstreams/ifstream.cons/test.dat
12 …ources/cxx-stl/llvm-libc++/libcxx/test/input.output/file.streams/fstreams/ifstream.members/test.dat
13 …ources/cxx-stl/llvm-libc++/libcxx/test/input.output/file.streams/fstreams/ifstream.members/test.dat
14 …ources/cxx-stl/llvm-libc++/libcxx/test/input.output/file.streams/fstreams/ifstream.members/test.dat
15 …ources/cxx-stl/llvm-libc++/libcxx/test/input.output/file.streams/fstreams/ifstream.members/test.dat
17 … sources/cxx-stl/llvm-libc++/libcxx/test/input.output/file.streams/fstreams/ifstream.assign/*.dat
18 …sources/cxx-stl/llvm-libc++/libcxx/test/input.output/file.streams/fstreams/ifstream.assign/test.dat
19 …ap sources/cxx-stl/llvm-libc++/libcxx/test/input.output/file.streams/fstreams/ifstream.assign/*.dat
/ndk/tests/device/test-libc++-static-full/
DDATA5 … sources/cxx-stl/llvm-libc++/libcxx/test/input.output/file.streams/fstreams/ifstream.cons/test.dat
6 …r sources/cxx-stl/llvm-libc++/libcxx/test/input.output/file.streams/fstreams/ifstream.cons/test.dat
7 … sources/cxx-stl/llvm-libc++/libcxx/test/input.output/file.streams/fstreams/ifstream.cons/test.dat
12 …ources/cxx-stl/llvm-libc++/libcxx/test/input.output/file.streams/fstreams/ifstream.members/test.dat
13 …ources/cxx-stl/llvm-libc++/libcxx/test/input.output/file.streams/fstreams/ifstream.members/test.dat
14 …ources/cxx-stl/llvm-libc++/libcxx/test/input.output/file.streams/fstreams/ifstream.members/test.dat
15 …ources/cxx-stl/llvm-libc++/libcxx/test/input.output/file.streams/fstreams/ifstream.members/test.dat
17 … sources/cxx-stl/llvm-libc++/libcxx/test/input.output/file.streams/fstreams/ifstream.assign/*.dat
18 …sources/cxx-stl/llvm-libc++/libcxx/test/input.output/file.streams/fstreams/ifstream.assign/test.dat
19 …ap sources/cxx-stl/llvm-libc++/libcxx/test/input.output/file.streams/fstreams/ifstream.assign/*.dat
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/file.streams/fstreams/ifstream.cons/
Dmove.pass.cpp24 std::ifstream fso("test.dat"); in main()
25 std::ifstream fs = move(fso); in main()
Dpointer.pass.cpp23 std::ifstream fs("test.dat"); in main()
29 std::ifstream fs("test.dat", std::ios_base::out); in main()
Dstring.pass.cpp23 std::ifstream fs(std::string("test.dat")); in main()
29 std::ifstream fs(std::string("test.dat"), std::ios_base::out); in main()
Ddefault.pass.cpp23 std::ifstream fs; in main()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/file.streams/fstreams/ifstream.assign/
Dmove_assign.pass.cpp24 std::ifstream fso("test.dat"); in main()
25 std::ifstream fs; in main()
Dmember_swap.pass.cpp23 std::ifstream fs1("test.dat"); in main()
24 std::ifstream fs2("test2.dat"); in main()
Dnonmember_swap.pass.cpp24 std::ifstream fs1("test.dat"); in main()
25 std::ifstream fs2("test2.dat"); in main()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locales/locale.convenience/conversions/conversions.buffer/
Dunderflow.pass.cpp44 std::ifstream bs("underflow.dat"); in main()
56 std::ifstream bs("underflow.dat"); in main()
77 std::ifstream bs("underflow_utf8.dat"); in main()
Doverflow.pass.cpp55 std::ifstream bs("overflow.dat"); in main()
73 std::ifstream bs("overflow.dat"); in main()
86 std::ifstream f("overflow.dat"); in main()
Dtest.pass.cpp28 std::ifstream bytestream("myfile.txt"); in main()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/file.streams/fstreams/ofstream.assign/
Dmember_swap.pass.cpp35 std::ifstream fs(temp1.c_str()); in main()
44 std::ifstream fs(temp2.c_str()); in main()
Dnonmember_swap.pass.cpp36 std::ifstream fs(temp1.c_str()); in main()
45 std::ifstream fs(temp2.c_str()); in main()
/ndk/sources/cxx-stl/stlport/stlport/using/h/
Dfstream.h2 using ::ifstream;
/ndk/tests/device/test-stlport/unit/
Dfstream_test.cpp126 ifstream f( "test_file.txt" ); in input()
152 ifstream in("/tmp"); in input()
165 ifstream s( "test_file.txt" ); in input_char()
244 ifstream is("test_file.txt", ios_base::in | ios_base::binary); in tellg()
263 ifstream is("test_file.txt", ios_base::in | ios_base::binary); in tellg()
279 ifstream is("test_file.txt", ios_base::in | ios_base::binary); in tellg()
538 ifstream in("test_file.txt", ios_base::binary); in streambuf_output()
564 ifstream in("test_file.txt", ios_base::binary); in streambuf_output()
606 ifstream in(file_name); in win32_file_format()
783 ifstream in("big_file.txt"); in big_file()
[all …]
/ndk/tests/device/test-gnustl-full/unit/
Dfstream_test.cpp126 ifstream f( "test_file.txt" ); in input()
152 ifstream in("/tmp"); in input()
165 ifstream s( "test_file.txt" ); in input_char()
244 ifstream is("test_file.txt", ios_base::in | ios_base::binary); in tellg()
263 ifstream is("test_file.txt", ios_base::in | ios_base::binary); in tellg()
279 ifstream is("test_file.txt", ios_base::in | ios_base::binary); in tellg()
538 ifstream in("test_file.txt", ios_base::binary); in streambuf_output()
564 ifstream in("test_file.txt", ios_base::binary); in streambuf_output()
606 ifstream in(file_name); in win32_file_format()
783 ifstream in("big_file.txt"); in big_file()
[all …]
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/file.streams/fstreams/ifstream.members/
Drdbuf.pass.cpp23 std::ifstream fs("test.dat"); in main()
Dclose.pass.cpp23 std::ifstream fs; in main()
Dopen_pointer.pass.cpp23 std::ifstream fs; in main()
Dopen_string.pass.cpp23 std::ifstream fs; in main()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/file.streams/fstreams/ofstream.cons/
Dstring.pass.cpp29 std::ifstream fs(temp); in main()
Dpointer.pass.cpp29 std::ifstream fs(temp.c_str()); in main()
Dmove.pass.cpp31 std::ifstream fs(temp.c_str()); in main()
/ndk/sources/cxx-stl/stlport/stlport/using/
Dfstream8 using _STLP_NEW_IO_NAMESPACE::ifstream;

12