Searched refs:std (Results 1 - 25 of 426) sorted by relevance

1234567891011>>

/hardware/bsp/intel/peripheral/libupm/examples/c++/
H A Des08a.cxx41 std::cout << "Set angle to 180" << std::endl;
44 std::cout << "Set angle to 90" << std::endl;
47 std::cout << "Set angle to 0" << std::endl;
50 std::cout << "Set angle to 90" << std::endl;
53 std::cout << "Set angle to 180" << std
[all...]
H A Dadis16448.cxx54 std::cout << "XGYRO_OUT:" << imu->gyroScale(imu->regRead(XGYRO_OUT)) << std::endl;
55 std::cout << "YGYRO_OUT:" << imu->gyroScale(imu->regRead(YGYRO_OUT)) << std::endl;
56 std::cout << "ZGYRO_OUT:" << imu->gyroScale(imu->regRead(ZGYRO_OUT)) << std::endl;
57 std::cout << " " << std::endl;
58 std::cout << "XACCL_OUT:" << imu->accelScale(imu->regRead(XACCL_OUT)) << std
[all...]
H A Dmax44000.cxx34 std::cout << "proximity value = " << sensor->getAmbient () << std::endl;
37 std::cout << "exiting application" << std::endl;
H A Dttp223.cxx42 std::cout << touch->name() << " is pressed" << std::endl;
44 std::cout << touch->name() << " is not pressed" << std::endl;
H A Dlsm303.cxx42 std::cout << "coor: rX " << (int)coor[0]
45 << std::endl;
46 std::cout << "coor: gX " << sensor->getCoorX()
49 << std::endl;
52 std::cout << "heading: "
54 << std::endl;
60 std::cout << "acc: rX " << (int)accel[0]
63 << std::endl;
64 std::cout << "acc: gX " << sensor->getAccelX()
67 << std
[all...]
H A Dldt0028.cxx44 std::cout << "For the next " << NUMBER_OF_SECONDS << " seconds, "
46 << std::endl << std::endl;
60 std::cout << sensor->name() << " exceeded the threshold value of " <<
61 THRESHOLD << " a total of " << count << " times," << std::endl
63 << " readings." << std::endl << std::endl;
67 std::cout << "Now printing a graphical representation of the average reading "
68 << std::endl << "each second for the last "
69 << NUMBER_OF_SECONDS << " seconds." << std
[all...]
H A Dbuzzer-sound.cxx39 std::cout << sound->name() << std::endl;
44 std::cout << sound->playSound(chord[chord_ind], 1000000) << std::endl;
49 std::cout << "exiting application" << std::endl;
H A Decs1030.cxx51 std::cout << "I = " << sensor->getCurrency_A () << ", Power = " << sensor->getPower_A () << std::endl;
52 std::cout << "I = " << sensor->getCurrency_B () << ", Power = " << sensor->getPower_B () << std::endl;
55 std::cout << "exiting application" << std::endl;
H A Dmax31855.cxx37 std::cout << temp->getTemp() << std::endl;
H A Dgroverelay.cxx45 std::cout << relay->name() << " is on" << std::endl;
49 std::cout << relay->name() << " is off" << std::endl;
H A Dmax31723.cxx51 std::cout << "Temperature " << sensor->getTemperature() << std::endl;
56 std::cout << "exiting application" << std::endl;
H A Dmlx90614.cxx50 std::cout << "Object Temperature (" << sensor->readObjectTempC() << ") Ambient Temperature (" << sensor->readAmbientTempC() << ")" << std::endl;
55 std::cout << "exiting application" << std::endl;
/hardware/libhardware/tests/camera2/
H A DTestSettings.cpp90 std::cerr << "Unknown argument: " << arg << std::endl;
109 std::cerr << "Unknown long option: " << option_index << std::endl;
117 std::cerr << "Unknown option: " << optarg << std::endl;
122 std::cerr << std::endl;
131 std::cerr << "Forking Disabled: "
132 << (mForkingDisabled ? "yes" : "no") << std
[all...]
/hardware/bsp/intel/peripheral/libmraa/examples/c++/
H A DUart-example.cpp36 // device. If not use raw mode where std::string is taken as a constructor
41 } catch (std::exception& e) {
42 std::cout << e.what() << ", likely invalid platform config" << std::endl;
47 } catch (std::exception& e) {
48 std::cout << "Error while setting up raw UART, do you have a uart?" << std::endl;
49 std::terminate();
53 std::cout << "Error setting parity on UART" << std
[all...]
H A DIio-dummy.cpp39 } catch (std::exception& e) { \
48 std::string attr_name = attr; \
52 } catch (std::exception& e) { \
61 std::string attr_name = attr; \
65 } catch (std::exception& e) { \
75 void log_result(std::string test_name, std::string attr_name, bool expect_success, bool success)
77 std::string result;
114 std::string deviceName;
117 std
[all...]
/hardware/bsp/intel/peripheral/libupm/src/
H A Dupm_exception.i12 } catch (std::invalid_argument& e) {
13 std::string s1("UPM Invalid Argument: "), s2(e.what());
17 } catch (std::domain_error& e) {
18 std::string s1("UPM Domain Error: "), s2(e.what());
22 } catch (std::overflow_error& e) {
23 std::string s1("UPM Overflow Error: "), s2(e.what());
27 } catch (std::out_of_range& e) {
28 std::string s1("UPM Out of Range: "), s2(e.what());
32 } catch (std::length_error& e) {
33 std
[all...]
/hardware/bsp/intel/peripheral/libupm/src/mpu9150/
H A Dak8975.cxx33 using namespace std;
47 throw std::runtime_error(std::string(__FUNCTION__) +
66 throw std::runtime_error(std::string(__FUNCTION__) +
73 throw std::runtime_error(std::string(__FUNCTION__) +
86 throw std::runtime_error(std::string(__FUNCTION__) +
99 throw std
[all...]
/hardware/bsp/intel/peripheral/libupm/src/flex/
H A Dflex.cxx32 using namespace std;
38 throw std::invalid_argument(std::string(__FUNCTION__) +
/hardware/bsp/intel/peripheral/libupm/src/grovelinefinder/
H A Dgrovelinefinder.cxx32 using namespace std;
38 throw std::invalid_argument(std::string(__FUNCTION__) +
/hardware/bsp/intel/peripheral/libupm/src/groveo2/
H A Dgroveo2.cxx32 using namespace std;
38 throw std::invalid_argument(std::string(__FUNCTION__) +
/hardware/bsp/intel/peripheral/libupm/src/grovewater/
H A Dgrovewater.cxx32 using namespace std;
38 throw std::invalid_argument(std::string(__FUNCTION__) +
/hardware/bsp/intel/peripheral/libupm/src/ldt0028/
H A Dldt0028.cxx36 throw std::invalid_argument(std::string(__FUNCTION__) +
48 std::string LDT0028::name() {
/hardware/bsp/intel/peripheral/libupm/src/rfr359f/
H A Drfr359f.cxx32 using namespace std;
38 throw std::invalid_argument(std::string(__FUNCTION__) +
/hardware/bsp/intel/peripheral/libupm/src/yg1006/
H A Dyg1006.cxx32 using namespace std;
38 throw std::invalid_argument(std::string(__FUNCTION__) +
/hardware/bsp/intel/peripheral/libupm/src/ht9170/
H A Dht9170.cxx32 using namespace std;
39 throw std::invalid_argument(std::string(__FUNCTION__) +
47 throw std::invalid_argument(std::string(__FUNCTION__) +
55 throw std::invalid_argument(std::string(__FUNCTION__) +
63 throw std::invalid_argument(std::string(__FUNCTION__) +
71 throw std
[all...]

Completed in 3887 milliseconds

1234567891011>>