Home
last modified time | relevance | path

Searched refs:fso (Results 1 – 16 of 16) sorted by relevance

/external/libcxx/test/std/input.output/file.streams/fstreams/ifstream.cons/
Dmove.pass.cpp25 std::ifstream fso("test.dat"); in main() local
26 std::ifstream fs = move(fso); in main()
32 std::wifstream fso("test.dat"); in main() local
33 std::wifstream fs = move(fso); in main()
/external/libcxx/test/std/input.output/file.streams/fstreams/ifstream.assign/
Dmove_assign.pass.cpp25 std::ifstream fso("test.dat"); in main() local
27 fs = move(fso); in main()
33 std::wifstream fso("test.dat"); in main() local
35 fs = move(fso); in main()
/external/cronet/buildtools/third_party/libc++/trunk/test/std/input.output/file.streams/fstreams/ifstream.cons/
Dmove.pass.cpp26 std::ifstream fso("test.dat"); in main() local
27 std::ifstream fs = std::move(fso); in main()
34 std::wifstream fso("test.dat"); in main() local
35 std::wifstream fs = std::move(fso); in main()
/external/cronet/buildtools/third_party/libc++/trunk/test/std/input.output/file.streams/fstreams/ifstream.assign/
Dmove_assign.pass.cpp26 std::ifstream fso("test.dat"); in main() local
28 fs = std::move(fso); in main()
35 std::wifstream fso("test.dat"); in main() local
37 fs = std::move(fso); in main()
/external/cronet/third_party/libxml/src/win32/
Dconfigure.js178 var fso, cf, vf, ln, s, iDot, iSlash;
179 fso = new ActiveXObject("Scripting.FileSystemObject");
181 cf = fso.OpenTextFile(configFile, 1);
188 vf = fso.CreateTextFile(versionFile, true);
267 vf = fso.CreateTextFile(versionFile, true);
284 var fso, ofi, of, ln, s;
285 fso = new ActiveXObject("Scripting.FileSystemObject");
286 ofi = fso.OpenTextFile(optsFileIn, 1);
287 of = fso.CreateTextFile(optsFile, true);
378 var fso, ofi, of, ln, s;
[all …]
/external/libxml2/win32/
Dconfigure.js178 var fso, cf, vf, ln, s, iDot, iSlash;
179 fso = new ActiveXObject("Scripting.FileSystemObject");
181 cf = fso.OpenTextFile(configFile, 1);
188 vf = fso.CreateTextFile(versionFile, true);
267 vf = fso.CreateTextFile(versionFile, true);
284 var fso, ofi, of, ln, s;
285 fso = new ActiveXObject("Scripting.FileSystemObject");
286 ofi = fso.OpenTextFile(optsFileIn, 1);
287 of = fso.CreateTextFile(optsFile, true);
378 var fso, ofi, of, ln, s;
[all …]
/external/libcxx/test/std/input.output/file.streams/fstreams/ofstream.cons/
Dmove.pass.cpp27 std::ofstream fso(temp.c_str()); in main() local
28 std::ofstream fs = move(fso); in main()
39 std::wofstream fso(temp.c_str()); in main() local
40 std::wofstream fs = move(fso); in main()
/external/cronet/buildtools/third_party/libc++/trunk/test/std/input.output/file.streams/fstreams/ofstream.cons/
Dmove.pass.cpp25 std::ofstream fso(temp.c_str()); in main() local
26 std::ofstream fs = std::move(fso); in main()
39 std::wofstream fso(temp.c_str()); in main() local
40 std::wofstream fs = std::move(fso); in main()
/external/libcxx/test/std/input.output/file.streams/fstreams/ofstream.assign/
Dmove_assign.pass.cpp27 std::ofstream fso(temp.c_str()); in main() local
29 fs = move(fso); in main()
40 std::wofstream fso(temp.c_str()); in main() local
42 fs = move(fso); in main()
/external/cronet/buildtools/third_party/libc++/trunk/test/std/input.output/file.streams/fstreams/ofstream.assign/
Dmove_assign.pass.cpp25 std::ofstream fso(temp.c_str()); in main() local
27 fs = std::move(fso); in main()
40 std::wofstream fso(temp.c_str()); in main() local
42 fs = std::move(fso); in main()
/external/libcxx/test/std/input.output/file.streams/fstreams/fstream.cons/
Dmove.pass.cpp27 std::fstream fso(temp, std::ios_base::in | std::ios_base::out in main() local
29 std::fstream fs = move(fso); in main()
38 std::wfstream fso(temp, std::ios_base::in | std::ios_base::out in main() local
40 std::wfstream fs = move(fso); in main()
/external/cronet/buildtools/third_party/libc++/trunk/test/std/input.output/file.streams/fstreams/fstream.cons/
Dmove.pass.cpp25 std::fstream fso(temp, std::ios_base::in | std::ios_base::out in main() local
27 std::fstream fs = std::move(fso); in main()
38 std::wfstream fso(temp, std::ios_base::in | std::ios_base::out in main() local
40 std::wfstream fs = std::move(fso); in main()
/external/libcxx/test/std/input.output/file.streams/fstreams/fstream.assign/
Dmove_assign.pass.cpp27 std::fstream fso(temp.c_str(), std::ios_base::in | std::ios_base::out in main() local
30 fs = move(fso); in main()
39 std::wfstream fso(temp.c_str(), std::ios_base::in | std::ios_base::out in main() local
42 fs = move(fso); in main()
/external/cronet/buildtools/third_party/libc++/trunk/test/std/input.output/file.streams/fstreams/fstream.assign/
Dmove_assign.pass.cpp25 std::fstream fso(temp.c_str(), std::ios_base::in | std::ios_base::out in main() local
28 fs = std::move(fso); in main()
39 std::wfstream fso(temp.c_str(), std::ios_base::in | std::ios_base::out in main() local
42 fs = std::move(fso); in main()
/external/sg3_utils/src/
Dsg_logs.c5446 static const char * fso = "Format status out"; in show_format_status_page() local
5484 sgj_pr_hr(jsp, " %s: <empty>\n", fso); in show_format_status_page()
5487 sgj_pr_hr(jsp, " %s: <%s>\n", fso, not_avail); in show_format_status_page()
5492 sgj_pr_hr(jsp, " %s:\n%s", fso, b); in show_format_status_page()
5498 sgj_js_nv_ihexstr(jsp, jo3p, param_c_sn, pc, NULL, fso); in show_format_status_page()
/external/cldr/common/testData/transforms/
Dfa-fonipa-t-fa.txt2061 اَفْسُرْدِگی æfsoɾdeɡiː