OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ios1
(Results
1 - 2
of
2
) sorted by null
/external/libcxx/test/std/input.output/iostreams.base/ios/basic.ios.members/
move.pass.cpp
83
testios
ios1
;
local
107
ios1
.move(ios2);
109
assert(
ios1
.rdstate() == std::ios::goodbit);
110
assert(
ios1
.rdbuf() == 0);
111
assert(
ios1
.flags() == (std::ios::showpoint | std::ios::uppercase));
112
assert(
ios1
.precision() == 2);
113
assert(
ios1
.width() == 12);
114
assert(
ios1
.getloc().name() == LOCALE_fr_FR_UTF_8);
115
assert(
ios1
.exceptions() == std::ios::eofbit);
121
assert(
ios1
.iword(0) == 4)
[
all
...]
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostreams.base/ios/basic.ios.members/
move.pass.cpp
81
testios
ios1
;
local
105
ios1
.move(ios2);
107
assert(
ios1
.rdstate() == std::ios::goodbit);
108
assert(
ios1
.rdbuf() == 0);
109
assert(
ios1
.flags() == (std::ios::showpoint | std::ios::uppercase));
110
assert(
ios1
.precision() == 2);
111
assert(
ios1
.width() == 12);
112
assert(
ios1
.getloc().name() == LOCALE_fr_FR_UTF_8);
113
assert(
ios1
.exceptions() == std::ios::eofbit);
119
assert(
ios1
.iword(0) == 4)
[
all
...]
Completed in 90 milliseconds