Home
last modified time | relevance | path

Searched refs:RE (Results 1 – 9 of 9) sorted by relevance

/hardware/bsp/intel/peripheral/libupm/src/buzzer/
Dbuzzer.h30 #define RE 2930 // 294 Hz macro
/hardware/bsp/intel/peripheral/libupm/examples/python/
Dbuzzer.py29 chords = [upmBuzzer.DO, upmBuzzer.RE, upmBuzzer.MI, upmBuzzer.FA,
/hardware/bsp/intel/peripheral/libupm/examples/c++/
Dbuzzer-sound.cxx34 int chord[] = { DO, RE, MI, FA, SOL, LA, SI, DO, SI }; in main()
/hardware/bsp/intel/peripheral/libupm/examples/java/
DBuzzerSample.java40 upm_buzzer.javaupm_buzzer.RE, in main()
DBuzzer_soundSample.java40 upm_buzzer.javaupm_buzzer.RE, in main()
/hardware/bsp/intel/peripheral/libupm/examples/javascript/
Dbuzzer.js33 chords.push(upmBuzzer.RE);
/hardware/broadcom/wlan/bcmdhd/firmware/
DLICENSE.TXT168 REGULATIONS AND THAT YOU MAY NOT EXPORT, RE-EXPORT OR TRANSFER THE SOFTWARE
170 WITHOUT LIMITING THE FOREGOING, EXPORT, RE-EXPORT OR TRANSFER OF THE SOFTWARE
/hardware/invensense/6515/libsensors_iio/
DLicense.txt168 REGULATIONS AND THAT YOU MAY NOT EXPORT, RE-EXPORT OR TRANSFER THE SOFTWARE
170 WITHOUT LIMITING THE FOREGOING, EXPORT, RE-EXPORT OR TRANSFER OF THE SOFTWARE
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/include/gtest/
Dgtest.h2033 class GTEST_API_ RE {
2037 RE(const RE& other) { Init(other.pattern()); }
2040 RE(const ::std::string& regex) { Init(regex.c_str()); } // NOLINT
2044 RE(const ::string& regex) { Init(regex.c_str()); } // NOLINT
2048 RE(const char* regex) { Init(regex); } // NOLINT
2049 ~RE();
2061 static bool FullMatch(const ::std::string& str, const RE& re) {
2064 static bool PartialMatch(const ::std::string& str, const RE& re) {
2070 static bool FullMatch(const ::string& str, const RE& re) {
2073 static bool PartialMatch(const ::string& str, const RE& re) {
[all …]