Searched refs:RE (Results 1 - 8 of 8) sorted by relevance

/hardware/bsp/intel/peripheral/libupm/examples/python/
H A Dbuzzer.py29 chords = [upmBuzzer.DO, upmBuzzer.RE, upmBuzzer.MI, upmBuzzer.FA,
36 # Play sound (DO, RE, MI, etc.), pausing for 0.1 seconds between notes
/hardware/bsp/intel/peripheral/libupm/src/buzzer/
H A Dbuzzer.h30 #define RE 2930 // 294 Hz macro
/hardware/bsp/intel/peripheral/libupm/examples/c++/
H A Dbuzzer-sound.cxx34 int chord[] = { DO, RE, MI, FA, SOL, LA, SI, DO, SI };
41 // play sound (DO, RE, MI, etc...), pausing for 0.1 seconds between notes
/hardware/bsp/intel/peripheral/libupm/examples/java/
H A DBuzzerSample.java40 upm_buzzer.javaupm_buzzer.RE,
H A DBuzzer_soundSample.java40 upm_buzzer.javaupm_buzzer.RE,
/hardware/bsp/intel/peripheral/libupm/examples/javascript/
H A Dbuzzer.js33 chords.push(upmBuzzer.RE);
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/src/
H A Dgtest-all.cc6839 bool DeathTest::Create(const char* statement, const RE* regex,
6858 DeathTestImpl(const char* a_statement, const RE* a_regex)
6874 const RE* regex() const { return regex_; }
6898 const RE* const regex_;
7049 const bool matched = RE::PartialMatch(error_message.c_str(), *regex());
7105 const RE* a_regex,
7272 ForkingDeathTest(const char* statement, const RE* regex);
7286 ForkingDeathTest::ForkingDeathTest(const char* a_statement, const RE* a_regex)
7309 NoExecDeathTest(const char* a_statement, const RE* a_regex) :
7364 ExecDeathTest(const char* a_statement, const RE* a_rege
[all...]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/include/gtest/
H A Dgtest.h256 // RE - a simple regular expression class using the POSIX
2029 // Defines RE.
2033 class GTEST_API_ RE { class in namespace:std::tr1
2037 RE(const RE& other) { Init(other.pattern()); } function in class:std::tr1::RE
2039 // Constructs an RE from a string.
2040 RE(const ::std::string& regex) { Init(regex.c_str()); } // NOLINT function in class:std::tr1::RE
2044 RE(const ::string& regex) { Init(regex.c_str()); } // NOLINT function in class:std::tr1::RE
2048 RE(const char* regex) { Init(regex); } // NOLINT function in class:std::tr1::RE
2049 ~RE();
[all...]

Completed in 706 milliseconds