OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:cout
(Results
51 - 66
of
66
) sorted by null
1
2
3
/external/icu4c/test/intltest/
tufmtts.cpp
50
std::
cout
<< "locale: " << locales[locIndex] << "\n";
59
std::
cout
<< "time unit: " << j << "\n";
64
std::
cout
<< "number: " << tests[i] << "\n";
76
std::
cout
<< "format result: " << formatResult << "\n";
278
std::
cout
<< "Failed to get TimeUnitAmount for " << tunits[unitIndex] << "\n";
287
std::
cout
<< "Failed to get TimeUnitFormat for " << locales[locIndex] << "\n";
300
std::
cout
<< "Failed to format" << "\n";
member in class:std
311
std::
cout
<< "Formatted string : " << tmp << " expected : " << tmp1 << "\n";
/external/srec/tools/grxmlcompile/
vocab.cpp
44
std::
cout
<< "Error: " << ESR_rc2str(rc) <<std::endl;
88
std::
cout
<< "DEBUG: " << phrase <<" to be looked up" << std::endl;
92
// std::
cout
<<"ERORORORORROOR!" <<std::endl;
93
std::
cout
<<"ERROR: " << ESR_rc2str(rc) << std::endl;
96
std::
cout
<<"OUTPUT: " << prons << " num " << len << std::endl;
104
std::
cout
<< "DEBUG: used " << len_used << " now " << LSTRLEN(pron) << std::endl;
109
std::
cout
<< "DEBUG: " << phrase << " " << pron << std::endl;
146
std::
cout
<< "Pron #" << ii << ": " << s << std::endl;
157
std::
cout
<< " Pron #" << ii << ": " << s << std::endl;
158
std::
cout
<< " Model IDs: "
member in class:std
[
all
...]
grxmldoc.cpp
37
#define FATAL_ERROR(x,y) { std::
cout
<< (x) << std::endl; exit ((y)); }
38
#define WARNING(x) std::
cout
<< (x) << std::endl;
42
#define DEBUG_PRINT(x) std::
cout
<< (x) << std::endl;
44
//#define PRINT_EXPRESSION(x) std::
cout
<< (x) << std::endl;
55
std::
cout
<< "ERROR: Empty string of type " << t <<std::endl; \
501
std::
cout
<< "/--" << cdata << "--/\n";
523
std::
cout
<< " -->" << word << "<--\n";
678
std::
cout
<< s; // debug
761
for(int i=0;i<level;i++) std::
cout
<< " ";
member in class:std
788
std::
cout
<< "Error: not sure what to do here" << std::endl
804
std::
cout
<< " ";
member in class:std
805
std::
cout
<< " ";
member in class:std
[
all
...]
/external/chromium/testing/gmock/src/
gmock-spec-builders.cc
526
// "using ::std::
cout
;" doesn't work with Symbian's STLport, where
cout
is
540
std::
cout
<< "\n";
member in class:__anon5701::MockObjectRegistry::std
542
std::
cout
<< internal::FormatFileLocation(state.first_used_file,
544
std::
cout
<< " ERROR: this mock object";
member in class:__anon5701::MockObjectRegistry::std
546
std::
cout
<< " (used in test " << state.first_used_test_case << "."
549
std::
cout
<< " should be deleted but never is. Its address is @"
554
std::
cout
<< "\nERROR: " << leaked_count
557
std::
cout
.flush();
/external/eigen/demos/opengl/
quaternion_demo.cpp
637
std::
cout
<< "Navigation:\n";
member in class:std
638
std::
cout
<< " left button: rotate around the target\n";
member in class:std
639
std::
cout
<< " middle button: zoom\n";
member in class:std
640
std::
cout
<< " left button + ctrl quake rotate (rotate around camera position)\n";
member in class:std
641
std::
cout
<< " middle button + ctrl walk (progress along camera's z direction)\n";
member in class:std
642
std::
cout
<< " left button: pan (translate in the XY camera's plane)\n\n";
member in class:std
643
std::
cout
<< "R : move the camera to initial position\n";
member in class:std
644
std::
cout
<< "A : start/stop animation\n";
member in class:std
645
std::
cout
<< "C : clear the animation\n";
member in class:std
646
std::
cout
<< "G : add a key frame\n"
member in class:std
[
all
...]
/external/srec/tools/thirdparty/OpenFst/fst/lib/
compat.h
154
std::
cout
<< ", default = ";
member in class:FlagRegister::std
155
std::
cout
<< (default_value ? "true" : "false");
158
std::
cout
<< ", default = ";
member in class:FlagRegister::std
159
std::
cout
<< "\"" << default_value << "\"";
162
std::
cout
<< ", default = ";
member in class:FlagRegister::std
163
std::
cout
<< default_value;
172
std::
cout
<< " --" << name
175
std::
cout
<< "\n " << desc.doc_string << "\n";
/external/chromium_org/media/cast/test/
end2end_unittest.cc
482
std::
cout
<< "Progress ";
member in class:media::cast::std
528
std::
cout
<< " " << i << std::flush;
531
std::
cout
<< std::endl;
749
std::
cout
<< "Progress ";
member in class:media::cast::std
766
std::
cout
<< " " << i << std::flush;
769
std::
cout
<< std::endl;
[
all
...]
/external/chromium_org/third_party/libjingle/source/talk/examples/pcp/
pcp_main.cc
331
std::
cout
<< "orphaned message: " << msg.message_id;
356
std::
cout
<< "connecting..." << std::endl;
359
std::
cout
<< "logging in..." << std::endl;
362
std::
cout
<< "logged in..." << std::endl;
366
std::
cout
<< "logged out..." << std::endl;
374
std::
cout
<< "IncomingTunnel from " << jid.Str()
430
std::
cout
<< "Tunnel closed normally" << std::endl;
432
std::
cout
<< "Tunnel closed with error: " << error << std::endl;
438
std::
cout
<< "Tunnel connected" << std::endl;
460
std::
cout
<< "Tunnel closed unexpectedly on write" << std::endl
624
std::
cout
<< "Password: ";
member in class:std
[
all
...]
/external/chromium_org/third_party/icu/source/i18n/
tmutfmt.cpp
222
std::
cout
<< "number: " << number << "; format plural count: " << result << "\n";
249
std::
cout
<< "parse source: " << res << "\n";
264
std::
cout
<< "parse plural count: " << res << "\n";
280
std::
cout
<< "parsed.getType: " << parsed.getType() << "\n";
297
std::
cout
<< "parse plural select count: " << res << "\n";
668
std::
cout
<< "loop into searchInLocaleChain since Short-Long-Alternative \n";
member in class:std
[
all
...]
/external/icu4c/i18n/
tmutfmt.cpp
225
std::
cout
<< "number: " << number << "; format plural count: " << result << "\n";
252
std::
cout
<< "parse source: " << res << "\n";
267
std::
cout
<< "parse plural count: " << res << "\n";
284
std::
cout
<< "parsed.getType: " << parsed.getType() << "\n";
301
std::
cout
<< "parse plural select count: " << res << "\n";
689
std::
cout
<< "loop into searchInLocaleChain since Short-Long-Alternative \n";
member in class:std
[
all
...]
/build/tools/signapk/
SignApk.java
390
CountOutputStream
cout
= new CountOutputStream(out);
local
391
sf.write(
cout
);
397
if ((
cout
.size() % 1024) == 0) {
398
cout
.write('\r');
399
cout
.write('\n');
/external/chromium_org/v8/tools/gcmole/
gcmole.cc
188
std::
cout
<< i->first << "\n";
194
std::
cout
<< "\t" << *j << "\n";
386
std::
cout
<< "{";
member in class:__anon18048::Environment::std
392
if (comma) std::
cout
<< ", ";
member in class:__anon18048::Environment::std
393
std::
cout
<< i->first;
397
std::
cout
<< "}";
member in class:__anon18048::Environment::std
[
all
...]
/external/v8/tools/gcmole/
gcmole.cc
188
std::
cout
<< i->first << "\n";
194
std::
cout
<< "\t" << *j << "\n";
386
std::
cout
<< "{";
member in class:__anon29728::Environment::std
392
if (comma) std::
cout
<< ", ";
member in class:__anon29728::Environment::std
393
std::
cout
<< i->first;
397
std::
cout
<< "}";
member in class:__anon29728::Environment::std
[
all
...]
/cts/suite/cts/deviceTests/browserbench/assets/octane/
gbemu.js
94
function
cout
(message, colorIndex) {
function
[
all
...]
/prebuilts/gradle-plugin/com/android/tools/build/builder/0.5.7/
builder-0.5.7.jar
/prebuilts/devtools/tools/lib/
sdklib.jar
Completed in 447 milliseconds
1
2
3