/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/test/ |
D | test_fallback_malloc.cpp | 73 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 …]
|
D | test_exception_storage.cpp | 30 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()
|
D | test_vector1.cpp | 125 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 …]
|
D | test_aux_runtime.cpp | 54 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/ |
D | issue35933-lambda.cpp | 8 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/ |
D | issue39680-chrono-resolution.cpp | 50 << " 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/ |
D | main.cpp | 10 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()
|
D | myexception.h | 14 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()
|
D | throwable.cpp | 8 std::cout << "throw_an_exception()" << std::endl; in throw_an_exception()
|
/ndk/tests/device/test-stlport-copy_vector_into_a_set/jni/ |
D | copy_vector_into_a_set.cpp | 53 …*************************************** 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/ |
D | copy_vector_into_a_set.cpp | 53 …*********************************************** 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/ |
D | progress.hpp | 55 << 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/ |
D | compiler_log_formatter.ipp | 85 << 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/ |
D | fallback_malloc.ipp | 130 … 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/ |
D | endl.pass.cpp | 67 endl(os); in main() 75 endl(os); in main()
|
/ndk/tests/device/test-stlport/unit/ |
D | swap_test.cpp | 124 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/ |
D | swap_test.cpp | 124 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/ |
D | main.C | 4 std::cout << "Hello World!" << std::endl; in main()
|
D | main.c++ | 4 std::cout << "Hello World!" << std::endl; in main()
|
D | main.CPP | 4 std::cout << "Hello World!" << std::endl; in main()
|
D | main.cc | 4 std::cout << "Hello World!" << std::endl; in main()
|
D | main.cxx | 4 std::cout << "Hello World!" << std::endl; in main()
|
D | main.cpp | 4 std::cout << "Hello World!" << std::endl; in main()
|
/ndk/tests/build/prebuild-stlport/jni/ |
D | build_stlport.cpp | 20 std::cout << "Hello Stlport!" << std::endl; in main()
|
/ndk/tests/device/test-libc++-static/jni/ |
D | test_1.cc | 40 std::cout << "Hello World" << std::endl; in main()
|