Searched defs:newChild (Results 1 – 3 of 3) sorted by relevance
/third_party/python/Lib/xml/dom/ |
D | minidom.py | 82 def insertBefore(self, newChild, refChild): argument 131 def replaceChild(self, newChild, oldChild): argument 973 def insertBefore(self, newChild, refChild): argument 985 def replaceChild(self, newChild, oldChild): argument 1390 def appendChild(self, newChild): argument 1394 def insertBefore(self, newChild, refChild): argument 1402 def replaceChild(self, newChild, oldChild): argument
|
/third_party/vk-gl-cts/framework/common/ |
D | tcuCommandLine.cpp | 408 CaseTreeNode* const newChild = new CaseTreeNode(curName); in parseCaseTrie() local 470 CaseTreeNode* const newChild = new CaseTreeNode(curName); in parseSimpleCaseList() local
|
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/ |
D | Intermediate.cpp | 518 TIntermTyped* newChild = childTempConstant->fold(op, 0, infoSink); in addUnaryMath() local
|