HomeSort by relevance Sort by last modified time
    Searched refs:notation (Results 1 - 19 of 19) sorted by null

  /dalvik/libcore/dom/src/test/java/org/w3c/domts/level1/core/
documenttypegetnotationstype.java 32 * method implements the Notation interface.
66 Node notation; local
74 notation = (Node) notationList.item(indexN10049);
75 notationType = (int) notation.getNodeType();
documenttypegetnotations.java 67 Node notation; local
81 notation = (Node) notationList.item(indexN1005B);
82 notationName = notation.getNodeName();
entitygetpublicid.java 72 String notation; local
83 notation = entityNode.getNotationName();
84 assertEquals("notation", "notation1", notation);
  /dalvik/libcore/dom/src/test/java/org/w3c/domts/level2/core/
getNamedItemNS04.java 34 * Notation nodes are not namespaced and should not be retrievable using
66 Notation notation; local
73 notation = (Notation) notations.getNamedItemNS(nullNS, "notation1");
74 assertNull("notationNull", notation);
importNode13.java 36 * The importedNode is of type Notation.
38 * Retrieve notation named "notation1" from document staffNS.xml.
40 * contains the retrieved notation and deep is false. Method should
41 * return a node of type notation whose name is "notation1".
74 Notation notation; local
75 Notation aNode;
85 notation = (Notation) notationList.getNamedItem("notation1");
86 aNode = (Notation) doc.importNode(notation, false)
    [all...]
namednodemapgetnameditemns01.java 34 * Using the method getNamedItemNS, retreive the entity "ent1" and notation "notation1"
77 Notation notation; local
90 notation = (Notation) notations.getNamedItemNS(nullNS, "notation1");
91 assertNull("notationNull", notation);
namednodemapsetnameditemns11.java 37 * Attempt to add a notation node to a NamedNodeMap of attribute nodes,
77 Notation notation; local
87 notation = (Notation) notations.getNamedItem("notation1");
95 newNode = attributes.setNamedItemNS(notation);
namednodemapsetnameditemns05.java 34 * Retreive an entity and notation node and add the first notation to the
35 * notation node map and first entity node to the entity map. Since both these
77 Notation notation; local
88 notation = (Notation) notations.getNamedItem("notation1");
103 newNode = notations.setNamedItemNS(notation);
namednodemapsetnameditemns10.java 78 Notation notation; local
  /dalvik/libcore/security/src/main/java/org/bouncycastle/asn1/gnu/
GNUObjectIdentifiers.java 9 public static final DERObjectIdentifier notation = new DERObjectIdentifier("1.3.6.1.4.1.11591.2.1"); // notation field in interface:GNUObjectIdentifiers
  /external/expat/lib/
xmlparse.c 197 const XML_Char *notation; member in struct:__anon1884
    [all...]
  /external/webkit/JavaScriptCore/tests/mozilla/Getopt/
Mixed.pm 680 not match exponential notation. Unlike the other configuration
  /external/libxml2/
valid.c 6693 xmlChar *notation = cur->content; local
    [all...]
parser.c 354 errmsg = "NOTATION: Name expected here\n";
357 errmsg = "'>' required to close NOTATION declaration\n";
    [all...]
  /dalvik/docs/
prettify.js 763 // An octal or decimal number, possibly in scientific notation
    [all...]
  /external/grub/docs/
texinfo.tex 156 % In some macros, we cannot use the `\? notation---the left quote is
    [all...]
  /external/jdiff/
xerces.jar 
  /external/dropbear/libtomcrypt/
crypt.tex     [all...]
  /external/bison/tests/
testsuite     [all...]

Completed in 1014 milliseconds