HomeSort by relevance Sort by last modified time
    Searched refs:ostream (Results 176 - 200 of 323) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/gtest/test/
gtest-param-test_test.cc 404 ::std::ostream& operator<<(::std::ostream& stream, const tuple<T1, T2>& value) {
410 ::std::ostream& operator<<(::std::ostream& stream,
419 ::std::ostream& operator<<(
420 ::std::ostream& stream,
  /external/oprofile/include/
sstream 269 class ostringstream : public ostream {
278 : ostream(&sb), sb(which | ios::out)
283 : ostream(&sb), sb(str, which | ios::out)
  /external/protobuf/gtest/test/
gtest-param-test_test.cc 404 ::std::ostream& operator<<(::std::ostream& stream, const tuple<T1, T2>& value) {
410 ::std::ostream& operator<<(::std::ostream& stream,
419 ::std::ostream& operator<<(
420 ::std::ostream& stream,
  /external/protobuf/src/google/protobuf/io/
tokenizer_unittest.cc 74 // ostream::operator<<.
200 inline ostream& operator<<(ostream& out,
329 inline ostream& operator<<(ostream& out,
623 inline ostream& operator<<(ostream& out,
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
string-weight.h 106 ostream &Write(ostream &strm) const;
239 inline ostream &StringWeight<L, S>::Write(ostream &strm) const {
317 inline ostream &operator<<(ostream &strm, const StringWeight<L, S> &w) {
  /libcore/luni/src/main/java/java/util/prefs/
AbstractPreferences.java 373 public void exportNode(OutputStream ostream) throws IOException, BackingStoreException {
374 if (ostream == null) {
378 XMLParser.exportPrefs(this, ostream, false);
382 public void exportSubtree(OutputStream ostream) throws IOException, BackingStoreException {
383 if (ostream == null) {
387 XMLParser.exportPrefs(this, ostream, true);
  /external/bison/data/
lalr1.cc 140 std::ostream& debug_stream () const;
142 void set_debug_stream (std::ostream &);
288 std::ostream* yycdebug_;
335 /* A pseudo ostream that takes yydebug_ into account. */
489 std::ostream&
496 ]b4_parser_class_name[::set_debug_stream (std::ostream& o)
  /external/zlib/contrib/iostream3/
zfstream.cc 430 : std::ostream(NULL), sb()
436 : std::ostream(NULL), sb()
445 : std::ostream(NULL), sb()
  /packages/apps/Mms/src/com/android/mms/ui/
SlideshowActivity.java 218 ByteArrayOutputStream ostream = new ByteArrayOutputStream();
219 SmilXmlSerializer.serialize(mSmilDoc, ostream);
221 Log.v(TAG, ostream.toString());
  /external/icu4c/io/
ustream.cpp 35 #define STD_OSTREAM STD_NAMESPACE ostream
  /external/llvm/unittests/ADT/
StringRefTest.cpp 18 std::ostream &operator<<(std::ostream &OS, const StringRef &S) {
23 std::ostream &operator<<(std::ostream &OS,
  /external/astl/src/
Android.mk 25 ostream.cpp \
string.cpp 35 #include <ostream>
677 ostream& operator<<(ostream& os, const string& str) {
  /external/chromium/chrome/browser/sync/engine/net/
server_connection_manager.h 399 std::ostream& operator<<(std::ostream& s, const struct HttpResponse& hr);
  /external/chromium/chrome/common/deprecated/
event_sys_unittest.cc 71 explicit EventLogger(std::ostream* out) : out_(out) { }
111 std::ostream* out_;
  /external/chromium/googleurl/base/
logging.cc 366 std::ostream& operator<<(std::ostream& out, const wchar_t* wstr) {
  /external/chromium/third_party/libjingle/overrides/talk/base/
logging.h 28 // LOG(...) an ostream target that can be used to send formatted
145 std::ostream& stream() { return print_stream_; }
206 // The ostream that buffers the formatted message before output
288 void operator&(std::ostream&) { }
  /external/chromium/third_party/libjingle/source/talk/base/
logging.h 28 // LOG(...) an ostream target that can be used to send formatted
142 std::ostream& stream() { return print_stream_; }
203 // The ostream that buffers the formatted message before output
284 void operator&(std::ostream&) { }
  /external/oprofile/libpp/
parse_filename.cpp 243 ostream & operator<<(ostream & out, parsed_filename const & data)
  /external/protobuf/src/google/protobuf/
message.cc 170 bool Message::SerializeToOstream(ostream* output) const {
178 bool Message::SerializePartialToOstream(ostream* output) const {
  /external/stlport/
Android.mk 11 src/ostream.cpp \
  /external/zlib/contrib/iostream2/
zstream.h 236 ostream& os() {
302 inline ostream& operator<<(ozstream& zs, const T& x) {
  /packages/apps/Camera/jni/feature_stab/src/dbregtest/
PgmImage.cpp 241 std::ostream& operator<< (std::ostream& o, const PgmImage& im)
  /external/chromium/base/
logging.cc 46 #include <ostream>
825 std::ostream& operator<<(std::ostream& out, const wchar_t* wstr) {
834 std::ostream& operator<<(std::ostream& o, const StringPiece& piece) {
  /external/llvm/utils/unittest/googletest/include/gtest/internal/
gtest-internal.h 74 // streamable to std::ostream can be streamed to a testing::Message.
100 // std::ostream with an implicit conversion to raw_ostream& and stream
101 // to that. This causes the compiler to prefer std::ostream overloads
104 class convertible_fwd_ostream : public std::ostream {
105 std::ostream& os_;
109 convertible_fwd_ostream(std::ostream& os)
110 : std::ostream(os.rdbuf()), os_(os), ros_(*this) {}
115 inline void GTestStreamToHelper(std::ostream* os, const T& val) {
    [all...]

Completed in 584 milliseconds

1 2 3 4 5 6 78 91011>>