HomeSort by relevance Sort by last modified time
    Searched defs:fMatcher (Results 1 - 13 of 13) sorted by null

  /external/junit/src/org/junit/internal/
AssumptionViolatedException.java 13 private final Matcher<?> fMatcher;
18 fMatcher= matcher;
31 if (fMatcher != null) {
35 description.appendDescriptionOf(fMatcher);
  /external/junit/src/org/junit/internal/matchers/
CombinableMatcher.java 11 private final Matcher<? extends T> fMatcher;
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/
ExpectedException.java 53 private Matcher<Object> fMatcher= null;
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/chromium_org/third_party/icu/source/i18n/
uregex.cpp 40 RegexMatcher *fMatcher;
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->reset(text)
    [all...]
  /external/icu/icu4c/source/i18n/
uregex.cpp 41 RegexMatcher *fMatcher;
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->reset(text)
    [all...]
  /external/chromium_org/third_party/icu/source/test/intltest/
rbbitst.cpp     [all...]
  /external/owasp/sanitizer/lib/junit/
junit-dep.jar 
junit.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.jdt.debug_3.6.1.v20100715_r361/
jdimodel.jar 
  /prebuilts/misc/common/tradefed/
tradefed-prebuilt.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.jface.text_3.6.1.r361_v20100825-0800.jar 
org.eclipse.ui.workbench_3.6.1.M20101117-0800.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.ui.workbench_3.6.2.M20110210-1200.jar 

Completed in 90 milliseconds