HomeSort by relevance Sort by last modified time
    Searched refs:fs2 (Results 1 - 17 of 17) sorted by null

  /ndk/sources/cxx-stl/llvm-libc++/test/input.output/file.streams/fstreams/ifstream.assign/
member_swap.pass.cpp 24 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;
nonmember_swap.pass.cpp 25 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/main/none/tests/x86/
pushpopseg.c 10 unsigned short fs2; local
21 : "=r" (sp1), "=r" (sp2), "=r" (sp3), "=r" (fs2)
37 : "=r" (sp1), "=r" (sp2), "=r" (sp3), "=r" (fs2)
  /ndk/sources/cxx-stl/llvm-libc++/test/input.output/file.streams/fstreams/ofstream.assign/
member_swap.pass.cpp 27 std::ofstream fs2(temp2);
29 fs2 << 4.5;
30 fs1.swap(fs2);
32 fs2 << ' ' << 4.5;
54 std::wofstream fs2(temp2);
56 fs2 << 4.5;
57 fs1.swap(fs2);
59 fs2 << ' ' << 4.5;
nonmember_swap.pass.cpp 28 std::ofstream fs2(temp2);
30 fs2 << 4.5;
31 swap(fs1, fs2);
33 fs2 << ' ' << 4.5;
55 std::wofstream fs2(temp2);
57 fs2 << 4.5;
58 swap(fs1, fs2);
60 fs2 << ' ' << 4.5;
  /ndk/sources/cxx-stl/llvm-libc++/test/input.output/file.streams/fstreams/fstream.assign/
member_swap.pass.cpp 28 std::fstream fs2(temp2, 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, std::ios_base::in | std::ios_base::out
54 fs2 << 2 << ' ' << 1;
56 fs1.swap(fs2);
64 fs2 >> i;
66 fs2 >> i
    [all...]
nonmember_swap.pass.cpp 29 std::fstream fs2(temp2, 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, std::ios_base::in | std::ios_base::out
55 fs2 << 2 << ' ' << 1;
57 swap(fs1, fs2);
65 fs2 >> i;
67 fs2 >> i
    [all...]
  /external/clang/test/SemaCXX/
converting-constructor.cpp 37 FromShort fs2 = s; local
  /bionic/libc/kernel/arch-mips/asm/
fpregdef.h 54 #define fs2 $f24 macro
100 #define fs2 $f26 macro
  /development/ndk/platforms/android-9/arch-mips/include/asm/
fpregdef.h 54 #define fs2 $f24 macro
100 #define fs2 $f26 macro
  /external/kernel-headers/original/asm-mips/
fpregdef.h 47 #define fs2 $f24 macro
88 #define fs2 $f26 macro
  /prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/asm/
fpregdef.h 54 #define fs2 $f24 macro
100 #define fs2 $f26 macro
  /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/asm/
fpregdef.h 54 #define fs2 $f24 macro
100 #define fs2 $f26 macro
  /external/ppp/pppd/
md4.c 57 #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/compiler-rt/lib/asan/tests/
asan_test.cc 903 static char fs2[10]; local
932 Ident(fs2);
937 EXPECT_DEATH(fs2[Ident(-1)] = 0, "is located.*of global variable");
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant.jar 
  /prebuilts/tools/common/m2/internal/org/apache/ant/ant/1.8.0/
ant-1.8.0.jar 

Completed in 1288 milliseconds