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

1 2

  /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);
  /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
  /external/chromium_org/remoting/webapp/
host.js 45 * either dotted-decimal notation notation, or directly represented by the
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/xml/dom/
expatbuilder.py 12 # no way to create Entity and Notation nodes via the DOM Level 2
666 notation = doctype.notations.item(i)
669 s = "%s<!NOTATION %s" % (s, notation.nodeName)
670 if notation.publicId:
672 % (s, notation.publicId, notation.systemId)
674 s = '%s SYSTEM "%s">' % (s, notation.systemId)
688 s = "%s NOTATION %s" % (s, entity.notationName)
    [all...]
minidom.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/xml/dom/
expatbuilder.py 12 # no way to create Entity and Notation nodes via the DOM Level 2
666 notation = doctype.notations.item(i)
669 s = "%s<!NOTATION %s" % (s, notation.nodeName)
670 if notation.publicId:
672 % (s, notation.publicId, notation.systemId)
674 s = '%s SYSTEM "%s">' % (s, notation.systemId)
688 s = "%s NOTATION %s" % (s, entity.notationName)
    [all...]
minidom.py     [all...]
  /external/chromium_org/third_party/jinja2/
filters.py 657 It's now possible to use dotted notation to group by the child
  /external/expat/lib/
xmlparse.c 199 const XML_Char *notation; member in struct:__anon20061
    [all...]
  /external/chromium_org/third_party/mesa/src/docs/
MESA_texture_array.spec     [all...]
  /external/mesa3d/docs/
MESA_texture_array.spec     [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_minidom.py 29 notation = xml.dom.minidom.Notation("my-notation", None,
31 doctype.notations._seq.append(notation)
34 "my-notation")
626 "<!NOTATION notation SYSTEM 'http://xml.python.org/'>\n"
638 "<!NOTATION notation SYSTEM 'http://xml.python.org/'>\n"
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_minidom.py 29 notation = xml.dom.minidom.Notation("my-notation", None,
31 doctype.notations._seq.append(notation)
34 "my-notation")
626 "<!NOTATION notation SYSTEM 'http://xml.python.org/'>\n"
638 "<!NOTATION notation SYSTEM 'http://xml.python.org/'>\n"
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/pydoc_data/
topics.py 12 'bltin-ellipsis-object': '\nThe Ellipsis Object\n*******************\n\nThis object is used by extended slice notation (see *Slicings*). It\nsupports no special operations. There is exactly one ellipsis object,\nnamed ``Ellipsis`` (a built-in name).\n\nIt is written as ``Ellipsis``. When in a subscript, it can also be\nwritten as ``...``, for example ``seq[...]``.\n',
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/pydoc_data/
topics.py 12 'bltin-ellipsis-object': '\nThe Ellipsis Object\n*******************\n\nThis object is used by extended slice notation (see *Slicings*). It\nsupports no special operations. There is exactly one ellipsis object,\nnamed ``Ellipsis`` (a built-in name).\n\nIt is written as ``Ellipsis``. When in a subscript, it can also be\nwritten as ``...``, for example ``seq[...]``.\n',
    [all...]
  /external/chromium_org/third_party/libxml/src/
valid.c 6643 xmlChar *notation = cur->content; local
    [all...]
  /external/libxml2/
valid.c 6650 xmlChar *notation = cur->content; local
    [all...]
  /external/eigen/blas/testing/
dblat1.f 118 * in decimal notation

Completed in 997 milliseconds

1 2