OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cout
(Results
526 - 550
of
586
) sorted by null
<<
21
22
23
24
/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/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/docs/
helloworld.tex
55
std::
cout
<< summary.BriefReport() << "\n";
56
std::
cout
<< "x : 5.0 -> " << x << "\n";
/external/ceres-solver/examples/
denoising.cc
153
std::
cout
<< summary.FullReport() << "\n";
simple_bundle_adjuster.cc
208
std::
cout
<< summary.FullReport() << "\n";
bundle_adjuster.cc
322
std::
cout
<< summary.FullReport() << "\n";
/external/chromium/testing/gtest/test/
gtest_repeat_test.cc
68
::std::
cout
<< "Value of: " #actual "\n"\
/external/eigen/test/eigen2/
eigen2_regression.cpp
76
std::
cout
<< ei_abs(error) << " xxx " << ei_abs(tolerance) << std::endl;
/external/gtest/test/
gtest_repeat_test.cc
68
::std::
cout
<< "Value of: " #actual "\n"\
/external/libvpx/libvpx/third_party/googletest/src/test/
gtest_repeat_test.cc
68
::std::
cout
<< "Value of: " #actual "\n"\
/external/marisa-trie/tools/
marisa-build.cc
103
trie.write(std::
cout
);
/external/marisa-trie/v0_1_5/tools/
marisa_alpha-build.cc
103
trie.write(std::
cout
);
/external/oprofile/pp/
opannotate.cpp
389
cout
<< str << '\n';
509
output_info(
cout
);
637
do_output_one_file(
cout
, in, filename, true);
737
output_info(
cout
);
/external/protobuf/gtest/test/
gtest_repeat_test.cc
68
::std::
cout
<< "Value of: " #actual "\n"\
/external/protobuf/src/google/protobuf/
lite_unittest.cc
110
cout
<< "PASS" << endl;
/external/icu4c/common/
unistr.cpp
46
cout
<< name << ":|";
50
cout
<< "[0x" << hex << s[i] << "]";
52
cout
<< (char) s[i];
54
cout
<< '|' << endl;
63
cout
<< name << ":|";
67
cout
<< "[0x" << hex << s[i] << "]";
69
cout
<< (char) s[i];
71
cout
<< '|' << endl;
[
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
...]
/external/icu4c/tools/tzcode/
tz2icu.cpp
[
all
...]
/build/tools/signapk/
SignApk.java
330
CountOutputStream
cout
= new CountOutputStream(out);
local
331
sf.write(
cout
);
337
if ((
cout
.size() % 1024) == 0) {
338
cout
.write('\r');
339
cout
.write('\n');
/external/v8/tools/gcmole/
gcmole.cc
188
std::
cout
<< i->first << "\n";
194
std::
cout
<< "\t" << *j << "\n";
386
std::
cout
<< "{";
member in class:__anon15960::Environment::std
392
if (comma) std::
cout
<< ", ";
member in class:__anon15960::Environment::std
393
std::
cout
<< i->first;
397
std::
cout
<< "}";
member in class:__anon15960::Environment::std
[
all
...]
/external/eigen/test/
sparse_solver.h
214
std::
cout
<< " ==== SOLVING WITH MATRIX " << it.matname() << " ==== \n";
288
std::
cout
<< " ==== SOLVING WITH MATRIX " << it.matname() << " ==== \n";
/external/openfst/src/include/fst/
util.h
317
ostream *strm = &
cout
;
334
if (strm != &
cout
)
/external/srec/tools/grxmlcompile/
fst-io.h
156
ostream *ostrm = &std::
cout
;
198
if (ostrm != &std::
cout
)
/external/eigen/bench/
BenchSparseUtil.h
44
// std::
cout
<< "alloc " << nnzPerCol*cols << "\n";
108
std::
cout
<< "cs_entry error\n";
member in class:std
Completed in 968 milliseconds
<<
21
22
23
24