Searched refs:cout (Results 1 - 25 of 596) sorted by last modified time

1234567891011>>

/external/zlib/src/contrib/iostream2/
H A Dzstream_test.cpp17 cout << x << endl << y << endl << z << endl;
/external/zlib/src/contrib/iostream3/
H A Dtest.cc9 #include <iostream> // for cout
21 std::cout << "Wrote the following message to 'test1.txt.gz' (check with zcat or zless):\n"
25 std::cout << "\nReading 'test1.txt.gz' (buffered) produces:\n"; member in class:std
28 std::cout << buf << "\t(" << inf.rdbuf()->in_avail() << " chars left in buffer)\n";
38 std::cout << "\nWrote the same message to 'test2.txt.gz' in uncompressed form"; member in class:std
40 std::cout << "\nReading 'test2.txt.gz' (unbuffered) produces:\n"; member in class:std
44 std::cout << buf << "\t(" << inf.rdbuf()->in_avail() << " chars left in buffer)\n";
/external/zopfli/src/zopflipng/lodepng/
H A Dlodepng_util.cpp653 if(decoder.error) std::cout << "extract error: " << decoder.error << std::endl;
/external/valgrind/main/drd/tests/
H A Dpth_create_chain.c20 // std::cout << "create " << thread_count << std::endl;
25 std::cout << "created " << thread_count << "(" << s_thread[thread_count]
41 // std::cout << "create " << thread_count << std::endl;
45 std::cout << "created " << thread_count << "(" << s_thread[thread_count]
50 // std::cout << "join " << i << "(" << s_thread[i] << ")" << std::endl;
/external/valgrind/main/memcheck/tests/
H A Dlong_namespace_xml.cpp35 cout << "I'm in an asininely long namespace!" << endl;
/external/tinyxml/
H A Dxmltest.cpp236 cout << doc << endl << endl;
249 cout << "** Basic structure. **\n";
336 cout << "\n** Parsing. **\n";
465 cout << "\n** Streaming. **\n";
709 //cout << doc << '\n';
715 //cout << doc << '\n';
/external/stlport/src/
H A Diostream.cpp38 # define cout _STLP_cout macro
71 _STLP_DECLSPEC ostream cout(0);
101 _STLP_DECLSPEC _Stl_aligned_buffer<ostream> cout;
106 _Stl_aligned_buffer<ostream> cout;
111 # pragma alias("?cout@std@@3V?$basic_ostream@std@DV?$char_traits@std@D@1@@1@A", "?cout@std@@3T?$_Stl_aligned_buffer@std@V?$basic_ostream@std@DV?$char_traits@std@D@1@@1@@1@A")
225 ostream* ptr_cout = new(&cout) ostream(cout_buf.get()); cout_buf.release();
251 ostream* ptr_cout = &cout;
341 delete (&cout)->rdbuf(cout_buf.release());
/external/stlport/stlport/
H A Diostream52 # define cout _STLP_cout
61 // program; the same applies to cout and wcout, and cerr/clog and
67 extern _STLP_DECLSPEC ofstream cout;
71 extern _STLP_DECLSPEC ostream cout;
H A Diostream.h37 using _STLP_STD::cout;
/external/stlport/stlport/using/h/
H A Diostream.h8 #if !defined(cout)
9 using _STLP_OLD_IO_NAMESPACE::cout;
/external/stlport/test/eh/
H A Dbug.cpp26 std::cout << "vector fill: " << t.elapsed() << std::endl;
33 std::cout << "map fill 1: " << t.elapsed() << std::endl;
38 std::cout << "map fill 2: " << t.elapsed() << std::endl;
H A Dlocale.cpp17 cout.imbue(sys);
19 cout<<"Locale name is: "<<sys.name().c_str()<<'\n';
21 cout<<"Enter real number:";
24 cout<<value<<'\n';
31 const numpunct<char>& num_punct=use_facet<numpunct<char> >(cout.getloc());
32 cout << num_punct.decimal_point() << '\n';
34 use_facet<time_put<char, ostreambuf_iterator<char, char_traits<char> > > >(cout.getloc());
35 time_fac.put(cout, cout, NULL, cur_time, 'x'); cout<<'\
[all...]
H A Dmain.cpp158 std::streambuf* old_cout_buf = cout.rdbuf(file.rdbuf());
400 cout.rdbuf(old_cout_buf);
H A Dtest.cpp9 std::cout << msg;
11 std::cout << *it << ' ';
13 std::cout << std:: endl;
40 std::cout<<"hello world\n";
/external/stlport/test/unit/
H A Dhash_test.cpp216 if (collection.size() == h.size()) cout << " OK" << endl;
219 cout << " FAILED: " << endl;
225 cout << endl << "Key : " << mIter->first << endl;
229 cout << " data in hash: ";
236 cout << endl << " data in map: ";
239 cout << mIter->second << ", " ; // print all data for that key in Map
H A Diostream_test.cpp85 CPPUNIT_CHECK( cout.rdbuf()->in_avail() == -1 );
/external/srec/tools/grxmlcompile/
H A Dfst-io.h156 ostream *ostrm = &std::cout;
198 if (ostrm != &std::cout)
H A Dgrxmlcompile.cpp172 cout << OPENFST_ACKNOWLEDGEMENT <<std::endl;
173 cout << TINYXML_ACKNOWLEDGEMENT <<std::endl;
174 cout << NUANCE_COPYRIGHT <<std::endl;
211 cout << "processing [" << filename << "] ..." << endl;
216 std::cout << "Error: while creating TiXmlDocument from " << filename << std::endl;
217 std::cout << "Error: " << node.Error() << " id " << node.ErrorId() << " row " << node.ErrorRow() << " col " << node.ErrorCol() << std::endl;
218 std::cout << "Error: " << node.ErrorDesc() << std::endl;
219 std::cout << "Error: near " << showline( filename.c_str(), node.ErrorRow()) << std::endl;
369 std::cout << "Error: internal error in FstMergeOLabelsToILabels() " << std::endl;
467 std::cout << "inf
[all...]
H A Dgrxmldoc.cpp37 #define FATAL_ERROR(x,y) { std::cout << (x) << std::endl; exit ((y)); }
38 #define WARNING(x) std::cout << (x) << std::endl;
42 #define DEBUG_PRINT(x) std::cout << (x) << std::endl;
44 //#define PRINT_EXPRESSION(x) std::cout << (x) << std::endl;
55 std::cout << "ERROR: Empty string of type " << t <<std::endl; \
501 std::cout << "/--" << cdata << "--/\n";
523 std::cout << " -->" << word << "<--\n";
678 std::cout << s; // debug
761 for(int i=0;i<level;i++) std::cout << " "; member in class:std
788 std::cout << "Erro
804 std::cout << " "; member in class:std
805 std::cout << " "; member in class:std
[all...]
H A Dhashmap.cpp149 cout << "======= '" << m_Name <<"' =======" << std::endl;
151 cout << pos->first <<" : " << pos->second << std::endl;
H A Dnetw_dump.cpp360 std::cout << arc[loc]->fromId <<" " << arc[loc]->toId << " " << inLabel.c_str() <<" " << outLabel.c_str() << std::endl;
H A Dsub_phon.cpp58 // std::cout << "Found slot "<< word <<std::endl;
81 //std::cout << "ExpandPhonemes adding "<< modelLabel <<std::endl;
171 std::cout << "HMM PIC:" << left <<" " << centre <<" " << right << std::endl;
176 std::cout << "HMM: " << centre << " number of HMMs = " << modelCount <<std::endl;
190 std::cout << "HMM phoneme: " << modelSequence[jj] << " ";
195 std::cout << " centre " << arc[ii]->GetInput() << std::endl;
218 std::cout << "Intra sil search " << intraId << std::endl;
224 std::cout << "Intra sil: " << arc[ii]->GetFromId() << " " << arc[ii]->GetToId() << std::endl;
238 std::cout << "HMM PIC:" << left <<" " << centre <<" " << right << std::endl;
244 std::cout << "HM
[all...]
H A Dtesthashmap.cpp49 std::cout << "Index 1 has value= " << value <<std::endl;
51 std::cout << "value " << value << " has index " << i <<std::endl;
54 std::cout << "index " << i << " has numeric index " << j <<std::endl;
56 std::cout << "value " << value << " has numeric index " << j <<std::endl;
76 std::cout << "Index 1 has value= " << value <<std::endl;
78 std::cout << "value " << value << " has index " << i <<std::endl;
81 std::cout << "index " << i << " has numeric index " << j <<std::endl;
83 std::cout << "value " << value << " has numeric index " << j <<std::endl;
87 std::cout << "First iterator values are " << i <<", " << value <<std::endl;
89 std::cout << "Iterato
[all...]
H A Dvocab.cpp44 std::cout << "Error: " << ESR_rc2str(rc) <<std::endl;
88 std::cout << "DEBUG: " << phrase <<" to be looked up" << std::endl;
92 // std::cout <<"ERORORORORROOR!" <<std::endl;
93 std::cout <<"ERROR: " << ESR_rc2str(rc) << std::endl;
96 std::cout <<"OUTPUT: " << prons << " num " << len << std::endl;
104 std::cout << "DEBUG: used " << len_used << " now " << LSTRLEN(pron) << std::endl;
109 std::cout << "DEBUG: " << phrase << " " << pron << std::endl;
146 std::cout << "Pron #" << ii << ": " << s << std::endl;
157 std::cout << " Pron #" << ii << ": " << s << std::endl;
158 std::cout << " Mode member in class:std
[all...]
/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Dcompat.cpp96 std::cout << flag_usage << "\n";
97 std::cout << " Flags Description:\n"; member in class:std

Completed in 2021 milliseconds

1234567891011>>