/external/v8/benchmarks/spinning-balls/ |
D | v.js | 201 document.body.appendChild(canvas); 299 document.body.appendChild(canvas); 385 row.appendChild(time); 386 row.appendChild(count); 387 table.appendChild(row); 390 div.appendChild(msg); 391 div.appendChild(table); 440 td.appendChild(a); 446 tr.appendChild(col(a)); 447 tr.appendChild(col(b)); [all …]
|
/external/chromium-trace/catapult/third_party/coverage/coverage/ |
D | xmlreport.py | 69 xcoverage.appendChild(self.xml_out.createComment( 72 xcoverage.appendChild(self.xml_out.createComment(" Based on %s " % DTD_URL)) 78 xcoverage.appendChild(xsources) 83 xsources.appendChild(xsource) 85 xsource.appendChild(txt) 91 xcoverage.appendChild(xpackages) 98 xpackages.appendChild(xpackage) 100 xpackage.appendChild(xclasses) 102 xclasses.appendChild(class_elts[class_name]) 157 xclass.appendChild(self.xml_out.createElement("methods")) [all …]
|
/external/chromium-trace/catapult/third_party/polymer/components/web-animations-js/test/blink/interpolation/resources/ |
D | interpolation-test.js | 55 fragment.appendChild(style); 60 fragment.appendChild(tests); 70 document.body.appendChild(fragment); 127 tests.appendChild(testContainer); 129 testContainer.appendChild(makeInterpolationTest( 159 targetContainer.appendChild(template.content.cloneNode(true)); 161 targetContainer.appendChild(template.querySelector('div').cloneNode(true)); 163 targetContainer.appendChild(template.cloneNode(true)); 252 testFragment.appendChild(targetContainer); 253 replica && testFragment.appendChild(replicaContainer); [all …]
|
/external/chromium-trace/catapult/third_party/Paste/docs/web/ |
D | site.js | 17 anchor.appendChild(title.childNodes[0]); 21 title.appendChild(anchor); 25 anchor.appendChild(plus_minus); 31 anchor.appendChild(plus_minus); 36 anchor.appendChild(plus_minus);
|
/external/deqp/scripts/log/ |
D | log_to_xml.py | 47 self.getCurElement().appendChild(elem) 83 self.getCurElement().appendChild(txt) 135 resultElem.appendChild(doc.createTextNode(result.statusDetails)) 136 testCaseResult.appendChild(resultElem) 148 dstDoc.appendChild(batchResultNode) 154 batchResultNode.appendChild(node) 168 batchResultNode.appendChild(summaryElem)
|
/external/icu/icu4j/perf-tests/ |
D | perftests.pl | 97 $root->appendChild($jdkElement); 108 $root->appendChild($icuElement); 141 $root->appendChild($jdkElement); 151 $root->appendChild($icuElement); 233 $root->appendChild($ICU); 240 $root->appendChild($Key); 247 $root->appendChild($JDK); 254 $root->appendChild($Key);
|
/external/chromium-trace/catapult/third_party/html5lib-python/html5lib/treebuilders/ |
D | dom.py | 53 def appendChild(self, node): member in getDomBuilder.NodeBuilder 55 self.element.appendChild(node.element) 62 self.element.appendChild(text) 77 newParent.element.appendChild(child) 124 self.document.appendChild(NodeBuilder(doctype)) 142 def appendChild(self, node): member in getDomBuilder.TreeBuilder 143 self.dom.appendChild(node.element) 164 self.dom.appendChild(self.dom.createTextNode(data))
|
D | _base.py | 54 def appendChild(self, node): member in Node 83 newParent.appendChild(child) 249 self.document.appendChild(element) 257 self.document.appendChild(doctype) 262 parent.appendChild(self.commentClass(token["data"])) 292 self.openElements[-1].appendChild(element) 306 parent.appendChild(element)
|
/external/chromium-trace/catapult/third_party/polymer/components/web-animations-js/test/blink/testharness/ |
D | testharnessreport.js | 44 document.body.appendChild(messageElement); 149 elemement.appendChild(document.createTextNode(text)); 247 sourceWrapper.appendChild(instructions); 252 sourceWrapper.appendChild(sourceElement); 356 messageElement.appendChild(link); 366 log.appendChild(messageElement);
|
/external/skia/experimental/docs/ |
D | svgBackend.js | 65 svgRoot.appendChild(cache.element); 78 svgRoot.appendChild(svgDefs); 122 e.appendChild(s); 125 svgDefs.appendChild(e); 132 svgText.appendChild(textNode); 239 svgPicture.appendChild(svgElement);
|
/external/apache-xml/src/main/java/org/apache/xalan/xslt/ |
D | EnvironmentCheck.java | 420 container.appendChild(envCheckNode); in appendEnvironmentReport() 426 …statusNode.appendChild(factory.createTextNode("appendEnvironmentReport called with null Hashtable!… in appendEnvironmentReport() 427 envCheckNode.appendChild(statusNode); in appendEnvironmentReport() 434 envCheckNode.appendChild(hashNode); in appendEnvironmentReport() 465 node.appendChild(factory.createTextNode((String)h.get(keyStr))); in appendEnvironmentReport() 466 hashNode.appendChild(node); in appendEnvironmentReport() 474 … node.appendChild(factory.createTextNode(ERROR + " Reading " + key + " threw: " + e.toString())); in appendEnvironmentReport() 475 hashNode.appendChild(node); in appendEnvironmentReport() 481 envCheckNode.appendChild(statusNode); in appendEnvironmentReport() 534 node.appendChild(factory.createTextNode((String)subhash.get(keyStr))); in appendFoundJars() [all …]
|
/external/doclava/res/assets/templates/assets/ |
D | doclava-developer-reference.js | 106 mom.get_children_ul().appendChild(node.li); 114 node.li.appendChild(node.label_div); 133 node.label_div.appendChild(node.expand_toggle); 139 node.expand_toggle.appendChild(node.plus_img); 145 node.label_div.appendChild(a); 147 a.appendChild(node.label); 169 node.li.appendChild(node.children_ul); 279 me.node.li.appendChild(me.node.children_ul);
|
/external/clang/tools/scan-build/share/scan-build/ |
D | sorttable.js | 47 the.appendChild(table.rows[0]); 69 table.appendChild(tfo); 72 tfo.appendChild(sortbottomrows[i]); 104 this.appendChild(sortrevind); 117 this.appendChild(sortfwdind); 138 this.appendChild(sortfwdind); 157 tb.appendChild(row_array[j][1]); 251 tbody.appendChild(newrows[i]);
|
/external/opencv3/samples/winrt/JavaScript/sample-utils/ |
D | sample-utils.js | 49 detailsDiv.appendChild(sourceElement.removeChild(sourceElement.childNodes[0])); 51 sourceElement.appendChild(detailsDiv); 66 detailsDiv.appendChild(label); 171 this._selectElement.appendChild(option);
|
/external/chromium-trace/catapult/third_party/vinn/third_party/parse5/lib/tree_adapters/ |
D | default.js | 66 appendChild(document, { 83 var appendChild = exports.appendChild = function (parentNode, newNode) { variable 114 appendChild(parentNode, createTextNode(text));
|
D | htmlparser2.js | 142 appendChild(document, new Node({ 162 var appendChild = exports.appendChild = function (parentNode, newNode) { variable 216 appendChild(parentNode, createTextNode(text));
|
/external/chromium-trace/catapult/third_party/polymer/components/web-animations-js/test/js/ |
D | animation-constructor.js | 30 document.body.appendChild(target1); 31 document.body.appendChild(target2); 54 document.body.appendChild(target);
|
/external/apache-xml/src/main/java/org/apache/xalan/templates/ |
D | ElemText.java | 129 public ElemTemplateElement appendChild(ElemTemplateElement newChild) in appendChild() method in ElemText 146 return super.appendChild(newChild); in appendChild()
|
D | ElemComment.java | 103 public ElemTemplateElement appendChild(ElemTemplateElement newChild) in appendChild() method in ElemComment 141 return super.appendChild(newChild); in appendChild()
|
D | ElemChoose.java | 134 public ElemTemplateElement appendChild(ElemTemplateElement newChild) in appendChild() method in ElemChoose 154 return super.appendChild(newChild); in appendChild()
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/sdb/db/manager/ |
D | xmlmanager.py | 403 prop_node.appendChild(items_node) 406 items_node.appendChild(item_node) 408 item_node.appendChild(item) 411 item_node.appendChild(text_node) 450 root.appendChild(obj_node) 461 prop_node.appendChild(value) 464 prop_node.appendChild(text_node) 465 obj_node.appendChild(prop_node)
|
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/adaptivestreaming/ |
D | FlatManifestWriterImpl.java | 109 document.appendChild(smoothStreamingMedia); in getManifest() 115 smoothStreamingMedia.appendChild(document.createComment(Version.VERSION)); in getManifest() 122 smoothStreamingMedia.appendChild(videoStreamIndex); in getManifest() 134 videoStreamIndex.appendChild(qualityLevel); in getManifest() 141 videoStreamIndex.appendChild(c); in getManifest() 151 smoothStreamingMedia.appendChild(audioStreamIndex); in getManifest() 165 audioStreamIndex.appendChild(qualityLevel); in getManifest() 171 audioStreamIndex.appendChild(c); in getManifest()
|
/external/chromium-trace/catapult/third_party/polymer/components/web-animations-js/test/ |
D | testharness-runner.js | 48 document.body.appendChild(iframe); 60 document.body.appendChild(iframe);
|
/external/eigen/doc/ |
D | eigen_navtree_hacks.js | 89 o.node.li.appendChild(o.node.childrenUL); 176 node.expandToggle.appendChild(imgNode); 177 domNode.appendChild(node.expandToggle); 181 domNode.appendChild(imgNode);
|
/external/libjpeg-turbo/doc/html/search/ |
D | search.js | 771 srEntry.appendChild(srLink); 782 srEntry.appendChild(srScope); 801 srChildren.appendChild(srChild); 803 srEntry.appendChild(srChildren); 805 srResult.appendChild(srEntry); 806 results.appendChild(srResult);
|