HomeSort by relevance Sort by last modified time
    Searched refs:cout (Results 501 - 525 of 586) sorted by null

<<21222324

  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/rc_binomial_heap_/
rc.hpp 249 std::cout << "rc" << std::endl;
252 std::cout << std::endl;
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/rc_binomial_heap_/
rc.hpp 249 std::cout << "rc" << std::endl;
252 std::cout << std::endl;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/pb_ds/detail/rc_binomial_heap_/
rc.hpp 249 std::cout << "rc" << std::endl;
252 std::cout << std::endl;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/detail/rc_binomial_heap_/
rc.hpp 249 std::cout << "rc" << std::endl;
252 std::cout << std::endl;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/detail/rc_binomial_heap_/
rc.hpp 231 std::cout << "rc" << std::endl;
234 std::cout << std::endl;
  /external/openfst/src/include/fst/
compat.h 45 using std::cout;
  /external/protobuf/gtest/test/
gtest_stress_test.cc 80 ::std::cout << "Thread #" << id << " running...\n";
  /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/eigen/bench/
benchVecAdd.cpp 43 std::cout << timer.value() << "s " << (double(size2*REPEAT)/timer.value())/(1024.*1024.*1024.) << " GFlops\n";
60 std::cout << innersize << " x " << outersize << " " << timer.value() << "s " << (double(size2*REPEAT)/timer.value())/(1024.*1024.*1024.) << " GFlops\n";
74 std::cout << timer.value() << "s " << (double(size2*REPEAT)/timer.value())/(1024.*1024.*1024.) << " GFlops\n";
eig33.cpp 183 std::cout << "Eigen: " << t.best() << "s\n";
188 std::cout << "Direct: " << t.best() << "s\n\n";
  /external/eigen/unsupported/test/
polynomialsolver.cpp 174 cout << "Standard cases" << endl;
178 cout << "Hard cases" << endl;
184 cout << "Test sugar" << endl;
  /external/oprofile/libpp/
xml_utils.cpp 257 cout << xml_header << endl;
258 cout << open_element(PROFILE, true);
259 cout << init_attr(SCHEMA_VERSION, schema_version);
261 cout << cpu_info;
262 cout << init_attr(TITLE, "opreport " + command_options);
263 cout << close_element(NONE, true);
265 cout << open_element(OPTIONS, true) << xml_options.str();
266 cout << close_element();
268 cout << open_element(SETUP) << events;
269 cout << close_element(SETUP) << endl
    [all...]
  /external/chromium/third_party/libjingle/source/talk/examples/call/
call_main.cc 293 std::cout << "JID: "; member in class:std
306 std::cout << "Password: "; member in class:std
309 std::cout << std::endl;
  /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/icu4c/test/intltest/
dtifmtts.cpp 33 //#define PRINTMESG(msg) { std::cout << "(" << __FILE__ << ":" << __LINE__ << ") " << msg << "\n"; }
34 #define PRINTMESG(msg) { std::cout << msg; }
1050 std::cout << "\/\/"; member in class:std
1057 std::cout << "\\n\\n"; member in class:std
    [all...]
  /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/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/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);
  /hardware/libhardware/tests/camera2/
CameraBurstTests.cpp 41 #define dout std::cout
43 #define dout if (0) std::cout
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/include/
gmp.h     [all...]

Completed in 1246 milliseconds

<<21222324