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

<<11121314151617181920>>

  /hardware/bsp/intel/peripheral/libupm/examples/c++/
sx6119.cxx 44 cout << "Supply any argument to the command line to seek to the" << endl; local
45 cout << "next station." << endl; local
46 cout << "Running the example without an argument will toggle the" <<endl; local
47 cout << "power on or off." << endl; local
49 cout << endl; local
65 cout << "Exiting..." << endl; local
adis16448.cxx 54 std::cout << "XGYRO_OUT:" << imu->gyroScale(imu->regRead(XGYRO_OUT)) << std::endl; member in class:std
55 std::cout << "YGYRO_OUT:" << imu->gyroScale(imu->regRead(YGYRO_OUT)) << std::endl; member in class:std
56 std::cout << "ZGYRO_OUT:" << imu->gyroScale(imu->regRead(ZGYRO_OUT)) << std::endl; member in class:std
57 std::cout << " " << std::endl; member in class:std
58 std::cout << "XACCL_OUT:" << imu->accelScale(imu->regRead(XACCL_OUT)) << std::endl; member in class:std
59 std::cout << "YACCL_OUT:" << imu->accelScale(imu->regRead(YACCL_OUT)) << std::endl; member in class:std
60 std::cout << "ZACCL_OUT:" << imu->accelScale(imu->regRead(ZACCL_OUT)) << std::endl; member in class:std
61 std::cout << " " << std::endl; member in class:std
adxl335.cxx 50 << " 2 seconds." << endl; local
52 cout << "Calibrating..." << endl; local
62 cout << "Raw Values: X: " << x << " Y: " << y << " Z: " << z << endl; local
65 cout << "Acceleration: X: " << aX << "g" << endl; local
66 cout << "Acceleration: Y: " << aY << "g" << endl; local
67 cout << "Acceleration: Z: " << aZ << "g" << endl; local
68 cout << endl; local
74 cout << "Exiting" << endl; local
sm130.cxx 45 cerr << "Failed to set baud rate" << endl; local
49 cout << "Resetting..." << endl; local
52 cout << "Firmware revision: " << sensor->getFirmwareVersion() << endl;
54 cout << "Waiting up to 5 seconds for a tag..." << endl; local
59 << sensor->string2HexString(sensor->getUID()) << endl;
61 << endl;
66 cout << "waitForTag failed: " << sensor->getLastErrorString() << endl;
71 cout << "Exiting" << endl; local
  /external/ImageMagick/Magick++/tests/
montageImages.cpp 57 << endl;
68 << ") incorrect. (expected 768x504)" << endl;
91 << " rather than 3 as expected." << endl;
105 << endl;
116 << ") incorrect. (expected 136x70)" << endl;
122 cout << "Caught exception: " << error_.what() << endl;
127 cout << "Caught exception: " << error_.what() << endl;
133 cout << failures << " failures" << endl; local
averageImages.cpp 50 << averaged.signature() << endl;
58 cout << "Caught exception: " << error_.what() << endl;
63 cout << "Caught exception: " << error_.what() << endl;
69 cout << failures << " failures" << endl; local
morphImages.cpp 48 << " rather than 21 as expected." << endl;
54 cout << "Caught exception: " << error_.what() << endl;
59 cout << "Caught exception: " << error_.what() << endl;
65 cout << failures << " failures" << endl; local
  /external/eigen/doc/examples/
tut_matrix_coefficient_accessors.cpp 13 std::cout << "Here is the matrix m:\n" << m << std::endl; member in class:std
17 std::cout << "Here is the vector v:\n" << v << std::endl; member in class:std
QuickStart_example.cpp 13 std::cout << m << std::endl; member in class:std
Tutorial_simple_example_fixed_size.cpp 14 << m4 << "\nv4:\n" << v4 << std::endl; member in class:std
function_taking_eigenbase.cpp 9 << ", " << b.cols() << ")" << std::endl; member in class:std
  /external/eigen/doc/snippets/
MatrixBase_all.cpp 5 << ((boxMin.array()<p0.array()).all() && (boxMax.array()>p0.array()).all()) << endl;
7 << ((boxMin.array()<p1.array()).all() && (boxMax.array()>p1.array()).all()) << endl;
  /external/eigen/unsupported/doc/examples/
PolynomialUtils1.cpp 10 cout << "Roots: " << roots.transpose() << endl;
15 cout << polynomial[4] << ".x^4" << endl; local
  /external/opencv3/samples/cpp/
opencv_version.cpp 24 std::cout << cv::getBuildInformation() << std::endl; member in class:std
28 std::cout << "Welcome to OpenCV " << CV_VERSION << std::endl; member in class:std
mask_tmpl.cpp 17 << endl; local
34 cout << "can not open " << filename << endl; local
41 cout << "can not open " << tmplname << endl; local
48 cout << "can not open " << maskname << endl; local
  /external/opencv3/samples/cpp/tutorial_code/features2D/
AKAZE_match.cpp 69 cout << "A-KAZE Matching Results" << endl; local
70 cout << "*******************************" << endl; local
71 cout << "# Keypoints 1: \t" << kpts1.size() << endl;
72 cout << "# Keypoints 2: \t" << kpts2.size() << endl;
73 cout << "# Matches: \t" << matched1.size() << endl;
74 cout << "# Inliers: \t" << inliers1.size() << endl;
75 cout << "# Inliers Ratio: \t" << inlier_ratio << endl; local
76 cout << endl; local
  /external/opencv3/samples/cpp/tutorial_code/introduction/windows_visual_studio_Opencv/
