Searched defs:noMatch (Results 1 – 5 of 5) sorted by relevance
56 HttpGet noMatch = new HttpGet("example.com"); in matches_shouldMatchHeaders() local75 HttpPost noMatch = new HttpPost("example.com"); in matches_shouldMatchPostBody() local
26 private final boolean noMatch; field in ClassCoverageImpl45 final boolean noMatch) { in ClassCoverageImpl()
160 final OffsetResult noMatch = null; in lookupByOffsetWithBias_oneCandidate() local215 final OffsetResult noMatch = null; in lookupByOffsetWithBias_multipleNonOverlappingCandidates() local277 final OffsetResult noMatch = null; in lookupByOffsetWithBias_multipleOverlappingCandidates() local
316 private void doTestGeneral(CharMatcher matcher, char match, char noMatch) { in doTestGeneral()