/external/libtextclassifier/native/utils/container/ |
D | sorted-strings-table_test.cc | 36 std::vector<StringSet::Match> matches; in TEST() local 46 std::vector<StringSet::Match> matches; in TEST() local 52 std::vector<StringSet::Match> matches; in TEST() local 58 std::vector<StringSet::Match> matches; in TEST() local 64 std::vector<StringSet::Match> matches; in TEST() local 70 std::vector<StringSet::Match> matches; in TEST() local 76 std::vector<StringSet::Match> matches; in TEST() local 82 std::vector<StringSet::Match> matches; in TEST() local
|
D | double-array-trie_test.cc | 43 std::vector<StringSet::Match> matches; in TEST() local 53 std::vector<StringSet::Match> matches; in TEST() local 59 std::vector<StringSet::Match> matches; in TEST() local 65 std::vector<StringSet::Match> matches; in TEST() local 71 std::vector<StringSet::Match> matches; in TEST() local 77 std::vector<StringSet::Match> matches; in TEST() local 83 std::vector<StringSet::Match> matches; in TEST() local
|
/external/llvm/tools/llvm-cov/ |
D | CoverageFilters.cpp | 20 bool NameCoverageFilter::matches(const coverage::FunctionRecord &Function) { in matches() function in NameCoverageFilter 26 NameRegexCoverageFilter::matches(const coverage::FunctionRecord &Function) { in matches() function in NameRegexCoverageFilter 30 bool RegionCoverageFilter::matches(const coverage::FunctionRecord &Function) { in matches() function in RegionCoverageFilter 35 bool LineCoverageFilter::matches(const coverage::FunctionRecord &Function) { in matches() function in LineCoverageFilter 44 bool CoverageFilters::matches(const coverage::FunctionRecord &Function) { in matches() function in CoverageFilters 53 CoverageFiltersMatchAll::matches(const coverage::FunctionRecord &Function) { in matches() function in CoverageFiltersMatchAll
|
/external/llvm-project/llvm/tools/llvm-cov/ |
D | CoverageFilters.cpp | 20 bool NameCoverageFilter::matches( in matches() function in NameCoverageFilter 27 bool NameRegexCoverageFilter::matches( in matches() function in NameRegexCoverageFilter 37 bool NameWhitelistCoverageFilter::matches( in matches() function in NameWhitelistCoverageFilter 43 bool RegionCoverageFilter::matches( in matches() function in RegionCoverageFilter 50 bool LineCoverageFilter::matches( in matches() function in LineCoverageFilter 61 bool CoverageFilters::matches(const coverage::CoverageMapping &CM, in matches() function in CoverageFilters 78 bool CoverageFiltersMatchAll::matches( in matches() function in CoverageFiltersMatchAll
|
/external/emma/core/java12/com/vladium/util/ |
D | WCMatcher.java | 71 public abstract boolean matches (String s); in matches() method in WCMatcher 72 public abstract boolean matches (char [] chars); in matches() method in WCMatcher 118 public final boolean matches (final String s) in matches() method in WCMatcher.AllMatcher 125 public final boolean matches (final char [] chars) in matches() method in WCMatcher.AllMatcher 137 public final boolean matches (final String s) in matches() method in WCMatcher.EmptyMatcher 144 public final boolean matches (final char [] chars) in matches() method in WCMatcher.EmptyMatcher 156 public final boolean matches (final String s) in matches() method in WCMatcher.StartsWithMatcher 163 public final boolean matches (final char [] chars) in matches() method in WCMatcher.StartsWithMatcher 194 public final boolean matches (final String s) in matches() method in WCMatcher.EndsWithMatcher 201 public final boolean matches (final char [] chars) in matches() method in WCMatcher.EndsWithMatcher [all …]
|
/external/mockito/src/test/java/org/mockito/internal/hamcrest/ |
D | MatcherGenericTypeExtractorTest.java | 23 public boolean matches(Object o) { in matches() method in MatcherGenericTypeExtractorTest.IntMatcher 31 public boolean matches(Object o) { in matches() method in MatcherGenericTypeExtractorTest.StaticIntMatcher 39 public boolean matches(Object o) { in matches() method in MatcherGenericTypeExtractorTest.StaticIntMatcherSubclass 48 public boolean matches(Object o) { in matches() method in MatcherGenericTypeExtractorTest.NonGenericMatcher 56 public boolean matches(Object o) { in matches() method in MatcherGenericTypeExtractorTest.IntMatcherFromInterface 65 public boolean matches(Object o) { in matches() method in MatcherGenericTypeExtractorTest.StaticIntMatcherFromInterface 75 public boolean matches(Object o) { in matches() method in MatcherGenericTypeExtractorTest.NonGenericMatcherFromInterface 86 public boolean matches(Object o) { in matches() method in MatcherGenericTypeExtractorTest.SubclassGenericMatcherFromInterface
|
/external/mockito/src/test/java/org/mockito/internal/invocation/ |
D | TypeSafeMatchingTest.java | 92 public boolean matches(Integer arg) { in matchesOverloadsMustBeIgnored() method in TypeSafeMatchingTest.TestMatcher 97 public boolean matches(Date arg) { in matchesOverloadsMustBeIgnored() method in TypeSafeMatchingTest.TestMatcher 102 public boolean matches(Integer arg, Void v) { in matchesOverloadsMustBeIgnored() method in TypeSafeMatchingTest.TestMatcher 118 public boolean matches(Integer argument) { in matchesWithSubTypeExtendingGenericClass() method in TypeSafeMatchingTest.TestMatcher 134 public boolean matches(Integer argument) { in dontMatchesWithSubTypeExtendingGenericClass() method in TypeSafeMatchingTest.TestMatcher 153 public boolean matches(T argument) { in passEveryArgumentTypeIfNoBridgeMethodWasGenerated() method in TypeSafeMatchingTest.GenericMatcher
|
/external/catch2/include/internal/ |
D | catch_test_spec.cpp | 35 bool TestSpec::NamePattern::matches( TestCaseInfo const& testCase ) const { in matches() function in Catch::TestSpec::NamePattern 45 bool TestSpec::TagPattern::matches( TestCaseInfo const& testCase ) const { in matches() function in Catch::TestSpec::TagPattern 57 bool TestSpec::ExcludedPattern::matches( TestCaseInfo const& testCase ) const { in matches() function in Catch::TestSpec::ExcludedPattern 62 bool TestSpec::Filter::matches( TestCaseInfo const& testCase ) const { in matches() function in Catch::TestSpec::Filter 78 bool TestSpec::matches( TestCaseInfo const& testCase ) const { in matches() function in Catch::TestSpec 84 Matches matches( m_filters.size() ); in matchesByFilter() local
|
/external/mockito/src/test/java/org/mockitousage/bugs/ |
D | CompareMatcherTest.java | 87 public boolean matches(Integer arg) { in matchesOverloadsMustBeIgnored() method in CompareMatcherTest.TestMatcher 92 public boolean matches(Date arg) { in matchesOverloadsMustBeIgnored() method in CompareMatcherTest.TestMatcher 97 public boolean matches(Integer arg, Void v) { in matchesOverloadsMustBeIgnored() method in CompareMatcherTest.TestMatcher 113 public boolean matches(Integer argument) { in matchesWithSubTypeExtendingGenericClass() method in CompareMatcherTest.TestMatcher 126 public boolean matches(T argument) { in matchesWithSubTypeGenericMethod() method in CompareMatcherTest.GenericMatcher
|
/external/proguard/src/proguard/util/ |
D | ConstantMatcher.java | 30 private boolean matches; field in ConstantMatcher 36 public ConstantMatcher(boolean matches) in ConstantMatcher() 44 public boolean matches(String string) in matches() method in ConstantMatcher
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
D | BidiTransform.java | 380 boolean matches(byte inLevel, Order inOrder, byte outLevel, Order outOrder) { in matches() method 393 boolean matches(byte inLevel, Order inOrder, byte outLevel, Order outOrder) { in matches() method 406 boolean matches(byte inLevel, Order inOrder, byte outLevel, Order outOrder) { in matches() method 420 boolean matches(byte inLevel, Order inOrder, byte outLevel, Order outOrder) { in matches() method 434 boolean matches(byte inLevel, Order inOrder, byte outLevel, Order outOrder) { in matches() method 447 boolean matches(byte inLevel, Order inOrder, byte outLevel, Order outOrder) { in matches() method 461 boolean matches(byte inLevel, Order inOrder, byte outLevel, Order outOrder) { in matches() method 474 boolean matches(byte inLevel, Order inOrder, byte outLevel, Order outOrder) { in matches() method 488 boolean matches(byte inLevel, Order inOrder, byte outLevel, Order outOrder) { in matches() method 503 boolean matches(byte inLevel, Order inOrder, byte outLevel, Order outOrder) { in matches() method [all …]
|
D | DictionaryMatcher.java | 30 public abstract int matches(CharacterIterator text, int maxLength, int[] lengths, in matches() method in DictionaryMatcher 33 public int matches(CharacterIterator text, int maxLength, int[] lengths, in matches() method in DictionaryMatcher
|
/external/icu/android_icu4j/src/main/java/android/icu/text/ |
D | BidiTransform.java | 370 boolean matches(byte inLevel, Order inOrder, byte outLevel, Order outOrder) { in matches() method 383 boolean matches(byte inLevel, Order inOrder, byte outLevel, Order outOrder) { in matches() method 396 boolean matches(byte inLevel, Order inOrder, byte outLevel, Order outOrder) { in matches() method 410 boolean matches(byte inLevel, Order inOrder, byte outLevel, Order outOrder) { in matches() method 424 boolean matches(byte inLevel, Order inOrder, byte outLevel, Order outOrder) { in matches() method 437 boolean matches(byte inLevel, Order inOrder, byte outLevel, Order outOrder) { in matches() method 451 boolean matches(byte inLevel, Order inOrder, byte outLevel, Order outOrder) { in matches() method 464 boolean matches(byte inLevel, Order inOrder, byte outLevel, Order outOrder) { in matches() method 478 boolean matches(byte inLevel, Order inOrder, byte outLevel, Order outOrder) { in matches() method 493 boolean matches(byte inLevel, Order inOrder, byte outLevel, Order outOrder) { in matches() method [all …]
|
D | DictionaryMatcher.java | 31 public abstract int matches(CharacterIterator text, int maxLength, int[] lengths, in matches() method in DictionaryMatcher 34 public int matches(CharacterIterator text, int maxLength, int[] lengths, in matches() method in DictionaryMatcher
|
/external/mockito/src/test/java/org/mockitousage/matchers/ |
D | CustomMatchersTest.java | 25 public boolean matches(String arg) { in matches() method in CustomMatchersTest.ContainsFoo 31 public boolean matches(Boolean arg) { in matches() method in CustomMatchersTest.IsAnyBoolean 37 public boolean matches(Character character) { in matches() method in CustomMatchersTest.IsSorZ 43 public boolean matches(T number) { in matches() method in CustomMatchersTest.IsZeroOrOne 139 public boolean matches(String arg) { in matches() method in CustomMatchersTest.StringThatContainsXxx
|
D | HamcrestMatchersTest.java | 28 public boolean matches(Object o) { in matches() method in HamcrestMatchersTest.ContainsX 60 public boolean matches(Object o) { in matches() method in HamcrestMatchersTest.IntMatcher 93 public boolean matches(Object o) { in matches() method in HamcrestMatchersTest.NonGenericMatcher
|
/external/rust/crates/regex-automata/src/ |
D | lib.rs | 37 let matches: Vec<(usize, usize)> = re.find_iter(text).collect(); localVariable 57 let matches: Vec<(usize, usize)> = re.find_iter(text).collect(); localVariable 75 let matches: Vec<(usize, usize)> = sparse_re.find_iter(text).collect(); localVariable 105 let matches: Vec<(usize, usize)> = re2.find_iter(text).collect(); localVariable 158 let matches: Vec<(usize, usize)> = re2.find_iter(text).collect(); localVariable
|
/external/mockito/src/test/java/org/mockito/internal/matchers/text/ |
D | MatcherToStringTest.java | 16 public boolean matches(Object argument) { in matches() method in MatcherToStringTest.MatcherWithoutDescription 22 public boolean matches(Object argument) { in matches() method in MatcherToStringTest.MatcherWithDescription 31 public boolean matches(Object argument) { in matches() method in MatcherToStringTest.MatcherWithInheritedDescription
|
/external/guice/core/src/com/google/inject/matcher/ |
D | Matchers.java | 46 public boolean matches(Object o) { in matches() method in Matchers.Any 75 public boolean matches(T t) { in matches() method in Matchers.Not 121 public boolean matches(AnnotatedElement element) { in matches() method in Matchers.AnnotatedWithType 159 public boolean matches(AnnotatedElement element) { in matches() method in Matchers.AnnotatedWith 196 public boolean matches(Class subclass) { in matches() method in Matchers.SubclassesOf 231 public boolean matches(Object other) { in matches() method in Matchers.Only 266 public boolean matches(Object other) { in matches() method in Matchers.IdenticalTo 306 public boolean matches(Class c) { in matches() method in Matchers.InPackage 350 public boolean matches(Class c) { in matches() method in Matchers.InSubpackage 388 public boolean matches(Method m) { in matches() method in Matchers.Returns
|
/external/llvm-project/lldb/unittests/Utility/ |
D | CompletionRequestTest.cpp | 18 StringList matches; in TEST() local 53 StringList matches, descriptions; in TEST() local 92 StringList matches; in TEST() local 123 StringList matches; in TEST() local 186 StringList matches, descriptions; in TEST() local 262 StringList matches; in TEST() local
|
/external/llvm-project/lldb/unittests/Target/ |
D | PathMappingListTest.cpp | 26 llvm::ArrayRef<Matches> matches, in TestPathMappings() 48 Matches matches[] = { in TEST() local 77 Matches matches[] = { in TEST() local 99 Matches matches[] = { in TEST() local
|
/external/hamcrest/hamcrest-core/src/main/java/org/hamcrest/ |
D | DiagnosingMatcher.java | 11 public final boolean matches(Object item) { in matches() method in DiagnosingMatcher 20 protected abstract boolean matches(Object item, Description mismatchDescription); in matches() method in DiagnosingMatcher
|
/external/rust/crates/aho-corasick/src/packed/ |
D | mod.rs | 38 let matches: Vec<usize> = searcher localVariable 64 let matches: Vec<usize> = searcher localVariable
|
/external/llvm-project/mlir/test/lib/Dialect/Affine/ |
D | TestVectorizationUtils.cpp | 123 SmallVector<NestedMatch, 8> matches; in testVectorShapeRatio() local 156 SmallVector<NestedMatch, 8> matches; in testBackwardSlicing() local 172 SmallVector<NestedMatch, 8> matches; in testForwardSlicing() local 188 SmallVector<NestedMatch, 8> matches; in testSlicing() local 208 SmallVector<NestedMatch, 8> matches; in testComposeMaps() local 245 SmallVector<NestedMatch, 8> matches; in testNormalizeMaps() local
|
/external/hamcrest/hamcrest-core/src/main/java/org/hamcrest/core/ |
D | ShortcutCombination.java | 16 public abstract boolean matches(Object o); in matches() method in ShortcutCombination 21 protected boolean matches(Object o, boolean shortcut) { in matches() method in ShortcutCombination
|