Home
last modified time | relevance | path

Searched defs:matches (Results 1 – 25 of 317) sorted by relevance

12345678910>>...13

/external/llvm/tools/llvm-cov/
DCoverageFilters.cpp20 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/
DWCMatcher.java71 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/
DConstantMatcher.java30 private boolean matches; field in ConstantMatcher
36 public ConstantMatcher(boolean matches) in ConstantMatcher()
44 public boolean matches(String string) in matches() method in ConstantMatcher
DEmptyStringMatcher.java32 public boolean matches(String string) in matches() method in EmptyStringMatcher
DStringMatcher.java37 public boolean matches(String string); in matches() method
DNotMatcher.java42 public boolean matches(String string) in matches() method in NotMatcher
/external/lldb/source/Commands/
DCommandCompletions.cpp62 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 …]
DCommandObjectMultiword.cpp47 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()
DCommandObjectHelp.cpp85 StringList matches; in DoExecute() local
92 StringList matches; in DoExecute() local
205 StringList &matches in HandleCompletion()
DCommandObjectSettings.cpp160 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/
Drc_test_helpers.c30 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/
DDictionaryMatcher.java28 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/
DLabel.java234 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/
DMessagePatternUtilTest.java84 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/
DFakeHttpLayer.java214 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
DRequestMatcher.java6 public boolean matches(HttpRequest request); in matches() method
/external/easymock/src/org/easymock/internal/
DExpectedInvocation.java88 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/
Dregexp-indexof.js28 function CheckMatch(re, str, matches) { argument
/external/hamcrest/src/org/hamcrest/
DMatcher.java36 boolean matches(Object item); in matches() method
/external/mockito/src/org/mockito/internal/matchers/
DAnyVararg.java18 public boolean matches(Object arg) { in matches() method in AnyVararg
/external/v8/test/mjsunit/regress/
Dregress-regexp-construct-result.js41 var matches = regexp.exec("a"); variable
/external/easymock/src/org/easymock/
DIArgumentMatcher.java37 boolean matches(Object argument); in matches() method
DArgumentsMatcher.java43 boolean matches(Object[] expected, Object[] actual); in matches() method
/external/valgrind/coregrind/
Dm_options.c329 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/
Dant-apache-regexp.jar ... regexp.RESyntaxException e int options int cOptions public boolean matches (java.lang.String) throws org. ...

12345678910>>...13