HomeSort by relevance Sort by last modified time
    Searched full:endl (Results 326 - 350 of 1375) sorted by null

<<11121314151617181920>>

  /hardware/bsp/intel/peripheral/libupm/examples/c++/
zfm20.cxx 43 cerr << "Failed to setup tty port parameters" << endl; local
55 cout << "Password verified." << endl; local
59 cerr << "Password verification failed." << endl; local
64 cout << "Total stored templates: " << fp->getNumTemplates() << endl;
65 cout << endl; local
68 cout << "Waiting for finger print..." << endl; local
74 cout << "Image captured, converting..." << endl; local
79 cerr << "Image conversion failed with error code " << int(rv) <<endl;
83 cout << "Image conversion succeeded." << endl; local
84 cout << "Searching database..." << endl; local
95 cout << "Finger Print not found" << endl; local
105 cout << "Fingerprint found!" << endl; local
    [all...]
hmtrp.cxx 43 cout << "Usage:" << endl; local
45 << endl; local
47 << endl; local
49 << endl; local
50 cout << endl; local
52 << endl; local
54 << endl; local
56 << endl; local
57 cout << endl; local
74 cerr << "Failed to setup tty port parameters" << endl; local
106 cout << "Radio configuration:" << endl; local
108 << " rxBandwidth: " << rxBandwidth << "Khz" << endl; local
116 << "CONFIG mode." << endl; local
124 cout << "Running in normal read\/write mode." << endl; local
136 cout << "Received: " << radioBuffer << endl; local
140 cerr << "Port read error." << endl; local
153 cout << "Transmitting hello world..." << endl; local
162 cout << "Exiting..." << endl; local
    [all...]
  /external/opencv3/modules/calib3d/test/
