Searched refs:endl (Results 1 - 10 of 10) sorted by relevance

/vbox/src/libs/zlib-1.2.6/contrib/iostream/
H A Dtest.cpp12 os << "Hello, Mommy" << endl; local
15 os << "hello, hello, hi, ho!" << endl; local
18 << "I'm compressing again" << endl;
/vbox/src/libs/zlib-1.2.6/contrib/iostream2/
H A Dzstream_test.cpp17 cout << x << endl << y << endl << z << endl;
20 out << setw(50) << setfill('#') << setprecision(20) << x << endl << y << endl << z << endl;
21 out << z << endl << y << endl << x << endl;
22 out << 1.1234567890123456789 << endl;
[all...]
/vbox/src/VBox/Frontends/VirtualBox/src/platform/x11/
H A DUIDesktopServices_x11.cpp44 out << "[Desktop Entry]" << endl
45 << "Encoding=UTF-8" << endl
46 << "Version=1.0" << endl
47 << "Name=" << strName << endl
48 << "Comment=Starts the VirtualBox machine " << strName << endl
49 << "Type=Application" << endl
50 << "Exec=" << QCoreApplication::applicationFilePath() << " --comment \"" << strName << "\" --startvm \"" << strUuid << "\"" << endl
51 << "Icon=virtualbox-vbox.png" << endl; local
54 out << "[Desktop Entry]" << endl
55 << "Encoding=UTF-8" << endl
[all...]
/vbox/src/libs/xpcom18a4/xpcom/tests/StringFactoringTests/
H A Dprofile_main.cpp106 cout << endl; local
117 cout << "null loop time for constructor" << endl; local
128 cout << "nsCString()" << endl; local
139 cout << "nsCString(\"abc\")" << endl; local
148 cout << endl; local
158 cout << "|test_concat()| FAILED" << endl; local
171 cout << "null loop time for concat" << endl; local
179 cout << "TotalLength( s1 + s2 + s3 + s1 + s2 + s3 )" << endl; local
187 cout << "TotalLength( s1 + s2 )" << endl; local
204 cout << "|test_concat()| FAILED" << endl; local
214 cout << "s4 = s1 + s2 + s3 + s1 + s2 + s3" << endl; local
221 cout << "s4 = s1 + s2" << endl; local
240 cout << "s1 > s2" << endl; local
248 cout << "s1 == s1" << endl; local
271 cout << "s1.CountChar('e')" << endl; local
295 cout << "s3.Append(s1); s3.Append(s2)" << endl; local
322 cout << "repeated s3.Append(s1); s3.Append(s2)" << endl; local
331 cout << endl; local
345 cout << "null loop time for append char" << endl; local
355 cout << "s1.Append('e')" << endl; local
378 cout << "repeated s1.Append('e')" << endl; local
400 cout << "s2.Insert(s1, 3)" << endl; local
419 cout << "text.Find(pattern)" << endl; local
461 cout << "String performance profiling. Compiled " __DATE__ " " __TIME__ << endl; local
463 cout << "Testing std::string." << endl; local
465 cout << "Testing factored nsString." << endl; local
493 cout << "One or more tests FAILED. Measurements may be invalid." << endl; local
495 cout << "End of string performance profiling." << endl; local
[all...]
H A Dtest_main.cpp102 cout << "FAILED in |test_multifragment_iterators|" << endl; local
130 cout << "FAILED |test_readable_hello|: |Length()| --> " << aReadable.Length() << endl;
136 cout << "FAILED |test_readable_hello|: |First()| --> '" << aReadable.First() << "'" << endl;
142 cout << "FAILED |test_readable_hello|: |Last()| --> '" << aReadable.Last() << "'" << endl;
148 cout << "FAILED |test_readable_hello|: |operator[]| --> '" << aReadable[3] << "'" << endl; local
154 cout << "FAILED |test_readable_hello|: |CountChar('l')| --> " << aReadable.CountChar(CharT('l')) << endl;
161 cout << "FAILED |test_readable_hello|: didn't start out pointing to the right thing, or else couldn't be dereferenced. --> '" << *iter << "'" << endl; local
169 cout << "FAILED |test_readable_hello|: iterator couldn't be incremented, or else couldn't be dereferenced. --> '" << *iter << "'" << endl; local
177 cout << "FAILED |test_readable_hello|: iterator couldn't be set to |EndReading()|, or else couldn't be decremented, or else couldn't be dereferenced. --> '" << *iter << "'" << endl; local
184 cout << "FAILED |test_readable_hello|: iterator couldn't be set to |BeginReading()+=n|, or else couldn't be dereferenced. --> '" << *iter1 << "'" << endl; local
191 cout << "FAILED |test_readable_hello|: iterator couldn't be set to |EndReading()-=n|, or else couldn't be dereferenced. --> '" << *iter2 << "'" << endl; local
197 cout << "FAILED |test_readable_hello|: iterator comparison with !=." << endl; local
203 cout << "FAILED |test_readable_hello|: iterator comparison with ==." << endl; local
210 cout << "FAILED |test_readable_hello|: comparison with \\"Hello\\"" << endl; local
236 cout << "FAILED growing a string in |test_SetLength|, saving the value didn't work." << endl; local
245 cout << "FAILED growing a string in |test_SetLength|, length is wrong." << endl; local
251 cout << "FAILED growing a string in |test_SetLength|, contents damaged after growing." << endl; local
258 cout << "FAILED shrinking a string in |test_SetLength|." << endl; local
264 cout << "FAILED growing a string in |test_SetLength|, contents damaged after shrinking." << endl; local
282 cout << "FAILED saving the old string value in |test_insert|." << endl; local
293 cout << "FAILED in |test_insert|." << endl; local
324 cout << "FAILED self assignment." << endl; local
342 cout << "FAILED self append." << endl; local
360 cout << "FAILED self insert." << endl; local
378 cout << "FAILED self insert." << endl; local
402 cout << "FAILED assignment and/or comparison in |test_writable|." << endl; local
428 cout << "String unit tests. Compiled " __DATE__ " " __TIME__ << endl; local
562 cout << "FAILED to keep a promise." << endl; local
575 cout << "string comparison using != failed" << endl; local
581 cout << "string comparison using > failed" << endl; local
587 cout << "string comparison using < failed" << endl; local
593 cout << "string comparison using == failed" << endl; local
644 cout << "End of string unit tests." << endl; local
646 cout << "OK, all tests passed." << endl; local
648 cout << "FAILED one or more tests." << endl; local
[all...]
/vbox/src/libs/xpcom18a4/nsprpub/lib/prstreams/tests/testprstrm/
H A Dtestprstrm.cpp96 cout << "Testing unused filebufs ----------------" << endl; local
104 cout << "Unused filebufs complete ---------------" << endl; local
108 cout << "Testing unused ifstream -----------------" << endl; local
117 cout << "Unused ifstream complete ----------------" << endl; local
120 cout << "Testing unused ofstream -----------------" << endl; local
128 cout << "Unused ofstream complete ----------------" << endl; local
130 cout << "Testing use of ofstream 1 (extra filebuf allocated) ---------" << endl; local
134 *aos << "AaBbCcDdEeFfGg" << endl; local
144 cout << "Testing use of ofstream 1 complete (extra filebuf deleted) --" << endl; local
145 cout << "Testing use of ofstream 2 (extra filebuf allocated) ---------" << endl; local
153 cout << "Testing use of ofstream 2 complete (extra filebuf deleted) --" << endl; local
155 cout << "Testing use of ifstream 1 (stack allocation) -------------" << endl; local
160 cout << "Testing use of ifstream 1 complete -----------------------" << endl; local
161 cout << "Testing use of ifstream 2 ----------------------" << endl; local
168 cout << "Testing use of ifstream 2 complete -------------" << endl; local
[all...]
/vbox/src/libs/zlib-1.2.6/contrib/iostream3/
H A Dtest.cc19 << 1.3 << "\nPlan " << 9 << std::endl;
23 << 1.3 << "\nPlan " << 9 << std::endl;
36 << 1.3 << "\nPlan " << 9 << std::endl; member in class:std
/vbox/src/libs/xpcom18a4/xpcom/ds/
H A DnsPersistentProperties.cpp270 NS_LossyConvertUCS2ToASCII(aNewValue).get() << endl;
/vbox/src/libs/xpcom18a4/xpcom/tests/windows/
H A DnsStringTest.h1598 output << " STL: [" << theSTLString.c_str() << "]" << endl;
/vbox/src/VBox/Frontends/VirtualBox/src/globals/
H A DVBoxGlobal.cpp429 out << pid << endl; local

Completed in 451 milliseconds