Searched refs:RE (Results 1 – 9 of 9) sorted by relevance
/hardware/bsp/intel/peripheral/libupm/src/buzzer/ |
D | buzzer.h | 30 #define RE 2930 // 294 Hz macro
|
/hardware/bsp/intel/peripheral/libupm/examples/python/ |
D | buzzer.py | 29 chords = [upmBuzzer.DO, upmBuzzer.RE, upmBuzzer.MI, upmBuzzer.FA,
|
/hardware/bsp/intel/peripheral/libupm/examples/c++/ |
D | buzzer-sound.cxx | 34 int chord[] = { DO, RE, MI, FA, SOL, LA, SI, DO, SI }; in main()
|
/hardware/bsp/intel/peripheral/libupm/examples/java/ |
D | BuzzerSample.java | 40 upm_buzzer.javaupm_buzzer.RE, in main()
|
D | Buzzer_soundSample.java | 40 upm_buzzer.javaupm_buzzer.RE, in main()
|
/hardware/bsp/intel/peripheral/libupm/examples/javascript/ |
D | buzzer.js | 33 chords.push(upmBuzzer.RE);
|
/hardware/broadcom/wlan/bcmdhd/firmware/ |
D | LICENSE.TXT | 168 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/ |
D | License.txt | 168 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/ |
D | gtest.h | 2033 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 …]
|