Home
last modified time | relevance | path

Searched refs:appendChild (Results 1 - 25 of 71) sorted by relevance

123

/third_party/icu/tools/unicodetools/com/ibm/rbm/
H A 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_pro in addTransUnit()
[all...]
H A DRBTMXExporter.java108 comment_prop.appendChild(xml.createTextNode(item.getComment())); in appendTUV()
110 tuv.appendChild(comment_prop); in appendTUV()
113 translated_prop.appendChild(xml.createTextNode(String.valueOf(item.isTranslated()))); in appendTUV()
115 tuv.appendChild(translated_prop); in appendTUV()
123 lookup_prop.appendChild(xml.createTextNode(key + "=" + value)); in appendTUV()
125 tuv.appendChild(lookup_prop); in appendTUV()
129 seg.appendChild(xml.createTextNode(item.getTranslation())); in appendTUV()
130 tuv.appendChild(seg); in appendTUV()
132 tu.appendChild(tuv); in appendTUV()
155 xml.appendChild(roo in export()
[all...]
H A 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_tex in generateReports()
[all...]
/third_party/icu/tools/multi/proj/icu4jscan/src/com/ibm/icu/dev/scan/
H A 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()
H A 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()
H A DScanJava.java65 locs.appendChild(tt); in addCollation()
72 locs.appendChild(out.createComment("Note: Java locales have different conventions than ICU.")); in addCollation()
100 locs.appendChild(tt); in addFormatting()
107 locs.appendChild(out.createComment("Note: Java locales have different conventions than ICU.")); in addFormatting()
H A DCapDocument.java85 public void appendChild(CapElement base) { in appendChild() method in CapDocument
86 root.appendChild(base); in appendChild()
/third_party/icu/icu4j/perf-tests/
H A 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/python/Lib/test/
H A Dtest_minidom.py149 dom.documentElement.appendChild(orig)
151 frag.appendChild(c1)
152 frag.appendChild(c2)
153 frag.appendChild(c3)
175 dom.documentElement.appendChild(dom.createComment("Hello"))
182 dom.documentElement.appendChild(frag)
185 "appendChild(<fragment>)")
202 self.assertRaises(xml.dom.HierarchyRequestErr, dom.appendChild, text)
204 dom.appendChild(elem)
216 elem.appendChild(tex
[all...]
/third_party/vk-gl-cts/scripts/log/
H A 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/
H A 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/test/fixtures/wpt/FileAPI/url/
H A Durl-in-tags-revoke.window.js12 document.body.appendChild(frame);
30 document.body.appendChild(frame);
98 document.body.appendChild(e);
112 document.body.appendChild(anchor);
/third_party/protobuf/
H A Dupdate_version.py268 elem.appendChild(document.createTextNode('\n' + (' ' * indent)))
269 elem.appendChild(child)
271 elem.appendChild(document.createTextNode('\n' + (' ' * indent)))
292 changelog.appendChild(document.createTextNode(' '))
307 changelog.appendChild(release)
308 changelog.appendChild(document.createTextNode('\n '))
/third_party/skia/experimental/docs/
H A 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/deps/v8/tools/profview/
H A Dprofview.js401 nameElement.appendChild(document.createTextNode(name));
417 linkElement.appendChild(document.createTextNode("View source"));
544 nameCell.appendChild(createIndentNode(indent + 1));
546 nameCell.appendChild(arrow);
547 nameCell.appendChild(createTypeNode(node.type));
548 nameCell.appendChild(createFunctionNode(node.name, node.codeId));
553 nameCell.appendChild(createViewSourceNode(node.codeId));
600 e.appendChild(option);
1113 cell.appendChild(div);
1114 cell.appendChild(documen
[all...]
/third_party/libevdev/doc/html/search/
H A Dsearch.js763 srEntry.appendChild(srLink);
774 srEntry.appendChild(srScope);
793 srChildren.appendChild(srChild);
795 srEntry.appendChild(srChildren);
797 srResult.appendChild(srEntry);
798 results.appendChild(srResult);
812 results.appendChild(link);
/third_party/skia/third_party/externals/oboe/docs/reference/search/
H A Dsearch.js761 srEntry.appendChild(srLink);
772 srEntry.appendChild(srScope);
791 srChildren.appendChild(srChild);
793 srEntry.appendChild(srChildren);
795 srResult.appendChild(srEntry);
796 results.appendChild(srResult);
810 results.appendChild(link);
/third_party/node/test/fixtures/wpt/resources/
H A Dcheck-layout.js6 document.body.appendChild(nodeToAdd);
13 referenceNode.parentNode.appendChild(nodeToAdd);
205 document.body.appendChild(document.createTextNode("You must provide a CSS selector of nodes to check."));
224 pre.appendChild(document.createTextNode(failures.length ? "FAIL:\n" + failures.join('\n') + '\n\n' + container.outerHTML : "PASS"));
238 document.body.appendChild(document.createTextNode("FAIL: No valid data-* attributes found in selector list : " + selectorList));
H A Dsriharness.js45 document.body.appendChild(e);
222 container.appendChild(div);
223 container.appendChild(e);
/third_party/node/test/fixtures/wpt/encoding/resources/
H A Dencode-form-common.js74 document.body.appendChild(frame);
83 form.appendChild(input);
84 document.body.appendChild(form);
/third_party/skia/modules/pathkit/tests/
H A Dpathops.spec.js15 document.head.appendChild(styleEl);
24 document.body.appendChild(container);
42 container.appendChild(thisTest);
/third_party/python/Lib/xml/dom/
H A Dpulldom.py236 parents[-1].appendChild(cur_node)
289 parentNode.appendChild(curNode)
295 parentNode.appendChild(curNode)
301 parentNode.appendChild(node)
307 parentNode.appendChild(node)
313 parentNode.appendChild(node)
/third_party/skia/third_party/externals/sfntly/cpp/tools/
H A Dcmap_data_generator_xml.py50 root_element.appendChild(cmap_element)
69 cmap_element.appendChild(mapping_element)
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/bloat/
H A Dwebtreemap.js82 dom.appendChild(caption);
183 tree.dom.appendChild(child.dom);
229 dom.appendChild(data.dom);
/third_party/skia/modules/svg/include/
H A DSkSVGText.h48 void appendChild(sk_sp<SkSVGNode>) final;
102 void appendChild(sk_sp<SkSVGNode>) override {}

Completed in 11 milliseconds

123