Searched refs:appendChild (Results 1 – 3 of 3) sorted by relevance
/system/libvintf/ |
D | parse_xml.cpp | 82 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/ |
D | apexd_host.py | 184 apex_info_list.appendChild(apex_info)
|
/system/apex/apexer/ |
D | apexer.py | 463 application.appendChild(doc.createTextNode(indent))
|