HomeSort by relevance Sort by last modified time
    Searched full:nomatch (Results 1 - 25 of 37) sorted by null

1 2

  /external/robolectric/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/valgrind/unittest/
wildcard_test.supp 112 nomatch
117 nomatch
126 nomatch
  /libcore/luni/src/test/java/libcore/java/security/cert/
X509CertSelectorTest.java 38 byte[] noMatch = { 127, 0, 0, 2 };
39 assertFalse(certSelector.match(newCertWithSubjectAltNameIpAddress(noMatch)));
49 byte[] noMatch = { 127, 0, 0, 2 };
50 assertFalse(certSelector.match(newCertWithSubjectAltNameIpAddress(noMatch)));
61 byte[] noMatch = { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2 };
62 assertFalse(certSelector.match(newCertWithSubjectAltNameIpAddress(noMatch)));
73 byte[] noMatch = { 127, 0, 0, 2, -1, -1, -1, 127 };
74 assertFalse(certSelector.match(newCertWithNameConstraint(noMatch, excluded)));
93 byte[] noMatch = {
97 assertFalse(certSelector.match(newCertWithNameConstraint(noMatch, excluded)))
    [all...]
  /libcore/luni/src/test/java/tests/org/w3c/dom/
HasAttributeNS.java 36 * return false since the element has "nomatch" as the local name and
74 String localName = "nomatch";
88 String namespaceURI = "http://www.nomatch.com";
GetElementsByTagNameNS.java 152 String localName = "nomatch";
163 elementList = doc.getElementsByTagNameNS("http://www.nomatch.com",
268 "nomatch");
277 elementList = docElem.getElementsByTagNameNS("http://www.nomatch.com",
HasAttribute.java 81 state = testNode.hasAttribute("nomatch");
  /libcore/dom/src/test/java/org/w3c/domts/level2/core/
hasAttribute03.java 37 * should return false since the element does not have "nomatch" as an attribute.
71 state = testNode.hasAttribute("nomatch");
getElementsByTagNameNS05.java 39 * using the "http://www.nist.gov" as the namespaceURI and "nomatch" as the
70 String localName = "nomatch";
getElementsByTagNameNS06.java 39 * using the "http://www.nomatch.com" as the namespaceURI and "address" as the
78 elementList = doc.getElementsByTagNameNS("http://www.nomatch.com", "address");
getElementsByTagNameNS12.java 39 * using the "http://www.nist.gov" as the namespaceURI and "nomatch" as the
73 elementList = docElem.getElementsByTagNameNS("http://www.nist.gov", "nomatch");
getElementsByTagNameNS13.java 39 * using the "http://www.nomatch.com" as the namespaceURI and "address" as the
79 elementList = docElem.getElementsByTagNameNS("http://www.nomatch.com", "address");
hasAttributeNS01.java 39 * should return false since the element has "nomatch" as the local name
67 String localName = "nomatch";
hasAttributeNS02.java 39 * and "http://www.nomatch.com" as the namespace URI.
67 String namespaceURI = "http://www.nomatch.com";
  /external/regex-re2/re2/
compile.cc 165 Frag NoMatch();
296 Frag Compiler::NoMatch() {
308 return NoMatch();
339 return NoMatch();
356 return NoMatch();
379 return NoMatch();
395 return NoMatch();
414 return NoMatch();
423 return NoMatch();
432 return NoMatch();
    [all...]
  /external/srec/srec/Recognizer/src/
RecognizerResultImpl.c 157 ESR_BOOL noMatch = ESR_TRUE;
172 noMatch = ESR_FALSE;
178 if (noMatch)
  /external/webkit/LayoutTests/dom/html/level1/core/
hc_elementgetelementsbytagname.js 83 using the string "noMatch" as the tagName.
hc_elementgetelementsbytagnamenomatch.js 100 elementList = doc.getElementsByTagName("noMatch");
  /external/webkit/LayoutTests/dom/xhtml/level1/core/
hc_elementgetelementsbytagname.js 83 using the string "noMatch" as the tagName.
hc_elementgetelementsbytagnamenomatch.js 100 elementList = doc.getElementsByTagName("noMatch");
  /libcore/dom/src/test/java/org/w3c/domts/level1/core/
elementgetelementsbytagname.java 35 * using the string "noMatch" as the tagName.
elementgetelementsbytagnamenomatch.java 66 elementList = doc.getElementsByTagName("noMatch");
hc_elementgetelementsbytagname.java 35 * using the string "noMatch" as the tagName.
hc_elementgetelementsbytagnamenomatch.java 65 elementList = doc.getElementsByTagName("noMatch");
  /external/openssh/regress/
cfgmatch.sh 122 trace "nomatch permitopen proxy w/key opts proto $p"
125 fail "nomatch override permitopen proto $p"
  /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma_3/Statements/
switch-001.js 31 var cnNoMatch = 'NoMatch';

Completed in 3060 milliseconds

1 2