Home
last modified time | relevance | path

Searched refs:fs2 (Results 1 – 12 of 12) sorted by relevance

/external/libcxx/test/std/input.output/file.streams/fstreams/fstream.assign/
Dnonmember_swap.pass.cpp29 std::fstream fs2(temp2.c_str(), std::ios_base::in | std::ios_base::out in main() local
32 fs2 << 2 << ' ' << 1; in main()
34 swap(fs1, fs2); in main()
42 fs2 >> i; in main()
44 fs2 >> i; in main()
52 std::wfstream fs2(temp2.c_str(), std::ios_base::in | std::ios_base::out in main() local
55 fs2 << 2 << ' ' << 1; in main()
57 swap(fs1, fs2); in main()
65 fs2 >> i; in main()
67 fs2 >> i; in main()
Dmember_swap.pass.cpp28 std::fstream fs2(temp2.c_str(), std::ios_base::in | std::ios_base::out in main() local
31 fs2 << 2 << ' ' << 1; in main()
33 fs1.swap(fs2); in main()
41 fs2 >> i; in main()
43 fs2 >> i; in main()
51 std::wfstream fs2(temp2.c_str(), std::ios_base::in | std::ios_base::out in main() local
54 fs2 << 2 << ' ' << 1; in main()
56 fs1.swap(fs2); in main()
64 fs2 >> i; in main()
66 fs2 >> i; in main()
/external/libcxx/test/std/input.output/file.streams/fstreams/ofstream.assign/
Dmember_swap.pass.cpp27 std::ofstream fs2(temp2.c_str()); in main() local
29 fs2 << 4.5; in main()
30 fs1.swap(fs2); in main()
32 fs2 << ' ' << 4.5; in main()
54 std::wofstream fs2(temp2.c_str()); in main() local
56 fs2 << 4.5; in main()
57 fs1.swap(fs2); in main()
59 fs2 << ' ' << 4.5; in main()
Dnonmember_swap.pass.cpp28 std::ofstream fs2(temp2.c_str()); in main() local
30 fs2 << 4.5; in main()
31 swap(fs1, fs2); in main()
33 fs2 << ' ' << 4.5; in main()
55 std::wofstream fs2(temp2.c_str()); in main() local
57 fs2 << 4.5; in main()
58 swap(fs1, fs2); in main()
60 fs2 << ' ' << 4.5; in main()
/external/libcxx/test/std/input.output/file.streams/fstreams/ifstream.assign/
Dmember_swap.pass.cpp24 std::ifstream fs2("test2.dat"); in main() local
25 fs1.swap(fs2); in main()
29 fs2 >> x; in main()
34 std::wifstream fs2("test2.dat"); in main() local
35 fs1.swap(fs2); in main()
39 fs2 >> x; in main()
Dnonmember_swap.pass.cpp25 std::ifstream fs2("test2.dat"); in main() local
26 swap(fs1, fs2); in main()
30 fs2 >> x; in main()
35 std::wifstream fs2("test2.dat"); in main() local
36 swap(fs1, fs2); in main()
40 fs2 >> x; in main()
/external/valgrind/none/tests/x86/
Dpushpopseg.c10 unsigned short fs2; in main() local
21 : "=r" (sp1), "=r" (sp2), "=r" (sp3), "=r" (fs2) in main()
37 : "=r" (sp1), "=r" (sp2), "=r" (sp3), "=r" (fs2) in main()
/external/ppp/pppd/
Dmd4.c57 #define fs2 7 macro
142 ff(D , A , B , C , 1 , fs2);
146 ff(D , A , B , C , 5 , fs2);
150 ff(D , A , B , C , 9 , fs2);
154 ff(D , A , B , C , 13 , fs2);
/external/clang/test/SemaCXX/
Dconverting-constructor.cpp37 FromShort fs2 = s; in explicit_constructor() local
Dwarn-unused-local-typedef.cpp55 foostruct2 fs2; in f() local
/external/compiler-rt/lib/asan/tests/
Dasan_test.cc975 static char fs2[10]; in TEST() local
1004 Ident(fs2); in TEST()
1009 EXPECT_DEATH(fs2[Ident(-1)] = 0, "is located.*of global variable"); in TEST()
/external/google-breakpad/src/common/android/
Dbreakpad_getcontext.S284 s.d fs2, (24 * MCONTEXT_REG_SIZE + MCONTEXT_FPREGS_OFFSET)(a0)