Searched refs:appendChild (Results 1 – 2 of 2) sorted by relevance
/system/libvintf/ |
D | parse_xml.cpp | 70 inline void appendChild(NodeType *parent, NodeType *child) { in appendChild() function 74 inline void appendChild(DocType *parent, NodeType *child) { in appendChild() function 161 appendChild(doc, serialize(o, doc, flags)); in serialize() 221 appendChild(parent, c); in appendTextElement() 231 appendChild(parent, c); in appendTextElements() 240 appendChild(parent, conv.serialize(t, d, flags)); in appendChildren() 433 appendChild(root, mFirstConverter->serialize(pair.first, d)); in mutateNode() 434 appendChild(root, mSecondConverter->serialize(pair.second, d)); in mutateNode() 661 appendChild(root, matrixKernelConditionsConverter(kernel.mConditions, d)); in mutateNode() 695 appendChild(root, transportArchConverter(hal.transportArch, d)); in mutateNode() [all …]
|
/system/apex/apexer/ |
D | apexer.py | 425 application.appendChild(doc.createTextNode(indent))
|