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

  /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";
  /libcore/luni/src/test/java/tests/org/w3c/dom/
HasAttributeNS.java 41 * return false since the element has "nomatch" as the local name and
86 String localName = "nomatch";
106 String namespaceURI = "http://www.nomatch.com";
GetElementsByTagNameNS.java 188 String localName = "nomatch";
205 elementList = doc.getElementsByTagNameNS("http://www.nomatch.com",
346 "nomatch");
361 elementList = docElem.getElementsByTagNameNS("http://www.nomatch.com",
HasAttribute.java 99 state = testNode.hasAttribute("nomatch");
  /external/srec/srec/Recognizer/src/
RecognizerResultImpl.c 157 ESR_BOOL noMatch = ESR_TRUE;
172 noMatch = ESR_FALSE;
178 if (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/webkit/JavaScriptCore/tests/mozilla/ecma_3/Statements/
switch-001.js 31 var cnNoMatch = 'NoMatch';
  /external/bluetooth/glib/tests/
patterntest.c 159 verbose ("passed (%s)\n", match ? "match" : "nomatch");
regex-test.c 193 verbose ("passed (%s)\n", match ? "match" : "nomatch");
250 verbose ("passed (%s)\n", match ? "match" : "nomatch");
    [all...]
  /external/v8/test/cctest/
test-regexp.cc 890 Label nomatch; local
891 m.CheckNotBackReference(0, &nomatch);
893 m.Bind(&nomatch);
936 Label nomatch; local
937 m.CheckNotBackReference(0, &nomatch);
939 m.Bind(&nomatch);
    [all...]
  /external/skia/src/animator/
SkScriptTokenizer.cpp     [all...]
SkScript.cpp     [all...]
  /external/webkit/JavaScriptCore/jit/
JITOpcodes.cpp     [all...]

Completed in 380 milliseconds