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

<<111213

  /external/chromium/chrome/browser/autofill/
autofill_download.cc 8 #include <ostream>
contact_info.cc 8 #include <ostream>
  /external/chromium/testing/gmock/test/
gmock-cardinalities_test.cc 409 // Describes self to an ostream.
410 virtual void DescribeTo(::std::ostream* ss) const {
gmock-matchers_test.cc 65 using std::ostream;
142 virtual void DescribeTo(ostream* os) const {
205 // Streaming shouldn't crash when the underlying ostream is NULL.
234 virtual void DescribeTo(ostream* os) const {
264 virtual void DescribeTo(ostream* os) const {
381 void DescribeTo(ostream* os) const { *os << "g_bar or zero"; }
383 void DescribeNegationTo(ostream* os) const {
414 void DescribeTo(ostream* os) const { *os << "is even"; }
416 void DescribeNegationTo(ostream* os) const {
    [all...]
  /external/gtest/include/gtest/internal/
gtest-port.h 860 ::std::ostream& GetStream() { return ::std::cerr; }
gtest-internal.h 72 // streamable to std::ostream can be streamed to a testing::Message.
96 inline void GTestStreamToHelper(std::ostream* os, const T& val) {
    [all...]
  /external/icu4c/test/intltest/
tmsgfmt.cpp 194 std::ostream& operator<<(std::ostream& stream, const Formattable& obj);
197 ostream& operator<<(ostream& stream, const Formattable& obj);
    [all...]
  /external/skia/samplecode/
SampleApp.cpp 836 SkDynamicMemoryWStream ostream; local
837 fPicture->serialize(&ostream);
840 SkMemoryStream istream(ostream.getStream(), ostream.getOffset());
    [all...]
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
compat.h 253 ostream &stream() { return std::cerr; }
vector-fst.h 204 bool Write(ostream &strm, const FstWriteOptions &opts) const;
420 bool VectorFstImpl<A>::Write(ostream &strm,
540 virtual bool Write(ostream &strm, const FstWriteOptions &opts) const {
  /external/webkit/Tools/WebKitTestRunner/InjectedBundle/
InjectedBundlePage.cpp 138 static ostream& operator<<(ostream& out, WKBundleCSSStyleDeclarationRef style)
147 static ostream& operator<<(ostream& out, WKBundleFrameRef frame)
    [all...]
  /external/tinyxml/
tinyxml.h 58 #define TIXML_OSTREAM std::ostream
411 friend std::ostream& operator<< (std::ostream& out, const TiXmlNode& base);
    [all...]
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/include/
gmp.h 24 #include <iosfwd> /* for std::istream, std::ostream, std::string */
    [all...]
  /external/chromium/base/
command_line.cc 8 #include <ostream>
message_loop_unittest.cc 632 std::ostream& operator <<(std::ostream& os, TaskType type) {
650 std::ostream& operator <<(std::ostream& os, const TaskItem& item) {
    [all...]
  /external/chromium/chrome/browser/net/
pref_proxy_config_service_unittest.cc 296 void PrintTo(const CommandLineTestParams& params, std::ostream* os) {
  /external/chromium/chrome/browser/sync/
profile_sync_service_harness.cc 10 #include <ostream>
  /external/chromium/chrome/browser/webdata/
autofill_table_unittest.cc 30 std::ostream& operator<<(std::ostream& os, const AutofillKey& key) {
35 std::ostream& operator<<(std::ostream& os, const AutofillChange& change) {
    [all...]
  /external/chromium/testing/gmock/src/
gmock-spec-builders.cc 151 void ExpectationBase::DescribeCallCountTo(::std::ostream* os) const {
  /external/chromium/third_party/libjingle/source/talk/xmllite/
xmlelement.cc 500 std::ostream * pout, std::string xmlns[], int xmlnsCount) const {
  /external/llvm/lib/Archive/
ArchiveWriter.cpp 24 #include <ostream>
  /external/llvm/utils/PerfectShuffle/
PerfectShuffle.cpp 78 static void PrintMask(unsigned i, std::ostream &OS) {
  /external/protobuf/gtest/include/gtest/internal/
gtest-internal.h 72 // streamable to std::ostream can be streamed to a testing::Message.
96 inline void GTestStreamToHelper(std::ostream* os, const T& val) {
    [all...]
gtest-port.h 709 ::std::ostream& GetStream() { return ::std::cerr; }
    [all...]
  /external/chromium/net/tools/flip_server/
balsa_headers.cc 72 std::ostream& BalsaHeaders::iterator_base::operator<<(std::ostream& os) const {
    [all...]

Completed in 976 milliseconds

<<111213