/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/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/clang/lib/Rewrite/ |
D | RewriteRope.cpp | 417 const RopePieceBTreeNode *getChild(unsigned i) const { in getChild() function in __anon348cbf840411::RopePieceBTreeInterior 421 RopePieceBTreeNode *getChild(unsigned i) { in getChild() function in __anon348cbf840411::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 __anona996daa60311::DeltaTreeInteriorNode 145 DeltaTreeNode *getChild(unsigned i) { in getChild() function in __anona996daa60311::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/antlr-3.4/tool/src/main/java/org/antlr/tool/ |
D | GrammarAST.java | 290 Tree child = getChild(0); in getLine() 305 Tree child = getChild(0); in getCharPositionInLine() 332 return (GrammarAST)getChild(getChildCount() - 1); in getLastChild() 336 return (GrammarAST)getParent().getChild(getChildIndex() + 1); in getNextSibling() 344 return (GrammarAST)parent.getChild(parent.getChildCount() - 1); in getLastSibling() 368 Tree child = root.getChild(i); in descendants() 377 Tree child = root.getChild(i); in descendants() 412 GrammarAST child = (GrammarAST)getChild(i); in _findAllType() 491 GrammarAST child = (GrammarAST)t.getChild(i); in getChildrenForDupTree() 521 GrammarAST child = (GrammarAST)t.getChild(i); in dupTree() [all …]
|
D | Strip.java | 86 if ( a.getChildCount()==2 ) action = (CommonTree)a.getChild(1); in rewrite() 87 else if ( a.getChildCount()==3 ) action = (CommonTree)a.getChild(2); in rewrite() 99 a = (CommonTree)a.getChild(0); in rewrite() 108 CommonTree ret = (CommonTree)a.getChild(0); in rewrite() 155 CommonTree child = (CommonTree)a.getChild(0); in rewrite() 165 CommonTree child = (CommonTree)a.getChild(0); in rewrite() 177 CommonTree child = (CommonTree)a.getChild(0); in rewrite() 180 CommonTree rew = (CommonTree)a.getChild(1); in rewrite() 212 CommonTree rule = (CommonTree)root.getChild(0); in ACTION()
|
/external/parameter-framework/upstream/parameter/ |
D | EnumParameterType.cpp | 66 const CEnumValuePair *pValuePair = static_cast<const CEnumValuePair *>(getChild(uiChild)); in showProperties() 191 return static_cast<const CEnumValuePair *>(getChild(0))->getNumerical(); in getDefaultValue() 202 const CEnumValuePair *pValuePair = static_cast<const CEnumValuePair *>(getChild(uiChild)); in getLiteral() 222 const CEnumValuePair *pValuePair = static_cast<const CEnumValuePair *>(getChild(uiChild)); in getNumerical() 244 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()
|
D | SystemClass.cpp | 134 static_cast<const CPluginLocation *>(pSubsystemPlugins->getChild(pluginLocation)); in loadSubsystemsFromSharedLibraries() 235 CSubsystem *pSubsystem = static_cast<CSubsystem *>(getChild(uiChild)); in checkForSubsystemsToResync() 254 CSubsystem *pSubsystem = static_cast<CSubsystem *>(getChild(uiChild)); in cleanSubsystemsNeedToResync()
|
D | SelectionCriteriaDefinition.cpp | 73 static_cast<const CSelectionCriterion *>(getChild(uiChild)); in listSelectionCriteria() 90 pSelectionCriterion = static_cast<CSelectionCriterion *>(getChild(uiChild)); in resetModifiedStatus()
|
/external/antlr/antlr-3.4/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/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/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/tree/ |
D | BaseTreeAdaptor.java | 91 Object child = getChild(t, i); in dupTree() 147 if ( nc==1 ) newRootTree = (Tree)newRootTree.getChild(0); in becomeRoot() 169 r = (Tree)r.getChild(0); in rulePostProcessing() 221 public Object getChild(Object t, int i) { in getChild() method in BaseTreeAdaptor 222 return ((Tree)t).getChild(i); in getChild()
|
D | TreeWizard.java | 194 Object child = adaptor.getChild(t, i); in _index() 263 Object child = adaptor.getChild(t, i); in _visit() 356 Object child1 = adaptor.getChild(t1, i); in _parse() 357 TreePattern child2 = (TreePattern)tpattern.getChild(i); in _parse() 424 Object child1 = adaptor.getChild(t1, i); in _equals() 425 Object child2 = adaptor.getChild(t2, i); in _equals()
|
D | TreeVisitor.java | 59 Object child = adaptor.getChild(t, i); in visit() 61 Object childAfterVisit = adaptor.getChild(t, i); in visit()
|
/external/antlr/antlr-3.4/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 = adaptor->getChild(adaptor, t, i); in defineDotNodes() 278 child = adaptor->getChild(adaptor, t, i); in defineDotEdges() 489 child = adaptor->getChild (adaptor, t, i); in dupTreeTT() 513 child = adaptor->getChild(adaptor, tree, i); in simulateTreeConstruction() 657 newRootTree = newRootTree->getChild(newRootTree, 0); in becomeRoot() 721 root = 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/antlr/antlr-3.4/runtime/ObjC/Framework/test/runtime/tree/ |
D | ANTLRCommonTreeTest.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 ANTLRCommonTree *child = [parent getChild:0]; 307 STAssertTrue([parent getChild:0] == tree, @"Trees don't match"); 310 ANTLRCommonTree *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 …]
|