OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cout
(Results
576 - 600
of
687
) sorted by null
<<
21
22
23
24
25
26
27
28
/external/clang/test/SemaTemplate/
dependent-names.cpp
143
extern ostream
cout
;
206
std::
cout
<< value << "\n"; // expected-error {{neither visible in the template definition nor found by argument-dependent lookup}}
225
print(std::
cout
, value); // expected-error 4{{neither visible in the template definition nor found by argument-dependent lookup}}
/external/icu4c/test/perf/DateFmtPerf/
DateFmtPerf.h
397
cout
<< "Failed Stdio: failed to sscanf" << endl;
406
cout
<< "Failed Stdio: sscanf got wrong result, expected " << NUM_NUM << " got " << result << endl;
410
cout
<< "Failed Stdio: sprintf got wrong result, expected " << NUM_STRING << " got " << str << endl;
473
//
cout
<< "Success!" << endl;
/external/icu4c/tools/tzcode/
icuzdump.cpp
415
cout
<< endl;
417
cout
<< "ZONE: " << id << endl;
418
dumper.dump(
cout
);
/external/ceres-solver/internal/ceres/
c_api.cc
187
std::
cout
<< summary.FullReport() << "\n";
/external/chromium_org/media/cdm/ppapi/
cdm_logging.cc
124
// Use std::
cout
explicitly for the line break. This limits the use of this
125
// class only to the definition of DLOG() (which also uses std::
cout
).
132
std::
cout
<< std::endl;
/external/chromium_org/third_party/icu/source/test/intltest/
dtifmtts.cpp
32
//#define PRINTMESG(msg) { std::
cout
<< "(" << __FILE__ << ":" << __LINE__ << ") " << msg << "\n"; }
33
#define PRINTMESG(msg) { std::
cout
<< msg; }
983
std::
cout
<< "\/\/";
member in class:std
990
std::
cout
<< "\\n\\n";
member in class:std
[
all
...]
/external/chromium_org/tools/android/md5sum/
md5sum.cc
89
std::
cout
<< digest << " "
/external/openfst/src/test/
algo_test.cc
152
cout
<< "PASS" << endl;
/external/chromium/sdch/open-vcdiff/src/
blockhash_test.cc
95
std::
cout
<< "Comparing blocks that differ at byte " << n << std::endl;
367
std::
cout
<< "BlockHash::BlockCompareWords: "
369
std::
cout
<< "BlockHash::BlockContentsMatch: "
377
std::
cout
<< "BlockContentsMatch is " << percent_change << "%"
380
std::
cout
<< "BlockContentsMatch is " << (-percent_change) << "%"
516
std::
cout
<< "Comparing "
524
std::
cout
<< "Comparing "
[
all
...]
/external/chromium_org/sdch/open-vcdiff/src/
blockhash_test.cc
95
std::
cout
<< "Comparing blocks that differ at byte " << n << std::endl;
367
std::
cout
<< "BlockHash::BlockCompareWords: "
369
std::
cout
<< "BlockHash::BlockContentsMatch: "
377
std::
cout
<< "BlockContentsMatch is " << percent_change << "%"
380
std::
cout
<< "BlockContentsMatch is " << (-percent_change) << "%"
516
std::
cout
<< "Comparing "
524
std::
cout
<< "Comparing "
[
all
...]
/external/eigen/bench/
eig33.cpp
183
std::
cout
<< "Eigen: " << t.best() << "s\n";
188
std::
cout
<< "Direct: " << t.best() << "s\n\n";
/external/eigen/demos/mandelbrot/
mandelbrot.cpp
21
std::
cout
<< "reallocate buffer" << std::endl;
147
std::
cout
<< threadcount << " threads, "
/external/open-vcdiff/src/
blockhash_test.cc
95
std::
cout
<< "Comparing blocks that differ at byte " << n << std::endl;
367
std::
cout
<< "BlockHash::BlockCompareWords: "
369
std::
cout
<< "BlockHash::BlockContentsMatch: "
377
std::
cout
<< "BlockContentsMatch is " << percent_change << "%"
380
std::
cout
<< "BlockContentsMatch is " << (-percent_change) << "%"
516
std::
cout
<< "Comparing "
524
std::
cout
<< "Comparing "
[
all
...]
/external/openfst/src/include/fst/extensions/far/
stlist.h
62
filename.empty() ? &
cout
:
96
if (stream_ != &
cout
)
/external/protobuf/src/google/protobuf/compiler/javamicro/
javamicro_file.cc
121
cout
<< "INFO: " << file_->name() << ":" << endl;
122
cout
<< "Javamicro generator has changed to align with java generator. "
/external/protobuf/src/google/protobuf/compiler/javanano/
javanano_file.cc
123
cout
<< "INFO: " << file_->name() << ":" << endl;
124
cout
<< "Javanano generator has changed to align with java generator. "
/external/srec/tools/grxmlcompile/
hashmap.cpp
149
cout
<< "======= '" << m_Name <<"' =======" << std::endl;
151
cout
<< pos->first <<" : " << pos->second << std::endl;
/external/stlport/test/eh/
main.cpp
158
std::streambuf* old_cout_buf =
cout
.rdbuf(file.rdbuf());
400
cout
.rdbuf(old_cout_buf);
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/include/
gmp.h
[
all
...]
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/include/
gmp.h
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/include/
gmp.h
[
all
...]
/external/chromium_org/tools/gn/
functions.cc
479
std::
cout
<< " ";
member in class:functions::std
480
std::
cout
<< args[i].ToString(false);
482
std::
cout
<< std::endl;
/external/opencv/cv/src/
_cvkdtree.hpp
286
std::
cout
<< " ";
289
std::
cout
<< "node " << i << ", left " << nodes[i].left << ", right " <<
295
std::
cout
<< "leaf " << i << ", value = " << nodes[i].value << std::endl;
/external/ceres-solver/examples/
denoising.cc
159
std::
cout
<< summary.FullReport() << "\n";
simple_bundle_adjuster.cc
216
std::
cout
<< summary.FullReport() << "\n";
Completed in 1463 milliseconds
<<
21
22
23
24
25
26
27
28