OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cout
(Results
1 - 25
of
198
) sorted by relevancy
1
2
3
4
5
6
7
8
/src/external/apache2/llvm/dist/clang/utils/perf-training/cxx/
hello_world.cpp
6
std::
cout
<< "Hello, World!";
member in class:std
/src/external/bsd/atf/dist/atf-c++/detail/
version_helper.cpp
39
std::
cout
<< PACKAGE_VERSION << "\n";
/src/external/mit/libcbor/dist/test/
cpp_linkage_test.cpp
11
int main() { std::
cout
<< "Hello from libcbor " << CBOR_VERSION << std::endl; }
/src/external/bsd/openldap/dist/contrib/ldapc++/examples/
urlTest.cpp
14
std::
cout
<< argc << std::endl;
15
std::
cout
<< "urlTest <ldap-URI>" << std::endl;
21
std::
cout
<< "Host: " << url.getHost() << std::endl;
22
std::
cout
<< "Port: " << url.getPort() << std::endl;
23
std::
cout
<< "BaseDN: " << url.getDN() << std::endl;
24
std::
cout
<< "Scope: " << url.getScope() << std::endl;
26
std::
cout
<< "Attrs: " << std::endl;
29
std::
cout
<< " " << *i << std::endl;
31
std::
cout
<< "Filter: " << url.getFilter() << std::endl;
32
std::
cout
<< "Setting new BaseDN" << std::endl
[
all
...]
startTls.cpp
21
std::
cout
<< "Current global settings:" << std::endl;
22
std::
cout
<< " CaCertfile: " << tls.getStringOption( TlsOptions::CACERTFILE) << std::endl;
23
std::
cout
<< " CaCertDir: " << tls.getStringOption( TlsOptions::CACERTDIR ) << std::endl;
24
std::
cout
<< " Require Cert: " << tls.getIntOption( TlsOptions::REQUIRE_CERT ) << std::endl;
25
std::
cout
<< "Applying new settings:" << std::endl;
28
std::
cout
<< " CaCertfile: " << tls.getStringOption( TlsOptions::CACERTFILE ) << std::endl;
29
std::
cout
<< " Require Cert: " << tls.getIntOption( TlsOptions::REQUIRE_CERT ) << std::endl;
36
std::
cout
<< "StartTLS successful." << std::endl;
45
std::
cout
<< "Current connection specific settings:" << std::endl;
46
std::
cout
<< " CaCertfile: " << tls.getStringOption( TlsOptions::CACERTFILE) << std::endl
[
all
...]
main.cpp
28
std::
cout
<< "----------------------doing bind...." << std::endl;
31
std::
cout
<< lc->getHost() << std::endl;
34
std::
cout
<< "Compare: " << result << std::endl;
55
std::
cout
<< *(entry) << std::endl;
61
std::
cout
<< *(entry) << std::endl;
65
std::
cout
<< "Caught Referral" << std::endl;
73
std::
cout
<< "-------------- caught Exception ---------"<< std::endl;
74
std::
cout
<< e << std::endl;
78
std::
cout
<< "--------------------starting search" << std::endl;
108
std::
cout
<< "Entry: " << *entry << std::endl;
[
all
...]
/src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.cp/
bs15503.cc
37
cout
<< "in StringTest" << endl;
39
cout
<< s << endl;
43
cout
<< s << endl;
47
cout
<< s << endl;
52
cout
<< s << endl;
56
cout
<< s << endl;
mb-templates.cc
8
std::
cout
<< "hi\n"; // set breakpoint here
member in class:std
14
std::
cout
// set multi-line breakpoint here
member in class:std
userdef.cc
358
cout
<< one; // marker1-returns-here
359
cout
<< two;
361
cout
<< "+ " << three;
363
cout
<< "- " << three;
365
cout
<<"* " << three;
367
cout
<< "/ " << three;
369
cout
<< "% " << three;
371
cout
<< "| " <<three;
373
cout
<< "^ " <<three;
375
cout
<< "& "<< three
[
all
...]
/src/external/gpl3/gdb/dist/gdb/testsuite/gdb.cp/
bs15503.cc
37
cout
<< "in StringTest" << endl;
39
cout
<< s << endl;
43
cout
<< s << endl;
47
cout
<< s << endl;
52
cout
<< s << endl;
56
cout
<< s << endl;
mb-templates.cc
8
std::
cout
<< "hi\n"; // set breakpoint here
member in class:std
14
std::
cout
// set multi-line breakpoint here
member in class:std
userdef.cc
358
cout
<< one; // marker1-returns-here
359
cout
<< two;
361
cout
<< "+ " << three;
363
cout
<< "- " << three;
365
cout
<<"* " << three;
367
cout
<< "/ " << three;
369
cout
<< "% " << three;
371
cout
<< "| " <<three;
373
cout
<< "^ " <<three;
375
cout
<< "& "<< three
[
all
...]
/src/common/dist/zlib/contrib/iostream3/
test.cc
9
#include <iostream> // for
cout
21
std::
cout
<< "Wrote the following message to 'test1.txt.gz' (check with zcat or zless):\n"
25
std::
cout
<< "\nReading 'test1.txt.gz' (buffered) produces:\n";
member in class:std
28
std::
cout
<< buf << "\t(" << inf.rdbuf()->in_avail() << " chars left in buffer)\n";
38
std::
cout
<< "\nWrote the same message to 'test2.txt.gz' in uncompressed form";
member in class:std
40
std::
cout
<< "\nReading 'test2.txt.gz' (unbuffered) produces:\n";
member in class:std
44
std::
cout
<< buf << "\t(" << inf.rdbuf()->in_avail() << " chars left in buffer)\n";
/src/external/gpl3/binutils/dist/zlib/contrib/iostream3/
test.cc
9
#include <iostream> // for
cout
21
std::
cout
<< "Wrote the following message to 'test1.txt.gz' (check with zcat or zless):\n"
25
std::
cout
<< "\nReading 'test1.txt.gz' (buffered) produces:\n";
member in class:std
28
std::
cout
<< buf << "\t(" << inf.rdbuf()->in_avail() << " chars left in buffer)\n";
38
std::
cout
<< "\nWrote the same message to 'test2.txt.gz' in uncompressed form";
member in class:std
40
std::
cout
<< "\nReading 'test2.txt.gz' (unbuffered) produces:\n";
member in class:std
44
std::
cout
<< buf << "\t(" << inf.rdbuf()->in_avail() << " chars left in buffer)\n";
/src/external/gpl3/binutils.old/dist/zlib/contrib/iostream3/
test.cc
9
#include <iostream> // for
cout
21
std::
cout
<< "Wrote the following message to 'test1.txt.gz' (check with zcat or zless):\n"
25
std::
cout
<< "\nReading 'test1.txt.gz' (buffered) produces:\n";
member in class:std
28
std::
cout
<< buf << "\t(" << inf.rdbuf()->in_avail() << " chars left in buffer)\n";
38
std::
cout
<< "\nWrote the same message to 'test2.txt.gz' in uncompressed form";
member in class:std
40
std::
cout
<< "\nReading 'test2.txt.gz' (unbuffered) produces:\n";
member in class:std
44
std::
cout
<< buf << "\t(" << inf.rdbuf()->in_avail() << " chars left in buffer)\n";
/src/external/gpl3/gdb/dist/zlib/contrib/iostream3/
test.cc
9
#include <iostream> // for
cout
21
std::
cout
<< "Wrote the following message to 'test1.txt.gz' (check with zcat or zless):\n"
25
std::
cout
<< "\nReading 'test1.txt.gz' (buffered) produces:\n";
member in class:std
28
std::
cout
<< buf << "\t(" << inf.rdbuf()->in_avail() << " chars left in buffer)\n";
38
std::
cout
<< "\nWrote the same message to 'test2.txt.gz' in uncompressed form";
member in class:std
40
std::
cout
<< "\nReading 'test2.txt.gz' (unbuffered) produces:\n";
member in class:std
44
std::
cout
<< buf << "\t(" << inf.rdbuf()->in_avail() << " chars left in buffer)\n";
/src/external/gpl3/gdb.old/dist/zlib/contrib/iostream3/
test.cc
9
#include <iostream> // for
cout
21
std::
cout
<< "Wrote the following message to 'test1.txt.gz' (check with zcat or zless):\n"
25
std::
cout
<< "\nReading 'test1.txt.gz' (buffered) produces:\n";
member in class:std
28
std::
cout
<< buf << "\t(" << inf.rdbuf()->in_avail() << " chars left in buffer)\n";
38
std::
cout
<< "\nWrote the same message to 'test2.txt.gz' in uncompressed form";
member in class:std
40
std::
cout
<< "\nReading 'test2.txt.gz' (unbuffered) produces:\n";
member in class:std
44
std::
cout
<< buf << "\t(" << inf.rdbuf()->in_avail() << " chars left in buffer)\n";
/src/external/bsd/flex/dist/tests/
cxx_basic.ll
46
f.switch_streams(&std::cin, &std::
cout
);
48
std::
cout
<< "TEST RETURNING OK." << std::endl;
cxx_restart.ll
46
f.switch_streams(&std::cin, &std::
cout
);
49
std::
cout
<< "TEST RETURNING OK." << std::endl;
/src/external/lgpl3/gmp/dist/tests/cxx/
t-locale.cc
103
cout
<< "istream mpf_t operator>> error\n";
104
cout
<< " point " << point[i] << "\n";
105
cout
<< " str \"" << str << "\"\n";
106
cout
<< " localeconv point \""
116
cout
<< "istream mpf_t operator>> wrong\n";
117
cout
<< " point " << point[i] << "\n";
118
cout
<< " str \"" << str << "\"\n";
119
cout
<< " got " << got << "\n";
120
cout
<< " want " << want << "\n";
121
cout
<< " localeconv point \"
[
all
...]
/src/external/bsd/kyua-cli/dist/integration/helpers/
simple_all_pass.cpp
37
std::
cout
<< "This is the stdout of pass\n";
member in class:std
45
std::
cout
<< "This is the stdout of skip\n";
member in class:std
/src/external/gpl2/gettext/dist/gettext-tools/examples/hello-c++/
hello.cc
40
cout
<< _("Hello, world!") << endl;
41
cout
<< autosprintf (_("This program is running as process number %d."),
/src/external/bsd/atf/dist/tools/
misc_helpers.cpp
84
std::
cout
<< "1st: " << get_config_var("1st") << "\n";
85
std::
cout
<< "2nd: " << get_config_var("2nd") << "\n";
86
std::
cout
<< "3rd: " << get_config_var("3rd") << "\n";
87
std::
cout
<< "4th: " << get_config_var("4th") << "\n";
97
std::
cout
<< "msg1 to stdout" << "\n";
member in class:std
98
std::
cout
<< "msg2 to stdout" << "\n";
member in class:std
109
std::
cout
<< "stdout " << i << "\n";
115
std::
cout
<< "stdout " << i << "\n";
119
std::
cout
<< "stdout " << i << "\n";
120
std::
cout
<< "stdout " << i << "\n"
342
std::
cout
<< "Waiting in subprocess\\n";
member in class:std
347
std::
cout
<< "Subprocess exiting\\n";
member in class:std
353
std::
cout
<< "Parent process exiting\\n";
member in class:std
380
std::
cout
<< "--- a 2007-11-04 14:00:41.000000000 +0100\\n";
member in class:std
381
std::
cout
<< "+++ b 2007-11-04 14:00:48.000000000 +0100\\n";
member in class:std
382
std::
cout
<< "@@ -1,7 +1,7 @@\\n";
member in class:std
383
std::
cout
<< " This test is meant to simulate a diff.\\n";
member in class:std
384
std::
cout
<< " Blank space at beginning of context lines must be "
member in class:std
386
std::
cout
<< " \\n";
member in class:std
387
std::
cout
<< "-First original line.\\n";
member in class:std
388
std::
cout
<< "-Second original line.\\n";
member in class:std
389
std::
cout
<< "+First modified line.\\n";
member in class:std
390
std::
cout
<< "+Second modified line.\\n";
member in class:std
391
std::
cout
<< " \\n";
member in class:std
392
std::
cout
<< " EOF\\n";
member in class:std
[
all
...]
/src/games/dab/
test.cc
48
std::
cout
<< "x=" << x << std::endl;
/src/tests/lib/libstdc++/
h_cin_nosync.cc
38
std::
cout
<< std::cin.gcount() << std::endl;
Completed in 25 milliseconds
1
2
3
4
5
6
7
8
Indexes created Mon Jul 06 00:25:43 UTC 2026