/external/eigen/doc/snippets/ |
TopicAliasing_block_correct.cpp | 3 cout << "Here is the matrix mat:\n" << mat << endl; variable 7 cout << "After the assignment, mat = \n" << mat << endl; variable
|
tut_matrix_assignment_resizing.cpp | 2 std::cout << "a is of size " << a.rows() << "x" << a.cols() << std::endl; member in class:std 5 std::cout << "a is now of size " << a.rows() << "x" << a.cols() << std::endl; member in class:std
|
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/lzma/CPP/7zip/UI/Console/ |
MainAr.cpp | 63 (*g_StdStream) << endl << kUserBreak;
68 (*g_StdStream) << kException_CmdLine_Error_Message << e << endl;
80 (*g_StdStream) << endl << kUserBreak;
83 (*g_StdStream) << endl << endl << "System error:" << endl <<
84 NError::MyFormatMessage(systemError.ErrorCode) << endl;
89 (*g_StdStream) << kInternalExceptionMessage << exitCode << endl;
95 (*g_StdStream) << endl << multipleErrors.NumErrors << " errors" << endl;
[all...] |
/external/opencv3/samples/cpp/ |
starter_video.cpp | 27 cout << "The program captures frames from a video file, image sequence (01.jpg, 02.jpg ... 10.jpg) or camera connected to your computer." << endl 28 << "Usage:\n" << av[0] << " <video file, image sequence or device number>" << endl 29 << "q,Q,esc -- quit" << endl 30 << "space -- save frame" << endl << endl 31 << "\tTo capture from a camera pass the device number. To find the device number, try ls /dev/video*" << endl 32 << "\texample: " << av[0] << " 0" << endl 33 << "\tYou may also pass a video file instead of a device number" << endl 34 << "\texample: " << av[0] << " video.avi" << endl 35 << "\tYou can also pass the path to an image sequence and OpenCV will treat the sequence just like a video." << endl 36 << "\\texample: " << av[0] << " right%%02d.jpg" << endl; local 43 cout << "press space to save a picture. q or esc to quit" << endl; local 63 cout << "Saved " << filename << endl; local 84 cerr << "Failed to open the video device, video file or image sequence!\\n" << endl; local [all...] |
cloning_demo.cpp | 37 cout << endl; local 38 cout << "Cloning Module" << endl; local 39 cout << "---------------" << endl; local 40 cout << "Options: " << endl; local 41 cout << endl; local 42 cout << "1) Normal Cloning " << endl; local 43 cout << "2) Mixed Cloning " << endl; local 44 cout << "3) Monochrome Transfer " << endl; local 45 cout << "4) Local Color Change " << endl; local 46 cout << "5) Local Illumination Change " << endl; local 47 cout << "6) Texture Flattening " << endl; local 48 cout << endl; local 52 cout << endl; local 67 cout << "Could not load source image " << original_path1 << endl; local 72 cout << "Could not load destination image " << original_path2 << endl; local 77 cout << "Could not load mask image " << original_path3 << endl; local 104 cout << "Could not load source image " << original_path1 << endl; local 109 cout << "Could not load destination image " << original_path2 << endl; local 114 cout << "Could not load mask image " << original_path3 << endl; local 141 cout << "Could not load source image " << original_path1 << endl; local 146 cout << "Could not load destination image " << original_path2 << endl; local 151 cout << "Could not load mask image " << original_path3 << endl; local 176 cout << "Could not load source image " << original_path1 << endl; local 181 cout << "Could not load mask image " << original_path2 << endl; local 203 cout << "Could not load source image " << original_path1 << endl; local 208 cout << "Could not load mask image " << original_path2 << endl; local 230 cout << "Could not load source image " << original_path1 << endl; local 235 cout << "Could not load mask image " << original_path2 << endl; local [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
|
/hardware/bsp/intel/peripheral/libupm/examples/c++/ |
zfm20-register.cxx | 43 cerr << "Failed to setup tty port parameters" << endl; local 63 cout << "Password verified." << endl; local 67 cerr << "Password verification failed." << endl; local 71 cout << endl; local 76 cout << "Place a finger on the sensor." << endl; local 81 cout << "Image captured, converting..." << endl; local 85 cerr << "Image conversion failed with error code " << int(rv) <<endl; 89 cout << "Image conversion succeeded, remove finger." << endl; local 95 cout << endl; local 96 cout << "Now place the same finger on the sensor." << endl; local 101 cout << "Image captured, converting..." << endl; local 110 cout << "Image conversion succeeded, remove finger." << endl; local 111 cout << endl; local 113 cout << "Storing fingerprint at id 1" << endl; local 119 cerr << "Fingerprints did not match." << endl; local 133 cout << endl; local 134 cout << "Fingerprint stored at id 1." << endl; local [all...] |
/external/opencv3/samples/cpp/tutorial_code/photo/seamless_cloning/ |
cloning_demo.cpp | 36 cout << endl; local 37 cout << "Cloning Module" << endl; local 38 cout << "---------------" << endl; local 39 cout << "Options: " << endl; local 40 cout << endl; local 41 cout << "1) Normal Cloning " << endl; local 42 cout << "2) Mixed Cloning " << endl; local 43 cout << "3) Monochrome Transfer " << endl; local 44 cout << "4) Local Color Change " << endl; local 45 cout << "5) Local Illumination Change " << endl; local 46 cout << "6) Texture Flattening " << endl; local 47 cout << endl; local 51 cout << endl; local 66 cout << "Could not load source image " << original_path1 << endl; local 71 cout << "Could not load destination image " << original_path2 << endl; local 76 cout << "Could not load mask image " << original_path3 << endl; local 103 cout << "Could not load source image " << original_path1 << endl; local 108 cout << "Could not load destination image " << original_path2 << endl; local 113 cout << "Could not load mask image " << original_path3 << endl; local 140 cout << "Could not load source image " << original_path1 << endl; local 145 cout << "Could not load destination image " << original_path2 << endl; local 150 cout << "Could not load mask image " << original_path3 << endl; local 175 cout << "Could not load source image " << original_path1 << endl; local 180 cout << "Could not load mask image " << original_path2 << endl; local 202 cout << "Could not load source image " << original_path1 << endl; local 207 cout << "Could not load mask image " << original_path2 << endl; local 229 cout << "Could not load source image " << original_path1 << endl; local 234 cout << "Could not load mask image " << original_path2 << endl; local [all...] |
/external/opencv3/apps/traincascade/ |
traincascade.cpp | 29 cout << "Usage: " << argv[0] << endl; local 30 cout << " -data <cascade_dir_name>" << endl; local 31 cout << " -vec <vec_file_name>" << endl; local 32 cout << " -bg <background_file_name>" << endl; local 33 cout << " [-numPos <number_of_positive_samples = " << numPos << ">]" << endl; local 34 cout << " [-numNeg <number_of_negative_samples = " << numNeg << ">]" << endl; local 35 cout << " [-numStages <number_of_stages = " << numStages << ">]" << endl; local 36 cout << " [-precalcValBufSize <precalculated_vals_buffer_size_in_Mb = " << precalcValBufSize << ">]" << endl; local 37 cout << " [-precalcIdxBufSize <precalculated_idxs_buffer_size_in_Mb = " << precalcIdxBufSize << ">]" << endl; local 38 cout << " [-baseFormatSave]" << endl; local 39 cout << " [-numThreads <max_number_of_threads = " << numThreads << ">]" << endl; local 40 cout << " [-acceptanceRatioBreakValue <value> = " << acceptanceRatioBreakValue << ">]" << endl; local [all...] |
/external/ImageMagick/Magick++/demo/ |
demo.cpp | 43 cout << "Read images ..." << endl; local 57 cout << "Creating thumbnails..." << endl; local 73 cout << " add noise ..." << endl; local 78 cout << " add noise (blue) ..." << endl; local 83 cout << " annotate ..." << endl; local 94 cout << " blur ..." << endl; local 100 cout << " blur red channel ..." << endl; local 106 cout << " border ..." << endl; local 113 cout << " channel ..." << endl; local 119 cout << " charcoal ..." << endl; local 125 cout << " composite ..." << endl; local 131 cout << " contrast ..." << endl; local 137 cout << " convolve ..." << endl; local 147 cout << " crop ..." << endl; local 153 cout << " despeckle ..." << endl; local 159 cout << " draw ..." << endl; local 168 cout << " edge ..." << endl; local 174 cout << " emboss ..." << endl; local 180 cout << " equalize ..." << endl; local 186 cout << " explode ..." << endl; local 193 cout << " flip ..." << endl; local 199 cout << " flop ..." << endl; local 205 cout << " frame ..." << endl; local 211 cout << " gamma ..." << endl; local 217 cout << " gaussian blur ..." << endl; local 223 cout << " gaussian blur channel ..." << endl; local 229 cout << " gradient ..." << endl; local 236 cout << " grayscale ..." << endl; local 243 cout << " implode ..." << endl; local 249 cout << " level ..." << endl; local 255 cout << " level red channel ..." << endl; local 261 cout << " median filter ..." << endl; local 267 cout << " modulate ..." << endl; local 273 cout << " monochrome ..." << endl; local 282 cout << " motion blur ..." << endl; local 288 cout << " negate ..." << endl; local 294 cout << " normalize ..." << endl; local 300 cout << " oil paint ..." << endl; local 306 cout << " ordered dither 2x2 ..." << endl; local 312 cout << " ordered dither 3x3..." << endl; local 318 cout << " ordered dither 4x4..." << endl; local 324 cout << " ordered dither red 4x4..." << endl; local 330 cout << " plasma ..." << endl; local 337 cout << " quantize ..." << endl; local 343 cout << " quantum operator ..." << endl; local 349 cout << " raise ..." << endl; local 355 cout << " reduce noise ..." << endl; local 361 cout << " resize ..." << endl; local 367 cout << " roll ..." << endl; local 373 cout << " rotate ..." << endl; local 380 cout << " scale ..." << endl; local 386 cout << " segment ..." << endl; local 392 cout << " shade ..." << endl; local 398 cout << " sharpen ..." << endl; local 404 cout << " shave ..." << endl; local 410 cout << " shear ..." << endl; local 417 cout << " spread ..." << endl; local 423 cout << " solarize ..." << endl; local 429 cout << " swirl ..." << endl; local 436 cout << " threshold ..." << endl; local 442 cout << " threshold random ..." << endl; local 449 cout << " unsharp mask ..." << endl; local 456 cout << " wave ..." << endl; local 467 cout << "Montage images..." << endl; local 490 cout << "Adding logo image ..." << endl; local 503 cout << "Writing image \\"demo_out.miff\\" ..." << endl; local [all...] |
/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/libcxxabi/test/ |
test_fallback_malloc.pass.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/valgrind/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...] |