Home
last modified time | relevance | path

Searched refs:cout (Results 1 – 17 of 17) 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/tests/device/issue22165-typeinfo/jni/
Dmain.cpp10 std::cout << "call throw_an_exception()" << std::endl; in main()
15 std::cout << "my_exception caught!" << std::endl; in main()
17 std::cout << "ERROR: exception caught!" << std::endl; in main()
21 std::cout << "finished" << std::endl; in main()
Dmyexception.h14 std::cout << "yep! i am in constructor" << std::endl; in my_exception()
19 std::cout << "yep! i am in desctuctor" << std::endl; in ~my_exception()
Dthrowable.cpp8 std::cout << "throw_an_exception()" << std::endl; in throw_an_exception()
/ndk/tests/device/test-stlport-copy_vector_into_a_set/jni/
Dcopy_vector_into_a_set.cpp53cout << "************************************************ vector value " << value->signon_realm.c_… in main()
55 cout<<"******************************************** set size "<< set1.size() << std::endl; in main()
58 cout << "************************************************ set value " << value << std::endl; in main()
59cout << "************************************************ set value " << value->signon_realm.c_str… in main()
/ndk/tests/device/test-gnustl-copy_vector_into_a_set/jni/
Dcopy_vector_into_a_set.cpp53cout << "************************************************ vector value " << value->signon_realm <<… in main()
55 cout<<"******************************************** set size "<< set1.size() << std::endl; in main()
58 cout << "************************************************ set value " << value << std::endl; in main()
59cout << "************************************************ set value " << value->signon_realm << st… 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-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/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/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.sh498 cout << "Hello World!" << endl;