cout
extern _IO_ostream_withassign cout, cerr;
cout << "Result of command to " << TempStringPntr << " is:\t";
cout << "\"" << TempStringPntr << "\"";
cout << TempInt32;
cout << TempFloat;
cout << (TempBool ? "true" : "false");
cout << "just plain success";
cout << "\t(count " << TempInt32 << ")";
cout << "\twith top words:\t";
cout << "\t";
cout << TempStringPntr << "/" << TempFloat;
cout << endl;
cout << "Failure of command " << TempStringPntr << ", error ";
cout << TempInt32 << " (" << strerror (TempInt32) << ")";
cout << ", message: " << TempStringPntr;
cout << "." << endl;
cout << PrintUsage; /* In case no arguments specified. */
std::cout << "Preparing for modifications...\n\n";
std::cout << "Parameters Validation...\n\n";
std::cout << "Volume name was adjusted to "
std::cout << "\nAbout to initialize " << fPath << " with "
std::cout << "Continue (yes|[no])? ";
std::cout << "Volume \"" << contentName.String()
std::cout << kProgramName << ": Initialization of \""
cout << " \\" << endl << "\t" << kAttribute << " \"" << fName << "\" "
ios::fmtflags flags = cout.flags();
cout << " \\" << endl << "\t\t" << kAttrType;
cout << " '" << c1 << c2 << c3 << c4 << "' ";
cout << "0x" << hex << type;
cout << " " << kAttrWidth << " " << fWidth
cout << " \\" << endl << "\t\t" << kAttrViewable << " " << fViewable
cout.flags(flags);
ios::fmtflags flags = cout.flags();
cout << "\\" << endl;
cout << hex << setfill('0') << setw(2) << (uint16) iconData[i];
cout.flags(flags);
cout << fToolName << " -set " << mimetype;
cout << " " << kShort << " \"" << fShort << "\"";
cout << " " << kLong << " \"" << fLong << "\"";
cout << " " << kPreferredApp << " " << fPrefApp;
cout << " " << kPreferredAppSig << " " << fPrefAppSig;
cout << " " << kSniffRule << " '" << fSniffRule << "'";
cout << " " << kExtension << " " << i->second;
cout << " \\" << endl << "\t" << kMiniIcon << " ";
cout << " \\" << endl << "\t" << kLargeIcon << " ";
cout << " \\" << endl << "\t" << kVectorIcon << " ";
cout << endl;
print_pattern(cout, "pattern16x16_type1", pattern16x16_type1);
cout << endl;
print_pattern(cout, "pattern16x16_type2", pattern16x16_type2);
cout << endl;
print_pattern(cout, "pattern16x16_type3", pattern16x16_type3);
cout << endl;
OSTREAM_DEF(cout, COUT_SBUF, NULL, 0, )
OSTREAM_DEF(cerr, CERR_SBUF,(ostream*)&cout, ios::unitbuf, )
ISTREAM_DEF(cin, CIN_SBUF, (ostream*)&cout, 0)
OSTREAM_DEF(clog, CERR_SBUF, (ostream*)&cout, 0, __asm__ ("__IO_clog"))
OSTREAM_DEF(clog, CERR_SBUF, (ostream*)&cout, 0, )
cout.base._strbuf = (streambuf*)&_IO_stdout_buf;
cout.base._strbuf = (streambuf*)_IO_stdout;
cout << endl << "port_buffer_size_etc: ";
cout << strerror(count);
cout << count << endl;
cout << "code: " << code << endl;
cout << "buffer: ";
cout << buffer[i];
cout << endl;
cout << endl;
cout << endl << "port_buffer_size_etc: " << strerror(count) << endl;
cout << "Time to retrieve " << count << " " << typeName \
cout << "Time to flatten a message containing " << count << " " \
cout << "Time to flatten a message containing " << count \
cout << "Time to unflatten a message containing " << count << " " \
cout << "Time to unflatten a message containing " << count \
cout << "Time to add " << count << " " << typeName \
cout << "Time to find a data in a message containing " << count \
cout << endl << "errno == \"" << strerror(errno) << "\" (" << errno \
cout << endl << "status_t == \"" << strerror((status__)) << "\" (" \
cout << endl << "errno == \"" << strerror(errno) << "\" (" << errno \
cout << endl << "status_t == \"" << strerror((status__)) << "\" (" \
cout << "Start Time: " << dec << start_time << "ms" << endl;
cout << "Stop Time: " << dec << stop_time << "ms" << endl;
cout << "Total time: " << dec << stop_time - start_time << "ms" << endl;
cout << "Count : " << count << endl;
using std::cout;
cout << "Creating random domains" << endl;
cout << "Count for " << host << ": " << count << endl;
cout << "Flat view of cookie jar is " << j.FlattenedSize() << " bytes large." << endl;
cout << "Flatten() success!" << endl;
cout << "Flatten() error!" << endl;
cout << "Running stressTest:" << endl;
std::cout << output.String() << std::endl;
cout << endl << "This sucker's gonna fail..."
using std::cout;
cout << "(Making a copy of your MIME database at '" + mimeDatabaseDir + "')" << endl;
cout << "(Using existing copy of MIME database in '" + mimeDatabaseDir + "')" << endl;
cout << "(Removing copy of MIME database in '" + mimeDatabaseDir + "')" << endl;
cout << "Fuckup == '" << subType << "'" << endl;
std::cout << "roster> ";
std::cout.flush();
std::cout << error << std::endl;
std::cout << kShellUsage;
using std::cout;
cout << test->getName() << endl;
cout << " - ";
cout << (failure.isError() ? "ERROR" : "FAILURE");
cout << " -- ";
cout << (failure.thrownException() != NULL
cout << endl;
cout << " + PASSED" << endl;
cout << endl;
cout << " Your test ran for longer than an entire day. Honestly," << endl;
cout << " that's 24 hours. That's a long time. Please write shorter" << endl;
cout << " tests. Clock time: " << time << " microseconds." << endl;
cout << " Clock time: ";
cout.width(2);
cout.fill('0');
cout << time / oneHour << ":";
cout.width(2);
cout.fill('0');
cout << time / oneMinute << ":";
cout.width(2);
cout.fill('0');
cout << time / oneSecond;
cout << time / oneMillisecond << " ms";
cout << endl;
cout << " " << (*i)->getName() << endl;
cout << "Checking " << addonPath.Path() << "";
cout << ", wrong extension. Skipping." << endl;
cout << ", found getTestSuite()";
cout << ", found getTestSuiteName()";
cout << ", getTestSuiteName error == " << err << endl;
cout << ", OK." << endl;
cout << "ERROR: No installed tests to run!" << endl;
cout << endl << "ERROR: Invalid argument \"" << *i << "\"" << endl;
using std::cout;
cout << endl << fDescription;
cout << endl;
cout << "VALID ARGUMENTS: " << endl;
cout << endl;
cout << indent << "--help Displays this help text plus some other garbage" << endl;
cout << indent << "--list Lists the names of classes with installed tests" << endl;
cout << indent << "-v0 Sets verbosity level to 0 (concise summary only)" << endl;
cout << indent << "-v1 Sets verbosity level to 1 (complete summary only)" << endl;
cout << indent << "-v2 Sets verbosity level to 2 (*default* -- per-test results plus" << endl;
cout << indent << " complete summary)" << endl;
cout << indent << "-v3 Sets verbosity level to 3 (partial dynamic loading information, " << endl;
cout << indent << " per-test results and timing info, plus complete summary)" << endl;
cout << indent << "-v4 Sets verbosity level to 4 (complete dynamic loading information, " << endl;
cout << indent << " per-test results and timing info, plus complete summary)" << endl;
cout << indent << "NAME Instructs the program to run the test for the given class or all" << endl;
cout << indent << " the tests for the given suite. If some bonehead adds both a class" << endl;
cout << indent << " and a suite with the same name, the suite will be run, not the class" << endl;
cout << indent << " (unless the class is part of the suite with the same name :-). If no" << endl;
cout << indent << " classes or suites are specified, all available tests are run" << endl;
cout << indent << "-lPATH Adds PATH to the search path for dynamically loadable test" << endl;
cout << indent << " libraries" << endl;
cout << "------------------------------------------------------------------------------" << endl;
cout << "Available Suites:" << endl;
cout << "------------------------------------------------------------------------------" << endl;
cout << j->first << endl;
cout << endl;
cout << "------------------------------------------------------------------------------" << endl;
cout << "Available Tests:" << endl;
cout << "------------------------------------------------------------------------------" << endl;
cout << i->first << endl;
cout << endl;
cout << "------------------------------------------------------------------------------" << endl;
cout << "Tests" << endl;
cout << "------------------------------------------------------------------------------" << endl;
cout << "------------------------------------------------------------------------------" << endl;
cout << "Results " << endl;
cout << "------------------------------------------------------------------------------" << endl;
cout << "- FAILURES: " << fResultsCollector.testFailures() << endl;
cout << " " << (*iFailure)->toString() << endl;
cout << "- ERRORS: " << fResultsCollector.testErrors() << endl;
cout << " " << (*iFailure)->toString() << endl;
cout << "+ PASSED" << endl;
cout << endl;
cout << "- FAILED" << endl;
cout << "+ PASSED" << endl;
cout << "------------------------------------------------------------------------------" << endl;
cout << "Loading " << endl;
cout << "------------------------------------------------------------------------------" << endl;
cout << "Checking " << *i << endl;
cout << "Loaded " << count << " suite" << (count == 1 ? "" : "s");
cout << " from " << *i << endl;
cout << endl;
cout << "WARNING: '" << i->first << "' refers to both a test suite *and* an individual" <<
cout << "Couldn't get test dir." << endl;
cout << "Couldn't find the path to the test app." << endl;
cout << "debugger() called: " << message << endl;
cout << "Adding BTestSuite '" << suite->getName() << "'" << endl;
cout << " " << i->first << "; " << i->second->getName() << endl;
cout << "Adding CppUnit::TestSuite '" << suite->getName() << "'" << endl;
using std::cout;
cout << endl << "DecodeResult() -- " "0x" << hex << result << " (" << dec << result << ") == " << str << endl;
using std::cout;
cout << "<RETURN> to continue" << endl;
cout << endl;
m_outputter = new TextOutputter( m_result, cout );
cout << "Test " << testName << " not found." << endl;