Searched refs:matched (Results 1 – 9 of 9) sorted by relevance
370 const Type *matched = nullptr; in Find() local376 matched = &element; in Find()381 return matched; in Find()429 const Type *matched = nullptr; in FindMatching() local435 matched = &element; in FindMatching()440 return matched; in FindMatching()
380 const Type *matched = nullptr; in Find() local386 matched = &element; in Find()391 return matched; in Find()443 const Type *matched = nullptr; in FindMatching() local449 matched = &element; in FindMatching()454 return matched; in FindMatching()
252 const Type *matched = nullptr; in Find() local258 matched = &element; in Find()263 return matched; in Find()
601 matched = False609 matched = True616 matched = True623 matched = True630 matched = True632 if not matched:667 matched = False674 matched = True679 matched = True686 matched = True[all …]
819 matched = re.match(OTCI._IPV6_SERVER_PORT_PATTERN, v)820 assert matched is not None821 ip, port = matched.groups()1203 matched = re.match(OTCI._IPV6_SERVER_PORT_PATTERN, result)1204 assert matched1205 ip, port = matched.groups()1416 matched = OTCI._CSL_TIMEOUT_PATTERN.match(v)1417 assert matched is not None1418 cfg['timeout'] = int(matched.group(1))1420 matched = OTCI._CSL_PERIOD_PATTERN.match(v)[all …]
219 matched = line.endswith(expected)221 matched = line == expected223 if matched:
367 matched = line.endswith(expected) if endswith else line == expected368 if matched:
341 bool matched = false; in RlocMatch() local346 matched = (aFirstRloc16 == aSecondRloc16); in RlocMatch()350 matched = Mle::RouterIdMatch(aFirstRloc16, aSecondRloc16); in RlocMatch()354 return matched; in RlocMatch()
875 # Note that the wildcards are matched against the file with absolute path, so to886 # Note that the wildcards are matched against the file with absolute path, so to