OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fs1
(Results
1 - 9
of
9
) sorted by null
/external/libcxx/test/input.output/file.streams/fstreams/ifstream.assign/
member_swap.pass.cpp
23
std::ifstream
fs1
("test.dat");
25
fs1
.swap(fs2);
27
fs1
>> x;
33
std::wifstream
fs1
("test.dat");
35
fs1
.swap(fs2);
37
fs1
>> x;
nonmember_swap.pass.cpp
24
std::ifstream
fs1
("test.dat");
26
swap(
fs1
, fs2);
28
fs1
>> x;
34
std::wifstream
fs1
("test.dat");
36
swap(
fs1
, fs2);
38
fs1
>> x;
/external/libcxx/test/input.output/file.streams/fstreams/fstream.assign/
member_swap.pass.cpp
26
std::fstream
fs1
(temp1.c_str(), std::ios_base::in | std::ios_base::out
30
fs1
<< 1 << ' ' << 2;
32
fs1
.seekg(0);
33
fs1
.swap(fs2);
34
fs1
.seekg(0);
36
fs1
>> i;
38
fs1
>> i;
49
std::wfstream
fs1
(temp1.c_str(), std::ios_base::in | std::ios_base::out
53
fs1
<< 1 << ' ' << 2;
55
fs1
.seekg(0)
[
all
...]
nonmember_swap.pass.cpp
27
std::fstream
fs1
(temp1.c_str(), std::ios_base::in | std::ios_base::out
31
fs1
<< 1 << ' ' << 2;
33
fs1
.seekg(0);
34
swap(
fs1
, fs2);
35
fs1
.seekg(0);
37
fs1
>> i;
39
fs1
>> i;
50
std::wfstream
fs1
(temp1.c_str(), std::ios_base::in | std::ios_base::out
54
fs1
<< 1 << ' ' << 2;
56
fs1
.seekg(0)
[
all
...]
/external/libcxx/test/input.output/file.streams/fstreams/ofstream.assign/
member_swap.pass.cpp
26
std::ofstream
fs1
(temp1.c_str());
28
fs1
<< 3.25;
30
fs1
.swap(fs2);
31
fs1
<< ' ' << 3.25;
53
std::wofstream
fs1
(temp1.c_str());
55
fs1
<< 3.25;
57
fs1
.swap(fs2);
58
fs1
<< ' ' << 3.25;
nonmember_swap.pass.cpp
27
std::ofstream
fs1
(temp1.c_str());
29
fs1
<< 3.25;
31
swap(
fs1
, fs2);
32
fs1
<< ' ' << 3.25;
54
std::wofstream
fs1
(temp1.c_str());
56
fs1
<< 3.25;
58
swap(
fs1
, fs2);
59
fs1
<< ' ' << 3.25;
/external/clang/test/SemaCXX/
converting-constructor.cpp
36
FromShort
fs1
(s);
/development/ndk/platforms/android-9/arch-mips/include/asm/
fpregdef.h
51
#define
fs1
$f22
macro
99
#define
fs1
$f25
macro
/external/compiler-rt/lib/asan/tests/
asan_test.cc
971
static char
fs1
[10];
local
1000
Ident(
fs1
);
[
all
...]
Completed in 203 milliseconds