Home
last modified time | relevance | path

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

/ndk/sources/cxx-stl/llvm-libc++/test/input.output/file.streams/fstreams/ofstream.assign/
Dnonmember_swap.pass.cpp23 char temp1[L_tmpnam], temp2[L_tmpnam]; in main() local
24 tmpnam(temp1); in main()
27 std::ofstream fs1(temp1); in main()
36 std::ifstream fs(temp1); in main()
43 remove(temp1); in main()
54 std::wofstream fs1(temp1); in main()
63 std::wifstream fs(temp1); in main()
70 remove(temp1); in main()
Dmember_swap.pass.cpp22 char temp1[L_tmpnam], temp2[L_tmpnam]; in main() local
23 tmpnam(temp1); in main()
26 std::ofstream fs1(temp1); in main()
35 std::ifstream fs(temp1); in main()
42 remove(temp1); in main()
53 std::wofstream fs1(temp1); in main()
62 std::wifstream fs(temp1); in main()
69 remove(temp1); in main()
/ndk/sources/cxx-stl/llvm-libc++/test/input.output/file.streams/fstreams/fstream.assign/
Dmember_swap.pass.cpp22 char temp1[L_tmpnam], temp2[L_tmpnam]; in main() local
23 tmpnam(temp1); in main()
26 std::fstream fs1(temp1, std::ios_base::in | std::ios_base::out in main()
46 std::remove(temp1); in main()
49 std::wfstream fs1(temp1, std::ios_base::in | std::ios_base::out in main()
69 std::remove(temp1); in main()
Dnonmember_swap.pass.cpp23 char temp1[L_tmpnam], temp2[L_tmpnam]; in main() local
24 tmpnam(temp1); in main()
27 std::fstream fs1(temp1, std::ios_base::in | std::ios_base::out in main()
47 std::remove(temp1); in main()
50 std::wfstream fs1(temp1, std::ios_base::in | std::ios_base::out in main()
70 std::remove(temp1); 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()