Home
last modified time | relevance | path

Searched refs:matches (Results 1 – 25 of 30) sorted by relevance

12

/openthread-3.7.0/src/core/thread/
Dneighbor.cpp70 bool matches = false; in Matches() local
84 matches = true; in Matches()
87 return matches; in Matches()
146 bool matches = false; in MatchesFilter() local
151 matches = IsStateValid(); in MatchesFilter()
155 matches = IsStateValidOrRestoring(); in MatchesFilter()
159 matches = IsStateChildIdRequest(); in MatchesFilter()
163 matches = IsStateValidOrAttaching(); in MatchesFilter()
167 matches = IsStateInvalid(); in MatchesFilter()
171 matches = !IsStateInvalid(); in MatchesFilter()
[all …]
Dnetwork_data.cpp519 bool matches = true; in FindRlocs() local
526 matches = prefix.mOnMesh && (prefix.mDefaultRoute || prefix.mDp); in FindRlocs()
530 if (matches) in FindRlocs()
/openthread-3.7.0/src/core/common/
Ddata.cpp43 bool matches = true; in MatchBytes() local
47 matches = (memcmp(aFirstBuffer, aSecondBuffer, aLength) == 0); in MatchBytes()
53 VerifyOrExit(aMatcher(*aFirstBuffer++, *aSecondBuffer++), matches = false); in MatchBytes()
57 return matches; in MatchBytes()
Dheap_data.cpp83 bool matches = false; in Matches() local
89 matches = (aLength == 0); in Matches()
93 matches = mData.MatchesBytesIn(aBuffer); in Matches()
97 return matches; in Matches()
/openthread-3.7.0/src/core/net/
Ddns_types.cpp106 bool matches = false; in Matches() local
116 matches = CompareAndSkipLabels(namePtr, aFirstLabel, kLabelSeparatorChar); in Matches()
117 VerifyOrExit(matches); in Matches()
120 matches = CompareAndSkipLabels(namePtr, aLabels, kLabelSeparatorChar); in Matches()
121 VerifyOrExit(matches); in Matches()
123 matches = CompareAndSkipLabels(namePtr, aDomain, kNullChar); in Matches()
136 matches = true; in Matches()
140 return matches; in Matches()
150 bool matches = false; in CompareAndSkipLabels() local
161 matches = true; in CompareAndSkipLabels()
[all …]
Dip6_address.cpp484 bool matches = true; in MatchesFilter() local
492 matches = !IsUnspecified() && !IsMulticast(); in MatchesFilter()
496 matches = IsMulticast(); in MatchesFilter()
500 matches = IsMulticastLargerThanRealmLocal(); in MatchesFilter()
504 return matches; in MatchesFilter()
Dtcp6.cpp526 bool matches = false; in Matches() local
535 matches = true; in Matches()
538 return matches; in Matches()
610 bool matches = false; in Matches() local
617 matches = true; in Matches()
620 return matches; in Matches()
Dudp6.cpp52 bool matches = false; in Matches() local
68 matches = true; in Matches()
71 return matches; in Matches()
Ddnssd_server.cpp809 bool matches = QueryNameMatches(aService.GetServiceName()); in QueryNameMatchesService() local
811 VerifyOrExit(!matches); in QueryNameMatchesService()
815 matches = QueryNameMatches(aService.GetSubTypeServiceNameAt(index)); in QueryNameMatchesService()
816 VerifyOrExit(!matches); in QueryNameMatchesService()
820 return matches; in QueryNameMatchesService()
Dmdns.cpp500 bool matches = false; in Matches() local
509 matches = true; in Matches()
512 return matches; in Matches()
4086 bool matches = false; in Matches() local
4089 matches = (mRxMessages.GetHead()->GetSenderAddress() == aAddress); in Matches()
4092 return matches; in Matches()
4990 bool matches = false; in Matches() local
5005matches = name.Matches(isSubType ? kSubServiceLabel : nullptr, mServiceType.AsCString(), kLocalDom… in Matches()
5008 return matches; in Matches()
5013 bool matches = false; in Matches() local
[all …]
/openthread-3.7.0/third_party/mbedtls/repo/scripts/
Dgenerate_ssl_debug_helpers.py237 matches = list(sig_alg_pattern.finditer(source_code, start, end))
238 if matches:
239 yield SignatureAlgorithmDefinition(source_code, definitions=matches)
296 matches = list(named_group_pattern.finditer(source_code, start, end))
297 if matches:
298 yield NamedGroupDefinition(source_code, definitions=matches)
Dgenerate_errors.pl53 my @matches;
85 push @matches, [$name, $value, $description];
106 foreach my $match (@matches)
/openthread-3.7.0/tests/unit/
Dtest_ip_address.cpp325 bool matches = true; in CheckPrefix() local
334 matches = false; in CheckPrefix()
339 return matches; in CheckPrefix()
346 bool matches = true; in CheckPrefixInIid() local
355 matches = false; in CheckPrefixInIid()
360 return matches; in CheckPrefixInIid()
367 bool matches = true; in CheckInterfaceId() local
376 matches = false; in CheckInterfaceId()
381 return matches; in CheckInterfaceId()
Dtest_array.cpp203 bool matches = false; in TestArrayCopyAndFindMatching() local
208 matches = true; in TestArrayCopyAndFindMatching()
211 matches = false; in TestArrayCopyAndFindMatching()
214 matches = ((mYear % 2) != 0); in TestArrayCopyAndFindMatching()
217 matches = ((mYear % 2) == 0); in TestArrayCopyAndFindMatching()
221 return matches; in TestArrayCopyAndFindMatching()
Dtest_mac_frame.cpp42 bool matches = true; in CompareReversed() local
48 matches = false; in CompareReversed()
53 return matches; in CompareReversed()
58 bool matches = false; in CompareAddresses() local
74 matches = true; in CompareAddresses()
77 return matches; in CompareAddresses()
Dtest_mdns.cpp360 bool matches = false; in MatchesTtl() local
377 matches = true; in MatchesTtl()
380 return matches; in MatchesTtl()
4622 bool matches = true; in Matches() local
4624 VerifyOrExit(aNumAddrs == mNumAddrs, matches = false); in Matches()
4630 ExitNow(matches = false); in Matches()
4635 return matches; in Matches()
/openthread-3.7.0/src/core/meshcop/
Dmeshcop.cpp279 bool matches = true; in DoesAllMatch() local
285 matches = false; in DoesAllMatch()
290 return matches; in DoesAllMatch()
/openthread-3.7.0/third_party/mbedtls/repo/tests/scripts/
Drun-metatests.sh6 Run all the metatests whose platform matches any of the given PLATFORM.
/openthread-3.7.0/third_party/mbedtls/repo/tests/suites/
Dtest_suite_constant_time.function249 /* Construct data that matches, if same == -1, otherwise
307 /* Construct data that matches, except for specified byte (if in range). */
Dtest_suite_ecdh.function476 /* Test the retrieved group id matches/*/
Dtest_suite_bignum_mod_raw.function738 /* The result matches expected value */
802 /* The result matches expected value */
Dtest_suite_ctr_drbg.function520 // test that mbedtls_ctr_increment_counter behaviour matches reference
Dtest_suite_gcm.function5 * and check that the output matches the expected output.
Dtest_suite_ccm.function5 * and check that the output matches the expected output.
Dtest_suite_rsa.function1430 /* Check that the written key matches with the one provided in input. */

12