Searched refs:cout (Results 26 - 50 of 102) sorted by relevance

12345

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source/gsoap/uddi2/
H A Dexample1.cpp60 std::cout << "Search results on " << search_string << ":" << std::endl << std::endl;
65 std::cout << "serviceKey=" << (*si)->serviceKey << std::endl << "businessKey=" << (*si)->businessKey << std::endl;
69 std::cout << "name=" << (*n)->__item << std::endl;
71 std::cout << std::endl;
H A Dexample2.cpp60 std::cout << "Search results on " << search_string << ":" << std::endl << std::endl;
65 std::cout << "businessKey=" << (*bi)->businessKey << std::endl;
69 std::cout << "name=" << (*n)->__item << std::endl;
71 std::cout << std::endl;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source_build_platform/gsoap/uddi2/
H A Dexample1.cpp60 std::cout << "Search results on " << search_string << ":" << std::endl << std::endl;
65 std::cout << "serviceKey=" << (*si)->serviceKey << std::endl << "businessKey=" << (*si)->businessKey << std::endl;
69 std::cout << "name=" << (*n)->__item << std::endl;
71 std::cout << std::endl;
H A Dexample2.cpp60 std::cout << "Search results on " << search_string << ":" << std::endl << std::endl;
65 std::cout << "businessKey=" << (*bi)->businessKey << std::endl;
69 std::cout << "name=" << (*n)->__item << std::endl;
71 std::cout << std::endl;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/libcryptoxx-5.6.0/
H A Dvalidat1.cpp123 cout << "\nAll tests passed!\n";
125 cout << "\nOops! Not all tests passed.\n";
134 cout << "\nTesting Settings...\n\n";
139 cout << "passed: ";
141 cout << "FAILED: ";
144 cout << "Your machine is little endian.\n";
149 cout << "passed: ";
151 cout << "FAILED: ";
154 cout << "Your machine is big endian.\n";
158 cout << "FAILE
[all...]
H A Dvalidat3.cpp60 cout << (fail ? "FAILED " : "passed ");
62 cout << setw(2) << setfill('0') << hex << (int)digest[j];
63 cout << " \"" << (char *)testSet[i].input << '\"';
65 cout << " repeated " << dec << testSet[i].repeatTimes << " times";
66 cout << endl;
88 cout << "\nCRC-32 validation suite running...\n\n";
107 cout << "\nAdler-32 validation suite running...\n\n";
126 cout << "\nMD2 validation suite running...\n\n";
145 cout << "\nMD4 validation suite running...\n\n";
164 cout << "\nMD
[all...]
H A Dtest.cpp137 cout << "Key length in bits: ";
140 cout << "\nSave private key to file: ";
143 cout << "\nSave public key to file: ";
146 cout << "\nRandom Seed: ";
157 cout << (verified ? "valid signature" : "invalid signature") << endl;
164 cout << "Private key file: ";
167 cout << "\nPublic key file: ";
170 cout << "\nRandom Seed: ";
174 cout << "\nMessage: ";
178 cout << "\nCiphertex
[all...]
H A Ddatatest.cpp232 SignerFilter f(GlobalRNG(), *signer, new HexEncoder(new FileSink(cout)));
366 std::cout << "incorrectly encrypted: "; member in class:std
367 StringSource xx(encrypted, false, new HexEncoder(new FileSink(std::cout)));
369 std::cout << "\n"; member in class:std
378 std::cout << "incorrectly decrypted: "; member in class:std
379 StringSource xx(decrypted, false, new HexEncoder(new FileSink(std::cout)));
381 std::cout << "\n"; member in class:std
387 std::cout << "unexpected test name\n"; member in class:std
448 std::cout << "incorrectly encrypted: "; member in class:std
449 StringSource xx(encrypted, false, new HexEncoder(new FileSink(std::cout)));
451 std::cout << "\\n"; member in class:std
456 std::cout << "incorrectly decrypted: "; member in class:std
459 std::cout << "\\n"; member in class:std
465 std::cout << "bad MAC size\\n"; member in class:std
470 std::cout << "MAC incorrectly verified\\n"; member in class:std
476 std::cout << "unexpected test name\\n"; member in class:std
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source/gsoap/samples/factorytest/
H A Dfactorytest.cpp170 cout << "Connecting to factory " << factory << endl;
178 cout << "Adder=" << adder.get() << endl;
179 cout << "Counter=" << counter2.get() << endl; // counter2 is an alias for counter1 so this prints the value of counter1
180 cout << "Sleep for 90 seconds to test factory server purging objects:" << endl;
184 cout << "Counter=" << counter2.get() << endl;
187 cout << "Counter=" << counter2.get() << endl;
190 cout << "Counter=" << counter2.get() << endl;
192 cout << "Adder is no longer available:" << endl;
194 cout << "Adder status = " << adder.status << endl;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source_build_platform/gsoap/samples/factorytest/
H A Dfactorytest.cpp170 cout << "Connecting to factory " << factory << endl;
178 cout << "Adder=" << adder.get() << endl;
179 cout << "Counter=" << counter2.get() << endl; // counter2 is an alias for counter1 so this prints the value of counter1
180 cout << "Sleep for 90 seconds to test factory server purging objects:" << endl;
184 cout << "Counter=" << counter2.get() << endl;
187 cout << "Counter=" << counter2.get() << endl;
190 cout << "Counter=" << counter2.get() << endl;
192 cout << "Adder is no longer available:" << endl;
194 cout << "Adder status = " << adder.status << endl;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/examples_cxx/
H A DAccessExample.cpp31 using std::cout;
121 cout << "input> ";
122 cout.flush();
139 cout << "Key " << buf << " already exists.\n";
142 cout << "\n";
159 cout << key_string << " : " << data_string << "\n";
H A DEnvExample.cpp21 using std::cout;
64 cout << "Setup env\n";
67 cout << "Teardown env\n";
H A DBtRecExample.cpp21 using std::cout;
106 cout << progname << ": database contains "
130 cout << "recno #> ";
131 cout.flush();
177 cout << "retrieved recno: " << (u_long)recno << "\n";
191 cout << msg << (char *)key->get_data()
H A DSequenceExample.cpp30 using std::cout;
122 cout << "Got sequence number (" <<
H A DMpoolExample.cpp21 using std::cout;
87 cout << progname
96 cout << "MpoolExample: completed\n";
184 cout << "retrieve " << hits << " random pages... ";
209 cout << "successful.\n";
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/test/scr015/
H A DTestKeyRange.cpp106 cout << "input>";
107 cout.flush();
128 cout << "Key " << buf << " already exists.\n";
130 cout << "\n";
159 cout << key_string << " : " << data_string << "\n";
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/tests/
H A Dtest.cpp35 using std::cout;
71 cout << "Test program for wxWidgets\n"
141 runner.setOutputter(new CompilerOutputter(&runner.result(), cout));
175 cout << " ";
176 cout << " " << name.substr(i + 1) << "\n";
190 cout << " ";
191 cout << " " << test->getName() << "\n";
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/test/scr025/
H A DTestMulti.cpp45 std::cout << "Error: key/data mismatch. " << actualKey << "!=" << actualData << std::endl;
55 std::cout << "Error: dbc->get: " << db_strerror(err) << std::endl;
59 std::cout << "Error: key count mismatch. " << numberOfKeysRead << "!=" << numberOfKeysToWrite << std::endl;
65 std::cout << "Error: key " << n << " was written to the database, but not read back." << std::endl;
117 std::cout << "Error: key/data mismatch. " << numberOfKeysRead << "!=" << actualData << std::endl;
123 std::cout << "Error: dbc->get: " << db_strerror(err) << std::endl;
127 std::cout << "Error: key count mismatch. " << numberOfKeysRead << "!=" << numberOfKeysToWrite << std::endl;
175 std::cout << "Error: recno/data mismatch. " << recno << "!=" << actualData << "+1" << std::endl;
181 std::cout << "Error: dbc->get: " << db_strerror(err) << std::endl;
185 std::cout << "Erro
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/examples_cxx/getting_started/
H A DgettingStartedCommon.hpp104 std::cout << "\nName: " << name_ << std::endl;
105 std::cout << " SKU: " << sku_ << std::endl;
106 std::cout << " Price: " << price_ << std::endl;
107 std::cout << " Quantity: " << quantity_ << std::endl;
108 std::cout << " Category: " << category_ << std::endl;
109 std::cout << " Vendor: " << vendor_ << std::endl;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source/gsoap/samples/dom/
H A Ddom2calc.cpp70 std::cout << "** Request message: " << std::endl << envelope << std::endl;
88 std::cout << "** Response message:" << std::endl << response << std::endl;
91 std::cout << std::endl << "Result = " << *(_result*)(*walker).node << std::endl;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source_build_platform/gsoap/samples/dom/
H A Ddom2calc.cpp70 std::cout << "** Request message: " << std::endl << envelope << std::endl;
88 std::cout << "** Response message:" << std::endl << response << std::endl;
91 std::cout << std::endl << "Result = " << *(_result*)(*walker).node << std::endl;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Ddb.cpp815 cout << wxT("VARCHAR DATA TYPE: ") << typeInfVarchar.TypeName << endl;
816 cout << wxT("INTEGER DATA TYPE: ") << typeInfInteger.TypeName << endl;
817 cout << wxT("FLOAT DATA TYPE: ") << typeInfFloat.TypeName << endl;
818 cout << wxT("DATE DATA TYPE: ") << typeInfDate.TypeName << endl;
819 cout << wxT("BLOB DATA TYPE: ") << typeInfBlob.TypeName << endl;
820 cout << wxT("MEMO DATA TYPE: ") << typeInfMemo.TypeName << endl;
821 cout << endl;
850 cout << wxT("SQLSetConnectOption(CURSOR_LIB) successful") << endl;
852 cout << wxT("SQLSetConnectOption(CURSOR_LIB) failed") << endl;
900 cout << wx
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/netkit-ftp-0.18-pre1/ftp/
H A Dmain.c73 extern FILE *cout;
241 if (cout != NULL) {
242 shutdown(fileno(cout), 1+1);
243 fclose(cout);
244 cout = NULL;
255 if (cout != NULL) {
256 shutdown(fileno(cout), 1+1);
257 fclose(cout);
258 cout = NULL;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/zlib-1.2.8/contrib/iostream2/
H A Dzstream_test.cpp17 cout << x << endl << y << endl << z << endl;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/utils/fileview/
H A DFileView.cpp62 cout << "DebugLog: " << str << "\n";
81 cout << wxString::Format(wxT("MuleFileView version %u.%u.%u\nCopyright (c) 2008-2011 aMule Team\n"), VERSION_MAJOR, VERSION_MINOR, VERSION_MICRO);
122 cout << endl;
124 cout << "Decoding file: " << *it << endl;

Completed in 335 milliseconds

12345