Home
last modified time | relevance | path

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

/system/libvintf/
Dparse_xml.cpp82 inline void appendChild(NodeType *parent, NodeType *child) { in appendChild() function
86 inline void appendChild(DocType *parent, NodeType *child) { in appendChild() function
217 appendChild(doc, (*this)(o, MutateNodeParam{doc, flags})); in toXml()
268 appendChild(parent, c); in appendTextElement()
278 appendChild(parent, c); in appendTextElements()
286 appendChild(parent, conv(t, param)); in appendChildren()
471 appendChild(root, FirstConverter{}(object.first, param)); in mutateNode()
472 appendChild(root, SecondConverter{}(object.second, param)); in mutateNode()
762 appendChild(root, MatrixKernelConditionsConverter{}(object.mConditions, param)); in mutateNode()
797 appendChild(root, TransportArchConverter{}(object.transportArch, param)); in mutateNode()
[all …]
/system/apex/tools/
Dapexd_host.py184 apex_info_list.appendChild(apex_info)
/system/apex/apexer/
Dapexer.py463 application.appendChild(doc.createTextNode(indent))