Home
last modified time | relevance | path

Searched refs:cout (Results 1 – 12 of 12) sorted by relevance

/ndk/tests/device/test-gnustl-2/jni/
Dhello.cpp7 std::cout << "Hello "; in main()
8 std::cout << 1.0; in main()
9 std::cout << now; in main()
10 std::cout << " World" << std::endl; in main()
/ndk/sources/cxx-stl/stlport/src/
Diostream.cpp38 # define cout _STLP_cout macro
71 _STLP_DECLSPEC ostream cout(0); variable
101 _STLP_DECLSPEC _Stl_aligned_buffer<ostream> cout;
106 _Stl_aligned_buffer<ostream> cout;
225 ostream* ptr_cout = new(&cout) ostream(cout_buf.get()); cout_buf.release(); in _S_initialize()
251 ostream* ptr_cout = &cout; in _S_uninitialize()
341 delete (&cout)->rdbuf(cout_buf.release()); in sync_with_stdio()
/ndk/sources/cxx-stl/stlport/stlport/using/h/
Diostream.h8 #if !defined(cout)
9 using _STLP_OLD_IO_NAMESPACE::cout;
/ndk/sources/cxx-stl/stlport/stlport/
Diostream52 # define cout _STLP_cout
61 // program; the same applies to cout and wcout, and cerr/clog and
67 extern _STLP_DECLSPEC ofstream cout;
71 extern _STLP_DECLSPEC ostream cout;
Diostream.h37 using _STLP_STD::cout;
/ndk/tests/device/test-stlport/unit/
Dhash_test.cpp216 if (collection.size() == h.size()) cout << " OK" << endl; in check_keys()
219 cout << " FAILED: " << endl; in check_keys()
225 cout << endl << "Key : " << mIter->first << endl; in check_keys()
229 cout << " data in hash: "; in check_keys()
236 cout << endl << " data in map: "; in check_keys()
239 cout << mIter->second << ", " ; // print all data for that key in Map in check_keys()
Diostream_test.cpp85 CPPUNIT_CHECK( cout.rdbuf()->in_avail() == -1 ); in in_avail()
/ndk/tests/device/test-gnustl-full/unit/
Dhash_test.cpp216 if (collection.size() == h.size()) cout << " OK" << endl; in check_keys()
219 cout << " FAILED: " << endl; in check_keys()
225 cout << endl << "Key : " << mIter->first << endl; in check_keys()
229 cout << " data in hash: "; in check_keys()
236 cout << endl << " data in map: "; in check_keys()
239 cout << mIter->second << ", " ; // print all data for that key in Map in check_keys()
Diostream_test.cpp85 CPPUNIT_CHECK( cout.rdbuf()->in_avail() == -1 ); in in_avail()
/ndk/tests/build/prebuild-stlport/jni/
Dbuild_stlport.cpp20 std::cout << "Hello Stlport!" << std::endl; in main()
/ndk/sources/cxx-stl/stlport/stlport/using/
Diostream5 using _STLP_VENDOR_STD::cout;
/ndk/build/core/
Dndk-common.sh457 cout << "Hello World!" << endl;