/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/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/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
|
D | EmptyStringMatcher.java | 32 public boolean matches(String string) in matches() method in EmptyStringMatcher
|
D | StringMatcher.java | 37 public boolean matches(String string); in matches() method
|
D | NotMatcher.java | 42 public boolean matches(String string) in matches() method in NotMatcher
|
/external/lldb/source/Commands/ |
D | CommandCompletions.cpp | 62 StringList &matches in InvokeCommonCompletionCallbacks() 99 StringList &matches in SourceFiles() 130 StringList &matches in DiskFilesOrDirectories() 309 StringList &matches in DiskFiles() 330 StringList &matches in DiskDirectories() 350 StringList &matches in Modules() 382 StringList &matches) in Symbols() 411 StringList &matches) in SettingsNames() 442 lldb_private::StringList &matches) in PlatformPluginNames() 456 lldb_private::StringList &matches) in ArchitectureNames() [all …]
|
D | CommandObjectMultiword.cpp | 47 CommandObjectMultiword::GetSubcommandSP (const char *sub_cmd, StringList *matches) in GetSubcommandSP() 85 CommandObjectMultiword::GetSubcommandObject (const char *sub_cmd, StringList *matches) in GetSubcommandObject() 132 StringList matches; in Execute() local 231 StringList &matches in HandleCompletion() 383 CommandObjectProxy::GetSubcommandSP (const char *sub_cmd, StringList *matches) in GetSubcommandSP() 392 CommandObjectProxy::GetSubcommandObject (const char *sub_cmd, StringList *matches) in GetSubcommandObject() 460 StringList &matches) in HandleCompletion() 482 StringList &matches) in HandleArgumentCompletion()
|
D | CommandObjectHelp.cpp | 85 StringList matches; in DoExecute() local 92 StringList matches; in DoExecute() local 205 StringList &matches in HandleCompletion()
|
D | CommandObjectSettings.cpp | 160 StringList &matches) in HandleArgumentCompletion() 335 StringList &matches) in HandleArgumentCompletion() 427 StringList &matches) in HandleArgumentCompletion() 534 StringList &matches) in HandleArgumentCompletion() 669 StringList &matches) in HandleArgumentCompletion() 790 StringList &matches) in HandleArgumentCompletion() 914 StringList &matches) in HandleArgumentCompletion() 1028 StringList &matches) in HandleArgumentCompletion() 1130 StringList &matches) in HandleArgumentCompletion()
|
/external/mesa3d/src/gallium/drivers/r300/compiler/tests/ |
D | rc_test_helpers.c | 30 static int match_length(regmatch_t * matches, int index) in match_length() 38 regmatch_t * matches, in regex_helper() 94 regmatch_t matches[REGEX_SRC_MATCHES]; in init_rc_normal_src() local 221 regmatch_t matches[REGEX_DST_MATCHES]; in init_rc_normal_dst() local 320 regmatch_t matches[REGEX_INST_MATCHES]; in init_rc_normal_instruction() local
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
D | DictionaryMatcher.java | 28 public abstract int matches(CharacterIterator text, int maxLength, int[] lengths, in matches() method in DictionaryMatcher 31 public int matches(CharacterIterator text, int maxLength, int[] lengths, in matches() method in DictionaryMatcher
|
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/analysis/ |
D | Label.java | 234 public boolean matches(int atom) { in matches() method in Label 244 public boolean matches(IntSet set) { in matches() method in Label 256 public boolean matches(Label other) { in matches() method in Label
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
D | MessagePatternUtilTest.java | 84 private boolean matches(MessageNode msg) { in matches() method in MessagePatternUtilTest.ExpectMessageNode 109 protected boolean matches(MessageContentsNode c) { in matches() method in MessagePatternUtilTest.ExpectMessageContentsNode 120 protected boolean matches(MessageContentsNode c) { in matches() method in MessagePatternUtilTest.ExpectTextNode 154 protected boolean matches(MessageContentsNode c) { in matches() method in MessagePatternUtilTest.ExpectArgNode 210 protected boolean matches(MessageContentsNode c) { in matches() method in MessagePatternUtilTest.ExpectComplexArgNode 255 private boolean matches(VariantNode v) { in matches() method in MessagePatternUtilTest.ExpectVariantNode
|
/external/robolectric/src/main/java/com/xtremelabs/robolectric/tester/org/apache/http/ |
D | FakeHttpLayer.java | 214 public boolean matches(HttpRequest request) { in matches() method in FakeHttpLayer.RequestMatcherResponseRule 243 public boolean matches(HttpRequest request) { in matches() method in FakeHttpLayer.DefaultRequestMatcher 257 public boolean matches(HttpRequest request) { in matches() method in FakeHttpLayer.UriRequestMatcher 277 boolean matches(HttpEntity actualPostBody) throws IOException; in matches() method 319 public boolean matches(HttpRequest request) { in matches() method in FakeHttpLayer.RequestMatcherBuilder 399 public boolean matches(HttpRequest request) { in matches() method in FakeHttpLayer.UriRegexMatcher
|
D | RequestMatcher.java | 6 public boolean matches(HttpRequest request); in matches() method
|
/external/easymock/src/org/easymock/internal/ |
D | ExpectedInvocation.java | 88 public boolean matches(Invocation actual) { in matches() method in ExpectedInvocation 96 private boolean matches(Object[] arguments) { in matches() method in ExpectedInvocation
|
/external/v8/test/mjsunit/ |
D | regexp-indexof.js | 28 function CheckMatch(re, str, matches) { argument
|
/external/hamcrest/src/org/hamcrest/ |
D | Matcher.java | 36 boolean matches(Object item); in matches() method
|
/external/mockito/src/org/mockito/internal/matchers/ |
D | AnyVararg.java | 18 public boolean matches(Object arg) { in matches() method in AnyVararg
|
/external/v8/test/mjsunit/regress/ |
D | regress-regexp-construct-result.js | 41 var matches = regexp.exec("a"); variable
|
/external/easymock/src/org/easymock/ |
D | IArgumentMatcher.java | 37 boolean matches(Object argument); in matches() method
|
D | ArgumentsMatcher.java | 43 boolean matches(Object[] expected, Object[] actual); in matches() method
|
/external/valgrind/coregrind/ |
D | m_options.c | 329 Bool matches; in VG_() local 354 Bool matches; in VG_() local
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/ |
D | ant-apache-regexp.jar | ... regexp.RESyntaxException e
int options
int cOptions
public boolean matches (java.lang.String) throws org. ... |