/external/webkit/LayoutTests/fast/xpath/4XPath/Core/ |
D | test_boolean_expr-expected.txt | 1 PASS doc.evaluate("3.14 < -4", doc, null, XPathResult.BOOLEAN_TYPE, null).booleanValue is false 2 PASS doc.evaluate("3.14 <= -4", doc, null, XPathResult.BOOLEAN_TYPE, null).booleanValue is false 3 PASS doc.evaluate("3.14 > -4", doc, null, XPathResult.BOOLEAN_TYPE, null).booleanValue is true 4 PASS doc.evaluate("3.14 >= 3.14", doc, null, XPathResult.BOOLEAN_TYPE, null).booleanValue is true 5 PASS doc.evaluate("number('NaN') < -4", doc, null, XPathResult.BOOLEAN_TYPE, null).booleanValue is … 6 PASS doc.evaluate("number('NaN') <= -4", doc, null, XPathResult.BOOLEAN_TYPE, null).booleanValue is… 7 PASS doc.evaluate("number('NaN') > -4", doc, null, XPathResult.BOOLEAN_TYPE, null).booleanValue is … 8 PASS doc.evaluate("number('NaN') >= 3.14", doc, null, XPathResult.BOOLEAN_TYPE, null).booleanValue … 9 PASS doc.evaluate("/root/@num2 <= /root/@num2", doc, null, XPathResult.BOOLEAN_TYPE, null).booleanV… 10 PASS doc.evaluate("/root/@num2 >= /root/@num2", doc, null, XPathResult.BOOLEAN_TYPE, null).booleanV… [all …]
|
/external/pcre/ |
D | Makefile.am | 6 doc/pcre.txt \ 7 doc/pcre-config.txt \ 8 doc/pcregrep.txt \ 9 doc/pcretest.txt \ 18 doc/html/index.html \ 19 doc/html/pcre.html \ 20 doc/html/pcre-config.html \ 21 doc/html/pcre_compile.html \ 22 doc/html/pcre_compile2.html \ 23 doc/html/pcre_config.html \ [all …]
|
/external/libxslt/libxslt/ |
D | documents.c | 67 xmlDocPtr doc; in xsltDocDefaultLoaderFunc() local 97 doc = pctxt->myDoc; in xsltDocDefaultLoaderFunc() 100 doc = NULL; in xsltDocDefaultLoaderFunc() 106 return(doc); in xsltDocDefaultLoaderFunc() 144 xsltNewDocument(xsltTransformContextPtr ctxt, xmlDocPtr doc) { in xsltNewDocument() argument 149 xsltTransformError(ctxt, NULL, (xmlNodePtr) doc, in xsltNewDocument() 154 cur->doc = doc; in xsltNewDocument() 156 if (! XSLT_IS_RES_TREE_FRAG(doc)) { in xsltNewDocument() 183 xsltNewStyleDocument(xsltStylesheetPtr style, xmlDocPtr doc) { in xsltNewStyleDocument() argument 188 xsltTransformError(NULL, style, (xmlNodePtr) doc, in xsltNewStyleDocument() [all …]
|
/external/tinyxml/ |
D | xmltest.cpp | 126 TiXmlDocument doc( "demotest.xml" ); in main() local 127 doc.Parse( demoStart ); in main() 129 if ( doc.Error() ) in main() 131 printf( "Error in %s: %s\n", doc.Value(), doc.ErrorDesc() ); in main() 134 doc.SaveFile(); in main() 137 TiXmlDocument doc( "demotest.xml" ); in main() local 138 bool loadOkay = doc.LoadFile(); in main() 142 printf( "Could not load test file 'demotest.xml'. Error='%s'. Exiting.\n", doc.ErrorDesc() ); in main() 147 doc.Print( stdout ); in main() 161 node = doc.FirstChild( "ToDo" ); in main() [all …]
|
/external/webkit/LayoutTests/dom/xhtml/level2/html/ |
D | HTMLDocument21.js | 46 if (typeof(this.doc) != 'undefined') { 47 docRef = this.doc; 89 var doc; 97 if (typeof(this.doc) != 'undefined') { 98 docRef = this.doc; 100 doc = load(docRef, "doc", "document"); 101 doc.open(); 108 doc.writeln("<html>"); 113 doc.writeln("<html xmlns='http://www.w3.org/1999/xhtml'>"); 116 doc.writeln("<body>"); [all …]
|
D | HTMLDocument19.js | 46 if (typeof(this.doc) != 'undefined') { 47 docRef = this.doc; 88 var doc; 93 if (typeof(this.doc) != 'undefined') { 94 docRef = this.doc; 96 doc = load(docRef, "doc", "document"); 97 doc.open(); 104 doc.write("<html>"); 109 doc.write("<html xmlns='http://www.w3.org/1999/xhtml'>"); 112 doc.write("<body>"); [all …]
|
D | HTMLDocument20.js | 46 if (typeof(this.doc) != 'undefined') { 47 docRef = this.doc; 88 var doc; 93 if (typeof(this.doc) != 'undefined') { 94 docRef = this.doc; 96 doc = load(docRef, "doc", "document"); 97 doc.open(); 104 doc.writeln("<html>"); 109 doc.writeln("<html xmlns='http://www.w3.org/1999/xhtml'>"); 112 doc.writeln("<body>"); [all …]
|
/external/webkit/LayoutTests/dom/html/level2/html/ |
D | HTMLDocument21.js | 46 if (typeof(this.doc) != 'undefined') { 47 docRef = this.doc; 89 var doc; 97 if (typeof(this.doc) != 'undefined') { 98 docRef = this.doc; 100 doc = load(docRef, "doc", "document"); 101 doc.open(); 108 doc.writeln("<html>"); 113 doc.writeln("<html xmlns='http://www.w3.org/1999/xhtml'>"); 116 doc.writeln("<body>"); [all …]
|
D | HTMLDocument19.js | 46 if (typeof(this.doc) != 'undefined') { 47 docRef = this.doc; 88 var doc; 93 if (typeof(this.doc) != 'undefined') { 94 docRef = this.doc; 96 doc = load(docRef, "doc", "document"); 97 doc.open(); 104 doc.write("<html>"); 109 doc.write("<html xmlns='http://www.w3.org/1999/xhtml'>"); 112 doc.write("<body>"); [all …]
|
D | HTMLDocument20.js | 46 if (typeof(this.doc) != 'undefined') { 47 docRef = this.doc; 88 var doc; 93 if (typeof(this.doc) != 'undefined') { 94 docRef = this.doc; 96 doc = load(docRef, "doc", "document"); 97 doc.open(); 104 doc.writeln("<html>"); 109 doc.writeln("<html xmlns='http://www.w3.org/1999/xhtml'>"); 112 doc.writeln("<body>"); [all …]
|
/external/webkit/LayoutTests/fast/xpath/ |
D | attr-namespace-expected.txt | 1 PASS doc.evaluate("//@attr1", doc, null, XPathResult.ORDERED_NODE_SNAPSHOT_TYPE, null).snapshotLeng… 2 PASS doc.evaluate("//@attr2", doc, null, XPathResult.ORDERED_NODE_SNAPSHOT_TYPE, null).snapshotLeng… 3 PASS doc.evaluate("//@ns:attr2", doc, nsResolver, XPathResult.ORDERED_NODE_SNAPSHOT_TYPE, null).sna… 4 PASS doc.evaluate("//@ns:xmlns", doc, nsResolver, XPathResult.ORDERED_NODE_SNAPSHOT_TYPE, null).sna… 5 PASS doc.evaluate("//@xml:id", doc, null, XPathResult.ORDERED_NODE_SNAPSHOT_TYPE, null).snapshotLen… 6 PASS doc.evaluate("//@xml:id", doc, nsResolver, XPathResult.ORDERED_NODE_SNAPSHOT_TYPE, null).snaps… 7 PASS doc.evaluate("//@*", doc, null, XPathResult.ORDERED_NODE_SNAPSHOT_TYPE, null).snapshotLength i… 8 PASS doc.evaluate("//@ns:*", doc, nsResolver, XPathResult.ORDERED_NODE_SNAPSHOT_TYPE, null).snapsho… 9 PASS doc.evaluate("//@xml:*", doc, nsResolver, XPathResult.ORDERED_NODE_SNAPSHOT_TYPE, null).snapsh… 10 PASS doc.evaluate("//@xmlns", doc, nsResolver, XPathResult.ORDERED_NODE_SNAPSHOT_TYPE, null).snapsh… [all …]
|
/external/dbus/ |
D | update-dbus-docs.sh | 23 /bin/rm -rf dbus/doc || true ## get rid of old doxygen, etc. 33 make -C doc || die "could not build docs" 39 man2html $M > doc/$BASENAME.html 43 cp README HACKING AUTHORS NEWS COPYING ChangeLog doc/ || die "could not copy in assorted files" 44 …doc/*.dtd doc/*.xsl doc/*.xml doc/*.html doc/*.txt doc/api/html/*.html doc/api/html/*.css doc/api/… 47 find doc -not -type d | grep -v CVS | grep -v -E '.~[0-9.]+~' | grep -v Makefile | grep -vE '.c$' |… 56 scp -p doc/introspect.dtd "${user}"dbus.freedesktop.org:/srv/specifications.freedesktop.org/www/dbu…
|
/external/oprofile/doc/ |
D | Makefile.am | 21 htmldir = $(prefix)/share/doc/oprofile 26 oprofile.html: ${top_srcdir}/doc/oprofile.xml 29 op-jit-devel.html: ${top_srcdir}/doc/op-jit-devel.xml 32 internals.html: ${top_srcdir}/doc/internals.xml 37 doc/index.html: ${top_srcdir}/doc/oprofile.xml 38 -mkdir doc/ 39 $(XSLTPROC) -o doc/ $(XSLTPROC_FLAGS) --stringparam version @VERSION@ $(CHUNK_XHTML_STYLESHEET) $< 41 doc/devel/index.html: ${top_srcdir}/doc/op-jit-devel.xml 42 -mkdir doc/devel/ 43 …$(XSLTPROC) -o doc/devel/ $(XSLTPROC_FLAGS) --stringparam version @VERSION@ $(CHUNK_XHTML_STYLESHE… [all …]
|
/external/webkit/LayoutTests/dom/xhtml/level3/core/ |
D | nodegettextcontent16.js | 48 if (typeof(this.doc) != 'undefined') { 49 docRef = this.doc; 93 var doc; 106 if (typeof(this.doc) != 'undefined') { 107 docRef = this.doc; 109 doc = load(docRef, "doc", "hc_staff"); 110 docFrag = doc.createDocumentFragment(); 111 elem = doc.createElementNS("http://www.w3.org/DOM/Test","dom3:elem"); 112 txt = doc.createTextNode("Text "); 113 comment = doc.createComment("Comment "); [all …]
|
D | nodegettextcontent15.js | 48 if (typeof(this.doc) != 'undefined') { 49 docRef = this.doc; 93 var doc; 104 if (typeof(this.doc) != 'undefined') { 105 docRef = this.doc; 107 doc = load(docRef, "doc", "hc_staff"); 108 elem = doc.createElementNS("http://www.w3.org/DOM/Test","dom3:elem"); 109 txt = doc.createTextNode("Text "); 110 comment = doc.createComment("Comment "); 111 entRef = doc.createEntityReference("beta"); [all …]
|
D | nodegetfeature01.js | 46 if (typeof(this.doc) != 'undefined') { 47 docRef = this.doc; 86 var doc; 95 if (typeof(this.doc) != 'undefined') { 96 docRef = this.doc; 98 doc = load(docRef, "doc", "barfoo"); 99 domImpl = doc.implementation; 100 node = doc; 114 featureImpl = doc.getFeature("XML",nullVersion); 123 featureImpl = doc.getFeature("SVG",nullVersion); [all …]
|
D | nodesetuserdata03.js | 46 if (typeof(this.doc) != 'undefined') { 47 docRef = this.doc; 89 var doc; 100 if (typeof(this.doc) != 'undefined') { 101 docRef = this.doc; 103 doc = load(docRef, "doc", "hc_staff"); 104 elem = doc.createElementNS("http://www.w3.org/1999/xhtml","xhtml:p"); 105 txt = doc.createTextNode("TEXT"); 107 doc.setUserData("Key1", elem, null); 109 doc.setUserData("Key1", elem, nullHandler.handle); [all …]
|
D | documentnormalizedocument04.js | 47 if (typeof(this.doc) != 'undefined') { 48 docRef = this.doc; 92 var doc; 105 if (typeof(this.doc) != 'undefined') { 106 docRef = this.doc; 108 doc = load(docRef, "doc", "barfoo"); 109 pList = doc.getElementsByTagName("p"); 111 newComment = doc.createComment("COMMENT_NODE"); 113 domConfig = doc.domConfig; 117 doc.normalizeDocument(); [all …]
|
D | nodesettextcontent11.js | 46 if (typeof(this.doc) != 'undefined') { 47 docRef = this.doc; 90 var doc; 103 if (typeof(this.doc) != 'undefined') { 104 docRef = this.doc; 106 doc = load(docRef, "doc", "hc_staff"); 107 docFrag = doc.createDocumentFragment(); 108 elem = doc.createElementNS("http://www.w3.org/1999/xhtml","xhtml:p"); 109 txt = doc.createTextNode("Text "); 110 comment = doc.createComment("Comment "); [all …]
|
D | nodereplacechild12.js | 46 if (typeof(this.doc) != 'undefined') { 47 docRef = this.doc; 89 var doc; 99 if (typeof(this.doc) != 'undefined') { 100 docRef = this.doc; 102 doc = load(docRef, "doc", "barfoo"); 103 comment = doc.createComment("dom3:doc"); 104 pi = doc.createProcessingInstruction("PITarget","PIData"); 105 appendedChild = doc.appendChild(comment); 106 appendedChild = doc.appendChild(pi); [all …]
|
D | documentnormalizedocument03.js | 47 if (typeof(this.doc) != 'undefined') { 48 docRef = this.doc; 94 var doc; 108 if (typeof(this.doc) != 'undefined') { 109 docRef = this.doc; 111 doc = load(docRef, "doc", "barfoo"); 112 pList = doc.getElementsByTagName("p"); 114 newCdata = doc.createCDATASection("CDATA"); 116 domConfig = doc.domConfig; 120 doc.normalizeDocument(); [all …]
|
D | nodesettextcontent10.js | 48 if (typeof(this.doc) != 'undefined') { 49 docRef = this.doc; 92 var doc; 103 if (typeof(this.doc) != 'undefined') { 104 docRef = this.doc; 106 doc = load(docRef, "doc", "hc_staff"); 107 elem = doc.createElementNS("http://www.w3.org/DOM/Test","dom3:elem"); 108 txt = doc.createTextNode("Text "); 109 comment = doc.createComment("Comment "); 110 entRef = doc.createEntityReference("ent1"); [all …]
|
/external/chromium/chrome/browser/resources/shared/js/cr/ui/ |
D | splitter.js | 43 function getZoomFactor(doc) { argument 44 var dummyElement = doc.createElement('div'); 47 doc.body.appendChild(dummyElement); 48 var cs = doc.defaultView.getComputedStyle(dummyElement); 51 doc.body.removeChild(dummyElement); 85 var doc = this.ownerDocument; 89 doc.addEventListener('mousemove',this.boundHandleMouseMove_, true); 90 doc.addEventListener('mouseup', this.boundHandleMouseUp_, true); 101 var doc = this.ownerDocument; 102 doc.removeEventListener('mousemove', this.boundHandleMouseMove_, true); [all …]
|
/external/webkit/LayoutTests/dom/html/level2/events/ |
D | dispatchEvent12.js | 46 if (typeof(this.doc) != 'undefined') { 47 docRef = this.doc; 118 var doc; 130 if (typeof(this.doc) != 'undefined') { 131 docRef = this.doc; 133 doc = load(docRef, "doc", "hc_staff"); 134 doc.addEventListener("foo", monitor.handleEvent, false); 135 doc.removeEventListener("foo", monitor.handleEvent, true); 136 doc.removeEventListener("food", monitor.handleEvent, false); 137 doc.removeEventListener("foo", other.handleEvent, false); [all …]
|
/external/webkit/LayoutTests/dom/xhtml/level2/events/ |
D | dispatchEvent12.js | 46 if (typeof(this.doc) != 'undefined') { 47 docRef = this.doc; 118 var doc; 130 if (typeof(this.doc) != 'undefined') { 131 docRef = this.doc; 133 doc = load(docRef, "doc", "hc_staff"); 134 doc.addEventListener("foo", monitor.handleEvent, false); 135 doc.removeEventListener("foo", monitor.handleEvent, true); 136 doc.removeEventListener("food", monitor.handleEvent, false); 137 doc.removeEventListener("foo", other.handleEvent, false); [all …]
|