Home
last modified time | relevance | path

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

12345678

/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/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/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()
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()
/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/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/flutter/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/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/jsframework/runtime/main/model/
DdomHelper.ts82 element.appendChild(start);
83 element.appendChild(end);
151 dest.appendChild(target.start);
152 dest.appendChild(target.end);
154 return dest.appendChild(target);
/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);
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/
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/typescript/tests/baselines/reference/
DimportMeta(module=es2020,target=es5).types4 …ateObjectURL(blob); image.width = image.height = size; document.body.appendChild(image);})() : P…
5 …ateObjectURL(blob); image.width = image.height = size; document.body.appendChild(image);}) : () …
6 …ateObjectURL(blob); image.width = image.height = size; document.body.appendChild(image);} : () =…
72 document.body.appendChild(image);
73 >document.body.appendChild(image) : HTMLImageElement
74 >document.body.appendChild : <T extends Node>(newChild: T) => T
78 >appendChild : <T extends Node>(newChild: T) => T
DimportMeta(module=commonjs,target=es5).types4 …ateObjectURL(blob); image.width = image.height = size; document.body.appendChild(image);})() : P…
5 …ateObjectURL(blob); image.width = image.height = size; document.body.appendChild(image);}) : () …
6 …ateObjectURL(blob); image.width = image.height = size; document.body.appendChild(image);} : () =…
72 document.body.appendChild(image);
73 >document.body.appendChild(image) : HTMLImageElement
74 >document.body.appendChild : <T extends Node>(newChild: T) => T
78 >appendChild : <T extends Node>(newChild: T) => T
DimportMeta(module=system,target=es5).types4 …ateObjectURL(blob); image.width = image.height = size; document.body.appendChild(image);})() : P…
5 …ateObjectURL(blob); image.width = image.height = size; document.body.appendChild(image);}) : () …
6 …ateObjectURL(blob); image.width = image.height = size; document.body.appendChild(image);} : () =…
72 document.body.appendChild(image);
73 >document.body.appendChild(image) : HTMLImageElement
74 >document.body.appendChild : <T extends Node>(newChild: T) => T
78 >appendChild : <T extends Node>(newChild: T) => T
DimportMeta(module=esnext,target=esnext).types4 …ateObjectURL(blob); image.width = image.height = size; document.body.appendChild(image);})() : P…
5 …ateObjectURL(blob); image.width = image.height = size; document.body.appendChild(image);}) : () …
6 …ateObjectURL(blob); image.width = image.height = size; document.body.appendChild(image);} : () =…
72 document.body.appendChild(image);
73 >document.body.appendChild(image) : HTMLImageElement
74 >document.body.appendChild : <T extends Node>(newChild: T) => T
78 >appendChild : <T extends Node>(newChild: T) => T
DimportMeta(module=esnext,target=es5).types4 …ateObjectURL(blob); image.width = image.height = size; document.body.appendChild(image);})() : P…
5 …ateObjectURL(blob); image.width = image.height = size; document.body.appendChild(image);}) : () …
6 …ateObjectURL(blob); image.width = image.height = size; document.body.appendChild(image);} : () =…
72 document.body.appendChild(image);
73 >document.body.appendChild(image) : HTMLImageElement
74 >document.body.appendChild : <T extends Node>(newChild: T) => T
78 >appendChild : <T extends Node>(newChild: T) => T
DimportMeta(module=commonjs,target=esnext).types4 …ateObjectURL(blob); image.width = image.height = size; document.body.appendChild(image);})() : P…
5 …ateObjectURL(blob); image.width = image.height = size; document.body.appendChild(image);}) : () …
6 …ateObjectURL(blob); image.width = image.height = size; document.body.appendChild(image);} : () =…
72 document.body.appendChild(image);
73 >document.body.appendChild(image) : HTMLImageElement
74 >document.body.appendChild : <T extends Node>(newChild: T) => T
78 >appendChild : <T extends Node>(newChild: T) => T
DimportMeta(module=system,target=esnext).types4 …ateObjectURL(blob); image.width = image.height = size; document.body.appendChild(image);})() : P…
5 …ateObjectURL(blob); image.width = image.height = size; document.body.appendChild(image);}) : () …
6 …ateObjectURL(blob); image.width = image.height = size; document.body.appendChild(image);} : () =…
72 document.body.appendChild(image);
73 >document.body.appendChild(image) : HTMLImageElement
74 >document.body.appendChild : <T extends Node>(newChild: T) => T
78 >appendChild : <T extends Node>(newChild: T) => T
DimportMeta(module=es2020,target=esnext).types4 …ateObjectURL(blob); image.width = image.height = size; document.body.appendChild(image);})() : P…
5 …ateObjectURL(blob); image.width = image.height = size; document.body.appendChild(image);}) : () …
6 …ateObjectURL(blob); image.width = image.height = size; document.body.appendChild(image);} : () =…
72 document.body.appendChild(image);
73 >document.body.appendChild(image) : HTMLImageElement
74 >document.body.appendChild : <T extends Node>(newChild: T) => T
78 >appendChild : <T extends Node>(newChild: T) => T
/third_party/flutter/engine/flutter/lib/web_ui/test/
Dcompositing_test.dart108 scene1.appendChild(clip1);
109 clip1.appendChild(opacity);
110 opacity.appendChild(picture);
128 scene2.appendChild(clip2);
130 clip2.appendChild(opacity);
143 scene3.appendChild(clip3);
145 clip3.appendChild(opacity);

12345678