Home
last modified time | relevance | path

Searched refs:temp1 (Results 1 – 6 of 6) sorted by relevance

/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/file.streams/fstreams/ofstream.assign/
Dnonmember_swap.pass.cpp24 std::string temp1 = get_temp_file_name(); in main() local
27 std::ofstream fs1(temp1.c_str()); in main()
36 std::ifstream fs(temp1.c_str()); in main()
43 std::remove(temp1.c_str()); in main()
54 std::wofstream fs1(temp1.c_str()); in main()
63 std::wifstream fs(temp1.c_str()); in main()
70 std::remove(temp1.c_str()); in main()
Dmember_swap.pass.cpp23 std::string temp1 = get_temp_file_name(); in main() local
26 std::ofstream fs1(temp1.c_str()); in main()
35 std::ifstream fs(temp1.c_str()); in main()
42 std::remove(temp1.c_str()); in main()
53 std::wofstream fs1(temp1.c_str()); in main()
62 std::wifstream fs(temp1.c_str()); in main()
69 std::remove(temp1.c_str()); in main()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/file.streams/fstreams/fstream.assign/
Dnonmember_swap.pass.cpp24 std::string temp1 = get_temp_file_name(); in main() local
27 std::fstream fs1(temp1.c_str(), std::ios_base::in | std::ios_base::out in main()
47 std::remove(temp1.c_str()); in main()
50 std::wfstream fs1(temp1.c_str(), std::ios_base::in | std::ios_base::out in main()
70 std::remove(temp1.c_str()); in main()
Dmember_swap.pass.cpp23 std::string temp1 = get_temp_file_name(); in main() local
26 std::fstream fs1(temp1.c_str(), std::ios_base::in | std::ios_base::out in main()
46 std::remove(temp1.c_str()); in main()
49 std::wfstream fs1(temp1.c_str(), std::ios_base::in | std::ios_base::out in main()
69 std::remove(temp1.c_str()); in main()
/ndk/tests/device/test-stlport_static-exception/jni/
Dalias2.cpp68 deque temp1; variable
72 yyy (GeometryAddress (temp1)); in main()
/ndk/tests/device/test-stlport_shared-exception/jni/
Dalias2.cpp68 deque temp1; variable
72 yyy (GeometryAddress (temp1)); in main()