OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:ios_base
(Results
201 - 225
of
879
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/input.output/iostreams.base/std.ios.manip/adjustfield.manip/
right.pass.cpp
12
// class
ios_base
14
//
ios_base
& right(
ios_base
& str);
26
std::
ios_base
& r = std::right(ios);
/prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/input.output/iostreams.base/std.ios.manip/basefield.manip/
dec.pass.cpp
12
// class
ios_base
14
//
ios_base
& dec(
ios_base
& str);
26
std::
ios_base
& r = std::dec(ios);
hex.pass.cpp
12
// class
ios_base
14
//
ios_base
& hex(
ios_base
& str);
26
std::
ios_base
& r = std::hex(ios);
oct.pass.cpp
12
// class
ios_base
14
//
ios_base
& oct(
ios_base
& str);
26
std::
ios_base
& r = std::oct(ios);
/prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/input.output/iostreams.base/std.ios.manip/floatfield.manip/
fixed.pass.cpp
12
// class
ios_base
14
//
ios_base
& fixed(
ios_base
& str);
26
std::
ios_base
& r = std::fixed(ios);
scientific.pass.cpp
12
// class
ios_base
14
//
ios_base
& scientific(
ios_base
& str);
26
std::
ios_base
& r = std::scientific(ios);
/prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/input.output/iostreams.base/std.ios.manip/fmtflags.manip/
boolalpha.pass.cpp
12
// class
ios_base
14
//
ios_base
& boolalpha(
ios_base
& str);
26
std::
ios_base
& r = std::boolalpha(ios);
noboolalpha.pass.cpp
12
// class
ios_base
14
//
ios_base
& noboolalpha(
ios_base
& str);
27
std::
ios_base
& r = std::noboolalpha(ios);
noshowbase.pass.cpp
12
// class
ios_base
14
//
ios_base
& noshowbase(
ios_base
& str);
27
std::
ios_base
& r = std::noshowbase(ios);
noshowpoint.pass.cpp
12
// class
ios_base
14
//
ios_base
& noshowpoint(
ios_base
& str);
27
std::
ios_base
& r = std::noshowpoint(ios);
noshowpos.pass.cpp
12
// class
ios_base
14
//
ios_base
& noshowpos(
ios_base
& str);
27
std::
ios_base
& r = std::noshowpos(ios);
noskipws.pass.cpp
12
// class
ios_base
14
//
ios_base
& noskipws(
ios_base
& str);
27
std::
ios_base
& r = std::noskipws(ios);
nounitbuf.pass.cpp
12
// class
ios_base
14
//
ios_base
& nounitbuf(
ios_base
& str);
27
std::
ios_base
& r = std::nounitbuf(ios);
nouppercase.pass.cpp
12
// class
ios_base
14
//
ios_base
& nouppercase(
ios_base
& str);
27
std::
ios_base
& r = std::nouppercase(ios);
showbase.pass.cpp
12
// class
ios_base
14
//
ios_base
& showbase(
ios_base
& str);
26
std::
ios_base
& r = std::showbase(ios);
showpoint.pass.cpp
12
// class
ios_base
14
//
ios_base
& showpoint(
ios_base
& str);
26
std::
ios_base
& r = std::showpoint(ios);
showpos.pass.cpp
12
// class
ios_base
14
//
ios_base
& showpos(
ios_base
& str);
26
std::
ios_base
& r = std::showpos(ios);
skipws.pass.cpp
12
// class
ios_base
14
//
ios_base
& skipws(
ios_base
& str);
26
std::
ios_base
& r = std::skipws(ios);
unitbuf.pass.cpp
12
// class
ios_base
14
//
ios_base
& unitbuf(
ios_base
& str);
26
std::
ios_base
& r = std::unitbuf(ios);
uppercase.pass.cpp
12
// class
ios_base
14
//
ios_base
& uppercase(
ios_base
& str);
26
std::
ios_base
& r = std::uppercase(ios);
/prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/input.output/stream.buffers/streambuf/streambuf.members/streambuf.buffer/
pubseekpos.pass.cpp
16
//
ios_base
::openmode which =
ios_base
::in |
ios_base
::out;
32
assert(t.pubseekpos(0, std::
ios_base
::app) == -1);
/external/libcxx/test/std/input.output/string.streams/stringbuf/stringbuf.cons/
string.pass.cpp
16
//
ios_base
::openmode which =
ios_base
::in |
ios_base
::out);
28
std::stringbuf buf("testing", std::
ios_base
::in);
32
std::stringbuf buf("testing", std::
ios_base
::out);
40
std::wstringbuf buf(L"testing", std::
ios_base
::in);
44
std::wstringbuf buf(L"testing", std::
ios_base
::out);
/prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/input.output/string.streams/stringbuf/stringbuf.cons/
string.pass.cpp
16
//
ios_base
::openmode which =
ios_base
::in |
ios_base
::out);
28
std::stringbuf buf("testing", std::
ios_base
::in);
32
std::stringbuf buf("testing", std::
ios_base
::out);
40
std::wstringbuf buf(L"testing", std::
ios_base
::in);
44
std::wstringbuf buf(L"testing", std::
ios_base
::out);
/external/google-breakpad/src/processor/
binarystream.h
44
using std::
ios_base
;
49
explicit binarystream(
ios_base
::openmode which =
ios_base
::out|
ios_base
::in)
52
ios_base
::openmode which =
ios_base
::out|
ios_base
::in)
55
ios_base
::openmode which =
ios_base
::out|
ios_base
::in
[
all
...]
/external/libcxx/test/std/input.output/iostream.format/input.streams/istream.unformatted/
seekg_off.pass.cpp
19
// basic_istream<charT,traits>& seekg(off_type off,
ios_base
::seekdir dir);
50
std::
ios_base
::seekdir,
51
std::
ios_base
::openmode which)
53
assert(which == std::
ios_base
::in);
64
is.seekg(5, std::
ios_base
::cur);
67
is.seekg(-1, std::
ios_base
::beg);
74
is.seekg(5, std::
ios_base
::cur);
77
is.seekg(-1, std::
ios_base
::beg);
84
is.setstate(std::
ios_base
::eofbit);
86
is.seekg(5, std::
ios_base
::beg)
[
all
...]
Completed in 137 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>