Searched refs:regex (Results 1 – 6 of 6) sorted by relevance
63 BaseDynamicSensorDaemon *d, const std::string &path, const std::string ®ex);77 std::regex mRegex;
107 BaseDynamicSensorDaemon *d, const std::string &path, const std::string ®ex) in FileConnectionDetector() argument108 : ConnectionDetector(d), Thread(false /*callCallJava*/), mPath(path), mRegex(regex), in FileConnectionDetector()
41 const std::regex kDeviceNameRE("device@([0-9]+\\.[0-9]+)/external/(.+)");
43 const std::regex kDeviceNameRE("device@([0-9]+\\.[0-9]+)/legacy/(.+)");
388 std::regex re("^[A-Z0-9][A-Z0-9 ]{0,5}[A-Z0-9]$"); in TEST_F()
181 std::regex e(pattern.string()); in matchDeviceName()