HomeSort by relevance Sort by last modified time
    Searched refs:ostream (Results 101 - 125 of 392) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/llvm/utils/unittest/googletest/
gtest-test-part.cc 58 std::ostream& operator<<(std::ostream& os, const TestPartResult& result) {
  /external/llvm/utils/unittest/googletest/include/gtest/
gtest-test-part.h 117 std::ostream& operator<<(std::ostream& os, const TestPartResult& result);
  /external/oprofile/libabi/
abi.cpp 53 ostream & operator<<(ostream & o, abi const & abi)
  /external/protobuf/gtest/include/gtest/
gtest-test-part.h 116 std::ostream& operator<<(std::ostream& os, const TestPartResult& result);
  /external/protobuf/gtest/src/
gtest-test-part.cc 58 std::ostream& operator<<(std::ostream& os, const TestPartResult& result) {
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
regex_nfa.h 51 virtual std::ostream&
52 _M_dot(std::ostream& __ostr) const = 0;
229 std::ostream&
230 _M_print(std::ostream& ostr) const;
233 std::ostream&
234 _M_dot(std::ostream& __ostr, _StateIdT __id) const;
324 std::ostream&
325 _M_dot(std::ostream& __ostr) const;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
regex_nfa.h 51 virtual std::ostream&
52 _M_dot(std::ostream& __ostr) const = 0;
229 std::ostream&
230 _M_print(std::ostream& ostr) const;
233 std::ostream&
234 _M_dot(std::ostream& __ostr, _StateIdT __id) const;
324 std::ostream&
325 _M_dot(std::ostream& __ostr) const;
  /system/extras/tests/binder/benchmarks/
binderAddInts.cpp 95 static ostream &operator<<(ostream &stream, const String16& str);
96 static ostream &operator<<(ostream &stream, const cpu_set_t& set);
361 static ostream &operator<<(ostream &stream, const String16& str)
374 static ostream &operator<<(ostream &stream, const cpu_set_t& set)
  /external/openfst/src/include/fst/
util.h 169 inline ostream &WriteType(ostream &strm, const T t) {
176 inline ostream &WriteType(ostream &strm, const T t) { \
196 inline ostream &WriteType(ostream &strm, const string &s) {
204 inline ostream &WriteType(ostream &strm, const pair<S, T> &p) {
213 inline ostream &WriteType(ostream &strm, const C<S, T> &c) {
    [all...]
  /external/chromium/testing/gmock/include/gmock/
gmock-matchers.h 43 #include <ostream> // NOLINT
76 // Creates a listener object with the given underlying ostream. The
77 // listener does not own the ostream.
78 explicit MatchResultListener(::std::ostream* os) : stream_(os) {}
81 // Streams x to the underlying ostream; does nothing if the ostream
90 // Returns the underlying ostream.
91 ::std::ostream* stream() { return stream_; }
100 ::std::ostream* const stream_;
130 // Describes this matcher to an ostream. The function should prin
    [all...]
  /external/openssl/crypto/comp/
c_zlib.c 134 z_stream ostream; member in struct:zlib_state
160 state->ostream.zalloc = zlib_zalloc;
161 state->ostream.zfree = zlib_zfree;
162 state->ostream.opaque = Z_NULL;
163 state->ostream.next_in = Z_NULL;
164 state->ostream.next_out = Z_NULL;
165 state->ostream.avail_in = 0;
166 state->ostream.avail_out = 0;
167 err = deflateInit_(&state->ostream,Z_DEFAULT_COMPRESSION,
186 deflateEnd(&state->ostream);
    [all...]
  /external/chromium/chrome/browser/autofill/
autofill_profile.h 11 #include <ostream>
177 std::ostream& operator<<(std::ostream& os, const AutofillProfile& profile);
  /external/openfst/src/include/fst/script/
draw.h 49 ostream *ostrm;
67 ostream *ostrm,
105 ostream *ostrm,
  /external/astl/tests/
test_iomanip.cpp 39 class os: public std::ostream {
  /external/chromium/base/
at_exit.cc 8 #include <ostream>
  /external/llvm/unittests/ADT/
ilistTest.cpp 10 #include <ostream>
DeltaAlgorithmTest.cpp 18 std::ostream &operator<<(std::ostream &OS,
  /external/openfst/src/script/
draw.cc 41 ostream *ostrm,
print.cc 26 void PrintFst(const FstClass &fst, ostream &ostrm, const string &dest,
  /external/skia/samplecode/
SampleShapes.cpp 97 SkDynamicMemoryWStream ostream;
98 pict.serialize(&ostream);
100 SkMemoryStream istream(ostream.getStream(), ostream.getOffset());
  /external/chromium/sdch/open-vcdiff/src/gtest/
gtest-spi.h 99 std::ostream& operator<<(std::ostream& os, const TestPartResult& result);
  /external/chromium/third_party/libjingle/source/talk/base/
socketaddress.h 108 friend std::ostream& operator<<(std::ostream& os, const SocketAddress& addr);
  /external/openfst/src/bin/
fstprint.cc 39 using fst::ostream;
59 ostream *ostrm = &std::cout;
  /external/oprofile/libutil++/
cverb.cpp 36 ostream null_stream(fout.rdbuf());
120 ostream& operator<<(cverb_object &, verbose const & v)
  /external/stlport/test/eh/
TestClass.h 159 extern std::ostream& operator << ( std::ostream& s, const TestClass&);

Completed in 6701 milliseconds

1 2 3 45 6 7 8 91011>>