Searched defs:match (Results 1 – 10 of 10) sorted by relevance
54 val match = versionRegex.find(versionString) in toString() constant
32 val match = versionRegex.find(versionString) in fromString() constant
94 Matcher match = null; in parseTransitionDelayInfo() local153 Matcher match = null; in parseLatencyInfo() local175 Matcher match = null; in parseBootEventInfo() local
211 Matcher match = null; in parseServiceInfo() local241 Matcher match = null; in parseStageInfo() local294 Matcher match = null; in parseActionInfo() local319 Matcher match = null; in parseModuleInfo() local
125 def _parse_output_of_running_process(self, subprocess, match, timeout=30): argument
40 std::shared_ptr<Device> match(const std::string &name) { in match() function in netsim::controller::FrontendServerTest
33 std::shared_ptr<Device> match(const std::string &name) { in match() function in netsim::controller::SceneControllerTest
357 def _replace(match): argument
215 inline fun match(matcher: Matcher, result: MatchResult.() -> Unit) { in match() method in trebuchet.util.BufferReader
2664 private fun List<GetterSetterPattern>.match( in <lambda>() method