Searched refs:fs1 (Results 1 - 10 of 10) sorted by relevance

/external/libcxx/test/input.output/file.streams/fstreams/ifstream.assign/
H A Dmember_swap.pass.cpp23 std::ifstream fs1("test.dat");
25 fs1.swap(fs2);
27 fs1 >> x;
33 std::wifstream fs1("test.dat");
35 fs1.swap(fs2);
37 fs1 >> x;
H A Dnonmember_swap.pass.cpp24 std::ifstream fs1("test.dat");
26 swap(fs1, fs2);
28 fs1 >> x;
34 std::wifstream fs1("test.dat");
36 swap(fs1, fs2);
38 fs1 >> x;
/external/valgrind/main/none/tests/x86/
H A Dpushpopseg.c9 unsigned short fs1; local
12 fs1 = 0x0003;
22 : "r" (fs1)
28 printf("fs after push and pop = %04x\n", fs1);
38 : "r" (fs1)
44 printf("fs after push and pop = %04x\n", fs1);
/external/libcxx/test/input.output/file.streams/fstreams/fstream.assign/
H A Dmember_swap.pass.cpp26 std::fstream fs1(temp1.c_str(), std::ios_base::in | std::ios_base::out
30 fs1 << 1 << ' ' << 2;
32 fs1.seekg(0);
33 fs1.swap(fs2);
34 fs1.seekg(0);
36 fs1 >> i;
38 fs1 >> i;
49 std::wfstream fs1(temp1.c_str(), std::ios_base::in | std::ios_base::out
53 fs1 << 1 << ' ' << 2;
55 fs1
[all...]
H A Dnonmember_swap.pass.cpp27 std::fstream fs1(temp1.c_str(), std::ios_base::in | std::ios_base::out
31 fs1 << 1 << ' ' << 2;
33 fs1.seekg(0);
34 swap(fs1, fs2);
35 fs1.seekg(0);
37 fs1 >> i;
39 fs1 >> i;
50 std::wfstream fs1(temp1.c_str(), std::ios_base::in | std::ios_base::out
54 fs1 << 1 << ' ' << 2;
56 fs1
[all...]
/external/libcxx/test/input.output/file.streams/fstreams/ofstream.assign/
H A Dmember_swap.pass.cpp26 std::ofstream fs1(temp1.c_str());
28 fs1 << 3.25;
30 fs1.swap(fs2);
31 fs1 << ' ' << 3.25;
53 std::wofstream fs1(temp1.c_str());
55 fs1 << 3.25;
57 fs1.swap(fs2);
58 fs1 << ' ' << 3.25;
H A Dnonmember_swap.pass.cpp27 std::ofstream fs1(temp1.c_str());
29 fs1 << 3.25;
31 swap(fs1, fs2);
32 fs1 << ' ' << 3.25;
54 std::wofstream fs1(temp1.c_str());
56 fs1 << 3.25;
58 swap(fs1, fs2);
59 fs1 << ' ' << 3.25;
/external/clang/test/SemaCXX/
H A Dconverting-constructor.cpp36 FromShort fs1(s);
/external/ppp/pppd/
H A Dmd4.c56 #define fs1 3 /* round 1 shift amounts */ macro
141 ff(A , B , C , D , 0 , fs1); /* Round 1 */
145 ff(A , B , C , D , 4 , fs1);
149 ff(A , B , C , D , 8 , fs1);
153 ff(A , B , C , D , 12 , fs1);
/external/compiler-rt/lib/asan/tests/
H A Dasan_test.cc971 static char fs1[10]; local
1000 Ident(fs1);

Completed in 4088 milliseconds