Home
last modified time | relevance | path

Searched refs:matched (Results 1 – 9 of 9) sorted by relevance

/openthread-latest/src/core/common/
Darray.hpp370 const Type *matched = nullptr; in Find() local
376 matched = &element; in Find()
381 return matched; in Find()
429 const Type *matched = nullptr; in FindMatching() local
435 matched = &element; in FindMatching()
440 return matched; in FindMatching()
Dheap_array.hpp380 const Type *matched = nullptr; in Find() local
386 matched = &element; in Find()
391 return matched; in Find()
443 const Type *matched = nullptr; in FindMatching() local
449 matched = &element; in FindMatching()
454 return matched; in FindMatching()
/openthread-latest/src/lib/spinel/
Dspinel_driver.hpp252 const Type *matched = nullptr; in Find() local
258 matched = &element; in Find()
263 return matched; in Find()
/openthread-latest/tools/harness-automation/autothreadharness/
Dharness_case.py601 matched = False
609 matched = True
616 matched = True
623 matched = True
630 matched = True
632 if not matched:
667 matched = False
674 matched = True
679 matched = True
686 matched = True
[all …]
/openthread-latest/tools/otci/otci/
Dotci.py819 matched = re.match(OTCI._IPV6_SERVER_PORT_PATTERN, v)
820 assert matched is not None
821 ip, port = matched.groups()
1203 matched = re.match(OTCI._IPV6_SERVER_PORT_PATTERN, result)
1204 assert matched
1205 ip, port = matched.groups()
1416 matched = OTCI._CSL_TIMEOUT_PATTERN.match(v)
1417 assert matched is not None
1418 cfg['timeout'] = int(matched.group(1))
1420 matched = OTCI._CSL_PERIOD_PATTERN.match(v)
[all …]
/openthread-latest/tools/harness-thci/
DOpenThread_BR.py219 matched = line.endswith(expected)
221 matched = line == expected
223 if matched:
DOpenThread.py367 matched = line.endswith(expected) if endswith else line == expected
368 if matched:
/openthread-latest/src/core/thread/
Dnetwork_data_leader_ftd.cpp341 bool matched = false; in RlocMatch() local
346 matched = (aFirstRloc16 == aSecondRloc16); in RlocMatch()
350 matched = Mle::RouterIdMatch(aFirstRloc16, aSecondRloc16); in RlocMatch()
354 return matched; in RlocMatch()
/openthread-latest/doc/
DDoxyfile.in875 # Note that the wildcards are matched against the file with absolute path, so to
886 # Note that the wildcards are matched against the file with absolute path, so to