Home
last modified time | relevance | path

Searched refs:fs1 (Results 1 – 14 of 14) sorted by relevance

/external/libcxx/test/std/input.output/file.streams/fstreams/fstream.assign/
Dnonmember_swap.pass.cpp27 std::fstream fs1(temp1.c_str(), std::ios_base::in | std::ios_base::out in main() local
31 fs1 << 1 << ' ' << 2; in main()
33 fs1.seekg(0); in main()
34 swap(fs1, fs2); in main()
35 fs1.seekg(0); in main()
37 fs1 >> i; in main()
39 fs1 >> i; in main()
50 std::wfstream fs1(temp1.c_str(), std::ios_base::in | std::ios_base::out in main() local
54 fs1 << 1 << ' ' << 2; in main()
56 fs1.seekg(0); in main()
[all …]
Dmember_swap.pass.cpp26 std::fstream fs1(temp1.c_str(), std::ios_base::in | std::ios_base::out in main() local
30 fs1 << 1 << ' ' << 2; in main()
32 fs1.seekg(0); in main()
33 fs1.swap(fs2); in main()
34 fs1.seekg(0); in main()
36 fs1 >> i; in main()
38 fs1 >> i; in main()
49 std::wfstream fs1(temp1.c_str(), std::ios_base::in | std::ios_base::out in main() local
53 fs1 << 1 << ' ' << 2; in main()
55 fs1.seekg(0); in main()
[all …]
/external/libcxx/test/std/input.output/file.streams/fstreams/ofstream.assign/
Dmember_swap.pass.cpp26 std::ofstream fs1(temp1.c_str()); in main() local
28 fs1 << 3.25; in main()
30 fs1.swap(fs2); in main()
31 fs1 << ' ' << 3.25; in main()
53 std::wofstream fs1(temp1.c_str()); in main() local
55 fs1 << 3.25; in main()
57 fs1.swap(fs2); in main()
58 fs1 << ' ' << 3.25; in main()
Dnonmember_swap.pass.cpp27 std::ofstream fs1(temp1.c_str()); in main() local
29 fs1 << 3.25; in main()
31 swap(fs1, fs2); in main()
32 fs1 << ' ' << 3.25; in main()
54 std::wofstream fs1(temp1.c_str()); in main() local
56 fs1 << 3.25; in main()
58 swap(fs1, fs2); in main()
59 fs1 << ' ' << 3.25; in main()
/external/valgrind/none/tests/x86/
Dpushpopseg.c9 unsigned short fs1; in main() local
12 fs1 = 0x0003; in main()
22 : "r" (fs1) in main()
28 printf("fs after push and pop = %04x\n", fs1); in main()
38 : "r" (fs1) in main()
44 printf("fs after push and pop = %04x\n", fs1); in main()
/external/libcxx/test/std/input.output/file.streams/fstreams/ifstream.assign/
Dmember_swap.pass.cpp23 std::ifstream fs1("test.dat"); in main() local
25 fs1.swap(fs2); in main()
27 fs1 >> x; in main()
33 std::wifstream fs1("test.dat"); in main() local
35 fs1.swap(fs2); in main()
37 fs1 >> x; in main()
Dnonmember_swap.pass.cpp24 std::ifstream fs1("test.dat"); in main() local
26 swap(fs1, fs2); in main()
28 fs1 >> x; in main()
34 std::wifstream fs1("test.dat"); in main() local
36 swap(fs1, fs2); in main()
38 fs1 >> x; in main()
/external/opencv3/modules/ml/test/
Dtest_save_load.cpp85 FILE *fs1 = fopen(fname1.c_str(), "rb"), *fs2 = fopen(fname2.c_str(), "rb"); in validate_test_results() local
87 if( !fs1 || !fs2 ) in validate_test_results()
91 fseek(fs1, 0, SEEK_END); fseek(fs2, 0, SEEK_END); in validate_test_results()
92 sz1 = ftell(fs1); in validate_test_results()
94 fseek(fs1, 0, SEEK_SET); fseek(fs2, 0, SEEK_SET); in validate_test_results()
106 size_t r1 = fread(buf1, 1, BUFSZ, fs1); in validate_test_results()
121 if(fs1) in validate_test_results()
122 fclose(fs1); in validate_test_results()
/external/ppp/pppd/
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/opencv3/modules/calib3d/test/
Dtest_chesscorners.cpp234 FileStorage fs1(_filename, FileStorage::READ); in run_batch() local
235 fs1["corners"] >> expected; in run_batch()
236 fs1["isFound"] >> doesContatinChessboard; in run_batch()
237 fs1.release(); in run_batch()
/external/clang/test/SemaCXX/
Dconverting-constructor.cpp43 FromShort fs1(s); in explicit_constructor() local
/external/dng_sdk/source/
Ddng_exif.cpp4242 real64 fs1 = fLensInfo [2].As_real64 (); in PostParse() local
4245 if (fs1 >= 1.0 && fs2 >= 1.0 && fs2 >= fs1) in PostParse()
4248 real64 av1 = FNumberToApertureValue (fs1); in PostParse()
/external/compiler-rt/lib/asan/tests/
Dasan_test.cc977 static char fs1[10]; in TEST() local
1006 Ident(fs1); in TEST()
/external/google-breakpad/src/common/android/
Dbreakpad_getcontext.S297 s.d fs1, (22 * MCONTEXT_REG_SIZE + MCONTEXT_FPREGS_OFFSET)(a0)