HomeSort by relevance Sort by last modified time
    Searched full:ostream (Results 251 - 275 of 1714) sorted by null

<<11121314151617181920>>

  /ndk/sources/cxx-stl/stlport/src/
iostream.cpp 71 _STLP_DECLSPEC ostream cout(0);
72 _STLP_DECLSPEC ostream cerr(0);
73 _STLP_DECLSPEC ostream clog(0);
101 _STLP_DECLSPEC _Stl_aligned_buffer<ostream> cout;
102 _STLP_DECLSPEC _Stl_aligned_buffer<ostream> cerr;
103 _STLP_DECLSPEC _Stl_aligned_buffer<ostream> clog;
106 _Stl_aligned_buffer<ostream> cout;
107 _Stl_aligned_buffer<ostream> cerr;
108 _Stl_aligned_buffer<ostream> clog;
225 ostream* ptr_cout = new(&cout) ostream(cout_buf.get()); cout_buf.release()
    [all...]
  /external/chromium/testing/gmock/include/gmock/
gmock-cardinalities.h 42 #include <ostream> // NOLINT
74 // Describes self to an ostream.
75 virtual void DescribeTo(::std::ostream* os) const = 0;
114 // Describes self to an ostream
115 void DescribeTo(::std::ostream* os) const { impl_->DescribeTo(os); }
117 // Describes the given actual call count to an ostream.
119 ::std::ostream* os);
  /external/chromium/sdch/open-vcdiff/src/gtest/
