/external/doclava/src/com/google/doclava/ |
D | InfoBuilder.java | 384 parseFile((ParseTree) tree.getChild(i)); in parseFile() 395 ParseTree child = (ParseTree) tree.getChild(i); in buildPackage() 417 packageName.append(tree.getChild(j).toString()); in buildQualifiedName() 431 String part = tree.getChild(i).toString(); in buildImport() 634 ParseTree member = (ParseTree) child.getChild(0).getChild(0); in buildClassBody() 657 Object tmp = member.getChild(0); in buildClassBody() 666 Object tmp = member.getChild(0); in buildClassBody() 721 name = child.getChild(0).toString(); in buildFields() 726 ParseTree tmp = (ParseTree) child.getChild(j++); in buildFields() 734 tmp = (ParseTree) child.getChild(j++); in buildFields() [all …]
|
/external/jsilver/src/com/google/clearsilver/jsilver/data/ |
D | ChainedData.java | 92 public Data getChild(String path) { in getChild() method in ChainedData 96 Data child = d.getChild(path); in getChild() 131 Data child = getChild(path); in createChild() 142 Data child = getChild(path); in getValue() 152 Data child = getChild(path); in getIntValue() 167 Data child = getChild(path); in getValue() 177 Data child = getChild(path); in getIntValue() 187 Data child = getChild(path); in getBooleanValue()
|
D | AbstractData.java | 52 Data child = getChild(path); in getValue() 68 Data child = getChild(path); in getIntValue() 94 return TypeConverter.asNumber(getChild(path)); in getIntValue() 102 return TypeConverter.asBoolean(getChild(path)); in getBooleanValue()
|
/external/clang/lib/Rewrite/ |
D | RewriteRope.cpp | 417 const RopePieceBTreeNode *getChild(unsigned i) const { in getChild() function in __anon1ec3f34e0411::RopePieceBTreeInterior 421 RopePieceBTreeNode *getChild(unsigned i) { in getChild() function in __anon1ec3f34e0411::RopePieceBTreeInterior 431 Size += getChild(i)->size(); in FullRecomputeSizeLocally() 479 for (; Offset >= ChildOffset+getChild(i)->size(); ++i) in split() 480 ChildOffset += getChild(i)->size(); in split() 487 if (RopePieceBTreeNode *RHS = getChild(i)->split(Offset-ChildOffset)) in split() 508 ChildOffs = size()-getChild(i)->size(); in insert() 510 for (; Offset > ChildOffs+getChild(i)->size(); ++i) in insert() 511 ChildOffs += getChild(i)->size(); in insert() 517 if (RopePieceBTreeNode *RHS = getChild(i)->insert(Offset-ChildOffs, R)) in insert() [all …]
|
D | DeltaTree.cpp | 141 const DeltaTreeNode *getChild(unsigned i) const { in getChild() function in __anon6bfa93f00311::DeltaTreeInteriorNode 145 DeltaTreeNode *getChild(unsigned i) { in getChild() function in __anon6bfa93f00311::DeltaTreeInteriorNode 171 NewFullDelta += IN->getChild(i)->getFullDelta(); in RecomputeFullDeltaLocally() 362 const DeltaTreeNode *IChild = IN->getChild(i); in VerifyTree() 373 assert(IN->getChild(i+1)->getValue(0).FileLoc > IVal.FileLoc); in VerifyTree() 377 FullDelta += IN->getChild(IN->getNumValuesUsed())->getFullDelta(); in VerifyTree() 432 Result += IN->getChild(i)->getFullDelta(); in getDeltaAt() 439 return Result+IN->getChild(NumValsGreater)->getFullDelta(); in getDeltaAt() 443 Node = IN->getChild(NumValsGreater); in getDeltaAt()
|
/external/swiftshader/third_party/LLVM/utils/TableGen/ |
D | CodeGenDAGPatterns.cpp | 590 FindDepVarsOf(N->getChild(i), DepMap); in FindDepVarsOf() 714 TreePatternNode *Child = P->getChild(i); in getPatternSize() 828 return N->getChild(OpNo); in getOperandNum() 1001 delete getChild(i); in ~TreePatternNode() 1064 getChild(0)->print(OS); in print() 1067 getChild(i)->print(OS); in print() 1114 if (!getChild(i)->isIsomorphicTo(N->getChild(i), DepVars)) in isIsomorphicTo() 1129 CChildren.push_back(getChild(i)->clone()); in clone() 1145 getChild(i)->RemoveAllTypes(); in RemoveAllTypes() 1156 TreePatternNode *Child = getChild(i); in SubstituteFormalArguments() [all …]
|
D | DAGISelMatcherGen.cpp | 284 N->getChild(1)->isLeaf() && N->getChild(1)->getPredicateFns().empty() && in EmitOperatorMatchCode() 286 if (IntInit *II = dynamic_cast<IntInit*>(N->getChild(1)->getLeafValue())) { in EmitOperatorMatchCode() 302 EmitMatchCode(N->getChild(0), NodeNoTypes->getChild(0)); in EmitOperatorMatchCode() 403 EmitMatchCode(N->getChild(i), NodeNoTypes->getChild(i)); in EmitOperatorMatchCode() 639 InstPatNode = InstPatNode->getChild(InstPatNode->getNumChildren()-1); in GetInstPatternNode() 668 Count += numNodesThatMayLoadOrStore(N->getChild(i), CGP); in numNodesThatMayLoadOrStore() 735 const TreePatternNode *Child = N->getChild(ChildNo); in EmitResultInstructionAsOperand() 849 EmitResultOperand(N->getChild(0), InputOps); in EmitResultSDNodeXFormAsOperand()
|
/external/antlr/tool/src/main/java/org/antlr/tool/ |
D | GrammarAST.java | 287 Tree child = getChild(0); in getLine() 302 Tree child = getChild(0); in getCharPositionInLine() 329 return (GrammarAST)getChild(getChildCount() - 1); in getLastChild() 333 return (GrammarAST)getParent().getChild(getChildIndex() + 1); in getNextSibling() 341 return (GrammarAST)parent.getChild(parent.getChildCount() - 1); in getLastSibling() 369 Tree child = root.getChild(i); in descendants() 378 Tree child = root.getChild(i); in descendants() 413 GrammarAST child = (GrammarAST)getChild(i); in _findAllType() 492 GrammarAST child = (GrammarAST)t.getChild(i); in getChildrenForDupTree() 522 GrammarAST child = (GrammarAST)t.getChild(i); in dupTree() [all …]
|
D | Strip.java | 88 if ( a.getChildCount()==2 ) action = (CommonTree)a.getChild(1); in rewrite() 89 else if ( a.getChildCount()==3 ) action = (CommonTree)a.getChild(2); in rewrite() 102 a = (CommonTree)a.getChild(0); in rewrite() 112 CommonTree ret = (CommonTree)a.getChild(0); in rewrite() 164 CommonTree child = (CommonTree)a.getChild(0); in rewrite() 175 CommonTree child = (CommonTree)a.getChild(0); in rewrite() 188 CommonTree child = (CommonTree)a.getChild(0); in rewrite() 191 CommonTree rew = (CommonTree)a.getChild(1); in rewrite() 225 CommonTree rule = (CommonTree)root.getChild(0); in ACTION()
|
/external/llvm/utils/TableGen/ |
D | CodeGenDAGPatterns.cpp | 716 FindDepVarsOf(N->getChild(i), DepMap); in FindDepVarsOf() 843 TreePatternNode *Child = P->getChild(i); in getPatternSize() 981 return N->getChild(OpNo); in getOperandNum() 1210 delete getChild(i); in ~TreePatternNode() 1287 getChild(0)->print(OS); in print() 1290 getChild(i)->print(OS); in print() 1337 if (!getChild(i)->isIsomorphicTo(N->getChild(i), DepVars)) in isIsomorphicTo() 1352 CChildren.push_back(getChild(i)->clone()); in clone() 1368 getChild(i)->RemoveAllTypes(); in RemoveAllTypes() 1379 TreePatternNode *Child = getChild(i); in SubstituteFormalArguments() [all …]
|
D | DAGISelMatcherGen.cpp | 294 PatternName += N->getChild(i)->getName(); in EmitOperatorMatchCode() 319 N->getChild(1)->isLeaf() && N->getChild(1)->getPredicateFns().empty() && in EmitOperatorMatchCode() 321 if (IntInit *II = dyn_cast<IntInit>(N->getChild(1)->getLeafValue())) { in EmitOperatorMatchCode() 337 EmitMatchCode(N->getChild(0), NodeNoTypes->getChild(0)); in EmitOperatorMatchCode() 436 EmitMatchCode(N->getChild(i), NodeNoTypes->getChild(i)); in EmitOperatorMatchCode() 532 NamedComplexPatternOperands[N->getChild(i)->getName()] = CurOp + 1; in EmitMatcherCode() 533 CurOp += N->getChild(i)->getNumMIResults(CGP); in EmitMatcherCode() 672 InstPatNode = InstPatNode->getChild(InstPatNode->getNumChildren()-1); in GetInstPatternNode() 701 Count += numNodesThatMayLoadOrStore(N->getChild(i), CGP); in numNodesThatMayLoadOrStore() 794 const TreePatternNode *Child = N->getChild(ChildNo); in EmitResultInstructionAsOperand() [all …]
|
/external/antlr/runtime/JavaScript/src/org/antlr/runtime/tree/ |
D | BaseTreeAdaptor.js | 49 child = this.getChild(t, i); 109 newRootTree = newRootTree.getChild(0); 130 r = r.getChild(0); 180 getChild: function(t, i) { 181 return t.getChild(i);
|
/external/parameter-framework/upstream/parameter/ |
D | EnumParameterType.cpp | 68 const CEnumValuePair *pValuePair = static_cast<const CEnumValuePair *>(getChild(uiChild)); in showProperties() 219 return static_cast<const CEnumValuePair *>(getChild(0))->getNumerical(); in getDefaultValue() 230 const CEnumValuePair *pValuePair = static_cast<const CEnumValuePair *>(getChild(uiChild)); in getLiteral() 250 const CEnumValuePair *pValuePair = static_cast<const CEnumValuePair *>(getChild(uiChild)); in getNumerical() 272 const CEnumValuePair *pValuePair = static_cast<const CEnumValuePair *>(getChild(uiChild)); in checkValueAgainstSpace()
|
D | SelectionCriteria.cpp | 82 return static_cast<CSelectionCriterionLibrary *>(getChild(ESelectionCriterionLibrary)); in getSelectionCriterionLibrary() 87 return static_cast<CSelectionCriteriaDefinition *>(getChild(ESelectionCriteriaDefinition)); in getSelectionCriteriaDefinition() 93 getChild(ESelectionCriteriaDefinition)); in getSelectionCriteriaDefinition()
|
D | ConfigurableDomain.cpp | 191 static_cast<const CDomainConfiguration *>(getChild(uiChildConfiguration)); in composeSettings() 497 static_cast<CConfigurableElement *>(pConfigurableElement->getChild(uiChild)); in split() 508 static_cast<CDomainConfiguration *>(getChild(uiChild)); in split() 889 static_cast<CDomainConfiguration *>(getChild(uiChild)); in validate() 905 static_cast<CDomainConfiguration *>(getChild(uiChild)); in validateAreas() 948 static_cast<CDomainConfiguration *>(getChild(uiChild)); in autoValidateAreas() 968 static_cast<const CDomainConfiguration *>(getChild(uiChild)); in autoValidateConfiguration() 990 static_cast<const CDomainConfiguration *>(getChild(uiChild)); in findValidDomainConfiguration() 1008 static_cast<const CDomainConfiguration *>(getChild(uiChild)); in findApplicableDomainConfiguration() 1093 static_cast<CDomainConfiguration *>(getChild(uiChild)); in mergeConfigurations() [all …]
|
D | ConfigurableElement.cpp | 97 static_cast<const CConfigurableElement *>(getChild(index)); in serializeXmlSettings() 177 static_cast<const CConfigurableElement *>(getChild(index)); in serializeXmlSettings() 302 static_cast<const CConfigurableElement *>(getChild(index)); in setDefaultValues() 341 static_cast<CConfigurableElement *>(getChild(index)); in setOffset() 363 static_cast<const CConfigurableElement *>(getChild(index)); in getFootPrint() 411 static_cast<const CConfigurableElement *>(getChild(index)); in fillSyncerSetFromDescendant()
|
D | ConfigurableDomains.cpp | 58 static_cast<CConfigurableDomain *>(getChild(child)); in validate() 76 static_cast<const CConfigurableDomain *>(getChild(child)); in apply() 93 static_cast<const CConfigurableDomain *>(getChild(child)); in apply() 374 static_cast<const CConfigurableDomain *>(getChild(child)); in listDomains() 398 static_cast<const CConfigurableDomain *>(getChild(child)); in gatherAllOwnedConfigurableElements() 527 static_cast<const CConfigurableDomain *>(getChild(child)); in listLastAppliedConfigurations()
|
/external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/ |
D | DAGISelMatcherGen.cpp | 297 PatternName += N->getChild(i)->getName(); in EmitOperatorMatchCode() 322 N->getChild(1)->isLeaf() && N->getChild(1)->getPredicateFns().empty() && in EmitOperatorMatchCode() 324 if (IntInit *II = dyn_cast<IntInit>(N->getChild(1)->getLeafValue())) { in EmitOperatorMatchCode() 340 EmitMatchCode(N->getChild(0), NodeNoTypes->getChild(0), ForceMode); in EmitOperatorMatchCode() 439 EmitMatchCode(N->getChild(i), NodeNoTypes->getChild(i), ForceMode); in EmitOperatorMatchCode() 537 NamedComplexPatternOperands[N->getChild(i)->getName()] = CurOp + 1; in EmitMatcherCode() 538 CurOp += N->getChild(i)->getNumMIResults(CGP); in EmitMatcherCode() 684 Count += numNodesThatMayLoadOrStore(N->getChild(i), CGP); in numNodesThatMayLoadOrStore() 758 const TreePatternNode *Child = N->getChild(ChildNo); in EmitResultInstructionAsOperand() 779 EmitResultOperand(N->getChild(I), InstOps); in EmitResultInstructionAsOperand() [all …]
|
D | CodeGenDAGPatterns.cpp | 1279 const TreePatternNode *Child = P->getChild(i); in getPatternSize() 1413 return N->getChild(OpNo); in getOperandNum() 1566 if (getChild(i)->ContainsUnresolvedType(TP)) in ContainsUnresolvedType() 1740 getChild(0)->print(OS); in print() 1743 getChild(i)->print(OS); in print() 1790 if (!getChild(i)->isIsomorphicTo(N->getChild(i), DepVars)) in isIsomorphicTo() 1805 CChildren.push_back(getChild(i)->clone()); in clone() 1822 getChild(i)->RemoveAllTypes(); in RemoveAllTypes() 1833 TreePatternNode *Child = getChild(i); in SubstituteFormalArguments() 1849 getChild(i)->SubstituteFormalArguments(ArgMap); in SubstituteFormalArguments() [all …]
|
/external/antlr/runtime/Java/src/main/java/org/antlr/runtime/tree/ |
D | BaseTreeAdaptor.java | 95 Object child = getChild(t, i); in dupTree() 153 if ( nc==1 ) newRootTree = newRootTree.getChild(0); in becomeRoot() 176 r = r.getChild(0); in rulePostProcessing() 237 public Object getChild(Object t, int i) { in getChild() method in BaseTreeAdaptor 238 return ((Tree)t).getChild(i); in getChild()
|
D | TreeWizard.java | 197 Object child = adaptor.getChild(t, i); in _index() 268 Object child = adaptor.getChild(t, i); in _visit() 362 Object child1 = adaptor.getChild(t1, i); in _parse() 363 TreePattern child2 = (TreePattern)tpattern.getChild(i); in _parse() 430 Object child1 = adaptor.getChild(t1, i); in _equals() 431 Object child2 = adaptor.getChild(t2, i); in _equals()
|
/external/antlr/runtime/C/src/ |
D | antlr3basetreeadaptor.c | 69 static pANTLR3_BASE_TREE getChild (pANTLR3_BASE_TREE_ADAPTOR adaptor, pANTLR3_BASE_TREE t, ANTLR… 142 adaptor->getChild = (void * (*)(pANTLR3_BASE_TREE_ADAPTOR, void *, ANTLR3_UINT32)) in antlr3BaseTreeAdaptorInit() 143 getChild; in antlr3BaseTreeAdaptorInit() 195 child = (pANTLR3_BASE_TREE)adaptor->getChild(adaptor, t, i); in defineDotNodes() 278 child = (pANTLR3_BASE_TREE)adaptor->getChild(adaptor, t, i); in defineDotEdges() 489 child = (pANTLR3_BASE_TREE)adaptor->getChild (adaptor, t, i); in dupTreeTT() 513 child = (pANTLR3_BASE_TREE)adaptor->getChild(adaptor, tree, i); in simulateTreeConstruction() 657 newRootTree = (pANTLR3_BASE_TREE)newRootTree->getChild(newRootTree, 0); in becomeRoot() 721 root = (pANTLR3_BASE_TREE)root->getChild(root, 0); in rulePostProcessing() 883 getChild (pANTLR3_BASE_TREE_ADAPTOR adaptor, pANTLR3_BASE_TREE tree, ANTLR3_UINT32 i) in getChild() function
|
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/ |
D | XMPNodeUtils.java | 513 nextNode = parentNode.getChild(index); in followXPathStep() 611 XMPNode currItem = arrayNode.getChild(index); in lookupFieldSelector() 621 XMPNode currField = currItem.getChild(f); in lookupFieldSelector() 676 XMPNode currItem = arrayNode.getChild(index); in lookupQualSelector() 713 XMPNode child = arrayNode.getChild(i); in normalizeLangArray() 730 arrayNode.getChild(2).setValue(child.getValue()); in normalizeLangArray() 887 return new Object[] { new Integer(XMPNodeUtils.CLT_FIRST_ITEM), arrayNode.getChild(1) }; in chooseLocalizedText() 911 XMPNode child = arrayNode.getChild(index); in lookupLanguageItem()
|
/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/printer/lexicalpreservation/ |
D | Difference.java | 219 return childA.getChild().equals(childB.getChild()); in matching() 259 return childA.getChild().getClass().equals(childB.getChild().getClass()); in replacement() 285 positions.put(((CsmChild)element).getChild(), i); in findChildrenPositions() 400 return new ChildTextElement(((CsmChild) csmElement).getChild()); in toTextElement() 597 if (keptChild.getChild() instanceof PrimitiveType) { in apply() 642 Comment comment = (Comment)actualChild.getChild(); in apply() 643 …t.getCommentedNode().isPresent() && comment.getCommentedNode().get().equals(csmChild.getChild())) { in apply() 677 && ((CsmChild)removed.element).getChild() instanceof PrimitiveType) { in apply() 815 if (childTextElement.getChild() == csmChild.getChild()) { in findIndexOfCorrespondingNodeTextElement()
|
/external/antlr/runtime/ObjC/Framework/test/runtime/tree/ |
D | CommonTreeTest.m | 188 …tEquals((NSInteger)[[parent getChild:0] getChildIndex], (NSInteger)0, @"Child index should be 0 wa… 189 STAssertEquals([[parent getChild:0] getParent], parent, @"Parent not set for child"); 213 STAssertEquals([newParent getChild:0], [parent getChild:0], @"Children did not match"); 264 STAssertEquals([newParent getChild:0], tree, @"Child was not the correct object."); 286 CommonTree *child = [parent getChild:0]; 307 STAssertTrue([parent getChild:0] == tree, @"Trees don't match"); 310 CommonTree *child = [parent getChild:0]; 494 STAssertEquals([parent2 getChild:0], child1, @"Child for parent 2 should have been from parent 1"); 509 STAssertTrue([parent getChild:0] == replacement, @"Children do not match"); 530 STAssertEquals([parent2 getChild:0], child1, @"Child for parent 2 should have been from parent 1"); [all …]
|