Searched refs:endl (Results 1 - 25 of 159) sorted by relevance

1234567

/hardware/bsp/intel/peripheral/libupm/examples/c++/
H A Dgrovescam.cxx44 cerr << "Failed to setup tty port parameters" << endl; local
49 cout << "Initialized..." << endl; local
51 cout << "init() failed" << endl; local
54 cout << "preCapture succeeded..." << endl; local
56 cout << "preCapture failed." << endl; local
59 cout << "doCapture succeeded..." << endl; local
61 cout << "doCapture failed." << endl; local
63 cout << "Image size is " << camera->getImageSize() << " bytes" << endl;
67 cout << "Storing image.jpg..." << endl; local
69 cout << "storeImage succeeded..." << endl; local
71 cout << "storeImage failed." << endl; local
[all...]
H A Dgrovegprs.cxx36 cout << "Usage: " << progname << " [AT command]" << endl; local
37 cout << endl; local
40 << endl; local
41 cout << "sent to the module and the response is printed out." << endl; local
42 cout << endl; local
44 << endl; local
45 cout << "saved profiles are queried and the results printed out." << endl; local
46 cout << endl; local
47 cout << endl; local
61 cout << "Returned: " << sensor->readDataStr(1024) << endl;
65 cerr << "Timed out waiting for response" << endl; local
80 cerr << "Failed to set tty baud rate" << endl; local
88 cout << "Sending command line argument (" << argv[1] << ")..." << endl; local
94 cout << "Querying module manufacturer (AT+CGMI)..." << endl; local
100 cout << "Querying the saved profiles (AT&V)..." << endl; local
[all...]
H A Dsi114x.cxx52 cout << "UV Index Scale:" << endl; local
53 cout << "---------------" << endl; local
54 cout << "11+ Extreme" << endl; local
55 cout << "8-10 Very High" << endl; local
56 cout << "6-7 High" << endl; local
57 cout << "3-5 Moderate" << endl; local
58 cout << "0-2 Low" << endl; local
59 cout << endl; local
68 cout << "UV Index: " << uvi->getUVIndex() << endl;
74 cout << "Exiting..." << endl; local
[all...]
H A Dzfm20-register.cxx43 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...]
H A Dhmtrp.cxx43 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...]
H A Dsx6119.cxx44 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
H A Dsm130.cxx45 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
H A Disd1820.cxx43 cout << "Supply any argument to the command line to record." << endl; local
44 cout << "Running this example without arguments will play back any " << endl; local
45 cout << "previously recorded sound." << endl; local
46 cout << "There is approximately 10 seconds of recording time." << endl; local
48 cout << endl; local
64 cout << "Sleeping for 15 seconds..." << endl; local
76 cout << "Exiting..." << endl; local
H A Dmhz16.cxx53 cerr << "Failed to setup tty port parameters" << endl; local
58 << endl; local
59 cout << "or you will not get valid results." << endl; local
60 cout << "The temperature reported is not the ambient temperature, " << endl; local
61 cout << "but rather the temperature of the sensor elements." << endl; local
72 << "Temperature (in C): " << temp <<endl; local
79 cout << "Exiting..." << endl; local
H A Dhm11.cxx36 cout << "Usage: " << progname << " [AT command]" << endl; local
37 cout << endl; local
40 << endl; local
41 cout << "sent to the module and the response is printed out." << endl; local
42 cout << endl; local
44 << endl; local
45 cout << "are queried and the results printed out." << endl; local
46 cout << endl; local
47 cout << endl; local
62 cout << "Returned: " << buffer << endl; local
66 cerr << "Timed out waiting for response" << endl; local
82 cerr << "Failed to setup tty port parameters" << endl; local
90 cout << "Sending command line argument (" << argv[1] << ")..." << endl; local
97 cout << "Querying module address (" << addr << ")..." << endl; local
104 cout << "Querying module PIN (" << pin << ")..." << endl; local
[all...]
H A Dwt5001.cxx34 cout << "Usage:" << progname << " <command>" << endl; local
35 cout << "Commands:" << endl; local
36 cout << "0 - stop playing" << endl; local
37 cout << "1 - start playing track 1" << endl; local
38 cout << "2 - pause/un-pause playback" << endl; local
39 cout << "3 - next track" << endl; local
40 cout << "4 - previous track" << endl; local
58 cerr << "Failed to setup tty port parameters" << endl; local
99 cout << "The current volume is: " << int(vol) << endl;
103 cout << "The current play state is: " << int(ps) << endl;
126 cout << "Exiting..." << endl; local
[all...]
H A Dzfm20.cxx43 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...]
H A Denc03r.cxx53 cout << "Please place the sensor in a stable location, and do not" << endl; local
54 cout << "move it while calibration takes place." << endl; local
55 cout << "This may take a couple of minutes." << endl; local
59 << gyro->calibrationValue() << endl;
69 << "angular velocity: " << av << " deg/s" << endl; local
75 cout << "Exiting" << endl; local
H A Des08a.cxx41 std::cout << "Set angle to 180" << std::endl; member in class:std
44 std::cout << "Set angle to 90" << std::endl; member in class:std
47 std::cout << "Set angle to 0" << std::endl; member in class:std
50 std::cout << "Set angle to 90" << std::endl; member in class:std
53 std::cout << "Set angle to 180" << std::endl; member in class:std
56 std::cout << "exiting application" << std::endl; member in class:std
H A Dmicsv89.cxx50 cout << "Exiting program." << endl; local
66 cout << "co2: " << sensor->co2equ() << endl;
67 cout << "short: " << sensor->vocshort() << endl;
68 cout << "tvoc: " << sensor->tvoc() << endl;
69 cout << "resistor: " << sensor->resistor() << endl;
70 cout << "****************************" << endl; local
H A Dadis16448.cxx54 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
H A Dadxl335.cxx50 << " 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
H A Dgrovecollision.cxx49 cout << "No collision" << endl; local
54 cout << "Collision!" << endl; local
59 cout << "No collision" << endl; local
65 cout << "Exiting" << endl; local
H A Dl298-stepper.cxx43 cout << "Rotating 1 full revolution at 10 RPM speed." << endl; local
46 cout << "Sleeping for 2 seconds..." << endl; local
49 << endl; local
57 cout << "Exiting..." << endl; local
H A Dmq303a.cxx54 cout << "Enabling heater and waiting 2 minutes for warmup." << endl; local
59 << endl; local
67 << val << endl; local
73 cout << "Exiting" << endl; local
H A Duln200xa.cxx45 cout << "Rotating 1 revolution clockwise." << endl; local
47 cout << "Sleeping for 2 seconds..." << endl; local
49 cout << "Rotating 1/2 revolution counter clockwise." << endl; local
57 cout << "Exiting..." << endl; local
H A Drfr359f.cxx55 cout << "Object detected" << endl; local
57 cout << "Area is clear" << endl; local
63 cout << "Exiting..." << endl; local
H A Drpr220.cxx56 cout << "Black detected" << endl; local
58 cout << "Black NOT detected" << endl; local
64 cout << "Exiting..." << endl; local
H A Dppd42ns.cxx49 cout << "This program will give readings every 30 seconds until you stop it" << endl; local
53 cout << "Low pulse occupancy: " << data.lowPulseOccupancy << endl;
54 cout << "Ratio: " << data.ratio << endl;
55 cout << "Concentration: " << data.concentration << endl;
59 cout << "Exiting" << endl; local
/hardware/libhardware/tests/camera2/
H A DTestSettings.cpp90 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...]

Completed in 132 milliseconds

1234567