OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:ostream
(Results
176 - 200
of
1714
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/art/runtime/arch/mips/
registers_mips.h
65
std::
ostream
& operator<<(std::
ostream
& os, const Register& rhs);
104
std::
ostream
& operator<<(std::
ostream
& os, const FRegister& rhs);
/external/chromium_org/extensions/common/
install_warning.cc
9
void PrintTo(const InstallWarning& warning, ::std::
ostream
* os) {
/external/chromium_org/gpu/command_buffer/common/
logging.cc
11
std::
ostream
& Logger::stream() {
/external/chromium_org/sync/internal_api/public/base/
model_type_invalidation_map_test_util.cc
30
virtual void DescribeTo(::std::
ostream
* os) const;
31
virtual void DescribeNegationTo(::std::
ostream
* os) const;
98
void ModelTypeInvalidationMapEqMatcher::DescribeTo(::std::
ostream
* os) const {
103
::std::
ostream
* os) const {
/external/chromium_org/sync/notifier/
object_id_invalidation_map_test_util.cc
29
virtual void DescribeTo(::std::
ostream
* os) const;
30
virtual void DescribeNegationTo(::std::
ostream
* os) const;
98
void ObjectIdInvalidationMapEqMatcher::DescribeTo(::std::
ostream
* os) const {
103
(::std::
ostream
* os) const {
/external/openfst/src/include/fst/script/
print.h
38
ostream
*ostrm;
47
ostream
*ostrm,
63
void PrintFst(const FstClass &fst,
ostream
&ostrm, const string &dest,
73
void PrintFst(const Fst<Arc> &fst,
ostream
&os, const string dest = "",
/external/stlport/stlport/
iostream.h
28
#include <
ostream
.h>
68
class ostream_withassign : public
ostream
{
70
ostream_withassign() :
ostream
((streambuf*)0) {}
73
ostream_withassign& operator=(
ostream
& __s) {
/external/zlib/src/contrib/iostream3/
TODO
16
- Override operator<<(
ostream
&, gzfilebuf*) to allow direct copying
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/output.streams/ostream.seeks/
seekp.pass.cpp
10
// <
ostream
>
17
#include <
ostream
>
43
std::
ostream
os((std::streambuf*)0);
49
std::
ostream
os(&sb);
seekp2.pass.cpp
10
// <
ostream
>
17
#include <
ostream
>
45
std::
ostream
os((std::streambuf*)0);
51
std::
ostream
os(&sb);
/ndk/sources/cxx-stl/stlport/stlport/
iostream.h
28
#include <
ostream
.h>
68
class ostream_withassign : public
ostream
{
70
ostream_withassign() :
ostream
((streambuf*)0) {}
73
ostream_withassign& operator=(
ostream
& __s) {
/ndk/tests/device/issue42891-boost-1_52/jni/
main.cpp
1
#include <
ostream
>
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
stream_iterator.h
137
* This class provides an iterator to write to an
ostream
. The type Tp is
141
* @param Tp The type to write to the
ostream
.
142
* @param CharT The
ostream
char_type.
143
* @param Traits The
ostream
char_traits.
163
/// Construct from an
ostream
.
167
* Construct from an
ostream
.
173
* @param s Underlying
ostream
to write to.
183
/// Writes @a value to underlying
ostream
using operator<<. If
184
/// constructed with delimiter string, writes delimiter to
ostream
.
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/
iostream
40
#include <
ostream
>
59
extern
ostream
cout; ///< Linked to standard output
60
extern
ostream
cerr; ///< Linked to standard error (unbuffered)
61
extern
ostream
clog; ///< Linked to standard error (buffered)
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
stream_iterator.h
144
* This class provides an iterator to write to an
ostream
. The type Tp is
148
* @param Tp The type to write to the
ostream
.
149
* @param CharT The
ostream
char_type.
150
* @param Traits The
ostream
char_traits.
170
/// Construct from an
ostream
.
174
* Construct from an
ostream
.
180
* @param s Underlying
ostream
to write to.
190
/// Writes @a value to underlying
ostream
using operator<<. If
191
/// constructed with delimiter string, writes delimiter to
ostream
.
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/
iostream
40
#include <
ostream
>
62
extern
ostream
cout; /// Linked to standard output
63
extern
ostream
cerr; /// Linked to standard error (unbuffered)
64
extern
ostream
clog; /// Linked to standard error (buffered)
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
stream_iterator.h
144
* This class provides an iterator to write to an
ostream
. The type Tp is
148
* @param Tp The type to write to the
ostream
.
149
* @param CharT The
ostream
char_type.
150
* @param Traits The
ostream
char_traits.
170
/// Construct from an
ostream
.
174
* Construct from an
ostream
.
180
* @param s Underlying
ostream
to write to.
190
/// Writes @a value to underlying
ostream
using operator<<. If
191
/// constructed with delimiter string, writes delimiter to
ostream
.
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/
iostream
40
#include <
ostream
>
62
extern
ostream
cout; /// Linked to standard output
63
extern
ostream
cerr; /// Linked to standard error (unbuffered)
64
extern
ostream
clog; /// Linked to standard error (buffered)
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/
stream_iterator.h
137
* This class provides an iterator to write to an
ostream
. The type Tp is
141
* @param Tp The type to write to the
ostream
.
142
* @param CharT The
ostream
char_type.
143
* @param Traits The
ostream
char_traits.
163
/// Construct from an
ostream
.
167
* Construct from an
ostream
.
173
* @param s Underlying
ostream
to write to.
183
/// Writes @a value to underlying
ostream
using operator<<. If
184
/// constructed with delimiter string, writes delimiter to
ostream
.
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/
iostream
40
#include <
ostream
>
59
extern
ostream
cout; ///< Linked to standard output
60
extern
ostream
cerr; ///< Linked to standard error (unbuffered)
61
extern
ostream
clog; ///< Linked to standard error (buffered)
/prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/
iostream.h
28
#include <
ostream
.h>
68
class ostream_withassign : public
ostream
{
70
ostream_withassign() :
ostream
((streambuf*)0) {}
73
ostream_withassign& operator=(
ostream
& __s) {
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/
stream_iterator.h
137
* This class provides an iterator to write to an
ostream
. The type Tp is
141
* @param Tp The type to write to the
ostream
.
142
* @param CharT The
ostream
char_type.
143
* @param Traits The
ostream
char_traits.
163
/// Construct from an
ostream
.
167
* Construct from an
ostream
.
173
* @param s Underlying
ostream
to write to.
183
/// Writes @a value to underlying
ostream
using operator<<. If
184
/// constructed with delimiter string, writes delimiter to
ostream
.
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/
iostream
40
#include <
ostream
>
59
extern
ostream
cout; ///< Linked to standard output
60
extern
ostream
cerr; ///< Linked to standard error (unbuffered)
61
extern
ostream
clog; ///< Linked to standard error (buffered)
/prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/
iostream.h
28
#include <
ostream
.h>
68
class ostream_withassign : public
ostream
{
70
ostream_withassign() :
ostream
((streambuf*)0) {}
73
ostream_withassign& operator=(
ostream
& __s) {
/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/
stream_iterator.h
137
* This class provides an iterator to write to an
ostream
. The type Tp is
141
* @param Tp The type to write to the
ostream
.
142
* @param CharT The
ostream
char_type.
143
* @param Traits The
ostream
char_traits.
163
/// Construct from an
ostream
.
167
* Construct from an
ostream
.
173
* @param s Underlying
ostream
to write to.
183
/// Writes @a value to underlying
ostream
using operator<<. If
184
/// constructed with delimiter string, writes delimiter to
ostream
.
Completed in 1258 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>