Home
last modified time | relevance | path

Searched refs:rgx (Results 1 – 2 of 2) sorted by relevance

/device/google/trout/tools/
Dlogcat_diff.py42 self.rgx = re.compile(RE_TEXT, re.MULTILINE)
45 match = self.rgx.match(line)
/device/google/cuttlefish/host/commands/assemble_cvd/
Dflags.cc534 static const std::regex rgx("[0-9]+:[0-9]+"); in ParsePortRange() local
535 CHECK(std::regex_match(flag, rgx)) in ParsePortRange()