Searched defs:endl (Results 1 - 25 of 26) sorted by relevance

12

/haiku/src/tests/kits/support/barchivable/
H A Dmain.cpp47 cout << Result << endl; local
H A DInstantiateObjectTester.cpp475 cout << "dir == '" << libPath << "'" << endl; local
/haiku/src/tools/cppunit/cppunit/
H A DTextTestProgressListener.cpp42 cerr << endl; local
H A DTestRunner.cpp100 cout << "<RETURN> to continue" << endl; local
109 cout << endl; local
H A DTextOutputter.cpp32 m_stream << endl; local
34 m_stream << endl; local
45 m_stream << endl; local
62 m_stream << endl; local
64 m_stream << endl; local
112 m_stream << endl; local
132 m_stream << endl; local
142 m_stream << "!!!FAILURES!!!" << endl; local
149 m_stream << "Test Results:" << endl; local
[all...]
H A DTextTestResult.cpp52 stream << endl; local
70 stream << endl; local
72 stream << endl; local
125 stream << endl; local
141 stream << endl; local
154 stream << endl; local
164 stream << "!!!FAILURES!!!" << endl; local
171 stream << "Test Results:" << endl; local
[all...]
H A DCompilerOutputter.cpp106 m_stream << endl; local
114 m_stream << endl; local
120 m_stream << endl; local
129 m_stream << endl; local
131 m_stream << endl; local
135 m_stream << endl; local
144 m_stream << wrappedMessage << endl; local
151 m_stream << "Failures !!!" << endl; local
[all...]
H A DXmlOutputter.cpp188 << endl; local
/haiku/src/tests/kits/midi/
H A Dtest1.cpp8 cerr << "Must supply a filename (*.mid)!" << endl; local
15 cerr << "File does not exist." << endl; local
29 cout << "Start Time: " << dec << start_time << "ms" << endl; local
30 cout << "Stop Time: " << dec << stop_time << "ms" << endl; local
/haiku/src/tools/cppunit/
H A DTestListener.cpp31 cout << endl; local
39 cout << " + PASSED" << endl; local
43 cout << endl; local
58 cout << " Your test ran for longer than an entire day. Honestly," << endl; local
59 cout << " that's 24 hours. That's a long time. Please write shorter" << endl; local
60 cout << " tests. Clock time: " << time << " microseconds." << endl; local
89 cout << endl; local
[all...]
H A DTestUtils.cpp189 cout << endl << "DecodeResult() -- " "0x" << hex << result << " (" << dec << result << ") == " << str << endl; local
H A DTestShell.cpp156 cout << "ERROR: No installed tests to run!" << endl; local
202 cout << endl << "ERROR: Invalid argument \"" << *i << "\"" << endl; local
273 cout << endl; local
274 cout << "VALID ARGUMENTS: " << endl; local
276 cout << endl; local
283 cout << indent << "--help Displays this help text plus some other garbage" << endl; local
284 cout << indent << "--list Lists the names of classes with installed tests" << endl; local
285 cout << indent << "-v0 Sets verbosity level to 0 (concise summary only)" << endl; local
286 cout << indent << "-v1 Sets verbosity level to 1 (complete summary only)" << endl; local
287 cout << indent << "-v2 Sets verbosity level to 2 (*default* -- per-test results plus" << endl; local
288 cout << indent << " complete summary)" << endl; local
289 cout << indent << "-v3 Sets verbosity level to 3 (partial dynamic loading information, " << endl; local
290 cout << indent << " per-test results and timing info, plus complete summary)" << endl; local
291 cout << indent << "-v4 Sets verbosity level to 4 (complete dynamic loading information, " << endl; local
292 cout << indent << " per-test results and timing info, plus complete summary)" << endl; local
293 cout << indent << "NAME Instructs the program to run the test for the given class or all" << endl; local
294 cout << indent << " the tests for the given suite. If some bonehead adds both a class" << endl; local
295 cout << indent << " and a suite with the same name, the suite will be run, not the class" << endl; local
296 cout << indent << " (unless the class is part of the suite with the same name :-). If no" << endl; local
297 cout << indent << " classes or suites are specified, all available tests are run" << endl; local
298 cout << indent << "-lPATH Adds PATH to the search path for dynamically loadable test" << endl; local
299 cout << indent << " libraries" << endl; local
306 cout << "------------------------------------------------------------------------------" << endl; local
307 cout << "Available Suites:" << endl; local
308 cout << "------------------------------------------------------------------------------" << endl; local
312 cout << endl; local
315 cout << "------------------------------------------------------------------------------" << endl; local
316 cout << "Available Tests:" << endl; local
317 cout << "------------------------------------------------------------------------------" << endl; local
321 cout << endl; local
378 cout << "------------------------------------------------------------------------------" << endl; local
379 cout << "Tests" << endl; local
380 cout << "------------------------------------------------------------------------------" << endl; local
392 cout << "------------------------------------------------------------------------------" << endl; local
393 cout << "Results " << endl; local
394 cout << "------------------------------------------------------------------------------" << endl; local
422 cout << "+ PASSED" << endl; local
424 cout << endl; local
430 cout << "- FAILED" << endl; local
432 cout << "+ PASSED" << endl; local
441 cout << "------------------------------------------------------------------------------" << endl; local
442 cout << "Loading " << endl; local
443 cout << "------------------------------------------------------------------------------" << endl; local
450 cout << "Checking " << *i << endl; local
459 cout << endl; local
482 cout << "Couldn't get test dir." << endl; local
484 cout << "Couldn't find the path to the test app." << endl; local
500 << endl; local
506 "group lock!" << endl; local
513 "group!" << endl; local
530 "symbols!" << endl; local
547 "Failed to acquire patch group lock!" << endl; local
574 cout << "debugger() called: " << message << endl; local
[all...]
/haiku/src/tests/kits/net/cookie/
H A Dcookie_test.cpp19 cout << "Creating random domains" << endl; local
69 cout << "Count for " << host << ": " << count << endl; local
77 cout << "Flatten() success!" << endl; local
79 cout << "Flatten() error!" << endl; local
88 cout << "Running stressTest:" << endl; local
100 cout << "Count : " << count << endl; local
/haiku/src/bin/writembr/
H A Dwritembr.cpp50 cerr << "Can not find boot device" << endl; local
57 cerr << "Can not find boot device" << endl; local
100 cerr << "MBR was NOT written" << endl; local
118 cerr << "MBR was written OK" << endl; local
/haiku/src/kits/network/libnetservices2/
H A DErrorsExt.cpp68 stream << DebugMessage().String() << std::endl; member in class:std
/haiku/src/tests/kits/net/netservices2/
H A DHttpDebugLogger.cpp153 std::cout << output.String() << std::endl; member in class:std
/haiku/src/libs/print/libprint/tools/
H A Dmake_pattern.cpp76 cout << endl; local
82 cout << endl; local
88 cout << endl; local
/haiku/src/bin/mkfs/
H A DFsCreator.cpp79 << fPath << ": " << strerror(status) << std::endl; member in class:std
88 "path " << fPath << ": " << strerror(status) << std::endl; member in class:std
98 << std::endl; member in class:std
145 << name.String() << std::endl; member in class:std
153 << strerror(status) << std::endl; member in class:std
182 << "\" has been initialized successfully!" << std::endl; member in class:std
187 << std::endl; member in class:std
/haiku/src/tests/servers/registrar/
H A DRosterShell.cpp71 std::cout << error << std::endl; member in class:Shell::std
/haiku/3rdparty/proj2make/
H A Dproj2make.cpp269 gMakeFile << str << endl; local
/haiku/src/tools/gensyscalls/
H A Dgensyscalls.cpp341 << syscall->Name() << ", " << i << ")" << endl; local
355 file << "case " << i << ":" << endl; local
385 file << ");" << endl; local
386 file << "\tbreak;" << endl; local
413 file << "#define SYSCALL_" << defineName << " " << i << endl; local
425 file << "#define SYSCALL_COUNT " << fSyscallCount << endl; local
426 file << endl; local
429 file << "#ifndef _ASSEMBLER" << endl; local
430 file << endl; local
433 file << "#include <TypeConstants.h>" << endl; local
434 file << endl; local
437 file << "const int kSyscallCount = SYSCALL_COUNT;" << endl; local
438 file << endl; local
441 file << "const syscall_info kSyscallInfos[] = {" << endl; local
454 << paramSize << " }," << endl; local
458 file << "};" << endl; local
459 file << endl; local
463 << endl; local
470 file << "\\t{" << endl; local
472 << endl; local
481 file << "\\t\\t{" << endl; local
491 file << "\\t\\t}" << endl; local
492 file << "\\t}," << endl; local
496 file << "};" << endl; local
499 file << "#endif // _ASSEMBLER" << endl; local
516 << "(void)handler;" << endl; local
526 file << endl; local
528 file << "#endif" << endl; local
534 file << endl; local
541 << ">::Create();" << endl; local
545 << "\\"" << returnType << "\\", "<< "handler);" << endl; local
546 file << "\\tsyscalls.push_back(syscall);" << endl; local
566 file << "#endif" << endl; local
569 file << "}" << endl; local
[all...]
H A Dgensyscallinfos.cpp354 file << "#include \"gensyscalls.h\"" << endl; local
355 file << "#include \"syscall_types_sizes.h\"" << endl; local
356 file << endl; local
368 "SYSCALL_RETURN_TYPE_ALIGNMENT_SIZE;" << endl; local
370 "SYSCALL_PARAMETER_ALIGNMENT_SIZE;" << endl; local
372 "SYSCALL_LONG_PARAMETER_ALIGNMENT_SIZE;" << endl; local
373 file << endl; local
375 file << "SyscallVector* create_syscall_vector() {" << endl; local
377 << endl; local
378 file << "\\tSyscall* syscall;" << endl; local
409 file << endl; local
413 file << "\\treturn syscallVector;" << endl; local
414 file << "}" << endl; local
425 file << "#include <computed_asm_macros.h>" << endl; local
426 file << "#include <syscalls.h>" << endl; local
427 file << endl; local
428 file << "#include \\"arch_gensyscalls.h\\"" << endl; local
429 file << endl; local
430 file << "#ifndef SYSCALL_LONG_PARAMETER_ALIGNMENT_TYPE" << endl; local
432 << endl; local
433 file << "#endif" << endl; local
434 file << "void dummy() {" << endl; local
437 "sizeof(SYSCALL_RETURN_TYPE_ALIGNMENT_TYPE));" << endl; local
439 "sizeof(SYSCALL_PARAMETER_ALIGNMENT_TYPE));" << endl; local
441 "sizeof(SYSCALL_LONG_PARAMETER_ALIGNMENT_TYPE));" << endl; local
442 file << endl; local
451 << i << ", 0);" << endl; local
464 file << endl; local
468 file << "}" << endl; local
[all...]
/haiku/src/apps/devices/
H A DDevicesView.cpp104 << std::endl; member in class:std
136 << "Skipping device." << std::endl; member in class:std
/haiku/src/bin/
H A Dsetmime.cpp745 cout << "\\" << endl; local
[all...]
/haiku/src/tests/kits/storage/
H A DMimeTypeTest.cpp138 cout << "(Making a copy of your MIME database at '" + mimeDatabaseDir + "')" << endl; local
145 cout << "(Using existing copy of MIME database in '" + mimeDatabaseDir + "')" << endl; local
154 cout << "(Removing copy of MIME database in '" + mimeDatabaseDir + "')" << endl; local
1683 cout << "Fuckup == '" << subType << "'" << endl; local
[all...]

Completed in 281 milliseconds

12