/external/antlr/antlr-3.4/tool/src/test/java/org/antlr/test/ |
D | TestTrees.java | 240 CommonTree newChild = new CommonTree(new CommonToken(5)); in testReplaceWithNoChildren() local 257 CommonTree newChild = new CommonTree(new CommonToken(99, "c")); in testReplaceWithOneChildren() local 270 CommonTree newChild = new CommonTree(new CommonToken(99,"x")); in testReplaceInMiddle() local 283 CommonTree newChild = new CommonTree(new CommonToken(99,"x")); in testReplaceAtLeft() local 296 CommonTree newChild = new CommonTree(new CommonToken(99,"x")); in testReplaceAtRight() local 357 CommonTree newChild = new CommonTree(new CommonToken(99,"x")); in testReplaceTwoWithOneAtLeft() local 371 CommonTree newChild = new CommonTree(new CommonToken(99,"x")); in testReplaceTwoWithOneAtRight() local 385 CommonTree newChild = new CommonTree(new CommonToken(99,"x")); in testReplaceAllWithOne() local
|
/external/chromium_org/third_party/WebKit/Source/bindings/v8/custom/ |
D | V8NodeCustom.cpp | 70 …Node* newChild = V8Node::hasInstance(info[0], info.GetIsolate(), worldType(info.GetIsolate())) ? V… in insertBeforeMethodCustom() local 86 …Node* newChild = V8Node::hasInstance(info[0], info.GetIsolate(), worldType(info.GetIsolate())) ? V… in replaceChildMethodCustom() local 117 …Node* newChild = V8Node::hasInstance(info[0], info.GetIsolate(), worldType(info.GetIsolate())) ? V… in appendChildMethodCustom() local
|
/external/chromium_org/third_party/WebKit/Source/core/dom/ |
D | ContainerNode.cpp | 114 bool ContainerNode::checkAcceptChild(const Node* newChild, const Node* oldChild, ExceptionState& ex… in checkAcceptChild() argument 158 bool ContainerNode::checkAcceptChildGuaranteedNodeTypes(const Node& newChild, ExceptionState& excep… in checkAcceptChildGuaranteedNodeTypes() argument 168 void ContainerNode::insertBefore(PassRefPtr<Node> newChild, Node* refChild, ExceptionState& excepti… in insertBefore() 235 void ContainerNode::insertBeforeCommon(Node& nextChild, Node& newChild) in insertBeforeCommon() 260 void ContainerNode::parserInsertBefore(PassRefPtr<Node> newChild, Node& nextChild) in parserInsertBefore() 284 void ContainerNode::replaceChild(PassRefPtr<Node> newChild, Node* oldChild, ExceptionState& excepti… in replaceChild() 547 void ContainerNode::appendChild(PassRefPtr<Node> newChild, ExceptionState& exceptionState) in appendChild() 603 void ContainerNode::parserAppendChild(PassRefPtr<Node> newChild) in parserAppendChild()
|
/external/apache-xml/src/main/java/org/apache/xalan/templates/ |
D | ElemComment.java | 103 public ElemTemplateElement appendChild(ElemTemplateElement newChild) in appendChild()
|
D | ElemApplyImport.java | 102 public ElemTemplateElement appendChild(ElemTemplateElement newChild) in appendChild()
|
D | ElemText.java | 129 public ElemTemplateElement appendChild(ElemTemplateElement newChild) in appendChild()
|
D | ElemChoose.java | 134 public ElemTemplateElement appendChild(ElemTemplateElement newChild) in appendChild()
|
D | ElemAttributeSet.java | 144 public ElemTemplateElement appendChildElem(ElemTemplateElement newChild) in appendChildElem()
|
/external/jsilver/src/com/google/clearsilver/jsilver/syntax/node/ |
D | ANoopExpression.java | 41 … replaceChild(@SuppressWarnings("unused") Node oldChild, @SuppressWarnings("unused") Node newChild) in replaceChild()
|
D | ANoopCommand.java | 41 … replaceChild(@SuppressWarnings("unused") Node oldChild, @SuppressWarnings("unused") Node newChild) in replaceChild()
|
D | AOptimizedMultipleCommand.java | 40 void replaceChild(Node oldChild, Node newChild) { in replaceChild()
|
D | ANotExpression.java | 83 … replaceChild(@SuppressWarnings("unused") Node oldChild, @SuppressWarnings("unused") Node newChild) in replaceChild()
|
D | ANameVariable.java | 83 … replaceChild(@SuppressWarnings("unused") Node oldChild, @SuppressWarnings("unused") Node newChild) in replaceChild()
|
D | ASequenceExpression.java | 78 … replaceChild(@SuppressWarnings("unused") Node oldChild, @SuppressWarnings("unused") Node newChild) in replaceChild()
|
D | AHexNumberVariable.java | 83 … replaceChild(@SuppressWarnings("unused") Node oldChild, @SuppressWarnings("unused") Node newChild) in replaceChild()
|
D | ANumericExpression.java | 83 … replaceChild(@SuppressWarnings("unused") Node oldChild, @SuppressWarnings("unused") Node newChild) in replaceChild()
|
D | AHexExpression.java | 83 … replaceChild(@SuppressWarnings("unused") Node oldChild, @SuppressWarnings("unused") Node newChild) in replaceChild()
|
D | ADecNumberVariable.java | 83 … replaceChild(@SuppressWarnings("unused") Node oldChild, @SuppressWarnings("unused") Node newChild) in replaceChild()
|
D | ANegativeExpression.java | 83 … replaceChild(@SuppressWarnings("unused") Node oldChild, @SuppressWarnings("unused") Node newChild) in replaceChild()
|
D | AVariableExpression.java | 83 … replaceChild(@SuppressWarnings("unused") Node oldChild, @SuppressWarnings("unused") Node newChild) in replaceChild()
|
D | ADataCommand.java | 83 … replaceChild(@SuppressWarnings("unused") Node oldChild, @SuppressWarnings("unused") Node newChild) in replaceChild()
|
D | ACsOpenPosition.java | 83 … replaceChild(@SuppressWarnings("unused") Node oldChild, @SuppressWarnings("unused") Node newChild) in replaceChild()
|
D | AMultipleCommand.java | 78 … replaceChild(@SuppressWarnings("unused") Node oldChild, @SuppressWarnings("unused") Node newChild) in replaceChild()
|
D | AStringExpression.java | 83 … replaceChild(@SuppressWarnings("unused") Node oldChild, @SuppressWarnings("unused") Node newChild) in replaceChild()
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/ |
D | RenderObjectChildList.cpp | 114 void RenderObjectChildList::insertChildNode(RenderObject* owner, RenderObject* newChild, RenderObje… in insertChildNode()
|