gtest-message.h 54 // The Message class works like an ostream repeater.
60 // 2. Then you stream the Message object to an ostream.
62 // to the ostream.
84 typedef std::ostream& (*BasicNarrowIoManip)(std::ostream&);
129 // ostream is undefined behavior. Depending on the compiler, you
217 // Streams a Message to an ostream.
218 inline std::ostream& operator <<(std::ostream& os, const Message& sb) {
  /external/chromium/testing/gtest/include/gtest/
gtest-message.h 56 // The Message class works like an ostream repeater.
62 // 2. Then you stream the Message object to an ostream.
64 // to the ostream.
86 typedef std::ostream& (*BasicNarrowIoManip)(std::ostream&);
134 // ostream is undefined behavior. Depending on the compiler, you
223 // Streams a Message to an ostream.
224 inline std::ostream& operator <<(std::ostream& os, const Message& sb) {
  /external/chromium_org/testing/gtest/include/gtest/
gtest-message.h 56 // The Message class works like an ostream repeater.
62 // 2. Then you stream the Message object to an ostream.
64 // to the ostream.
86 typedef std::ostream& (*BasicNarrowIoManip)(std::ostream&);
134 // ostream is undefined behavior. Depending on the compiler, you
223 // Streams a Message to an ostream.
224 inline std::ostream& operator <<(std::ostream& os, const Message& sb) {
  /external/chromium_org/third_party/mesa/src/src/gtest/include/gtest/
gtest-message.h 56 // The Message class works like an ostream repeater.
62 // 2. Then you stream the Message object to an ostream.
64 // to the ostream.
86 typedef std::ostream& (*BasicNarrowIoManip)(std::ostream&);
134 // ostream is undefined behavior. Depending on the compiler, you
223 // Streams a Message to an ostream.
224 inline std::ostream& operator <<(std::ostream& os, const Message& sb) {
  /external/gtest/include/gtest/
gtest-message.h 56 // The Message class works like an ostream repeater.
62 // 2. Then you stream the Message object to an ostream.
64 // to the ostream.
86 typedef std::ostream& (*BasicNarrowIoManip)(std::ostream&);
134 // ostream is undefined behavior. Depending on the compiler, you
223 // Streams a Message to an ostream.
224 inline std::ostream& operator <<(std::ostream& os, const Message& sb) {
  /external/libvpx/libvpx/third_party/googletest/src/include/gtest/
gtest-message.h 56 // The Message class works like an ostream repeater.
62 // 2. Then you stream the Message object to an ostream.
64 // to the ostream.
86 typedef std::ostream& (*BasicNarrowIoManip)(std::ostream&);
134 // ostream is undefined behavior. Depending on the compiler, you
223 // Streams a Message to an ostream.
224 inline std::ostream& operator <<(std::ostream& os, const Message& sb) {
  /external/llvm/utils/unittest/googletest/include/gtest/
gtest-message.h 56 // The Message class works like an ostream repeater.
62 // 2. Then you stream the Message object to an ostream.
64 // to the ostream.
86 typedef std::ostream& (*BasicNarrowIoManip)(std::ostream&);
134 // ostream is undefined behavior. Depending on the compiler, you
223 // Streams a Message to an ostream.
224 inline std::ostream& operator <<(std::ostream& os, const Message& sb) {
  /external/mesa3d/src/gtest/include/gtest/
gtest-message.h 56 // The Message class works like an ostream repeater.
62 // 2. Then you stream the Message object to an ostream.
64 // to the ostream.
86 typedef std::ostream& (*BasicNarrowIoManip)(std::ostream&);
134 // ostream is undefined behavior. Depending on the compiler, you
223 // Streams a Message to an ostream.
224 inline std::ostream& operator <<(std::ostream& os, const Message& sb) {
  /external/open-vcdiff/gtest/include/gtest/
gtest-message.h 54 // The Message class works like an ostream repeater.
60 // 2. Then you stream the Message object to an ostream.
62 // to the ostream.
84 typedef std::ostream& (*BasicNarrowIoManip)(std::ostream&);
129 // ostream is undefined behavior. Depending on the compiler, you
217 // Streams a Message to an ostream.
218 inline std::ostream& operator <<(std::ostream& os, const Message& sb) {
  /external/protobuf/gtest/include/gtest/
gtest-message.h 54 // The Message class works like an ostream repeater.
60 // 2. Then you stream the Message object to an ostream.
62 // to the ostream.
84 typedef std::ostream& (*BasicNarrowIoManip)(std::ostream&);
129 // ostream is undefined behavior. Depending on the compiler, you
217 // Streams a Message to an ostream.
218 inline std::ostream& operator <<(std::ostream& os, const Message& sb) {
  /external/chromium_org/sync/js/
js_test_util.h 8 #include <ostream>
30 void PrintTo(const JsArgList& args, ::std::ostream* os);
31 void PrintTo(const JsEventDetails& details, ::std::ostream* os);
  /external/openfst/src/include/fst/script/
draw.h 50 ostream *ostrm;
68 ostream *ostrm,
106 ostream *ostrm,
  /external/stlport/stlport/
iostream 71 extern _STLP_DECLSPEC ostream cout;
72 extern _STLP_DECLSPEC ostream cerr;
73 extern _STLP_DECLSPEC ostream clog;
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters/
basic_ios.pass.cpp 10 // <ostream>
18 #include <ostream>
65 std::ostream os(&sb);
ios_base.pass.cpp 10 // <ostream>
17 #include <ostream>
56 std::ostream os(&sb);
ostream.pass.cpp 10 // <ostream>
18 #include <ostream>
65 std::ostream os(&sb);
streambuf.pass.cpp 10 // <ostream>
17 #include <ostream>
63 std::ostream os(&sb);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/output.streams/ostream.manip/
endl.pass.cpp 10 // <ostream>
18 #include <ostream>
66 std::ostream os(&sb);
ends.pass.cpp 10 // <ostream>
18 #include <ostream>
57 std::ostream os(&sb);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/output.streams/ostream.rvalue/
CharT_pointer.pass.cpp 10 // <ostream>
19 #include <ostream>
63 std::ostream(&sb) << "testing...";
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/output.streams/ostream.unformatted/
put.pass.cpp 10 // <ostream>
17 #include <ostream>
70 std::ostream os(&sb);
write.pass.cpp 10 // <ostream>
17 #include <ostream>
70 std::ostream os(&sb);
  /ndk/sources/cxx-stl/stlport/stlport/
iostream 71 extern _STLP_DECLSPEC ostream cout;
72 extern _STLP_DECLSPEC ostream cerr;
73 extern _STLP_DECLSPEC ostream clog;

Completed in 503 milliseconds

<<11121314151617181920>>