Home
last modified time | relevance | path

Searched refs:endl (Results 1 – 25 of 59) sorted by relevance

123

/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/test/
Dtest_fallback_malloc.cpp73 std::cout << "Constant exhaustion tests" << std::endl; in exhaustion_test1()
77 std::cout << "Allocated " << ptrs.size () << " 32 byte chunks" << std::endl; in exhaustion_test1()
82 std::cout << "----" << std::endl; in exhaustion_test1()
86 std::cout << "Allocated " << ptrs.size () << " 32 byte chunks" << std::endl; in exhaustion_test1()
90 std::cout << "----" << std::endl; in exhaustion_test1()
94 std::cout << "Allocated " << ptrs.size () << " 32 byte chunks" << std::endl; in exhaustion_test1()
104 std::cout << "Growing exhaustion tests" << std::endl; in exhaustion_test2()
108 …:cout << "Allocated " << ptrs.size () << " { 32, 48, 72, 108, 162 ... } byte chunks" << std::endl; in exhaustion_test2()
113 std::cout << "----" << std::endl; in exhaustion_test2()
118 …:cout << "Allocated " << ptrs.size () << " { 32, 48, 72, 108, 162 ... } byte chunks" << std::endl; in exhaustion_test2()
[all …]
Dtest_exception_storage.cpp30 std::cerr << "Got null result from __cxa_get_globals" << std::endl; in thread_code()
36 std::cerr << "Got different globals!" << std::endl; in thread_code()
57 std::cout << "}" << std::dec << std::endl; in print_sizes()
75 std::cerr << "Thread #" << i << " had a zero global" << std::endl; in main()
83 std::cerr << "Duplicate thread globals (" << i-1 << " and " << i << ")" << std::endl; in main()
Dtest_vector1.cpp125 std::cerr << "Mismatched Constructor/Destructor calls (1)" << std::endl; in test_counted()
126 std::cerr << " Expected 30, got " << gCounter << std::endl; in test_counted()
140 std::cerr << "Mismatched Constructor/Destructor calls (2)" << std::endl; in test_counted()
141 std::cerr << " Expected 0, got " << gCounter << std::endl; in test_counted()
174 std::cerr << "Mismatched Constructor/Destructor calls (1C)" << std::endl; in test_exception_in_constructor()
176 gDestructorCounter << " destructors" << std::endl; in test_exception_in_constructor()
196 std::cerr << "Mismatched Constructor/Destructor calls (2C)" << std::endl; in test_exception_in_constructor()
198 gDestructorCounter << " destructors" << std::endl; in test_exception_in_constructor()
232 std::cerr << "Unexpected Constructor/Destructor calls (1D)" << std::endl; in test_exception_in_destructor()
234 gDestructorCounter << ")" << std::endl; in test_exception_in_destructor()
[all …]
Dtest_aux_runtime.cpp54 std::cerr << "TypeID test failed!" << std::endl; in main()
59 std::cerr << "Bad cast test failed!" << std::endl; in main()
/ndk/tests/device/issue35933-lambda/jni/
Dissue35933-lambda.cpp8 std::cout << "Adding " << n << std::endl; in add()
14 std::cout << message << ": " << total << std::endl; in display()
20 std::clog << "in Call" << std::endl; in Call()
26 std::clog << "in test_lambda" << std::endl; in test_lambda()
29 std::clog << "in lambda" << std::endl; in test_lambda()
38 std::clog << "start" << std::endl; in main()
40 std::clog << "after first call" << std::endl; in main()
42 std::clog << "after second call" << std::endl; in main()
44 std::clog << "after third call" << std::endl; in main()
/ndk/tests/device/issue39680-chrono-resolution/jni/
Dissue39680-chrono-resolution.cpp50 << " milliseconds" << endl; in printClockData()
55 cout << fixed << double(P::num)/P::den << " seconds" << endl; in printClockData()
58 cout << "- is_steady: " << boolalpha << C::is_steady << endl; in printClockData()
65 std::cout << "system_clock: " << std::endl; in main()
67 std::cout << "\nhigh_resolution_clock: " << std::endl; in main()
69 std::cout << "\nsteady_clock: " << 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.cpp53 …*************************************** vector value " << value->signon_realm.c_str() << std::endl; in main()
55 cout<<"******************************************** set size "<< set1.size() << std::endl; in main()
58 cout << "************************************************ set value " << value << std::endl; in main()
59 …****************************************** set value " << value->signon_realm.c_str() << std::endl; in main()
/ndk/tests/device/test-gnustl-copy_vector_into_a_set/jni/
Dcopy_vector_into_a_set.cpp53 …*********************************************** vector value " << value->signon_realm << std::endl; in main()
55 cout<<"******************************************** set size "<< set1.size() << std::endl; in main()
58 cout << "************************************************ set value " << value << std::endl; in main()
59 … "************************************************ set value " << value->signon_realm << std::endl; in main()
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/
Dprogress.hpp55 << std::endl; in ~progress_timer()
97 << std::endl // endl implies flush, which ensures display in restart()
136 m_os << std::endl; in display_tic()
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/impl/
Dcompiler_log_formatter.ipp85 << BOOST_VERSION % 100 << std::endl;
93 output << "Entering test " << tu.p_type_name << " \"" << tu.p_name << "\"" << std::endl;
111 output << std::endl;
119 output << "Test " << tu.p_type_name << " \"" << tu.p_name << "\"" << "is skipped" << std::endl;
142 output << std::endl;
193 output << std::endl;
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/
Dfallback_malloc.ipp130 … std::cout << "Freeing item at " << offset_from_node ( cp ) << " of size " << cp->len << std::endl;
140 << offset_from_node ( after ( cp )) << std::endl;
144 std::cout << " Appending onto chunk at " << offset_from_node ( p ) << std::endl;
151 std::cout << " Appending free chunk at " << offset_from_node ( p ) << std::endl;
165 std::cout << " Making new free list entry " << offset_from_node ( cp ) << std::endl;
181 << "\tsize: " << p->len << " Next: " << p->next_node << std::endl;
184 std::cout << "Total Free space: " << total_free << std::endl;
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/output.streams/ostream.manip/
Dendl.pass.cpp67 endl(os); in main()
75 endl(os); in main()
/ndk/tests/device/test-stlport/unit/
Dswap_test.cpp124 cerr << "false type" << endl; in swap_container_spec()
126 cerr << "true type" << endl; in swap_container_spec()
128 cerr << "unknown type" << endl; in swap_container_spec()
/ndk/tests/device/test-gnustl-full/unit/
Dswap_test.cpp124 cerr << "false type" << endl; in swap_container_spec()
126 cerr << "true type" << endl; in swap_container_spec()
128 cerr << "unknown type" << endl; in swap_container_spec()
/ndk/tests/build/c++-stl-source-extensions/jni/
Dmain.C4 std::cout << "Hello World!" << std::endl; in main()
Dmain.c++4 std::cout << "Hello World!" << std::endl; in main()
Dmain.CPP4 std::cout << "Hello World!" << std::endl; in main()
Dmain.cc4 std::cout << "Hello World!" << std::endl; in main()
Dmain.cxx4 std::cout << "Hello World!" << std::endl; in main()
Dmain.cpp4 std::cout << "Hello World!" << std::endl; in main()
/ndk/tests/build/prebuild-stlport/jni/
Dbuild_stlport.cpp20 std::cout << "Hello Stlport!" << std::endl; in main()
/ndk/tests/device/test-libc++-static/jni/
Dtest_1.cc40 std::cout << "Hello World" << std::endl; in main()

123