test_homography.cpp 143 cout << endl; cout << "Checking for homography matrix sizes..." << endl; cout << endl; local
145 cout << " Type of dstPoints: "; if (j % 2 == 0) cout << "Mat of CV_32FC2"; else cout << "vector <Point2f>"; cout << endl; local
146 cout << "Count of points: " << N << endl; cout << endl; local
147 cout << "Method: "; if (_method == 0) cout << 0; else if (_method == 8) cout << "RANSAC"; else if (_method == cv::RHO) cout << "RHO"; else cout << "LMEDS"; cout << endl; local
148 cout << "Homography matrix:" << endl; cout << endl; local
149 cout << H << endl; cout << endl local
150 cout << "Number of rows: " << H.rows << " Number of cols: " << H.cols << endl; cout << endl; local
155 cout << endl; cout << "Checking for accuracy of homography matrix computing..." << endl; cout << endl; local
157 cout << " Type of dstPoints: "; if (j % 2 == 0) cout << "Mat of CV_32FC2"; else cout << "vector <Point2f>"; cout << endl; local
158 cout << "Count of points: " << N << endl; cout << endl; local
159 cout << "Method: "; if (_method == 0) cout << 0; else if (_method == 8) cout << "RANSAC"; else if (_method == cv::RHO) cout << "RHO"; else cout << "LMEDS"; cout << endl; local
160 cout << "Original matrix:" << endl; cout << endl; local
161 cout << H << endl; cout << endl; local
162 cout << "Found matrix:" << endl; cout << endl; local
163 cout << H_res << endl; cout << endl; local
164 cout << "Norm type using in criteria: "; if (NORM_TYPE[k] == 1) cout << "INF"; else if (NORM_TYPE[k] == 2) cout << "L1"; else cout << "L2"; cout << endl; local
165 cout << "Difference between matrices: " << diff << endl; local
166 cout << "Maximum allowed difference: " << max_diff << endl; cout << endl; local
171 cout << endl; cout << "Checking for inliers\/outliers mask..." << endl; cout << endl; local
173 cout << " Type of dstPoints: "; if (j % 2 == 0) cout << "Mat of CV_32FC2"; else cout << "vector <Point2f>"; cout << endl; local
174 cout << "Count of points: " << N << endl; cout << endl; local
175 cout << "Method: "; if (_method == RANSAC) cout << "RANSAC" << endl; else if (_method == cv::RHO) cout << "RHO" << endl; else cout << _method << endl; local
176 cout << "Found mask:" << endl; cout << endl; local
177 cout << mask << endl; cout << endl; local
178 cout << "Number of rows: " << mask.rows << " Number of cols: " << mask.cols << endl; cout << endl; local
183 cout << endl; cout << "Checking for accuracy of reprojection error computing..." << endl; cout << endl; local
184 cout << "Method: "; if (_method == 0) cout << 0 << endl; else cout << "CV_LMEDS" << endl; local
186 cout << " Type of dstPoints: "; if (j % 2 == 0) cout << "Mat of CV_32FC2"; else cout << "vector <Point2f>"; cout << endl; local
187 cout << "Sigma of normal noise: " << sigma << endl; local
188 cout << "Count of points: " << N << endl; local
189 cout << "Number of point: " << k << endl; local
190 cout << "Norm type using in criteria: "; if (NORM_TYPE[l] == 1) cout << "INF"; else if (NORM_TYPE[l] == 2) cout << "L1"; else cout << "L2"; cout << endl; local
191 cout << "Difference with noise of point: " << diff << endl; local
192 cout << "Maxumum allowed difference: " << max_2diff << endl; cout << endl; local
197 cout << endl; cout << "Checking for accuracy of reprojection error computing..." << endl; cout << endl; local
198 cout << "Method: "; if (_method == 0) cout << 0 << endl; else cout << "CV_LMEDS" << endl; local
200 cout << " Type of dstPoints: "; if (j % 2 == 0) cout << "Mat of CV_32FC2"; else cout << "vector <Point2f>"; cout << endl; local
201 cout << "Sigma of normal noise: " << sigma << endl; local
202 cout << "Count of points: " << N << endl; local
203 cout << "Norm type using in criteria: "; if (NORM_TYPE[l] == 1) cout << "INF"; else if (NORM_TYPE[l] == 2) cout << "L1"; else cout << "L2"; cout << endl; local
204 cout << "Difference with noise of points: " << diff << endl; local
205 cout << "Maxumum allowed difference: " << max_diff << endl; cout << endl; local
210 cout << endl; cout << "Checking for inliers\/outliers mask..." << endl; cout << endl; local
211 cout << "Method: "; if (_method == RANSAC) cout << "RANSAC" << endl; else if (_method == cv::RHO) cout << "RHO" << endl; else cout << _method << endl; local
213 cout << " Type of dstPoints: "; if (j % 2 == 0) cout << "Mat of CV_32FC2"; else cout << "vector <Point2f>"; cout << endl; local
214 cout << "Count of points: " << N << " " << endl; local
215 cout << "Number of point: " << k << " " << endl; local
216 cout << "Reprojection error for this point: " << diff << " " << endl; local
217 cout << "Reprojection error threshold: " << reproj_threshold << " " << endl; local
218 cout << "Value of found mask: "<< value << endl; cout << endl; local
223 cout << endl; cout << "Checking for inliers\/outliers mask..." << endl; cout << endl; local
224 cout << "Method: "; if (_method == RANSAC) cout << "RANSAC" << endl; else if (_method == cv::RHO) cout << "RHO" << endl; else cout << _method << endl; local
226 cout << " Type of dstPoints: "; if (j % 2 == 0) cout << "Mat of CV_32FC2"; else cout << "vector <Point2f>"; cout << endl; local
227 cout << "Count of points: " << N << " " << endl; local
228 cout << "Number of point: " << k << " " << endl; local
229 cout << "Reprojection error for this point: " << diff << " " << endl; local
230 cout << "Reprojection error threshold: " << reproj_threshold << " " << endl; local
231 cout << "Value of original mask: "<< original_value << " Value of found mask: " << found_value << endl; cout << endl; local
236 cout << endl; cout << "Checking for reprojection error of inlier..." << endl; cout << endl; local
237 cout << "Method: "; if (_method == RANSAC) cout << "RANSAC" << endl; else if (_method == cv::RHO) cout << "RHO" << endl; else cout << _method << endl; local
238 cout << "Sigma of normal noise: " << sigma << endl; local
240 cout << " Type of dstPoints: "; if (j % 2 == 0) cout << "Mat of CV_32FC2"; else cout << "vector <Point2f>"; cout << endl; local
241 cout << "Count of points: " << N << " " << endl; local
242 cout << "Number of point: " << k << " " << endl; local
243 cout << "Norm type using in criteria: "; if (NORM_TYPE[l] == 1) cout << "INF"; else if (NORM_TYPE[l] == 2) cout << "L1"; else cout << "L2"; cout << endl; local
244 cout << "Difference with noise of point: " << diff << endl; local
245 cout << "Maxumum allowed difference: " << max_2diff << endl; cout << endl; local
    [all...]
  /external/opencv3/samples/cpp/tutorial_code/features2D/AKAZE_tracking/
