/external/lzma/CPP/7zip/UI/Console/ |
MainAr.cpp | 62 (*g_StdStream) << endl << kUserBreak;
67 (*g_StdStream) << kExceptionErrorMessage << e << endl;
79 (*g_StdStream) << endl << kUserBreak;
84 (*g_StdStream) << endl << endl << "System error:" << endl << message << endl;
89 (*g_StdStream) << kInternalExceptionMessage << exitCode << endl;
95 (*g_StdStream) << endl << multipleErrors.NumErrors << " errors" << endl;
[all...] |
/external/eigen/doc/examples/ |
tut_arithmetic_add_sub.cpp | 14 std::cout << "a + b =\n" << a + b << std::endl; member in class:std 15 std::cout << "a - b =\n" << a - b << std::endl; 16 std::cout << "Doing a += b;" << std::endl; member in class:std 18 std::cout << "Now a =\n" << a << std::endl; member in class:std 21 std::cout << "-v + w - v =\n" << -v + w - v << std::endl;
|
class_CwiseUnaryOp.cpp | 17 cout << m1 << endl << "becomes: " << endl << m1.unaryExpr(CwiseClampOp<double>(-0.5,0.5)) << endl;
|
class_FixedBlock.cpp | 23 cout << topLeft2x2Corner(4*m) << endl; // calls the const version 25 cout << "Now the matrix m is:" << endl << m << endl; local
|
class_FixedVectorBlock.cpp | 23 cout << firstTwo(4*v) << endl; // calls the const version 25 cout << "Now the vector v is:" << endl << v << endl; local
|
tut_matrix_resize_fixed_size.cpp | 11 << m.rows() << "x" << m.cols() << std::endl; member in class:std
|
/external/eigen/unsupported/doc/examples/ |
PolynomialSolver1.cpp | 13 cout << "Roots: " << roots.transpose() << endl; 18 cout << "Complex roots: " << psolve.roots().transpose() << endl; 23 cout << "Real roots: " << mapRR.transpose() << endl; 25 cout << endl; local 26 cout << "Illustration of the convergence problem with the QR algorithm: " << endl; local 27 cout << "---------------------------------------------------------------" << endl; local 31 cout << "Hard case polynomial defined by floats: " << hardCase_polynomial.transpose() << endl; 33 cout << "Complex roots: " << psolvef.roots().transpose() << endl; 36 cout << "Norms of the evaluations of the polynomial at the roots: " << evals.transpose() << endl << endl; local 38 cout << "Using double's almost always solves the problem for small degrees: " << endl; local 39 cout << "-------------------------------------------------------------------" << endl; local 47 cout << "Norms of the evaluations of the polynomial at the roots: " << evals.transpose() << endl << endl; local [all...] |
/external/eigen/doc/snippets/ |
Cwise_product.cpp | 3 cout << "a:\n" << a << "\nb:\n" << b << "\nc:\n" << c << endl; variable
|
Map_general_stride.cpp | 5 << endl;
|
Map_inner_stride.cpp | 5 << endl;
|
MatrixBase_cwiseProduct.cpp | 3 cout << "a:\n" << a << "\nb:\n" << b << "\nc:\n" << c << endl; variable
|
MatrixBase_noalias.cpp | 3 cout << c << endl; variable
|
MatrixBase_select.cpp | 6 cout << m << endl; variable
|
Tutorial_AdvancedInitialization_Block.cpp | 5 std::cout << matB << std::endl; member in class:std
|
/external/libcxxabi/test/ |
test_fallback_malloc.cpp | 73 std::cout << "Constant exhaustion tests" << std::endl; member in class:std 77 std::cout << "Allocated " << ptrs.size () << " 32 byte chunks" << std::endl; member in class:std 82 std::cout << "----" << std::endl; member in class:std 86 std::cout << "Allocated " << ptrs.size () << " 32 byte chunks" << std::endl; member in class:std 90 std::cout << "----" << std::endl; member in class:std 94 std::cout << "Allocated " << ptrs.size () << " 32 byte chunks" << std::endl; member in class:std 104 std::cout << "Growing exhaustion tests" << std::endl; member in class:std 108 std::cout << "Allocated " << ptrs.size () << " { 32, 48, 72, 108, 162 ... } byte chunks" << std::endl; member in class:std 113 std::cout << "----" << std::endl; member in class:std 118 std::cout << "Allocated " << ptrs.size () << " { 32, 48, 72, 108, 162 ... } byte chunks" << std::endl; member in class:std 122 std::cout << "----" << std::endl; member in class:std 126 std::cout << "Allocated " << ptrs.size () << " { 32, 48, 72, 108, 162 ... } byte chunks" << std::endl; member in class:std 138 std::cout << "Complete exhaustion tests" << std::endl; member in class:std 142 std::cout << "Allocated " << ptrs.size () << " chunks" << std::endl; member in class:std 147 std::cout << "----" << std::endl; member in class:std 152 std::cout << "Allocated " << ptrs.size () << " chunks" << std::endl; member in class:std 156 std::cout << "----" << std::endl; member in class:std 160 std::cout << "Allocated " << ptrs.size () << " chunks" << std::endl; member in class:std 172 std::cout << "fallback_malloc ( 1024 ) --> " << (unsigned long ) p << std::endl; member in class:std 176 std::cout << "fallback_malloc ( 32 ) --> " << (unsigned long) (p - heap) << std::endl; member in class:std 178 std::cout << "### p is not a fallback pointer!!" << std::endl; member in class:std 184 std::cout << std::endl; member in class:std 185 exhaustion_test1 (); std::cout << std::endl; member in class:std 186 exhaustion_test2 (); std::cout << std::endl; member in class:std 187 exhaustion_test3 (); std::cout << std::endl; member in class:std [all...] |
/external/lldb/test/api/multithreaded/ |
inferior.cpp | 8 cout << "incrementing " << i << endl; local
|
/external/stlport/stlport/using/ |
ostream | 8 using _STLP_NEW_IO_NAMESPACE::endl;
|
/external/valgrind/main/drd/tests/ |
sem_wait.cpp | 26 std::cerr << "Wait would have blocked" << std::endl; member in class:std 28 std::cerr << "Wait succeeded" << std::endl; member in class:std 36 std::cerr << e.func << " failed: " << strerror(e.eno) << std::endl; 38 std::cerr << "Unknown exception" << std::endl;
|
/hardware/libhardware/tests/camera2/ |
TestSettings.cpp | 90 std::cerr << "Unknown argument: " << arg << std::endl; member in class:android::camera2::tests::std 109 std::cerr << "Unknown long option: " << option_index << std::endl; member in class:android::camera2::tests::std 117 std::cerr << "Unknown option: " << optarg << std::endl; member in class:android::camera2::tests::std 122 std::cerr << std::endl; member in class:android::camera2::tests::std 132 << (mForkingDisabled ? "yes" : "no") << std::endl; member in class:android::camera2::tests::std 134 std::cerr << "Device ID: " << mDeviceId << std::endl; member in class:android::camera2::tests::std 141 std::cerr << "Usage: " << mArgv[0] << " [OPTIONS]" << std::endl; member in class:android::camera2::tests::std 142 std::cerr << std::endl; member in class:android::camera2::tests::std 145 << std::endl; member in class:android::camera2::tests::std 147 << std::endl 151 << std::endl; member in class:android::camera2::tests::std 155 << std::endl; member in class:android::camera2::tests::std 158 << std::endl; member in class:android::camera2::tests::std 161 std::cerr << std::endl; member in class:android::camera2::tests::std [all...] |
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/test/ |
test_fallback_malloc.cpp | 73 std::cout << "Constant exhaustion tests" << std::endl; member in class:std 77 std::cout << "Allocated " << ptrs.size () << " 32 byte chunks" << std::endl; member in class:std 82 std::cout << "----" << std::endl; member in class:std 86 std::cout << "Allocated " << ptrs.size () << " 32 byte chunks" << std::endl; member in class:std 90 std::cout << "----" << std::endl; member in class:std 94 std::cout << "Allocated " << ptrs.size () << " 32 byte chunks" << std::endl; member in class:std 104 std::cout << "Growing exhaustion tests" << std::endl; member in class:std 108 std::cout << "Allocated " << ptrs.size () << " { 32, 48, 72, 108, 162 ... } byte chunks" << std::endl; member in class:std 113 std::cout << "----" << std::endl; member in class:std 118 std::cout << "Allocated " << ptrs.size () << " { 32, 48, 72, 108, 162 ... } byte chunks" << std::endl; member in class:std 122 std::cout << "----" << std::endl; member in class:std 126 std::cout << "Allocated " << ptrs.size () << " { 32, 48, 72, 108, 162 ... } byte chunks" << std::endl; member in class:std 138 std::cout << "Complete exhaustion tests" << std::endl; member in class:std 142 std::cout << "Allocated " << ptrs.size () << " chunks" << std::endl; member in class:std 147 std::cout << "----" << std::endl; member in class:std 152 std::cout << "Allocated " << ptrs.size () << " chunks" << std::endl; member in class:std 156 std::cout << "----" << std::endl; member in class:std 160 std::cout << "Allocated " << ptrs.size () << " chunks" << std::endl; member in class:std 172 std::cout << "fallback_malloc ( 1024 ) --> " << (unsigned long ) p << std::endl; member in class:std 176 std::cout << "fallback_malloc ( 32 ) --> " << (unsigned long) (p - heap) << std::endl; member in class:std 178 std::cout << "### p is not a fallback pointer!!" << std::endl; member in class:std 184 std::cout << std::endl; member in class:std 185 exhaustion_test1 (); std::cout << std::endl; member in class:std 186 exhaustion_test2 (); std::cout << std::endl; member in class:std 187 exhaustion_test3 (); std::cout << std::endl; member in class:std [all...] |
/ndk/sources/cxx-stl/stlport/stlport/using/ |
ostream | 8 using _STLP_NEW_IO_NAMESPACE::endl;
|
/ndk/tests/device/test-gnustl-2/jni/ |
hello.cpp | 10 std::cout << " World" << std::endl; member in class:std
|
/prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/using/ |
ostream | 8 using _STLP_NEW_IO_NAMESPACE::endl;
|
/prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/using/ |
ostream | 8 using _STLP_NEW_IO_NAMESPACE::endl;
|
/prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/using/ |
ostream | 8 using _STLP_NEW_IO_NAMESPACE::endl;
|