Searched refs:nomatch (Results 1 – 8 of 8) sorted by relevance
/external/jacoco/jacoco-maven-plugin/src/org/jacoco/maven/ |
D | BundleCreator.java | 89 final Collection<IClassCoverage> nomatch) { in logBundleInfo() argument 93 if (!nomatch.isEmpty()) { in logBundleInfo() 98 for (final IClassCoverage c : nomatch) { in logBundleInfo()
|
/external/selinux/libselinux/src/ |
D | seusers.c | 190 goto nomatch; in getseuserbyname() 256 nomatch: in getseuserbyname()
|
/external/jacoco/org.jacoco.ant/src/org/jacoco/ant/ |
D | ReportTask.java | 580 final Collection<IClassCoverage> nomatch) { in logBundleInfo() argument 583 if (!nomatch.isEmpty()) { in logBundleInfo() 588 for (final IClassCoverage c : nomatch) { in logBundleInfo()
|
/external/iptables/extensions/ |
D | libxt_set.man | 18 \fB\-\-return\-nomatch\fP 19 If the \fB\-\-return\-nomatch\fP option is specified and the set type
|
/external/jacoco/org.jacoco.core.test/src/org/jacoco/core/analysis/ |
D | CoverageBuilderTest.java | 237 private void addClass(long id, boolean nomatch, String name, String source, in addClass() argument 240 nomatch, null, "java/lang/Object", new String[0]); in addClass()
|
/external/v8/test/cctest/ |
D | test-regexp.cc | 1015 Label nomatch; in TEST() local 1016 m.CheckNotBackReference(0, false, &nomatch); in TEST() 1018 m.Bind(&nomatch); in TEST() 1065 Label nomatch; in TEST() local 1066 m.CheckNotBackReference(0, false, &nomatch); in TEST() 1068 m.Bind(&nomatch); in TEST()
|
/external/pcre/dist/ |
D | pcre_jit_compile.c | 7911 jump_list *nomatch = NULL; in compile_iterator_matchingpath() local 8019 compile_char1_matchingpath(common, type, cc, &nomatch); in compile_iterator_matchingpath() 8035 set_jumps(nomatch, LABEL()); in compile_iterator_matchingpath() 8091 compile_char1_matchingpath(common, type, cc, &nomatch); in compile_iterator_matchingpath() 8100 set_jumps(nomatch, LABEL()); in compile_iterator_matchingpath() 8106 compile_char1_matchingpath(common, type, cc, &nomatch); in compile_iterator_matchingpath() 8108 set_jumps(nomatch, LABEL()); in compile_iterator_matchingpath() 8127 compile_char1_matchingpath(common, type, cc, &nomatch); in compile_iterator_matchingpath() 8136 set_jumps(nomatch, LABEL()); in compile_iterator_matchingpath()
|
/external/mksh/src/ |
D | check.t | 1750 name: eglob-nomatch-1
|