Searched refs:cout (Results 26 - 50 of 95) sorted by relevance

1234

/macosx-10.10/libstdcxx-104.1/include/c++/4.2.1/ext/pb_ds/detail/ov_tree_map_/
H A Ddebug_fn_imps.hpp54 std::cout << "av1" << std::endl;
59 std::cout << "av2" << std::endl;
61 std::cout << "av3" << std::endl;
/macosx-10.10/BerkeleyDB-21/db/test/scr015/
H A DTestKeyRange.cpp106 cout << "input>";
107 cout.flush();
128 cout << "Key " << buf << " already exists.\n";
130 cout << "\n";
159 cout << key_string << " : " << data_string << "\n";
/macosx-10.10/BerkeleyDB-21/db/test/scr025/
H A DTestMulti.cpp45 std::cout << "Error: key/data mismatch. " << actualKey << "!=" << actualData << std::endl;
55 std::cout << "Error: dbc->get: " << db_strerror(err) << std::endl;
59 std::cout << "Error: key count mismatch. " << numberOfKeysRead << "!=" << numberOfKeysToWrite << std::endl;
65 std::cout << "Error: key " << n << " was written to the database, but not read back." << std::endl;
117 std::cout << "Error: key/data mismatch. " << numberOfKeysRead << "!=" << actualData << std::endl;
123 std::cout << "Error: dbc->get: " << db_strerror(err) << std::endl;
127 std::cout << "Error: key count mismatch. " << numberOfKeysRead << "!=" << numberOfKeysToWrite << std::endl;
175 std::cout << "Error: recno/data mismatch. " << recno << "!=" << actualData << "+1" << std::endl;
181 std::cout << "Error: dbc->get: " << db_strerror(err) << std::endl;
185 std::cout << "Erro
[all...]
/macosx-10.10/BerkeleyDB-21/db/examples_cxx/
H A DBtRecExample.cpp21 using std::cout;
106 cout << progname << ": database contains "
130 cout << "recno #> ";
131 cout.flush();
177 cout << "retrieved recno: " << (u_long)recno << "\n";
191 cout << msg << (char *)key->get_data()
H A DSequenceExample.cpp30 using std::cout;
122 cout << "Got sequence number (" <<
H A DMpoolExample.cpp21 using std::cout;
87 cout << progname
96 cout << "MpoolExample: completed\n";
184 cout << "retrieve " << hits << " random pages... ";
209 cout << "successful.\n";
/macosx-10.10/BerkeleyDB-21/db/examples_cxx/getting_started/
H A DgettingStartedCommon.hpp104 std::cout << "\nName: " << name_ << std::endl;
105 std::cout << " SKU: " << sku_ << std::endl;
106 std::cout << " Price: " << price_ << std::endl;
107 std::cout << " Quantity: " << quantity_ << std::endl;
108 std::cout << " Category: " << category_ << std::endl;
109 std::cout << " Vendor: " << vendor_ << std::endl;
H A Dexcxx_example_database_read.cpp27 std::cout << "example_database_read [-i <path to data files>]"
30 std::cout << "Note: Any path specified to the -h parameter must end"
115 std::cout << "Looking for " << itemName << std::endl;
211 std::cout << " " << my_vendor.street << "\n"
/macosx-10.10/libstdcxx-104.1/src/
H A Dios_init.cc71 extern ostream cout;
110 new (&cout) ostream(&buf_cout_sync);
114 cin.tie(&cout);
118 cerr.tie(&cout);
160 cout.flush();
182 // Turn off sync with C FILE* for cin, cout, cerr, clog iff
210 cout.rdbuf(&buf_cout);
/macosx-10.10/bind9-45.101/bind9/unit/atf-src/atf-c++/
H A Dtests_test.cpp57 std::cout << ">>" << *iter << "<<\n";
70 std::cout << "String equality check failed.\n" member in class:std
72 std::cout << "GOT:\n"; member in class:std
74 std::cout << "EXPECTED:\n"; member in class:std
/macosx-10.10/libstdcxx-104.1/include/c++/4.2.1/backward/
H A Diostream.h40 using std::cout;
/macosx-10.10/llvmCore-3425.0.34/utils/PerfectShuffle/
H A DPerfectShuffle.cpp376 std::cout << "// " << CostArray[i] << " entries have cost " << i << "\n";
378 std::cout << "// " << CostArray[9] << " entries have higher cost!\n";
382 std::cout << "\n// This table is 6561*4 = 26244 bytes in size.\n";
383 std::cout << "static const unsigned PerfectShuffleTable[6561+1] = {\n";
404 std::cout << " " << std::setw(10) << Val << "U, // ";
405 PrintMask(i, std::cout);
406 std::cout << ": Cost " << ShufTab[i].Cost;
407 std::cout << " " << (ShufTab[i].Op ? ShufTab[i].Op->getName() : "copy");
408 std::cout << " ";
410 std::cout << getZeroCostOpNam
[all...]
/macosx-10.10/libstdcxx-104.1/include/c++/4.2.1/ext/pb_ds/detail/rb_tree_map_/
H A Dnode.hpp97 std::cout << PB_DS_V2F(m_value) <<(m_red? " <r> " : " <b> ")
132 { std::cout << PB_DS_V2F(m_value) <<(m_red? " <r> " : " <b> "); }
/macosx-10.10/libstdcxx-104.1/include/c++/4.2.1/ext/pb_ds/detail/splay_tree_/
H A Dnode.hpp77 { std::cout << PB_DS_V2F(m_value) << "(" << m_metadata << ")"; }
119 { std::cout << PB_DS_V2F(m_value); }
/macosx-10.10/bind9-45.101/bind9/unit/atf-src/atf-run/
H A Dio_test.cpp332 //std::cout << "line_callback(" << index << ", " << line << ")\n";
333 check_stream(std::cout);
368 std::cout << "stdout " << i << "\n";
372 std::cout << "stdout eof\n"; member in class:__anon6872::std
386 std::cout.flush();
403 check_stream(std::cout);
404 std::cout << "mux done\n"; member in class:__anon6872::std
407 std::cout << "flush done\n"; member in class:__anon6872::std
408 check_stream(std::cout);
415 ATF_REQUIRE(std::cout
429 std::cout << "all done\\n"; member in class:__anon6872::std
[all...]
/macosx-10.10/adv_cmds-158/locale/
H A Dlocale.cc163 cout << lname << endl;
175 cout << "C" << endl;
178 cout << "POSIX" << endl;
209 cout << cs << endl;
322 cout << last_cat << endl;
325 cout << k->get_keyword() << "=";
327 cout << k->get_value(sw_keywords) << endl;
367 cout << "LANG=" << quote(lang ? lang : "") << endl;
368 cout << "LC_COLLATE=" << quote(setlocale(LC_COLLATE, NULL)) << endl;
369 cout << "LC_CTYP
[all...]
/macosx-10.10/zlib-55/zlib/contrib/iostream2/
H A Dzstream_test.cpp17 cout << x << endl << y << endl << z << endl;
/macosx-10.10/BerkeleyDB-21/db/examples_cxx/excxx_repquote/
H A DRepQuoteExample.cpp39 using std::cout;
283 cout << "error closing environment: " << dbe.what() << endl;
289 cout << "QUOTESERVER";
291 cout << "(read-only)";
292 cout << "> " << flush;
409 cout << "\tSymbol\tPrice" << endl
418 cout << "\t" << keybuf << "\t" << databuf << endl;
420 cout << endl << flush;
/macosx-10.10/Heimdal-398.1.2/appl/ftp/ftp/
H A Dmain.c187 if (cout != NULL) {
188 shutdown(fileno(cout), SHUT_RDWR);
189 fclose(cout);
190 cout = NULL;
201 if (cout != NULL) {
202 shutdown(fileno(cout), SHUT_RDWR);
203 fclose(cout);
204 cout = NULL;
H A Dftp.c51 FILE *cin, *cout; variable
127 cout = fdopen (s, "w");
128 if (cin == NULL || cout == NULL) {
132 if (cout)
133 fclose (cout);
142 if (cout)
143 fclose (cout);
290 if (cout == NULL) {
307 sec_vfprintf(cout, fmt, ap);
313 fprintf (cout, "\
[all...]
/macosx-10.10/bind9-45.101/bind9/unit/atf-src/atf-config/
H A Datf-config.cpp120 std::cout << format_var((*iter).first, (*iter).second) << "\n";
129 std::cout << format_var(m_argv[i], atf::config::get(m_argv[i]))
/macosx-10.10/bind9-45.101/bind9/unit/atf-src/test-programs/
H A Dcpp_helpers.cpp241 std::cout << "Wrote pid file\n"; member in class:std
242 std::cout << "Waiting for done file\n"; member in class:std
245 std::cout << "Exiting\n"; member in class:std
289 std::cout << "msg\n"; member in class:std
296 std::cout << "msg\n"; member in class:std
304 std::cout << "msg\n"; member in class:std
/macosx-10.10/BerkeleyDB-21/db/examples_cxx/txn_guide/
H A DTxnGuide.cpp172 std::cout << "I'm all done." << std::endl;
244 std::cout << thread_num << " : Found "
248 std::cout << thread_num << " : committing txn : " << i
257 std::cout << "Error on txn commit: "
269 std::cout << "############### Writer " << thread_num
/macosx-10.10/llvmCore-3425.0.34/examples/ParallelJIT/
H A DParallelJIT.cpp154 //~ std::cout << "block() n " << n << " waitFor " << waitFor << std::endl;
160 std::cout << "Unblocking threads from block()" << std::endl;
184 std::cout << "Unblocking threads from releaseThreads()" << std::endl;
251 //~ std::cout << "We just constructed this LLVM module:\n\n" << *M;
252 //~ std::cout << "\n\nRunning foo: " << std::flush;
288 std::cout << "Add1 returned " << intptr_t(returnValue) << std::endl;
295 std::cout << "Fib1 returned " << intptr_t(returnValue) << std::endl;
302 std::cout << "Fib2 returned " << intptr_t(returnValue) << std::endl;
/macosx-10.10/ntp-92/util/
H A Dsht.c80 cout <<"CreateFileMapping with psec!=0 failed"<<endl;
88 cout <<"CreateFileMapping "<<buf<<":"<<mbuf<<endl;
98 cout <<"MapViewOfFile "<<buf<<":"<<mbuf<<endl;

Completed in 218 milliseconds

1234