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

1 2 3 4

  /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
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
msasn1.h 365 ASN1open_t notation; member in union:tagASN1external_t::ASN1external_data_value_s::__anon43265
403 ASN1open_t notation; member in union:tagASN1embeddedpdv_t::ASN1embeddedpdv_data_value_s::__anon43267
442 ASN1open_t notation; member in union:tagASN1characterstring_t::ASN1characterstring_data_value_s::__anon43269
  /prebuilts/gdb/darwin-x86/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/gdb/linux-x86/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/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...]
  /prebuilts/tools/common/m2/repository/com/sun/xsom/xsom/20140925/
xsom-20140925.jar 
  /external/chromium-trace/catapult/third_party/gsutil/third_party/pyasn1/pyasn1/type/
univ.py 232 'Bad BIT STRING value notation %s' % (value,)
    [all...]
  /external/v8/test/mjsunit/es6/
unicode-escapes-in-regexps.js 272 // mixed notation, and must follow the rules for RegExpUnicodeEscapeSequence.
  /external/opencv3/3rdparty/jinja2/
filters.py 698 It's now possible to use dotted notation to group by the child
  /external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/translit/
dumpICUrules.bat 257 // use have been commented out with the notation "Java only".
  /external/testng/ant/3rdparty/
DTDDoc.jar 
  /prebuilts/tools/common/m2/repository/com/google/protobuf/protobuf-gradle-plugin/0.7.7/
protobuf-gradle-plugin-0.7.7.jar 

Completed in 592 milliseconds

1 2 3 4