utils.h 40 cout << name << endl; local
41 cout << "----------" << endl; local
43 cout << "Matches " << stats.matches << endl;
44 cout << "Inliers " << stats.inliers << endl;
45 cout << "Inlier ratio " << setprecision(2) << stats.ratio << endl;
46 cout << "Keypoints " << stats.keypoints << endl;
47 cout << endl; local
  /packages/apps/Test/connectivity/sl4n/rapidjson/example/messagereader/
messagereader.cpp 75 cout << "Error: " << GetParseError_En(e) << endl;;
76 cout << " at offset " << o << " near '" << string(json).substr(o, 10) << "...'" << endl;
84 cout << json1 << endl; local
88 cout << itr->first << ": " << itr->second << endl;
90 cout << endl << "Parse a JSON with invalid schema." << endl; local
92 cout << json2 << endl; local
  /external/eigen/bench/btl/data/
mean.cxx 109 cout << "<TABLE BORDER CELLPADDING=2>" << endl ; local
110 cout << " <TR>" << endl ; local
111 cout << " <TH ALIGN=CENTER> " << argv[1] << " </TH>" << endl ; local
112 cout << " <TH ALIGN=CENTER> <a href=""#mean_marker""> in cache <BR> mean perf <BR> Mflops </a></TH>" << endl ; local
113 cout << " <TH ALIGN=CENTER> in cache <BR> % best </TH>" << endl ; local
114 cout << " <TH ALIGN=CENTER> <a href=""#mean_marker""> out of cache <BR> mean perf <BR> Mflops </a></TH>" << endl ; local
115 cout << " <TH ALIGN=CENTER> out of cache <BR> % best </TH>" << endl ; local
116 cout << " <TH ALIGN=CENTER> details </TH>" << endl ; local
117 cout << " <TH ALIGN=CENTER> comments </TH>" << endl ; local
118 cout << " </TR>" << endl ; local
126 cout << " <TR>" << endl ; local
137 cout << " <\/TR>" << endl ; local
141 cout << "<\/TABLE>" << endl ; local
    [all...]
  /external/opencv3/samples/cpp/tutorial_code/HighGUI/video-write/
video-write.cpp 13 << "------------------------------------------------------------------------------" << endl
14 << "This program shows how to write video files." << endl
15 << "You can extract the R or G or B color channel of the input video." << endl
16 << "Usage:" << endl
17 << "./video-write inputvideoName [ R | G | B] [Y | N]" << endl
18 << "------------------------------------------------------------------------------" << endl
19 << endl; local
28 cout << "Not enough parameters" << endl; local
38 cout << "Could not open the input video: " << source << endl; local
60 cout << "Could not open the output video for write: " << source << endl; local
66 cout << "Input codec type: " << EXT << endl; local
93 cout << "Finished writing" << endl; local
    [all...]
  /external/opencv3/samples/gpu/
video_writer.cpp 20 std::cerr << "Usage : video_writer <input video file>" << std::endl; member in class:std
30 std::cerr << "Can't open input video file" << std::endl; member in class:std
48 std::cout << "Read " << i << " frame" << std::endl; member in class:std
54 std::cout << "Stop" << std::endl; member in class:std
60 std::cout << "Frame Size : " << frame.cols << "x" << frame.rows << std::endl;
62 std::cout << "Open CPU Writer" << std::endl; member in class:std
70 std::cout << "Open CUDA Writer" << std::endl; member in class:std
78 std::cout << "Write " << i << " frame" << std::endl; member in class:std
91 std::cout << std::endl << "Results:" << std::endl; member in class:std
109 std::cout << "OpenCV was built without CUDA Video encoding support\\n" << std::endl; member in class:std
    [all...]
  /external/ImageMagick/Magick++/tests/