introduction_windows_vs.cpp 13 cout <<" Usage: display_image ImageToLoadAndDisplay" << endl; local
22 cout << "Could not open or find the image" << std::endl ; member in class:std
  /external/opencv3/samples/gpu/
houghlines.cpp 16 cout << "This program demonstrates line finding with the Hough transform." << endl; local
17 cout << "Usage:" << endl; local
18 cout << "./gpu-example-houghlines <image_name>, Default is ../data/pic1.png\n" << endl; local
29 cout << "can not open " << filename << endl; local
47 cout << "CPU Time : " << timeSec * 1000 << " ms" << endl; local
48 cout << "CPU Found : " << lines_cpu.size() << endl;
67 cout << "GPU Time : " << timeSec * 1000 << " ms" << endl; local
68 cout << "GPU Found : " << d_lines.cols << endl;
  /system/tools/aidl/tests/
aidl_test_sentinel_searcher.cpp 28 using std::endl;
39 cerr << "Unable to open input file: " << input_file_path << endl; local
64 cerr << "Invalid usage." << endl; local
69 << " <failure sentinel>" << endl; local
79 cerr << "Invalid timeout value (in seconds): " << timeout_as_str << endl; local
89 cerr << "Timed out waiting for success/failure sentinel." << endl; local
106 cout << "Found output:" << endl; local
108 cout << " " << line << endl; local
  /external/opencv3/samples/tapi/
hog.cpp 81 cout << "Usage : hog [options]" << endl; local
82 cout << "Available options:" << endl; local
94 return cout << "error: " << e.what() << endl, 1;
98 return cout << "error: " << e.what() << endl, 1;
102 return cout << "unknown exception" << endl, 1;
118 << endl; local
137 cout << "Group threshold: " << gr_threshold << endl; local
138 cout << "Levels number: " << nlevels << endl; local
139 cout << "Win width: " << win_width << endl; local
141 cout << "Hit threshold: " << hit_threshold << endl; local
142 cout << "Gamma correction: " << gamma_corr << endl; local
143 cout << endl; local
284 cout << "Scale: " << scale << endl; local
289 cout << "Scale: " << scale << endl; local
293 cout << "Levels number: " << nlevels << endl; local
298 cout << "Levels number: " << nlevels << endl; local
302 cout << "Group threshold: " << gr_threshold << endl; local
307 cout << "Group threshold: " << gr_threshold << endl; local
311 cout << "Hit threshold: " << hit_threshold << endl; local
316 cout << "Hit threshold: " << hit_threshold << endl; local
321 cout << "Gamma correction: " << gamma_corr << endl; local
    [all...]
  /external/eigen/bench/
sparse_product.cpp 128 std::cout << " a * b:\t" << timer.value() << endl;
135 std::cout << " a' * b:\t" << timer.value() << endl;
142 std::cout << " a' * b':\t" << timer.value() << endl;
149 std::cout << " a * b':\t" << timer.value() << endl;
159 std::cout << " a * b:\t" << timer.value() << endl;
162 // std::cout << " a' * b:\t" << timer.value() << endl;
165 // std::cout << " a' * b':\t" << timer.value() << endl;
168 // std::cout << " a * b' :\t" << timer.value() << endl;
174 // std::cout << " a * b:\t" << timer.value() << endl;
177 // std::cout << " a' * b:\t" << timer.value() << endl;
    [all...]
  /system/extras/tests/binder/benchmarks/
binderAddInts.cpp 97 << " errno: " << errno << endl; local
119 cout << serviceName << " not published, waiting..." << endl; local
124 cout << serviceName << " failed to publish, aborting" << endl; local
148 << " errno: " << errno << endl; local
155 cerr << "Unexpected result for iteration " << iter << endl; local
156 cerr << " result: " << result << endl; local
157 cerr << "expected: " << expected << endl; local
184 << cpu_ << endl; local
198 cerr << "server onTransact unknown code, code: " << code << endl; local
215 cerr << "bindCPU failed, rv: " << rv << " errno: " << errno << endl; local
256 << " errno: " << errno << endl; local
272 << " option of: " << optarg << endl; local
278 cerr << "CPU " << optarg << " not currently available" << endl; local
279 cerr << " Available CPUs: " << availCPUs << endl; local
291 cerr << "Invalid delay specified of: " << optarg << endl; local
299 cerr << " options:" << endl; local
300 cerr << " -s cpu - server CPU number" << endl; local
301 cerr << " -c cpu - client CPU number" << endl; local
302 cerr << " -d time - delay after operation in seconds" << endl; local
323 << errno << endl; local
    [all...]
  /external/ImageMagick/Magick++/demo/
analyze.cpp 20 cout << "Usage: " << argv[0] << " file..." << endl; local
48 cout << "File: " << fname << endl; local
58 << *pos << " = " << image.attribute(*pos) << endl;
64 cout << error_.what() << endl;
  /external/icu/icu4c/source/test/perf/normperf/
dtfmtrtperf.cpp 59 cout << "ICU version - " << U_ICU_VERSION << endl; local
64 cout << "initialization failed! " << status << endl; local
69 cout << "run failed!" << endl; local
74 cout << "done!" << endl; local
  /external/opencv3/samples/cpp/tutorial_code/ImgProc/
AddingImages.cpp 25 std::cout<<" Simple Linear Blender "<<std::endl; member in class:std
26 std::cout<<"-----------------------"<<std::endl; member in class:std
38 if( src1.empty() ) { std::cout<< "Error loading src1"<<std::endl; return -1; } member in class:std
39 if( src2.empty() ) { std::cout<< "Error loading src2"<<std::endl; return -1; } member in class:std

Completed in 483 milliseconds

<<11121314151617181920>>