OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:appendchild
(Results
76 - 100
of
816
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/skia/experimental/svg/model/
SkSVGNode.h
43
virtual void
appendChild
(sk_sp<SkSVGNode>) = 0;
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/
RadioGroupRule.java
42
INode handle = node.
appendChild
(SdkConstants.FQCN_RADIO_BUTTON);
TableLayoutRule.java
87
INode newRow = node.
appendChild
(FQCN_TABLE_ROW);
145
newRow = parentNode.
appendChild
(FQCN_TABLE_ROW);
193
node.
appendChild
(FQCN_TABLE_ROW);
/libcore/dom/src/test/java/org/w3c/domts/level1/core/
nodeappendchildnomodificationallowederr.java
31
* The "
appendChild
(newChild)" method causes the
37
* from the entity reference and execute the "
appendChild
(newChild)" method.
94
appendedNode = entElement.
appendChild
(createdNode);
nodeappendchildnomodificationallowederrEE.java
31
* The "
appendChild
(newChild)" method causes the
35
* Create an ent4 entity reference and the "
appendChild
(newChild)" method.
78
appendedNode = entRef.
appendChild
(createdNode);
hc_nodeappendchildchildexists.java
36
* the "
appendChild
(newChild)" method is invoked the first
91
appendedChild = childNode.
appendChild
(newChild);
hc_nodeappendchildinvalidnodetype.java
31
* The "
appendChild
(newChild)" method raises a
80
appendedChild = rootNode.
appendChild
(newChild);
hc_nodeappendchildnewchilddiffdocument.java
31
* The "
appendChild
(newChild)" method raises a
85
appendedChild = elementNode.
appendChild
(newChild);
/libcore/luni/src/main/java/org/apache/harmony/xml/parsers/
DocumentBuilderImpl.java
202
node.
appendChild
(document.createProcessingInstruction(target,
208
document.
appendChild
(new DocumentTypeImpl(document, name, publicId, systemId));
216
node.
appendChild
(document.createComment(parser.getText()));
250
node.
appendChild
(document.createEntityReference(entity));
274
node.
appendChild
(element);
307
node.
appendChild
(element);
352
parent.
appendChild
(token == XmlPullParser.CDSECT
/libcore/ojluni/src/main/java/java/util/prefs/
XmlSupport.java
106
preferences.
appendChild
(doc.createElement("root"));
118
e.
appendChild
(doc.createElement("map"));
119
e = (Element) e.
appendChild
(doc.createElement("node"));
157
Element map = (Element) elt.
appendChild
(doc.createElement("map"));
160
map.
appendChild
(doc.createElement("entry"));
179
elt.
appendChild
(doc.createElement("node"));
376
xmlMap.
appendChild
(doc.createElement("entry"));
/frameworks/base/tools/aapt2/xml/
XmlDom.cpp
69
stack->node_stack.top()->
AppendChild
(std::move(stack->last_text_node));
84
stack->node_stack.top()->
AppendChild
(std::move(node));
348
node_stack.top()->
AppendChild
(std::move(new_node));
368
ns->
AppendChild
(child->Clone(el_cloner));
394
void Node::
AppendChild
(std::unique_ptr<Node> child) {
486
el->
AppendChild
(child->Clone(el_cloner));
/external/skia/gm/
poly2poly.cpp
107
document.body.
appendChild
(canvas);
133
document.body.
appendChild
(canvas);
158
document.body.
appendChild
(canvas);
/external/autotest/frontend/client/src/autotest/tko/
EmbeddedTkoClient.java
76
parent.
appendChild
(plot.getElement());
/external/chromium-trace/catapult/telemetry/telemetry/internal/actions/
key_event_unittest.py
67
' document.body.
appendChild
(elem);'
page_action_unittest.py
21
document.body.
appendChild
(el);
/external/nanohttpd/websocket/src/test/resources/
echo-test.html
81
output.
appendChild
(pre);
/external/apache-xml/src/main/java/org/apache/xalan/templates/
ElemPI.java
184
public ElemTemplateElement
appendChild
(ElemTemplateElement newChild)
222
return super.
appendChild
(newChild);
ElemText.java
129
public ElemTemplateElement
appendChild
(ElemTemplateElement newChild)
146
return super.
appendChild
(newChild);
/external/clang/tools/scan-build/share/scan-build/
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/clang/tools/scan-build-py/libscanbuild/resources/
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/deqp/scripts/
convert_case_list_to_xml.py
60
parent.
appendChild
(element)
89
doc.
appendChild
(element)
/external/icu/icu4j/perf-tests/
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);
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/adaptivestreaming/
FlatManifestWriterImpl.java
109
document.
appendChild
(smoothStreamingMedia);
115
smoothStreamingMedia.
appendChild
(document.createComment(Version.VERSION));
122
smoothStreamingMedia.
appendChild
(videoStreamIndex);
134
videoStreamIndex.
appendChild
(qualityLevel);
141
videoStreamIndex.
appendChild
(c);
151
smoothStreamingMedia.
appendChild
(audioStreamIndex);
165
audioStreamIndex.
appendChild
(qualityLevel);
171
audioStreamIndex.
appendChild
(c);
/external/webrtc/webrtc/tools/rtcbot/rtcBotReportVisualizer/
main.js
182
document.body.
appendChild
(div);
190
document.body.
appendChild
(hr);
/frameworks/base/tools/preload/
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]);
Completed in 872 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>