appendImages.cpp 51 << appended.signature() << endl;
65 << appended.signature() << endl;
74 cout << "Caught exception: " << error_.what() << endl;
79 cout << "Caught exception: " << error_.what() << endl;
85 cout << failures << " failures" << endl; local
geometry.cpp 41 << endl; local
50 << endl; local
55 cout << "Caught exception: " << error_.what() << endl;
60 cout << "Caught exception: " << error_.what() << endl;
66 cout << failures << " failures" << endl; local
coalesceImages.cpp 45 cout << "Caught exception: " << error_.what() << endl;
50 cout << "Caught exception: " << error_.what() << endl;
56 cout << failures << " failures" << endl; local
readWriteImages.cpp 49 << " rather than 6 as expected." << endl;
68 << endl;
78 << endl;
88 << endl;
107 << endl;
119 << endl;
132 << endl;
144 << endl;
157 << endl;
162 cout << "Caught exception: " << error_.what() << endl;
173 cout << failures << " failures" << endl; local
    [all...]
colorHistogram.cpp 63 cout << "Histogram for file \"" << image.fileName() << "\"" << endl
64 << histogram.size() << " entries:" << endl;
77 << endl;
84 cout << "Caught exception: " << error_.what() << endl;
89 cout << "Caught exception: " << error_.what() << endl;
95 cout << failures << " failures" << endl; local
  /external/eigen/doc/snippets/
Tutorial_AdvancedInitialization_ThreeWays.cpp 7 std::cout << mat1 << std::endl << std::endl; member in class:std
14 std::cout << mat2 << std::endl << std::endl; member in class:std
19 std::cout << mat3 << std::endl; member in class:std
  /external/valgrind/drd/tests/
pth_create_chain.c 23 // std::cout << "create " << thread_count << std::endl;
32 << ")" << std::endl;
48 // std::cout << "create " << thread_count << std::endl;
56 << ")" << std::endl;
60 // std::cout << "join " << i << "(" << s_thread[i] << ")" << std::endl;
  /external/eigen/unsupported/bench/
bench_svd.cpp 42 cout << " Only compute Singular Values" <<endl; local
61 cout << " || " << " BDC : " << timerBDC.value() << "s " <<endl <<endl; local
64 cout << "KO : BDC is " << timerJacobi.value() / timerBDC.value() << " times faster than Jacobi" <<endl;
66 cout << "OK : BDC is " << timerJacobi.value() / timerBDC.value() << " times faster than Jacobi" <<endl;
69 cout << " =================" <<endl; local
70 std::cout<< std::endl; member in class:std
73 cout << " Computes rotaion matrix" <<endl; local
92 cout << " || " << " BDC : " << timerBDC.value() << "s " <<endl <<endl; local
100 std::cout<< std::endl; member in class:std
107 std::cout<< std::endl; member in class:std
109 std::cout<<"On a (Dynamic, Dynamic) (6, 6) Matrix" <<std::endl; member in class:std
112 std::cout<<"On a (Dynamic, Dynamic) (32, 32) Matrix" <<std::endl; member in class:std
118 std::cout<<"On a (Dynamic, Dynamic) (160, 160) Matrix" <<std::endl; member in class:std
121 std::cout<< "--------------------------------------------------------------------"<< std::endl; member in class:std
    [all...]
  /external/opencv3/samples/cpp/
logistic_regression.cpp 87 cout << "**********************************************************************" << endl; local
89 << " contains digits 0 and 1 of 20 samples each, collected on an Android device" << endl; local
91 << endl; local
92 cout << "**********************************************************************" << endl; local
106 cerr << "file can not be opened: " << filename << endl; local
111 cout << "read " << data.rows << " rows of data" << endl;
129 cout << "training/testing samples count: " << data_train.rows << "/" << data_test.rows << endl;
146 cout << "done!" << endl; local
151 cout << "done!" << endl; local
154 cout << "original vs predicted:" << endl; local
162 cout << "saving the classifier to " << saveFilename << endl; local
166 cout << "loading a new classifier from " << saveFilename << endl; local
173 cout << "done!" << endl; local
    [all...]
  /external/opencv3/samples/cpp/tutorial_code/video/
