Searched refs:fs2 (Results 1 - 15 of 15) sorted by relevance

/external/libcxx/test/std/input.output/file.streams/fstreams/ifstream.assign/
H A Dmember_swap.pass.cpp24 std::ifstream fs2("test2.dat");
25 fs1.swap(fs2);
29 fs2 >> x;
34 std::wifstream fs2("test2.dat");
35 fs1.swap(fs2);
39 fs2 >> x;
H A Dnonmember_swap.pass.cpp25 std::ifstream fs2("test2.dat");
26 swap(fs1, fs2);
30 fs2 >> x;
35 std::wifstream fs2("test2.dat");
36 swap(fs1, fs2);
40 fs2 >> x;
/external/valgrind/none/tests/x86/
H A Dpushpopseg.c10 unsigned short fs2; local
21 : "=r" (sp1), "=r" (sp2), "=r" (sp3), "=r" (fs2)
37 : "=r" (sp1), "=r" (sp2), "=r" (sp3), "=r" (fs2)
/external/libcxx/test/std/input.output/file.streams/fstreams/ofstream.assign/
H A Dmember_swap.pass.cpp27 std::ofstream fs2(temp2.c_str());
29 fs2 << 4.5;
30 fs1.swap(fs2);
32 fs2 << ' ' << 4.5;
54 std::wofstream fs2(temp2.c_str());
56 fs2 << 4.5;
57 fs1.swap(fs2);
59 fs2 << ' ' << 4.5;
H A Dnonmember_swap.pass.cpp28 std::ofstream fs2(temp2.c_str());
30 fs2 << 4.5;
31 swap(fs1, fs2);
33 fs2 << ' ' << 4.5;
55 std::wofstream fs2(temp2.c_str());
57 fs2 << 4.5;
58 swap(fs1, fs2);
60 fs2 << ' ' << 4.5;
/external/libcxx/test/std/input.output/file.streams/fstreams/fstream.assign/
H A Dmember_swap.pass.cpp28 std::fstream fs2(temp2.c_str(), std::ios_base::in | std::ios_base::out
31 fs2 << 2 << ' ' << 1;
33 fs1.swap(fs2);
41 fs2 >> i;
43 fs2 >> i;
51 std::wfstream fs2(temp2.c_str(), std::ios_base::in | std::ios_base::out
54 fs2 << 2 << ' ' << 1;
56 fs1.swap(fs2);
64 fs2 >> i;
66 fs2 >>
[all...]
H A Dnonmember_swap.pass.cpp29 std::fstream fs2(temp2.c_str(), std::ios_base::in | std::ios_base::out
32 fs2 << 2 << ' ' << 1;
34 swap(fs1, fs2);
42 fs2 >> i;
44 fs2 >> i;
52 std::wfstream fs2(temp2.c_str(), std::ios_base::in | std::ios_base::out
55 fs2 << 2 << ' ' << 1;
57 swap(fs1, fs2);
65 fs2 >> i;
67 fs2 >>
[all...]
/external/clang/test/SemaCXX/
H A Dconverting-constructor.cpp37 FromShort fs2 = s; local
H A Dwarn-unused-local-typedef.cpp55 foostruct2 fs2; local
/external/ppp/pppd/
H A 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/google-breakpad/src/common/android/
H A Dbreakpad_getcontext.S284 s.d fs2, (24 * MCONTEXT_REG_SIZE + MCONTEXT_FPREGS_OFFSET)(a0)
/external/compiler-rt/lib/asan/tests/
H A Dasan_test.cc975 static char fs2[10]; local
1004 Ident(fs2);
1009 EXPECT_DEATH(fs2[Ident(-1)] = 0, "is located.*of global variable");
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/jarjar/lib/
H A Dapache-ant-1.9.4.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...

Completed in 607 milliseconds