HomeSort by relevance Sort by last modified time
    Searched defs:noMatch (Results 1 - 25 of 29) sorted by null

1 2

  /external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/tester/org/apache/http/
FakeHttpLayerTest.java 66 HttpGet noMatch = new HttpGet("example.com");
68 noMatch.setHeader(new BasicHeader("header1", "header not a match"));
71 assertFalse(requestMatcherBuilder.matches(noMatch));
89 HttpPost noMatch = new HttpPost("example.com");
90 noMatch.setEntity(new StringEntity("some text that does not match"));
93 assertFalse(requestMatcherBuilder.matches(noMatch));
  /external/robolectric-shadows/shadows/httpclient/src/test/java/org/robolectric/shadows/httpclient/
FakeHttpLayerTest.java 58 HttpGet noMatch = new HttpGet("example.com");
60 noMatch.setHeader(new BasicHeader("header1", "header not a match"));
63 assertThat(requestMatcherBuilder.matches(noMatch)).isFalse();
81 HttpPost noMatch = new HttpPost("example.com");
82 noMatch.setEntity(new StringEntity("some text that does not match"));
85 assertThat(requestMatcherBuilder.matches(noMatch)).isFalse();
  /external/jacoco/org.jacoco.core/src/org/jacoco/core/internal/analysis/
ClassCoverageImpl.java 26 private final boolean noMatch;
40 * @param noMatch
45 final boolean noMatch) {
48 this.noMatch = noMatch;
117 return noMatch;
  /prebuilts/go/darwin-x86/src/regexp/syntax/
prog.go 190 const noMatch = -1
195 return i.MatchRunePos(r) != noMatch
219 return noMatch
226 return noMatch
247 return noMatch
  /prebuilts/go/linux-x86/src/regexp/syntax/
prog.go 190 const noMatch = -1
195 return i.MatchRunePos(r) != noMatch
219 return noMatch
226 return noMatch
247 return noMatch
  /external/skqp/tests/
SkpSkGrTest.cpp 614 bool noMatch = addError(&state);
615 if (noMatch) {
  /prebuilts/tools/common/m2/repository/org/jacoco/org.jacoco.core/0.7.1.201405082137/
org.jacoco.core-0.7.1.201405082137.jar 
  /prebuilts/tools/common/m2/repository/org/jacoco/org.jacoco.core/0.7.3.201501221555/
org.jacoco.core-0.7.3.201501221555.jar 
  /prebuilts/tools/common/m2/repository/org/jacoco/org.jacoco.core/0.7.4.201502262128/
org.jacoco.core-0.7.4.201502262128.jar 
  /prebuilts/tools/common/m2/repository/org/jacoco/org.jacoco.core/0.7.5.201505241946/
org.jacoco.core-0.7.5.201505241946.jar 
  /prebuilts/tools/common/offline-m2/org/jacoco/org.jacoco.core/0.7.5.201505241946/
org.jacoco.core-0.7.5.201505241946.jar 
  /prebuilts/tools/common/m2/repository/org/jacoco/org.jacoco.core/0.7.6.201602180812/
org.jacoco.core-0.7.6.201602180812.jar 
  /prebuilts/tools/common/m2/repository/org/jacoco/org.jacoco.core/0.7.7.201606060606/
org.jacoco.core-0.7.7.201606060606.jar 
  /prebuilts/tools/common/m2/repository/org/jacoco/org.jacoco.core/0.7.8/
org.jacoco.core-0.7.8.jar 
  /prebuilts/misc/common/jacoco/lib/
org.jacoco.core-0.8.0.201801022044.jar 
  /prebuilts/tools/common/m2/repository/org/jacoco/org.jacoco.ant/0.7.1.201405082137/
org.jacoco.ant-0.7.1.201405082137-nodeps.jar 
  /prebuilts/tools/common/m2/repository/org/jacoco/org.jacoco.ant/0.7.3.201501221555/
org.jacoco.ant-0.7.3.201501221555-nodeps.jar 
  /prebuilts/tools/common/m2/repository/org/jacoco/org.jacoco.ant/0.7.4.201502262128/
org.jacoco.ant-0.7.4.201502262128-nodeps.jar 
  /tools/tradefederation/core/res/jacoco/
jacocoant.jar 
  /prebuilts/sdk/tools/
jack-jacoco-reporter.jar 
  /external/guice/extensions/persist/lib/
db4o-6.4.14.8131-java5.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/jdt/core/compiler/ecj/4.2.2/
ecj-4.2.2.jar 
  /prebuilts/devtools/tools/lib/
ecj-4.4.jar 
ecj-4.6.1.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/jdt/core/compiler/ecj/4.4/
ecj-4.4.jar 

Completed in 154 milliseconds

1 2