bg_sub.cpp 36 << "--------------------------------------------------------------------------" << endl
37 << "This program shows how to use background subtraction methods provided by " << endl
38 << " OpenCV. You can process both videos (-vid) and images (-img)." << endl
39 << endl
40 << "Usage:" << endl
41 << "./bs {-vid <video filename>|-img <image filename>}" << endl
42 << "for example: ./bs -vid video.avi" << endl
43 << "or: ./bs -img /data/images/1.png" << endl
44 << "--------------------------------------------------------------------------" << endl
45 << endl; local
58 cerr <<"Incorret input list" << endl; local
59 cerr <<"exiting..." << endl; local
80 cerr <<"Please, check the input parameters." << endl; local
81 cerr <<"Exiting..." << endl; local
97 cerr << "Unable to open video file: " << videoFilename << endl; local
104 cerr << "Unable to read next frame." << endl; local
105 cerr << "Exiting..." << endl; local
136 cerr << "Unable to open first image frame: " << fistFrameFilename << endl; local
175 cerr << "Unable to open image frame: " << nextFrameFilename << endl; local
    [all...]
  /external/ImageMagick/Magick++/demo/
detrans.cpp 21 cout << "Usage: " << argv[0] << " background_color file..." << endl; local
35 cout << error_.what() << endl;
53 cout << error_.what() << endl;
  /external/eigen/bench/
basicbenchmark.cpp 19 std::cout BOOST_PP_SEQ_FOR_EACH(_GENERATE_HEADER, ~, MODES ) << endl;
30 std::cout << endl; local
32 std::cout << endl; local
  /external/eigen/doc/examples/
class_Block.cpp 23 cout << topLeftCorner(4*m, 2, 3) << endl; // calls the const version
25 cout << "Now the matrix m is:" << endl << m << endl; local
class_VectorBlock.cpp 23 cout << segmentFromRange(2*v, 2, 4) << endl; // calls the const version
25 cout << "Now the vector v is:" << endl << v << endl; local
  /external/eigen/doc/
tutorial.cpp 11 std::cout << "*** Step 1 ***\nm3:\n" << m3 << "\nm4:\n" << m4 << std::endl; member in class:std
17 std::cout << "*** Step 2 ***\nm3:\n" << m3 << "\nm4:\n" << m4 << std::endl; member in class:std
23 std::cout << "*** Step 3 ***\nm3:\n" << m3 << "\nm4:\n" << m4 << std::endl; member in class:std
29 std::cout << "*** Step 4 ***\nm4:\n" << m4 << std::endl; member in class:std
34 std::cout << "*** Step 5 ***\nm4.diagonal():\n" << m4.diagonal() << std::endl; member in class:std
35 std::cout << "m4.diagonal().start(3)\n" << m4.diagonal().start(3) << std::endl; member in class:std
40 std::cout << "*** Step 6 ***\nm3:\n" << m3 << "\nm4:\n" << m4 << std::endl; member in class:std
43 std::cout << "*** Step 7 ***\n m4.sum(): " << m4.sum() << std::endl; member in class:std
44 std::cout << "m4.col(2).sum(): " << m4.col(2).sum() << std::endl; member in class:std
45 std::cout << "m4.colwise().sum():\n" << m4.colwise().sum() << std::endl; member in class:std
46 std::cout << "m4.rowwise().sum():\\n" << m4.rowwise().sum() << std::endl; member in class:std
61 std::cout << "*** Step 8 ***\\nm3:\\n" << m3 << "\\nm4:\\n" << m4 << std::endl; member in class:std
    [all...]
  /external/opencv3/samples/cpp/example_cmake/
example.cpp 14 cout << "Built with OpenCV " << CV_VERSION << endl; local
20 cout << "Capture is opened" << endl; local
34 cout << "No capture" << endl; local
  /external/protobuf/examples/
list_people.cc 14 cout << "Person ID: " << person.id() << endl;
15 cout << " Name: " << person.name() << endl;
17 cout << " E-mail address: " << person.email() << endl;
34 cout << phone_number.number() << endl;
47 cerr << "Usage: " << argv[0] << " ADDRESS_BOOK_FILE" << endl; local
57 cerr << "Failed to parse address book." << endl; local

Completed in 389 milliseconds

<<11121314151617181920>>