Home
last modified time | relevance | path

Searched refs:appendChild (Results 1 – 25 of 199) sorted by relevance

12345678

/third_party/node/deps/v8/tools/turbolizer/src/
Dsequence-view.ts60 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 …]
Dschedule-view.ts95 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 …]
Drange-view.ts194 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 …]
Dcode-view.ts160 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/
DRBxliffExporter.java111 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 …]
DRBReporter.java207 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 …]
DRBTMXExporter.java108 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/
Ddetails-selection.js39 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/
Devent-global-extra.window.js1 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"));
DrelatedTarget.window.js4 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")),
DEvent-dispatch-listener-order.window.js3 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/
Ddetails-selection.js41 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/
Dproperty-link-table.mjs49 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);
Dscript-panel.mjs166 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 …]
Dlist-panel.mjs157 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'));
Dhelper.mjs233 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/
DSimpleScan.java48 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()
DCapScan.java50 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/
Dtest_minidom.py133 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/
Dperftests.pl99 $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/
Dlog_to_xml.py47 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/
DBlob-constructor-dom.window.js24 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/
Dmap-transitions.mjs96 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/
DsvgBackend.js65 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/
Durl-in-tags.window.js13 document.body.appendChild(e);
26 document.body.appendChild(frame);
44 document.body.appendChild(frame);

12345678