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

1 2 3 4 56 7 8 91011

  /external/icu4c/tools/tzcode/
icuzdump.cpp 415 cout << endl;
417 cout << "ZONE: " << id << endl;
418 dumper.dump(cout);
  /external/astl/include/
iomanip 42 // This allows something like that : cout << setprecision(10);
ostream 68 * expression like "std::cout << std::endl"). See iomanip header.
ios_base.h 82 * The only mode supported for the standards streams (cout, cerr, cin)
212 // (cout, cerr,...) declared in iostream. These wrap the standard
  /external/clang/www/demo/
DemoInfo.html 20 you use stdio (e.g., printf) than iostreams (e.g., std::cout).</li>
  /external/skia/emoji/
GmojiMaker.cpp 57 std::cout << "\n"; member in class:std
  /external/stlport/test/unit/
slist_test.cpp 76 // cout << "reversed: ";
84 //cout << "removed: ";
94 //cout << "uniqued: ";
103 //cout << "sorted: ";
unordered_test.cpp 452 cout << "Hash container dump: Nb elems: " << hum.size() << ", Nb buckets: " << hum.bucket_count() << "\n";
456 cout << "B" << b << ": ";
459 cout << " - ";
461 cout << *lit;
463 cout << "\n";
466 cout << endl;
mvctor_test.cpp 30 //cout << "vector<vector<int>>";
48 //cout << "vector<vector<int>>::erase";
63 //cout << "vector<string>";
80 //cout << "vector<string>::erase";
95 //cout << "swap(vector<int>, vector<int>)";
map_test.cpp 56 // cout << "m['x'] = " << m['x'] << endl;
61 //cout << "m['z'] = " << m['z'] << endl; // Note default value is added.
63 //cout << "m.count('z') = " << m.count('z') << endl;
  /ndk/tests/device/test-gnustl-full/unit/
slist_test.cpp 76 // cout << "reversed: ";
84 //cout << "removed: ";
94 //cout << "uniqued: ";
103 //cout << "sorted: ";
unordered_test.cpp 452 cout << "Hash container dump: Nb elems: " << hum.size() << ", Nb buckets: " << hum.bucket_count() << "\n";
456 cout << "B" << b << ": ";
459 cout << " - ";
461 cout << *lit;
463 cout << "\n";
466 cout << endl;
mvctor_test.cpp 30 //cout << "vector<vector<int>>";
48 //cout << "vector<vector<int>>::erase";
63 //cout << "vector<string>";
80 //cout << "vector<string>::erase";
95 //cout << "swap(vector<int>, vector<int>)";
map_test.cpp 56 // cout << "m['x'] = " << m['x'] << endl;
61 //cout << "m['z'] = " << m['z'] << endl; // Note default value is added.
63 //cout << "m.count('z') = " << m.count('z') << endl;
  /ndk/tests/device/test-stlport/unit/
slist_test.cpp 76 // cout << "reversed: ";
84 //cout << "removed: ";
94 //cout << "uniqued: ";
103 //cout << "sorted: ";
unordered_test.cpp 452 cout << "Hash container dump: Nb elems: " << hum.size() << ", Nb buckets: " << hum.bucket_count() << "\n";
456 cout << "B" << b << ": ";
459 cout << " - ";
461 cout << *lit;
463 cout << "\n";
466 cout << endl;
mvctor_test.cpp 30 //cout << "vector<vector<int>>";
48 //cout << "vector<vector<int>>::erase";
63 //cout << "vector<string>";
80 //cout << "vector<string>::erase";
95 //cout << "swap(vector<int>, vector<int>)";
map_test.cpp 56 // cout << "m['x'] = " << m['x'] << endl;
61 //cout << "m['z'] = " << m['z'] << endl; // Note default value is added.
63 //cout << "m.count('z') = " << m.count('z') << endl;
  /external/chromium/base/
bind_helpers.h 19 // void func() { cout << "Foo:f" << endl;
33 // void foo(int arg) { cout << arg << endl }
  /external/stlport/stlport/stl/config/
_evc.h 80 * Redirect cout, cerr and clog:
81 * If defined redirect cout, cerr and clog to
  /ndk/sources/cxx-stl/stlport/stlport/stl/config/
_evc.h 80 * Redirect cout, cerr and clog:
81 * If defined redirect cout, cerr and clog to
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/stl/config/
_evc.h 80 * Redirect cout, cerr and clog:
81 * If defined redirect cout, cerr and clog to
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/stl/config/
_evc.h 80 * Redirect cout, cerr and clog:
81 * If defined redirect cout, cerr and clog to
  /external/icu4c/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/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 1948 milliseconds

1 2 3 4 56 7 8 91011