HomeSort by relevance Sort by last modified time
    Searched refs:cout (Results 126 - 150 of 191) sorted by null

1 2 3 4 56 7 8

  /ndk/tests/device/test-stlport/unit/
hash_test.cpp 216 if (collection.size() == h.size()) cout << " OK" << endl;
219 cout << " FAILED: " << endl;
225 cout << endl << "Key : " << mIter->first << endl;
229 cout << " data in hash: ";
236 cout << endl << " data in map: ";
239 cout << mIter->second << ", " ; // print all data for that key in Map
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/rc_binomial_heap_/
rc.hpp 249 std::cout << "rc" << std::endl;
252 std::cout << std::endl;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/pb_ds/detail/rc_binomial_heap_/
rc.hpp 249 std::cout << "rc" << std::endl;
252 std::cout << std::endl;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ext/pb_ds/detail/rc_binomial_heap_/
rc.hpp 249 std::cout << "rc" << std::endl;
252 std::cout << std::endl;
  /prebuilts/ndk/5/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/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++/include/ext/pb_ds/detail/rc_binomial_heap_/
rc.hpp 249 std::cout << "rc" << std::endl;
252 std::cout << std::endl;
  /external/openfst/src/include/fst/
compat.h 48 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/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/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; }
1034 std::cout << "\/\/"; member in class:std
1041 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/openfst/src/include/fst/extensions/far/
stlist.h 61 filename.empty() ? &std::cout :
95 if (stream_ != &std::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);
  /build/tools/signapk/
SignApk.java 329 CountOutputStream cout = new CountOutputStream(out); local
330 sf.write(cout);
336 if ((cout.size() % 1024) == 0) {
337 cout.write('\r');
338 cout.write('\n');
  /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/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;

Completed in 545 milliseconds

1 2 3 4 56 7 8