Searched refs:matched (Results 1 – 10 of 10) sorted by relevance
401 const Type *matched = nullptr; in Find() local407 matched = &element; in Find()412 return matched; in Find()463 const Type *matched = nullptr; in FindMatching() local469 matched = &element; in FindMatching()474 return matched; in FindMatching()
405 const Type *matched = nullptr; in Find() local411 matched = &element; in Find()416 return matched; in Find()471 const Type *matched = nullptr; in FindMatching() local477 matched = &element; in FindMatching()482 return matched; in FindMatching()
601 matched = False609 matched = True616 matched = True623 matched = True630 matched = True632 if not matched:667 matched = False674 matched = True679 matched = True686 matched = True[all …]
788 matched = re.match(OTCI._IPV6_SERVER_PORT_PATTERN, v)789 assert matched is not None790 ip, port = matched.groups()1172 matched = re.match(OTCI._IPV6_SERVER_PORT_PATTERN, result)1173 assert matched1174 ip, port = matched.groups()1385 matched = OTCI._CSL_TIMEOUT_PATTERN.match(v)1386 assert matched is not None1387 cfg['timeout'] = int(matched.group(1))1389 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:
363 bool matched = false; in RlocMatch() local368 matched = (aFirstRloc16 == aSecondRloc16); in RlocMatch()372 matched = Mle::RouterIdMatch(aFirstRloc16, aSecondRloc16); in RlocMatch()376 return matched; in RlocMatch()
862 # Note that the wildcards are matched against the file with absolute path, so to873 # Note that the wildcards are matched against the file with absolute path, so to
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
709 # certain files from those directories. Note that the wildcards are matched