/reactos/modules/rostests/rosautotest/ |
H A D | main.cpp | 22 << "Usage: rosautotest [options] [module] [test]" << endl in IntPrintUsage() 23 << " options:" << endl in IntPrintUsage() 24 << " /? - Shows this help." << endl in IntPrintUsage() 38 << endl in IntPrintUsage() 39 << " module:" << endl in IntPrintUsage() 43 << endl in IntPrintUsage() 44 << " test:" << endl in IntPrintUsage() 102 ss << endl in wmain() 103 << endl in wmain() 166 << "File: " << e.GetFile() << endl in wmain() [all …]
|
H A D | CWebService.cpp | 125 ss << "When finishing the test run, the server responded:" << endl << Response << endl; in Finish() 160 ss << "Expected Test ID, but received:" << endl << m_TestID << endl; in GetTestID() 200 ss << "Expected Suite ID, but received:" << endl << SuiteID << endl; in GetSuiteID() 244 ss << "When submitting the result, the server responded:" << endl << Response << endl; in Submit()
|
H A D | CWineTest.cpp | 141 … ss << "The --list command did not return any data for " << UnicodeToAscii(m_CurrentFile) << endl; in DoListCommand() 220 ss << "Module: " << UnicodeToAscii(m_CurrentFile) << endl; in GetNextTestInfo() 251 ss << "Invalid test file name: " << UnicodeToAscii(m_CurrentFile) << endl; in GetNextTestInfo() 268 … ss << "An exception occurred trying to list tests for: " << UnicodeToAscii(m_CurrentFile) << endl; in GetNextTestInfo() 298 ss << "Running Wine Test, Module: " << TestInfo->Module << ", Test: " << TestInfo->Test << endl; in RunTest() 355 ssFinish << setprecision(2) << fixed << TotalTime << " seconds." << endl; in RunTest()
|
/reactos/sdk/lib/3rdparty/stlport/test/eh/ |
H A D | main.cpp | 136 cerr<<"\t[-q] : quiet mode;"<<endl; in usage() 137 cerr<<"\t[-v] : verbose mode;"<<endl; in usage() 287 cerr << "EH test : algo" << endl; in main() 293 cerr << "EH test : vector" << endl; in main() 307 cerr << "EH test : list" << endl; in main() 314 cerr << "EH test : slist" << endl; in main() 321 cerr << "EH test : deque" << endl; in main() 326 cerr << "EH test : set" << endl; in main() 335 cerr << "EH test : map" << endl; in main() 367 cerr << "EH test : rope" << endl; in main() [all …]
|
H A D | bug.cpp | 26 std::cout << "vector fill: " << t.elapsed() << std::endl; in main() 33 std::cout << "map fill 1: " << t.elapsed() << std::endl; in main() 38 std::cout << "map fill 2: " << t.elapsed() << std::endl; in main()
|
H A D | nc_alloc.cpp | 323 EH_STD::cerr<<EH_STD::endl; in PrintTestName() 330 EH_STD::cerr<<(count+1)<<" try successful"<<EH_STD::endl; in ReportSuccess()
|
H A D | test.cpp | 13 std::cout << std:: endl; in printElements()
|
H A D | LeakCheck.h | 177 EH_STD::cerr<<EH_STD::endl; in catch()
|
H A D | test_algo.cpp | 253 EH_STD::cerr<<"EH test : testing algo.h"<<EH_STD::endl; in test_algo()
|
/reactos/sdk/tools/utf16le/ |
H A D | utf16le.cpp | 89 cerr << "UTF-8 BOM found" << endl; in getBOM() 100 cerr << "UTF-16BE BOM found" << endl; in getBOM() 112 cerr << "UTF Error: ambiguous BOM UTF-16 or UTF-32; assume UTF-32" << endl; in getBOM() 120 cerr << "UTF-16LE BOM found" << endl; in getBOM() 133 cerr << "UTF-32BE BOM found" << endl; in getBOM() 197 cerr << "UTF-8 Error: invalid data byte" << endl; in get_wchar_t() 225 cerr << "UTF-16 Error: invalid low surrogate" << endl; in get_wchar_t() 281 cout << "usage: " << argv[0] << " inputfile outputfile" << endl; in main() 299 cerr << "Couldn't open input file." << endl; in main() 302 cerr << "Couldn't open output file." << endl; in main() [all …]
|
/reactos/modules/rosapps/applications/explorer-old/utility/ |
H A D | shelltests.cpp | 71 cout << "\"" << name << "\"\n attribs=" << hex << attribs << endl; in dump_shell_namespace() 94 cout << "program files path = " << (LPCTSTR)programs << endl; in main() 95 cout << "autostart folder path = " << (LPCTSTR)autostart << endl; in main() 97 cout << endl; in main() 104 cout << endl; in main() 108 cout << endl; in main() 135 cerr << e.ErrorMessage() << endl; in main()
|
/reactos/sdk/tools/hhpcomp/ |
H A D | hhpcomp.cpp | 52 cerr << "Usage: hhpcomp <input.hhp>" << endl; in main() 58 clog << prefixlen << endl; in main() 61 cerr << "chdir: working directory couldn't be changed" << endl; in main() 82 cerr << "could not initialize chmc" << endl; in main() 89 clog << "File: " << *it << endl; in main() 94 cerr << "could not add file: " << *it << endl; in main()
|
H A D | hhp_reader.cpp | 199 clog << section->get_name() << endl; in read() 203 clog << "unknown section: " << name << endl; in read()
|
/reactos/sdk/lib/3rdparty/stlport/test/unit/ |
H A D | swap_test.cpp | 124 cerr << "false type" << endl; in swap_container_spec() 126 cerr << "true type" << endl; in swap_container_spec() 128 cerr << "unknown type" << endl; in swap_container_spec()
|
H A D | hash_test.cpp | 216 if (collection.size() == h.size()) cout << " OK" << endl; in check_keys() 219 cout << " FAILED: " << endl; in check_keys() 225 cout << endl << "Key : " << mIter->first << endl; in check_keys() 236 cout << endl << " data in map: "; in check_keys()
|
H A D | num_put_get_test.cpp | 1175 …12345678901234567890123456789012345678901234567890123456789012345678901234567890123456789" << endl; in fix_float_long() 1176 cerr << str.str() << endl; in fix_float_long() 1177 cerr << delta << endl; in fix_float_long() 1178 cerr << f << endl; in fix_float_long()
|
/reactos/sdk/tools/txt2nls/ |
H A D | main.cpp | 102 std::cerr << "Error parsing line " << line_number <<": " << err << std::endl; in error() 110 std::cerr << "Usage: " << argv[0] << " <txt_in> <nls_out>" << std::endl; in main() 117 std::cerr << "Unable to open " << argv[1] << std::endl; in main() 128 std::cerr << "ERROR: File is empty" << std::endl; in main()
|
/reactos/sdk/include/c++/stlport/using/h/ |
H A D | ostream.h | 2 using _STLP_OLD_IO_NAMESPACE::endl;
|
H A D | iostream.h | 18 using _STLP_OLD_IO_NAMESPACE::endl;
|
/reactos/sdk/include/c++/stlport/using/ |
H A D | ostream | 8 using _STLP_NEW_IO_NAMESPACE::endl;
|
/reactos/modules/rostests/tests/lantst/ |
H A D | lantest.cpp | 12 using std::endl;
|
/reactos/dll/win32/riched20/ |
H A D | table.c | 410 WCHAR endl = '\r', tab = '\t'; in ME_AppendTableRow() local 452 ME_InsertTextFromCursor(editor, 0, &endl, 1, run->member.run.style); in ME_AppendTableRow()
|
H A D | editor.c | 629 WCHAR endl = '\r'; in ME_RTFParAttrHook() local 632 ME_InsertTextFromCursor(info->editor, 0, &endl, 1, info->style); in ME_RTFParAttrHook() 661 WCHAR endl = '\r'; in ME_RTFParAttrHook() local 664 ME_InsertTextFromCursor(info->editor, 0, &endl, 1, info->style); in ME_RTFParAttrHook() 1084 WCHAR endl = '\r'; in ME_RTFSpecialCharHook() local 1101 ME_InsertTextFromCursor(info->editor, 0, &endl, 1, info->style); in ME_RTFSpecialCharHook() 2470 static const WCHAR endl = '\r'; in handle_enter() local 2513 ME_InsertTextFromCursor(editor, 0, &endl, 1, in handle_enter() 2564 ME_InsertTextFromCursor(editor, 0, &endl, 1, in handle_enter() 2597 ME_InsertTextFromCursor(editor, 0, &endl, 1, eop_style); in handle_enter()
|
/reactos/sdk/tools/ms2ps/ |
H A D | ms2ps.cpp | 41 using std::endl;
|
/reactos/sdk/include/c++/stlport/stl/ |
H A D | _ostream.h | 357 endl(basic_ostream<_CharT, _Traits>& __os) { in endl() function
|