/external/libcxx/test/std/input.output/file.streams/fstreams/fstream.assign/ |
D | nonmember_swap.pass.cpp | 27 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 …]
|
D | member_swap.pass.cpp | 26 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/ |
D | member_swap.pass.cpp | 26 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()
|
D | nonmember_swap.pass.cpp | 27 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/ |
D | pushpopseg.c | 9 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/ |
D | member_swap.pass.cpp | 23 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()
|
D | nonmember_swap.pass.cpp | 24 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/ |
D | test_save_load.cpp | 85 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/ |
D | md4.c | 56 #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/ |
D | test_chesscorners.cpp | 234 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/ |
D | converting-constructor.cpp | 43 FromShort fs1(s); in explicit_constructor() local
|
/external/dng_sdk/source/ |
D | dng_exif.cpp | 4242 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/ |
D | asan_test.cc | 977 static char fs1[10]; in TEST() local 1006 Ident(fs1); in TEST()
|
/external/google-breakpad/src/common/android/ |
D | breakpad_getcontext.S | 297 s.d fs1, (22 * MCONTEXT_REG_SIZE + MCONTEXT_FPREGS_OFFSET)(a0)
|