| /external/grpc-grpc/src/core/lib/security/authorization/ |
| D | matchers.cc | 128 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
|
| D | matchers.h | 59 bool Matches(const EvaluateArgs&) const override { return true; } in Matches() function 109 bool Matches(const EvaluateArgs&) const override { return invert_; } in Matches() function
|
| /external/rust/crates/grpcio-sys/grpc/src/core/lib/security/authorization/ |
| D | matchers.cc | 129 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
|
| D | matchers.h | 59 bool Matches(const EvaluateArgs&) const override { return true; } in Matches() function 109 bool Matches(const EvaluateArgs&) const override { return invert_; } in Matches() function
|
| /external/mockito/src/main/java/org/mockito/internal/matchers/ |
| D | Matches.java | 12 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
|
| /external/rust/crates/regex/src/ |
| D | re_trait.rs | 165 pub struct Matches<'t, R> struct 176 impl<'t, R> Matches<'t, R> argument 192 impl<'t, R> Iterator for Matches<'t, R> implementation 225 impl<'t, R> FusedIterator for Matches<'t, R> implementation
|
| /external/xz-java/src/org/tukaani/xz/lz/ |
| D | Matches.java | 13 public final class Matches { class 18 Matches(int countMax) { in Matches() method in Matches
|
| /external/easymock/src/org/easymock/internal/matchers/ |
| D | Matches.java | 22 public class Matches implements IArgumentMatcher, Serializable { class 28 public Matches(String regex) { in Matches() method in Matches
|
| /external/rust/crates/regex-automata/src/ |
| D | regex.rs | 415 pub struct Matches<'r, 't, D: DFA + 'r> { struct 422 impl<'r, 't, D: DFA> Matches<'r, 't, D> { impl 428 impl<'r, 't, D: DFA> Iterator for Matches<'r, 't, D> { implementation
|
| /external/swiftshader/third_party/llvm-16.0/llvm/lib/TableGen/ |
| D | StringMatcher.cpp | 30 StringMatcher::StringPair*> &Matches) { in FindFirstNonCommonLetter() 50 const std::vector<const StringPair *> &Matches, unsigned CharNo, in EmitStringMatcherForChar()
|
| /external/llvm/lib/TableGen/ |
| D | StringMatcher.cpp | 24 StringMatcher::StringPair*> &Matches) { in FindFirstNonCommonLetter() 44 EmitStringMatcherForChar(const std::vector<const StringPair*> &Matches, in EmitStringMatcherForChar()
|
| /external/openthread/src/core/net/ |
| D | nat64_translator.hpp | 362 bool Matches(const Ip4::Address &aIp4) const { return mIp4 == aIp4; } in Matches() function in ot::Nat64::Translator::AddressMapping 363 bool Matches(const Ip6::Address &aIp6) const { return mIp6 == aIp6; } in Matches() function in ot::Nat64::Translator::AddressMapping 364 bool Matches(const TimeMilli aNow) const { return mExpiry < aNow; } in Matches() function in ot::Nat64::Translator::AddressMapping
|
| /external/pigweed/pw_rpc/public/pw_rpc/internal/ |
| D | method_impl_tester.h | 60 struct Matches { struct 61 constexpr bool Pass() const { return true; } in Pass()
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/TableGen/ |
| D | StringMatcher.cpp | 29 StringMatcher::StringPair*> &Matches) { in FindFirstNonCommonLetter() 49 const std::vector<const StringPair *> &Matches, unsigned CharNo, in EmitStringMatcherForChar()
|
| /external/clang/lib/Sema/ |
| D | SemaCUDA.cpp | 150 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()
|
| /external/llvm/lib/Support/ |
| D | Regex.cpp | 59 bool Regex::match(StringRef String, SmallVectorImpl<StringRef> *Matches){ in match() 100 SmallVector<StringRef, 8> Matches; in sub() local
|
| /external/openthread/tests/unit/ |
| D | test_linked_list.cpp | 69 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
|
| D | test_array.cpp | 198 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
|
| /external/swiftshader/third_party/llvm-subzero/lib/Support/ |
| D | Regex.cpp | 68 bool Regex::match(StringRef String, SmallVectorImpl<StringRef> *Matches){ in match() 112 SmallVector<StringRef, 8> Matches; in sub() local
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
| D | Regex.cpp | 82 bool Regex::match(StringRef String, SmallVectorImpl<StringRef> *Matches, in match() 134 SmallVector<StringRef, 8> Matches; in sub() local
|
| /external/federated-compute/fcp/base/ |
| D | bounds_test.cc | 114 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
|
| /external/swiftshader/third_party/llvm-16.0/llvm/lib/Support/ |
| D | Regex.cpp | 86 bool Regex::match(StringRef String, SmallVectorImpl<StringRef> *Matches, in match() 138 SmallVector<StringRef, 8> Matches; in sub() local
|
| /external/llvm/unittests/Support/ |
| D | RegexTest.cpp | 27 SmallVector<StringRef, 1> Matches; in TEST_F() local 66 SmallVector<StringRef, 4> Matches; in TEST_F() local
|
| /external/llvm/lib/Fuzzer/test/ |
| D | RepeatedMemcmp.cpp | 11 int Matches = 0; in LLVMFuzzerTestOneInput() local
|
| /external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/TableGen/ |
| D | StringMatcher.h | 36 const std::vector<StringPair> &Matches; variable
|