/hardware/bsp/intel/peripheral/libupm/examples/c++/ |
groveelectromagnet.cxx | 52 cout << "Starting up magnet...." << endl; local 68 cout << "Turning magnet " << ((magnetState) ? "on" : "off") << endl; 75 cout << "Exiting" << endl; local
|
groveemg.cxx | 47 cout << "Calibrating...." << endl; local 52 cout << emg->value() << endl; 57 cout << "Exiting" << endl; local
|
grovegsr.cxx | 49 cout << "Calibrating...." << endl; local 54 cout << gsr->value() << endl; 59 cout << "Exiting" << endl; local
|
grovelinefinder.cxx | 54 cout << "White detected." << endl; local 56 cout << "Black detected." << endl; local 62 cout << "Exiting..." << endl; local
|
grovewater.cxx | 53 cout << "Sensor is wet." << endl; local 55 cout << "Sensor is dry." << endl; local 61 cout << "Exiting..." << endl; local
|
l298.cxx | 40 cout << "Starting motor at 50% for 3 seconds..." << endl; local 47 cout << "Reversing direction..." << endl; local 57 cout << "Exiting..." << endl; local
|
mpr121.cxx | 58 cout << "Over Current Fault detected!" << endl; local 60 cout << endl; local 84 cout << "Exiting..." << endl; local
|
rfr359f.cxx | 55 cout << "Object detected" << endl; local 57 cout << "Area is clear" << endl; local 63 cout << "Exiting..." << endl; local
|
rpr220.cxx | 56 cout << "Black detected" << endl; local 58 cout << "Black NOT detected" << endl; local 64 cout << "Exiting..." << endl; local
|
waterlevel.cxx | 51 cout << "Sensor is submerged in liquid" << endl; local 53 cout << "Liquid is below water level sensor" << endl; local 58 cout << "Exiting" << endl; local
|
yg1006.cxx | 54 cout << "Flame detected." << endl; local 56 cout << "No flame detected." << endl; local 62 cout << "Exiting..." << endl; local
|
adafruitms1438.cxx | 55 << endl; local 61 cout << "Reversing M3" << endl; local 66 cout << "Stopping M3" << endl; local 69 cout << "Exiting" << endl; local
|
l298-stepper.cxx | 43 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
|
mq303a.cxx | 54 cout << "Enabling heater and waiting 2 minutes for warmup." << endl; local 59 << endl; local 67 << val << endl; local 73 cout << "Exiting" << endl; local
|
/external/icu/icu4c/source/tools/tzcode/ |
tz2icu.cpp | 496 cerr << os.str() << "; using 0" << endl; 508 cerr << "Warning: unused abbreviation: " << ii << endl; local 612 cerr << "Error: Invalid directory: " << dirname << endl; local 628 << e.what() << endl; 653 cerr << "Error: Invalid directory: " << dir << endl; local 657 cerr << "Error: Directory name too long" << endl; local 679 << e.what() << endl; 692 << e.what() << endl; 1022 os << ":int { " << aliasTo << " } "; // No endl - save room for comment. 1027 os << ":table {" << endl; local 1029 os << ":array {" << endl; local 1050 os << " }" << endl; local 1063 os << " }" << endl; local 1076 os << " }" << endl; local 1085 os << " }" << endl; local 1100 os << " }" << endl; local 1108 os << dec << "\\" }" << endl; local 1115 os << dec << "\\" }" << endl; local 1121 os << " finalRule { \\"" << finalRuleID << "\\" }" << endl; local 1122 os << " finalRaw:int { " << finalOffset << " }" << endl; local 1123 os << " finalYear:int { " << finalYear << " }" << endl; local 1125 os << " \\"" << finalRuleID << "\\"" << endl; local 1127 << finalYear << " }" << endl; local 1144 os << " }" << endl; local 1158 os << "\/\/Z#" << c++ << endl; local 1167 os << " Names {" << endl local 1180 os << " \/\/ " << n << endl local 1187 << " }" << endl; local 1457 << " --old generating resource format before ICU4.4" << endl; local 1461 cout << "Olson data version: " << version << endl; local 1471 << " final rules from " ICU_ZONE_FILE << endl; local 1473 cerr << "Error: Unable to open " ICU_ZONE_FILE << endl; local 1513 << olson << "\\"" << endl; local 1557 cout << endl; local 1601 cerr << "Error: Can't parse " << line << " in " << ICU_REGIONS << endl; local 1607 cout << "No custom region map [icuregions]" << endl; local 1617 cerr << "Error: Unable to open " << zonetab << endl; local 1632 cerr << "Error: Can't parse " << line << " in " << zonetab << endl; local 1637 << " in " << zonetab << endl; local 1644 << " " << country << " -> " << customCountry << endl; local 1653 << " country entries from " << zonetab << endl; local 1715 file << "\/\/---------------------------------------------------------" << endl local 1737 << " }" << endl; local 1743 file << " Rules { " << endl; local 1750 file << " " << id << ":intvector {" << endl; local 1752 file << " } \/\/_#" << frc++ << endl; local 1754 file << " }" << endl; local 1758 file << " Regions:array {" << endl; local 1769 file << " }" << endl; local 1771 file << " Regions { " << endl; local 1788 cerr << "Error: Nonexistent zone in country map: " << *j << endl; local 1793 file << " } \/\/R#" << rc++ << endl; local 1795 file << " }" << endl; local 1798 file << "}" << endl; local 1804 cout << "Finished writing " << TZ_RESOURCE_NAME << ".txt" << endl; local 1806 cerr << "Error: Unable to open\/write to " << TZ_RESOURCE_NAME << ".txt" << endl; local [all...] |
/bionic/tests/ |
libgen_basename_test.cpp | 47 ASSERT_STREQ(expected_out, out) << "(" << line << "): " << in << std::endl; member in class:std 48 ASSERT_EQ(0, errno) << "(" << line << "): " << in << std::endl; member in class:std 55 ASSERT_STREQ(expected_out, out) << "(" << line << "): " << in << std::endl; member in class:std 56 ASSERT_EQ(0, errno) << "(" << line << "): " << in << std::endl; member in class:std
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/stat/descriptive/ |
StatisticalSummaryValues.java | 173 String endl = "\n"; local 174 outBuffer.append("StatisticalSummaryValues:").append(endl); 175 outBuffer.append("n: ").append(getN()).append(endl); 176 outBuffer.append("min: ").append(getMin()).append(endl); 177 outBuffer.append("max: ").append(getMax()).append(endl); 178 outBuffer.append("mean: ").append(getMean()).append(endl); 180 .append(endl); 181 outBuffer.append("variance: ").append(getVariance()).append(endl); 182 outBuffer.append("sum: ").append(getSum()).append(endl);
|
/external/bison/examples/calc++/ |
calc++.cc | 16 std::cout << driver.result << std::endl;
|
/external/eigen/doc/snippets/ |
LLT_solve.cpp | 8 cout << xy << endl; variable
|
/external/eigen/unsupported/test/ |
polynomialutils.cpp | 45 cerr << evr.transpose() << endl; } 83 cerr << "Roots: " << roots << endl; local 84 cerr << "Bounds: (" << m << ", " << M << ")" << endl; local 85 cerr << "Min,Max: (" << min << ", " << Max << ")" << endl; local
|
/external/libweave/examples/provider/ |
wifi_manager.cc | 156 ofs << "interface=" << iface_ << std::endl; member in class:weave::examples::std 157 ofs << "channel=1" << std::endl; member in class:weave::examples::std 158 ofs << "ssid=" << ssid << std::endl; member in class:weave::examples::std 173 ofs << "port=0" << std::endl; member in class:weave::examples::std 174 ofs << "bind-interfaces" << std::endl; member in class:weave::examples::std 175 ofs << "log-dhcp" << std::endl; member in class:weave::examples::std 176 ofs << "dhcp-range=192.168.76.10,192.168.76.100" << std::endl; member in class:weave::examples::std 177 ofs << "interface=" << iface_ << std::endl; member in class:weave::examples::std 178 ofs << "dhcp-leasefile=" << dnsmasq_conf << ".leases" << std::endl; member in class:weave::examples::std
|
/external/opencv3/modules/cudalegacy/test/ |
NCVTest.hpp | 213 stream << "NCV Test Failure Log: " << this->testName << std::endl; 214 stream << "====================================================" << std::endl << std::endl; member in class:NCVTestProvider::std 215 stream << "Test initialization report: " << std::endl; member in class:NCVTestProvider::std 219 stream << it->first << "=" << it->second << std::endl; 224 stream << it->first << "=" << it->second << std::endl; 226 stream << std::endl; member in class:NCVTestProvider::std 228 stream << "Test initialization parameters: " << std::endl; member in class:NCVTestProvider::std 240 stream << "Couldn't retrieve object dump" << std::endl; member in class:NCVTestProvider::std
|
/external/opencv3/modules/imgproc/test/ |
test_boundingrect.cpp | 115 cout << endl; cout << "Checking for the work of boundingRect function..." << endl; local 123 cout << endl; local 124 cout << "Src points are stored as "; if (i == 0) cout << "VECTOR" << endl; else cout << "MAT" << endl; local 125 cout << "Number of points: " << n << endl; local 126 cout << "Right rect (x, y, w, h): [" << right.x << ", " << right.y << ", " << right.width << ", " << right.height << "]" << endl; 127 cout << "Result rect (x, y, w, h): [" << rect[i].x << ", " << rect[i].y << ", " << rect[i].width << ", " << rect[i].height << "]" << endl; 128 cout << endl; local
|
/external/opencv3/samples/cpp/tutorial_code/core/interoperability_with_OpenCV_1/ |
interoperability_with_OpenCV_1.cpp | 17 cout << endl << progName 18 << " shows how to use cv::Mat and IplImages together (converting back and forth)." << endl 19 << "Also contains example for image read, spliting the planes, merging back and " << endl 20 << " color conversion, plus iterating through pixels. " << endl 21 << "Usage:" << endl 22 << progName << " [image-name Default: ../data/lena.jpg]" << endl << endl; local 43 cerr << "Can not load image " << imagename << endl; local 51 cerr << "Can not load image " << imagename << endl; local
|
/external/opencv3/samples/gpu/performance/ |
performance.cpp | 16 cout << (*it)->name() << endl; 37 cout << endl << (*it)->name() << ":\n"; 88 cout << endl; local 102 << endl; 124 cout << resetiosflags(ios_base::left) << endl; 130 cout << TAB << "[error: " << msg << "] " << cur_subtest_description_.str() << endl; 189 cerr << "Invalid device ID" << endl; local 195 cerr << "CUDA module isn't built for GPU #" << device << " " << dev_info.name() << ", CC " << dev_info.majorVersion() << '.' << dev_info.minorVersion() << endl; 222 cout << "\nNote: the timings for GPU don't include data transfer" << endl; local
|