Home
last modified time | relevance | path

Searched refs:noMatch (Results 1 – 6 of 6) sorted by relevance

/external/jacoco/org.jacoco.core/src/org/jacoco/core/internal/analysis/
DClassCoverageImpl.java26 private final boolean noMatch; field in ClassCoverageImpl
45 final boolean noMatch) { in ClassCoverageImpl() argument
48 this.noMatch = noMatch; in ClassCoverageImpl()
117 return noMatch; in isNoMatch()
/external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/tester/org/apache/http/
DFakeHttpLayerTest.java66 HttpGet noMatch = new HttpGet("example.com"); in matches__shouldMatchHeaders() local
68 noMatch.setHeader(new BasicHeader("header1", "header not a match")); in matches__shouldMatchHeaders()
71 assertFalse(requestMatcherBuilder.matches(noMatch)); in matches__shouldMatchHeaders()
89 HttpPost noMatch = new HttpPost("example.com"); in matches__shouldMatchPostBody() local
90 noMatch.setEntity(new StringEntity("some text that does not match")); in matches__shouldMatchPostBody()
93 assertFalse(requestMatcherBuilder.matches(noMatch)); in matches__shouldMatchPostBody()
/external/jacoco/org.jacoco.core/src/org/jacoco/core/analysis/
DAnalyzer.java81 final boolean noMatch; in createAnalyzingVisitor()
84 noMatch = executionData.contains(className); in createAnalyzingVisitor()
87 noMatch = false; in createAnalyzingVisitor()
90 classid, noMatch); in createAnalyzingVisitor()
/external/guava/guava-gwt/test-super/com/google/common/base/super/com/google/common/base/
DCharMatcherTest.java250 private void doTestGeneral(CharMatcher matcher, char match, char noMatch) { in doTestGeneral() argument
252 doTestOneCharNoMatch(matcher, "" + noMatch); in doTestGeneral()
253 doTestMatchThenNoMatch(matcher, "" + match + noMatch); in doTestGeneral()
254 doTestNoMatchThenMatch(matcher, "" + noMatch + match); in doTestGeneral()
/external/guava/guava-tests/test/com/google/common/base/
DCharMatcherTest.java319 private void doTestGeneral(CharMatcher matcher, char match, char noMatch) { in doTestGeneral() argument
321 doTestOneCharNoMatch(matcher, "" + noMatch); in doTestGeneral()
322 doTestMatchThenNoMatch(matcher, "" + match + noMatch); in doTestGeneral()
323 doTestNoMatchThenMatch(matcher, "" + noMatch + match); in doTestGeneral()
/external/skia/tests/
DSkpSkGrTest.cpp614 bool noMatch = addError(&state); in DEF_TEST() local
615 if (noMatch) { in DEF_TEST()