Searched refs:fMatcher (Results 1 - 11 of 11) sorted by relevance

/external/junit/src/org/junit/internal/matchers/
H A DCombinableMatcher.java11 private final Matcher<? extends T> fMatcher; field in class:CombinableMatcher
14 fMatcher= matcher;
18 return fMatcher.matches(item);
22 description.appendDescriptionOf(fMatcher);
27 return new CombinableMatcher<T>(allOf(matcher, fMatcher));
32 return new CombinableMatcher<T>(anyOf(matcher, fMatcher));
/external/junit/src/org/junit/rules/
H A DExpectedException.java53 private Matcher<Object> fMatcher= null; field in class:ExpectedException
70 if (fMatcher == null)
71 fMatcher= (Matcher<Object>) matcher;
73 fMatcher= both(fMatcher).and(matcher);
112 if (fMatcher == null)
114 Assert.assertThat(e, fMatcher);
117 if (fMatcher != null)
119 + StringDescription.toString(fMatcher));
/external/junit/src/org/junit/internal/
H A DAssumptionViolatedException.java13 private final Matcher<?> fMatcher; field in class:AssumptionViolatedException
18 fMatcher= matcher;
31 if (fMatcher != null) {
35 description.appendDescriptionOf(fMatcher);
/external/icu/icu4c/source/i18n/
H A Duregex.cpp41 RegexMatcher *fMatcher; member in struct:RegularExpression
56 fMatcher = NULL;
63 delete fMatcher;
64 fMatcher = NULL;
93 // !!! Not sure how to update this with the new UText backing, which is stored in re->fMatcher anyway
168 re->fMatcher = re->fPat->matcher(*status);
251 re->fMatcher = re->fPat->matcher(*status);
296 clone->fMatcher = source->fPat->matcher(*status);
394 regexp->fMatcher->reset(&input);
424 regexp->fMatcher
[all...]
/external/chromium_org/third_party/icu/source/i18n/
H A Duregex.cpp40 RegexMatcher *fMatcher; member in struct:RegularExpression
55 fMatcher = NULL;
62 delete fMatcher;
63 fMatcher = NULL;
92 // !!! Not sure how to update this with the new UText backing, which is stored in re->fMatcher anyway
167 re->fMatcher = re->fPat->matcher(*status);
250 re->fMatcher = re->fPat->matcher(*status);
295 clone->fMatcher = source->fPat->matcher(*status);
393 regexp->fMatcher->reset(&input);
423 regexp->fMatcher
[all...]
/external/owasp/sanitizer/lib/junit/
H A Djunit-dep.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/extensions/ junit/framework/ junit/runner/ junit/textui/ org/ ...
H A Djunit.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/extensions/ junit/framework/ junit/runner/ junit/textui/ org/ ...
/external/chromium_org/third_party/icu/source/test/intltest/
H A Drbbitst.cpp3067 RegexMatcher *fMatcher; member in class:RBBIWordMonkey
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.jface.text_3.6.1.r361_v20100825-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ui.workbench_3.6.1.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.jdt.debug_3.6.1.v20100715_r361/
H A Djdimodel.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 425 milliseconds