/ndk/sources/third_party/googletest/googletest/test/ |
D | gtest_env_var_test_.cc | 43 using ::std::cout; 55 cout << GTEST_FLAG(break_on_failure); in PrintFlag() 60 cout << GTEST_FLAG(catch_exceptions); in PrintFlag() 65 cout << GTEST_FLAG(color); in PrintFlag() 70 cout << GTEST_FLAG(death_test_style); in PrintFlag() 75 cout << GTEST_FLAG(death_test_use_fork); in PrintFlag() 80 cout << GTEST_FLAG(filter); in PrintFlag() 85 cout << GTEST_FLAG(output); in PrintFlag() 90 cout << GTEST_FLAG(print_time); in PrintFlag() 95 cout << GTEST_FLAG(repeat); in PrintFlag() [all …]
|
/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 …std::cout << "Allocated " << ptrs.size () << " { 32, 48, 72, 108, 162 ... } byte chunks" << std::… in exhaustion_test2() 113 std::cout << "----" << std::endl; in exhaustion_test2() 118 …std::cout << "Allocated " << ptrs.size () << " { 32, 48, 72, 108, 162 ... } byte chunks" << std::… in exhaustion_test2() [all …]
|
D | test_demangle.cpp | 29624 std::cout << cases[i][0] << " -> " << cases[i][1] << '\n'; in test() 29627 std::cout << "Got instead: " << demang << '\n'; in test() 29632 std::cout << "Got instead: NULL, " << status << '\n'; in test() 29654 …std::cout << invalid_cases[i] << " should be invalid but is not\n" << " got status = " << status <… in test2() 29673 std::cout << sec(t1-t0).count() << " seconds for test\n"; in main() 29674 std::cout << N / sec(t1-t0).count() / 1000000. << " million symbols per second\n"; in main() 29689 std::cout << "Invalid arguments\n"; in main() 29692 std::cout << "Invalid mangled name\n"; in main() 29695 std::cout << "memory allocation failure\n"; in main() 29698 std::cout << "len = " << len << '\n'; in main() [all …]
|
D | test_exception_storage.cpp | 54 std::cout << "{ " << std::hex; in print_sizes() 56 std::cout << *iter << " "; in print_sizes() 57 std::cout << "}" << std::dec << std::endl; in print_sizes()
|
/ndk/tests/device/issue39680-chrono-resolution/jni/ |
D | issue39680-chrono-resolution.cpp | 43 cout << "- precision: "; in printClockData() 49 cout << fixed << double(TT::num)/TT::den 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/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.objects/narrow.stream.objects/ |
D | cout.pass.cpp | 19 std::cout << "Hello World!\n"; in main() 21 std::cout << "Enter a number: "; in main() 23 std::cout << "The number is : " << i << '\n'; in main() 25 (void)std::cout; in main()
|
D | cin.pass.cpp | 20 std::cout << "Hello World!\n"; in main() 22 std::cout << "Enter a number: "; in main() 24 std::cout << "The number is : " << i << '\n'; in main() 26 assert(std::cin.tie() == &std::cout); in main()
|
/ndk/tests/device/test-gnustl-2/jni/ |
D | hello.cpp | 7 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/ |
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()
|
/ndk/tests/device/test-stlport-copy_vector_into_a_set/jni/ |
D | copy_vector_into_a_set.cpp | 53 …cout << "************************************************ 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() 59 …cout << "************************************************ set value " << value->signon_realm.c_str… in main()
|
/ndk/tests/device/test-gnustl-copy_vector_into_a_set/jni/ |
D | copy_vector_into_a_set.cpp | 53 …cout << "************************************************ 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() 59 …cout << "************************************************ set value " << value->signon_realm << st… in main()
|
/ndk/sources/cxx-stl/llvm-libc++/test/ |
D | test_1.cc | 39 std::cout.imbue(std::locale("C")); in main() 40 std::cout << "Hello World" << std::endl; in main()
|
/ndk/tests/device/test-libc++-static/jni/ |
D | test_1.cc | 39 std::cout.imbue(std::locale("C")); in main() 40 std::cout << "Hello World" << std::endl; in main()
|
/ndk/tests/device/test-libc++/jni/ |
D | test_1.cc | 39 std::cout.imbue(std::locale("C")); in main() 40 std::cout << "Hello World" << std::endl; in main()
|
/ndk/tests/device/test-libc++-shared/jni/ |
D | test_1.cc | 39 std::cout.imbue(std::locale("C")); in main() 40 std::cout << "Hello World" << std::endl; in main()
|
/ndk/sources/cxx-stl/stlport/stlport/using/h/ |
D | iostream.h | 8 #if !defined(cout) 9 using _STLP_OLD_IO_NAMESPACE::cout;
|
/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()
|
/ndk/sources/cxx-stl/stlport/src/ |
D | iostream.cpp | 38 # 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/llvm-libc++/libcxx/src/ |
D | iostream.cpp | 26 _ALIGNAS_TYPE (ostream) _LIBCPP_FUNC_VIS char cout[sizeof(ostream)]; 39 ostream* cout_ptr = ::new(cout) ostream(::new(__cout) __stdoutbuf<char>(stdout, state_types+1)); in Init() 57 ostream* cout_ptr = reinterpret_cast<ostream*>(cout); in ~Init()
|
/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; 136 std::cout << " p, cp, after (p), after(cp) " 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; 180 std::cout << ( prev == 0 ? "" : " ") << "Offset: " << offset_from_node ( p ) 184 std::cout << "Total Free space: " << total_free << std::endl;
|
/ndk/sources/cxx-stl/stlport/stlport/ |
D | iostream | 52 # 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;
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/ |
D | iostream | 25 extern ostream cout; 50 extern _LIBCPP_FUNC_VIS ostream cout;
|
/ndk/tests/build/prebuild-stlport/jni/ |
D | build_stlport.cpp | 20 std::cout << "Hello Stlport!" << std::endl; in main()
|
/ndk/tests/build/c++-stl-source-extensions/jni/ |
D | main.C | 4 std::cout << "Hello World!" << std::endl; in main()
|