Home
last modified time | relevance | path

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

123

/ndk/sources/third_party/googletest/googletest/test/
Dgtest_env_var_test_.cc43 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/
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 …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 …]
Dtest_demangle.cpp29624 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 …]
Dtest_exception_storage.cpp54 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/
Dissue39680-chrono-resolution.cpp43 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/
Dcout.pass.cpp19 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()
Dcin.pass.cpp20 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/
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()
/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/llvm-libc++/test/
Dtest_1.cc39 std::cout.imbue(std::locale("C")); in main()
40 std::cout << "Hello World" << std::endl; in main()
/ndk/tests/device/test-libc++-static/jni/
Dtest_1.cc39 std::cout.imbue(std::locale("C")); in main()
40 std::cout << "Hello World" << std::endl; in main()
/ndk/tests/device/test-libc++/jni/
Dtest_1.cc39 std::cout.imbue(std::locale("C")); in main()
40 std::cout << "Hello World" << std::endl; in main()
/ndk/tests/device/test-libc++-shared/jni/
Dtest_1.cc39 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/
Diostream.h8 #if !defined(cout)
9 using _STLP_OLD_IO_NAMESPACE::cout;
/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()
/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/llvm-libc++/libcxx/src/
Diostream.cpp26 _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/
Dfallback_malloc.ipp130 … 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/
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;
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
Diostream25 extern ostream cout;
50 extern _LIBCPP_FUNC_VIS ostream cout;
/ndk/tests/build/prebuild-stlport/jni/
Dbuild_stlport.cpp20 std::cout << "Hello Stlport!" << std::endl; in main()
/ndk/tests/build/c++-stl-source-extensions/jni/
Dmain.C4 std::cout << "Hello World!" << std::endl; in main()

123