Home
last modified time | relevance | path

Searched defs:Matches (Results 1 – 25 of 244) sorted by relevance

12345678910

/aosp_15_r20/external/grpc-grpc/src/core/lib/security/authorization/
H A Dmatchers.cc128 bool AndAuthorizationMatcher::Matches(const EvaluateArgs& args) const { in Matches() function in grpc_core::AndAuthorizationMatcher
137 bool OrAuthorizationMatcher::Matches(const EvaluateArgs& args) const { in Matches() function in grpc_core::OrAuthorizationMatcher
146 bool NotAuthorizationMatcher::Matches(const EvaluateArgs& args) const { in Matches() function in grpc_core::NotAuthorizationMatcher
150 bool HeaderAuthorizationMatcher::Matches(const EvaluateArgs& args) const { in Matches() function in grpc_core::HeaderAuthorizationMatcher
170 bool IpAuthorizationMatcher::Matches(const EvaluateArgs& args) const { in Matches() function in grpc_core::IpAuthorizationMatcher
189 bool PortAuthorizationMatcher::Matches(const EvaluateArgs& args) const { in Matches() function in grpc_core::PortAuthorizationMatcher
193 bool AuthenticatedAuthorizationMatcher::Matches( in Matches() function in grpc_core::AuthenticatedAuthorizationMatcher
223 bool ReqServerNameAuthorizationMatcher::Matches(const EvaluateArgs&) const { in Matches() function in grpc_core::ReqServerNameAuthorizationMatcher
228 bool PathAuthorizationMatcher::Matches(const EvaluateArgs& args) const { in Matches() function in grpc_core::PathAuthorizationMatcher
236 bool PolicyAuthorizationMatcher::Matches(const EvaluateArgs& args) const { in Matches() function in grpc_core::PolicyAuthorizationMatcher
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/lib/security/authorization/
Dmatchers.cc129 bool AndAuthorizationMatcher::Matches(const EvaluateArgs& args) const { in Matches() function in grpc_core::AndAuthorizationMatcher
138 bool OrAuthorizationMatcher::Matches(const EvaluateArgs& args) const { in Matches() function in grpc_core::OrAuthorizationMatcher
147 bool NotAuthorizationMatcher::Matches(const EvaluateArgs& args) const { in Matches() function in grpc_core::NotAuthorizationMatcher
151 bool HeaderAuthorizationMatcher::Matches(const EvaluateArgs& args) const { in Matches() function in grpc_core::HeaderAuthorizationMatcher
171 bool IpAuthorizationMatcher::Matches(const EvaluateArgs& args) const { in Matches() function in grpc_core::IpAuthorizationMatcher
190 bool PortAuthorizationMatcher::Matches(const EvaluateArgs& args) const { in Matches() function in grpc_core::PortAuthorizationMatcher
194 bool AuthenticatedAuthorizationMatcher::Matches( in Matches() function in grpc_core::AuthenticatedAuthorizationMatcher
224 bool ReqServerNameAuthorizationMatcher::Matches(const EvaluateArgs&) const { in Matches() function in grpc_core::ReqServerNameAuthorizationMatcher
229 bool PathAuthorizationMatcher::Matches(const EvaluateArgs& args) const { in Matches() function in grpc_core::PathAuthorizationMatcher
237 bool PolicyAuthorizationMatcher::Matches(const EvaluateArgs& args) const { in Matches() function in grpc_core::PolicyAuthorizationMatcher
/aosp_15_r20/external/rust/android-crates-io/crates/regex/src/
Dre_trait.rs165 pub struct Matches<'t, R> struct
176 impl<'t, R> Matches<'t, R> impl
192 impl<'t, R> Iterator for Matches<'t, R> implementation
225 impl<'t, R> FusedIterator for Matches<'t, R> implementation
/aosp_15_r20/external/rust/android-crates-io/crates/regex-automata/src/
Dregex.rs415 pub struct Matches<'r, 't, D: DFA + 'r> { struct
422 impl<'r, 't, D: DFA> Matches<'r, 't, D> { argument
428 impl<'r, 't, D: DFA> Iterator for Matches<'r, 't, D> { implementation
/aosp_15_r20/external/openthread/src/core/net/
H A Dmdns.cpp499 bool Core::AddressArray::Matches(const Ip6::Address *aAddresses, uint16_t aNumAddresses) const in Matches() function in ot::Dns::Multicast::Core::AddressArray
1366 bool Core::HostEntry::Matches(const Name &aName) const in Matches() function in ot::Dns::Multicast::Core::HostEntry
1371 bool Core::HostEntry::Matches(const Host &aHost) const { return NameMatch(mName, aHost.mHostName); } in Matches() function in ot::Dns::Multicast::Core::HostEntry
1373 bool Core::HostEntry::Matches(const Key &aKey) const { return !IsKeyForService(aKey) && NameMatch(m… in Matches() function in ot::Dns::Multicast::Core::HostEntry
1375 bool Core::HostEntry::Matches(const Heap::String &aName) const { return NameMatch(mName, aName); } in Matches() function in ot::Dns::Multicast::Core::HostEntry
1763 bool Core::ServiceEntry::Matches(const Name &aFullName) const in Matches() function in ot::Dns::Multicast::Core::ServiceEntry
1776 bool Core::ServiceEntry::Matches(const Service &aService) const in Matches() function in ot::Dns::Multicast::Core::ServiceEntry
1781 bool Core::ServiceEntry::Matches(const Key &aKey) const in Matches() function in ot::Dns::Multicast::Core::ServiceEntry
2652 bool Core::ServiceEntry::SubType::Matches(const EmptyChecker &aChecker) const in Matches() function in ot::Dns::Multicast::Core::ServiceEntry::SubType
2698 bool Core::ServiceType::Matches(const Name &aServiceTypeName) const in Matches() function in ot::Dns::Multicast::Core::ServiceType
[all …]
H A Dmdns.hpp1065 bool Matches(State aState) const { return GetState() == aState; } in Matches() function in ot::Dns::Multicast::Core::HostEntry
1066 bool Matches(const HostEntry &aEntry) const { return (this == &aEntry); } in Matches() function in ot::Dns::Multicast::Core::HostEntry
1120 bool Matches(State aState) const { return GetState() == aState; } in Matches() function in ot::Dns::Multicast::Core::ServiceEntry
1121 bool Matches(const ServiceEntry &aEntry) const { return (this == &aEntry); } in Matches() function in ot::Dns::Multicast::Core::ServiceEntry
1145 bool Matches(const char *aLabel) const { return NameMatch(mLabel, aLabel); } in Matches() function in ot::Dns::Multicast::Core::ServiceEntry::SubType
1216 bool Matches(const ServiceType &aServiceType) const { return (this == &aServiceType); } in Matches() function in ot::Dns::Multicast::Core::ServiceType
1464 bool Matches(const Hash &aHash) const { return aHash == mHash; } in Matches() function
1465 …bool Matches(const ExpireChecker &aExpireChecker) const { return mExpireTime <= aExpireChecker.mNo… in Matches() function
1501 … bool Matches(BrowseCallback aCallback) const { return mSharedCallback.mBrowse == aCallback; } in Matches() function in ot::Dns::Multicast::Core::ResultCallback
1502 bool Matches(SrvCallback aCallback) const { return mSharedCallback.mSrv == aCallback; } in Matches() function in ot::Dns::Multicast::Core::ResultCallback
[all …]
H A Dnat64_translator.hpp370 bool Matches(const Ip4::Address &aIp4) const { return mIp4 == aIp4; } in Matches() function in ot::Nat64::Translator::AddressMapping
371 bool Matches(const Ip6::Address &aIp6) const { return mIp6 == aIp6; } in Matches() function in ot::Nat64::Translator::AddressMapping
372 bool Matches(const TimeMilli aNow) const { return mExpiry < aNow; } in Matches() function in ot::Nat64::Translator::AddressMapping
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/test/src/
H A Dcli.rs322 matches: &getopts::Matches, in get_time_options()
339 fn get_shuffle(matches: &getopts::Matches, allow_unstable: bool) -> OptPartRes<bool> { in get_shuffle()
351 fn get_shuffle_seed(matches: &getopts::Matches, allow_unstable: bool) -> OptPartRes<Option<u64>> { in get_shuffle_seed()
397 matches: &getopts::Matches, in get_format()
457 fn get_run_ignored(matches: &getopts::Matches, include_ignored: bool) -> OptPartRes<RunIgnored> { in get_run_ignored()
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/test/src/
H A Dcli.rs322 matches: &getopts::Matches, in get_time_options()
339 fn get_shuffle(matches: &getopts::Matches, allow_unstable: bool) -> OptPartRes<bool> { in get_shuffle()
351 fn get_shuffle_seed(matches: &getopts::Matches, allow_unstable: bool) -> OptPartRes<Option<u64>> { in get_shuffle_seed()
397 matches: &getopts::Matches, in get_format()
457 fn get_run_ignored(matches: &getopts::Matches, include_ignored: bool) -> OptPartRes<RunIgnored> { in get_run_ignored()
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/test/src/
H A Dcli.rs322 matches: &getopts::Matches, in get_time_options()
339 fn get_shuffle(matches: &getopts::Matches, allow_unstable: bool) -> OptPartRes<bool> { in get_shuffle()
351 fn get_shuffle_seed(matches: &getopts::Matches, allow_unstable: bool) -> OptPartRes<Option<u64>> { in get_shuffle_seed()
397 matches: &getopts::Matches, in get_format()
457 fn get_run_ignored(matches: &getopts::Matches, include_ignored: bool) -> OptPartRes<RunIgnored> { in get_run_ignored()
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/test/src/
H A Dcli.rs322 matches: &getopts::Matches, in get_time_options()
339 fn get_shuffle(matches: &getopts::Matches, allow_unstable: bool) -> OptPartRes<bool> { in get_shuffle()
351 fn get_shuffle_seed(matches: &getopts::Matches, allow_unstable: bool) -> OptPartRes<Option<u64>> { in get_shuffle_seed()
397 matches: &getopts::Matches, in get_format()
457 fn get_run_ignored(matches: &getopts::Matches, include_ignored: bool) -> OptPartRes<RunIgnored> { in get_run_ignored()
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/test/src/
H A Dcli.rs322 matches: &getopts::Matches, in get_time_options()
339 fn get_shuffle(matches: &getopts::Matches, allow_unstable: bool) -> OptPartRes<bool> { in get_shuffle()
351 fn get_shuffle_seed(matches: &getopts::Matches, allow_unstable: bool) -> OptPartRes<Option<u64>> { in get_shuffle_seed()
397 matches: &getopts::Matches, in get_format()
457 fn get_run_ignored(matches: &getopts::Matches, include_ignored: bool) -> OptPartRes<RunIgnored> { in get_run_ignored()
/aosp_15_r20/external/mockito/src/main/java/org/mockito/internal/matchers/
H A DMatches.java12 public class Matches implements ArgumentMatcher<Object>, Serializable { class
16 public Matches(String regex) { in Matches() method in Matches
20 public Matches(Pattern pattern) { in Matches() method in Matches
/aosp_15_r20/external/clang/lib/Sema/
H A DSemaCUDA.cpp150 Sema &S, const FunctionDecl *Caller, llvm::SmallVectorImpl<T> &Matches, in EraseUnwantedCUDAMatchesImpl()
173 SmallVectorImpl<FunctionDecl *> &Matches){ in EraseUnwantedCUDAMatches()
179 SmallVectorImpl<DeclAccessPair> &Matches) { in EraseUnwantedCUDAMatches()
188 SmallVectorImpl<std::pair<DeclAccessPair, FunctionDecl *>> &Matches){ in EraseUnwantedCUDAMatches()
/aosp_15_r20/external/rust/android-crates-io/crates/prettyplease/src/
Dmac.rs241 Matches(Matches), enumerator
252 struct Matches { struct
253 expression: Expr,
254 pattern: Pat,
255 guard: Option<Expr>,
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/vendor/getopts/src/
H A Dlib.rs695 pub struct Matches { struct
697 opts: Vec<Opt>,
699 vals: Vec<Vec<(usize, Optval)>>,
701 pub free: Vec<String>,
795 impl Matches { implementation
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/vendor/getopts/src/
H A Dlib.rs695 pub struct Matches { struct
697 opts: Vec<Opt>,
699 vals: Vec<Vec<(usize, Optval)>>,
701 pub free: Vec<String>,
795 impl Matches { impl
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/vendor/getopts/src/
H A Dlib.rs695 pub struct Matches { struct
697 opts: Vec<Opt>,
699 vals: Vec<Vec<(usize, Optval)>>,
701 pub free: Vec<String>,
795 impl Matches { implementation
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/vendor/getopts/src/
H A Dlib.rs695 pub struct Matches { struct
697 opts: Vec<Opt>,
699 vals: Vec<Vec<(usize, Optval)>>,
701 pub free: Vec<String>,
795 impl Matches { impl
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/vendor/getopts/src/
H A Dlib.rs695 pub struct Matches { struct
697 opts: Vec<Opt>,
699 vals: Vec<Vec<(usize, Optval)>>,
701 pub free: Vec<String>,
795 impl Matches { impl
/aosp_15_r20/external/openthread/tests/unit/
H A Dtest_linked_list.cpp69 bool Matches(const char *aName) const { return strcmp(mName, aName) == 0; } in Matches() function
70 bool Matches(uint16_t aId) const { return mId == aId; } in Matches() function
71 bool Matches(Type aType) const { return mType == aType; } in Matches() function
H A Dtest_array.cpp198 bool Matches(const char *aName) const { return strcmp(aName, mName) == 0; } in TestArrayCopyAndFindMatching() function
199 bool Matches(uint16_t aYear) const { return aYear == mYear; } in TestArrayCopyAndFindMatching() function
201 bool Matches(MatchMode aMatchMode) const in TestArrayCopyAndFindMatching() function
/aosp_15_r20/external/federated-compute/fcp/base/
H A Dbounds_test.cc114 static constexpr bool Matches() { in Matches() function in fcp::IntTypeSet
138 static constexpr bool Matches() { in Matches() function
150 static constexpr bool Matches() { in Matches() function
/aosp_15_r20/external/xz-java/src/org/tukaani/xz/lz/
H A DMatches.java13 public final class Matches { class
18 Matches(int countMax) { in Matches() method in Matches
/aosp_15_r20/external/easymock/src/org/easymock/internal/matchers/
H A DMatches.java22 public class Matches implements IArgumentMatcher, Serializable { class
28 public Matches(String regex) { in Matches() method in Matches

12345678910