/third_party/node/deps/v8/tools/turbolizer/src/ |
D | sequence-view.ts | 60 this.container.appendChild(this.divNode); 61 this.container.getElementsByClassName("graph-toolbox")[0].appendChild(this.toggleRangeViewEl); 136 container.appendChild(span); 171 instNodeEl.appendChild(instId); 174 instNodeEl.appendChild(instContentsEl); 185 moveEl.appendChild(destinationEl); 187 moveEl.appendChild(assignEl); 189 moveEl.appendChild(sourceEl); 190 moves.appendChild(moveEl); 192 gapEl.appendChild(moves); [all …]
|
D | schedule-view.ts | 95 nodeEl.appendChild(instrMarker); 100 nodeEl.appendChild(nodeId); 102 nodeEl.appendChild(nodeLabel); 107 nodeParameters.appendChild(paramEl); 111 nodeEl.appendChild(nodeParameters); 134 scheduleBlock.appendChild(instrMarker); 138 scheduleBlock.appendChild(blockId); 143 blockPred.appendChild(predEl); 145 if (block.pred.length) scheduleBlock.appendChild(blockPred); 148 nodes.appendChild(createElementForNode(node)); [all …]
|
D | range-view.ts | 194 this.content.appendChild(this.elementForTitle()); 198 this.content.appendChild(this.showOnLoad); 202 this.showOnLoad.appendChild(this.xAxisLabel); 205 this.showOnLoad.appendChild(this.yAxisLabel); 209 this.registerHeaders.appendChild(this.registers); 215 titleBar.appendChild(createElement("div", "", "Live Ranges")); 221 titleEl.appendChild(titleBar); 222 titleEl.appendChild(titleHelp); 370 intervalEl.appendChild(intervalTextEl); 377 intervalInnerWrapper.appendChild(positionEl); [all …]
|
D | code-view.ts | 160 codeHeader.appendChild(codeFileFunction); 164 codeHeader.appendChild(codeModeDiv); 167 codeHeader.appendChild(clearDiv); 168 sourceContainer.appendChild(codeHeader); 172 sourceContainer.appendChild(codePre); 253 span.appendChild(marker); 260 span.appendChild(inliningMarker);
|
/third_party/icu/tools/unicodetools/com/ibm/rbm/ |
D | RBxliffExporter.java | 111 source.appendChild(xml.createTextNode(parent_item.getTranslation())); in addTransUnit() 112 transUnit.appendChild(source); in addTransUnit() 121 target.appendChild(xml.createTextNode(item.getTranslation())); in addTransUnit() 122 transUnit.appendChild(target); in addTransUnit() 127 comment_prop.appendChild(xml.createTextNode(item.getComment())); in addTransUnit() 128 transUnit.appendChild(comment_prop); in addTransUnit() 139 creator_prop.appendChild(xml.createTextNode(item.getCreator())); in addTransUnit() 140 transUnit_prop_group_elem.appendChild(creator_prop); in addTransUnit() 146 created_prop.appendChild(xml.createTextNode(convertToISO(item.getCreatedDate()))); in addTransUnit() 147 transUnit_prop_group_elem.appendChild(created_prop); in addTransUnit() [all …]
|
D | RBReporter.java | 207 h2_elem.appendChild(h2_text); in generateReports() 208 p1_elem.appendChild(p1_text); in generateReports() 209 p2_elem.appendChild(p2_text); in generateReports() 210 p3_elem.appendChild(p3_text); in generateReports() 211 block_elem.appendChild(p1_elem); in generateReports() 212 block_elem.appendChild(p2_elem); in generateReports() 213 block_elem.appendChild(p3_elem); in generateReports() 214 body_elem.appendChild(h2_elem); in generateReports() 215 body_elem.appendChild(block_elem); in generateReports() 223 ul_elem.appendChild(missing_text); in generateReports() [all …]
|
D | RBTMXExporter.java | 108 comment_prop.appendChild(xml.createTextNode(item.getComment())); 110 tuv.appendChild(comment_prop); 113 translated_prop.appendChild(xml.createTextNode(String.valueOf(item.isTranslated()))); 115 tuv.appendChild(translated_prop); 123 lookup_prop.appendChild(xml.createTextNode(key + "=" + value)); 125 tuv.appendChild(lookup_prop); 129 seg.appendChild(xml.createTextNode(item.getTranslation())); 130 tuv.appendChild(seg); 132 tu.appendChild(tuv); 155 xml.appendChild(root); [all …]
|
/third_party/node/deps/v8/tools/heap-stats/ |
D | details-selection.js | 39 this.$('#categories').appendChild(this.buildCategory(category)); 104 ul.appendChild(name_li); 109 ul.appendChild(percent_li); 111 div.appendChild(ul); 120 all_li.appendChild(all_button); 121 ul.appendChild(all_li); 128 top_li.appendChild(top_button); 129 ul.appendChild(top_li); 135 none_li.appendChild(none_button); 136 ul.appendChild(none_li); [all …]
|
/third_party/node/test/fixtures/wpt/dom/events/ |
D | event-global-extra.window.js | 1 const otherWindow = document.body.appendChild(document.createElement("iframe")).contentWindow; 18 const element = document.body.appendChild(otherWindow.document.createElement("meh")); 27 element = doc.body.appendChild(doc.createElement("meh")), 28 child = element.appendChild(doc.createElement("bleh")); 30 document.body.appendChild(element); 51 child = shadow.appendChild(document.createElement("trala")), 52 furtherChild = child.appendChild(document.createElement("waddup")); 63 host.appendChild(child); 76 const frame = document.body.appendChild(document.createElement("iframe"));
|
D | relatedTarget.window.js | 4 child = host.appendChild(document.createElement("p")), 6 slot = shadow.appendChild(document.createElement("slot")); 31 const shadowChild = shadow.appendChild(document.createElement("div")); 32 shadowChild.addEventListener("demo", t.step_func(() => document.body.appendChild(shadowChild))); 42 const shadowChild = shadow.appendChild(document.createElement("div")); 43 document.body.addEventListener("demo", t.step_func(() => document.body.appendChild(shadowChild))); 68 const input = document.body.appendChild(document.createElement("input")),
|
D | Event-dispatch-listener-order.window.js | 3 host = hostParent.appendChild(document.createElement("div")), 5 targetParent = shadowRoot.appendChild(document.createElement("p")), 6 target = targetParent.appendChild(document.createElement("span")),
|
/third_party/node/deps/v8/tools/zone-stats/ |
D | details-selection.js | 41 this.$('#categories').appendChild(this.buildCategory(category)); 106 div.appendChild(ul); 108 ul.appendChild(name_li); 111 ul.appendChild(percent_li); 115 ul.appendChild(all_li); 117 all_li.appendChild(all_button); 121 ul.appendChild(none_li); 123 none_li.appendChild(none_button); 127 div.appendChild(innerDiv); 130 div.appendChild(percentDiv); [all …]
|
/third_party/node/deps/v8/tools/system-analyzer/view/ |
D | property-link-table.mjs | 49 tableDiv.appendChild(this._table); 50 this._fragment.appendChild(tableDiv); 54 newContent.appendChild(this._fragment); 74 cell.appendChild(this._addArrayValue(value)); 107 this._fragment.appendChild(title); 114 let showButton = footer.appendChild(DOM.button('Show', this._showHandler)); 117 let showSourcePositionButton = footer.appendChild( 121 let showRelatedButton = footer.appendChild( 124 this._fragment.appendChild(footer);
|
D | script-panel.mjs | 166 toolTipContent.appendChild( 200 toolTipContent.appendChild(sourceMapContent); 219 tr.appendChild(DOM.td('Type')); 220 tr.appendChild(DOM.td('Subtype')); 221 tr.appendChild(DOM.td('Count')); 222 this.tableNode.appendChild(document.createElement('thead')).appendChild(tr); 233 tr.appendChild(DOM.td(name)); 234 tr.appendChild(DOM.td(subtypeName)); 235 tr.appendChild(DOM.td(entries.length)); 239 tr.appendChild(DOM.td(button)); [all …]
|
D | list-panel.mjs | 157 tr.appendChild(DOM.td()); 163 tr.appendChild(td); 171 td.appendChild(div); 174 td.appendChild(table); 183 const details = tr.appendChild(DOM.td('', 'toggle')); 185 tr.appendChild(DOM.td(`${group.percent.toFixed(2)}%`, 'percentage')); 186 tr.appendChild(DOM.td(group.length, 'count')); 187 const valueTd = tr.appendChild(DOM.td(group.key?.toString(), 'key'));
|
D | helper.mjs | 233 this._node.appendChild(DOM.text(this._string.substring(0, this._start))); 234 this._node.appendChild(this._button); 235 this._node.appendChild( 268 table.appendChild(DOM.tbody()); 284 td.appendChild(button); 286 this._table.appendChild(DOM.element('tfoot')) 287 .appendChild(DOM.tr()) 288 .appendChild(td); 295 fragment.appendChild(tr); 297 this._table.tBodies[0].appendChild(fragment);
|
/third_party/icu/tools/multi/proj/icu4jscan/src/com/ibm/icu/dev/scan/ |
D | SimpleScan.java | 48 capabilities.appendChild(e); in addCapability() 65 out.appendChild(base); in createProduct() 68 base.appendChild(products); in createProduct() 72 products.appendChild(product); in createProduct() 78 product.appendChild(releases); in createRelease() 82 releases.appendChild(release); in createRelease() 98 release.appendChild(capabilities); in runMain()
|
D | CapScan.java | 50 capabilities.appendChild(e); in addCapability() 67 out.appendChild(base); in createProduct() 70 base.appendChild(products); in createProduct() 74 products.appendChild(product); in createProduct() 80 product.appendChild(releases); in createRelease() 84 releases.appendChild(release); in createRelease() 101 release.appendChild(capabilities); in runMain()
|
/third_party/python/Lib/test/ |
D | test_minidom.py | 133 dom.documentElement.appendChild(orig) 135 frag.appendChild(c1) 136 frag.appendChild(c2) 137 frag.appendChild(c3) 159 dom.documentElement.appendChild(dom.createComment("Hello")) 166 dom.documentElement.appendChild(frag) 186 self.assertRaises(xml.dom.HierarchyRequestErr, dom.appendChild, text) 188 dom.appendChild(elem) 200 elem.appendChild(text) 223 dom.appendChild(dom.createComment("foo")) [all …]
|
/third_party/icu/icu4j/perf-tests/ |
D | perftests.pl | 99 $root->appendChild($jdkElement); 110 $root->appendChild($icuElement); 143 $root->appendChild($jdkElement); 153 $root->appendChild($icuElement); 235 $root->appendChild($ICU); 242 $root->appendChild($Key); 249 $root->appendChild($JDK); 256 $root->appendChild($Key);
|
/third_party/vk-gl-cts/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) 145 dstDoc.appendChild(batchResultNode) 158 batchResultNode.appendChild(summaryElem)
|
/third_party/node/test/fixtures/wpt/FileAPI/blob/ |
D | Blob-constructor-dom.window.js | 24 element.appendChild(document.createElement("div")); 25 element.appendChild(document.createElement("p")); 37 select.appendChild(document.createElement("option"));
|
/third_party/node/deps/v8/tools/system-analyzer/view/map-panel/ |
D | map-transitions.mjs | 96 edge.appendChild(labelNode); 106 transition.appendChild(this._addTransitionEdge(map)); 109 transition.appendChild(mapNode); 112 transition.appendChild(subtree); 114 this.currentNode.appendChild(transition); 132 node.appendChild(showSubtree); 137 this.currentNode.appendChild(node);
|
/third_party/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);
|
/third_party/node/test/fixtures/wpt/FileAPI/url/ |
D | url-in-tags.window.js | 13 document.body.appendChild(e); 26 document.body.appendChild(frame); 44 document.body.appendChild(frame);
|