Searched refs:getChild (Results 1 - 25 of 206) sorted by relevance

123456789

/external/parameter-framework/upstream/parameter/
H A DSelectionCriteria.cpp82 return static_cast<CSelectionCriterionLibrary *>(getChild(ESelectionCriterionLibrary));
87 return static_cast<CSelectionCriteriaDefinition *>(getChild(ESelectionCriteriaDefinition));
93 getChild(ESelectionCriteriaDefinition));
H A DCompoundRule.cpp99 const CRule *pRule = static_cast<const CRule *>(getChild(uiChild));
118 const CRule *pRule = static_cast<const CRule *>(getChild(uiChild));
H A DSelectionCriteriaDefinition.cpp73 static_cast<const CSelectionCriterion *>(getChild(uiChild));
90 pSelectionCriterion = static_cast<CSelectionCriterion *>(getChild(uiChild));
H A DEnumParameterType.cpp66 const CEnumValuePair *pValuePair = static_cast<const CEnumValuePair *>(getChild(uiChild));
191 return static_cast<const CEnumValuePair *>(getChild(0))->getNumerical();
202 const CEnumValuePair *pValuePair = static_cast<const CEnumValuePair *>(getChild(uiChild));
222 const CEnumValuePair *pValuePair = static_cast<const CEnumValuePair *>(getChild(uiChild));
244 const CEnumValuePair *pValuePair = static_cast<const CEnumValuePair *>(getChild(uiChild));
H A DConfigurableElementAggregator.cpp65 static_cast<const CConfigurableElement *>(pConfigurableElement->getChild(index));
H A DConfigurableDomain.cpp191 static_cast<const CDomainConfiguration *>(getChild(uiChildConfiguration));
497 static_cast<CConfigurableElement *>(pConfigurableElement->getChild(uiChild));
508 static_cast<CDomainConfiguration *>(getChild(uiChild));
889 static_cast<CDomainConfiguration *>(getChild(uiChild));
905 static_cast<CDomainConfiguration *>(getChild(uiChild));
948 static_cast<CDomainConfiguration *>(getChild(uiChild));
968 static_cast<const CDomainConfiguration *>(getChild(uiChild));
990 static_cast<const CDomainConfiguration *>(getChild(uiChild));
1008 static_cast<const CDomainConfiguration *>(getChild(uiChild));
1093 static_cast<CDomainConfiguration *>(getChild(uiChil
[all...]
H A DSystemClass.cpp134 static_cast<const CPluginLocation *>(pSubsystemPlugins->getChild(pluginLocation));
235 CSubsystem *pSubsystem = static_cast<CSubsystem *>(getChild(uiChild));
254 CSubsystem *pSubsystem = static_cast<CSubsystem *>(getChild(uiChild));
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/constructor/
H A DParent1.java30 public Child1 getChild() { method in class:Parent1
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/tree/
H A DTreeVisitor.java59 Object child = adaptor.getChild(t, i);
61 Object childAfterVisit = adaptor.getChild(t, i);
H A DRewriteRuleSubtreeStream.java79 tree = adaptor.getChild(tree, 0);
H A DTree.java47 Tree getChild(int i); method in interface:Tree
H A DBaseTreeAdaptor.java91 Object child = getChild(t, i);
147 if ( nc==1 ) newRootTree = (Tree)newRootTree.getChild(0);
169 r = (Tree)r.getChild(0);
221 public Object getChild(Object t, int i) { method in class:BaseTreeAdaptor
222 return ((Tree)t).getChild(i);
H A DTreeWizard.java194 Object child = adaptor.getChild(t, i);
263 Object child = adaptor.getChild(t, i);
356 Object child1 = adaptor.getChild(t1, i);
357 TreePattern child2 = (TreePattern)tpattern.getChild(i);
424 Object child1 = adaptor.getChild(t1, i);
425 Object child2 = adaptor.getChild(t2, i);
H A DCommonTree.java95 return getChild(0).getLine();
105 return getChild(0).getCharPositionInLine();
/external/jsilver/src/com/google/clearsilver/jsilver/data/
H A DChainedData.java92 public Data getChild(String path) { method in class:ChainedData
96 Data child = d.getChild(path);
131 Data child = getChild(path);
142 Data child = getChild(path);
152 Data child = getChild(path);
167 Data child = getChild(path);
177 Data child = getChild(path);
187 Data child = getChild(path);
H A DAbstractData.java52 Data child = getChild(path);
68 Data child = getChild(path);
94 return TypeConverter.asNumber(getChild(path));
102 return TypeConverter.asBoolean(getChild(path));
/external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/tree/
H A DBaseTreeAdaptor.js49 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);
H A DCommonTree.js64 return this.getChild(0).getLine();
74 return this.getChild(0).getCharPositionInLine();
/external/doclava/src/com/google/doclava/
H A DInfoBuilder.java384 parseFile((ParseTree) tree.getChild(i));
395 ParseTree child = (ParseTree) tree.getChild(i);
417 packageName.append(tree.getChild(j).toString());
431 String part = tree.getChild(i).toString();
634 ParseTree member = (ParseTree) child.getChild(0).getChild(0);
657 Object tmp = member.getChild(0);
666 Object tmp = member.getChild(0);
721 name = child.getChild(0).toString();
726 ParseTree tmp = (ParseTree) child.getChild(
[all...]
H A DHierarchy.java62 recurse(nodes, "java.lang.Object", hdf.getChild("classes.0"), depth, depth);
129 Data children = hdf.getChild("derived");
135 recurse(nodes, s, children.getChild(index), totalDepth, remainingDepth);
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
H A DStrip.java86 if ( a.getChildCount()==2 ) action = (CommonTree)a.getChild(1);
87 else if ( a.getChildCount()==3 ) action = (CommonTree)a.getChild(2);
99 a = (CommonTree)a.getChild(0);
108 CommonTree ret = (CommonTree)a.getChild(0);
155 CommonTree child = (CommonTree)a.getChild(0);
165 CommonTree child = (CommonTree)a.getChild(0);
177 CommonTree child = (CommonTree)a.getChild(0);
180 CommonTree rew = (CommonTree)a.getChild(1);
212 CommonTree rule = (CommonTree)root.getChild(0);
H A DGrammarAST.java290 Tree child = getChild(0);
305 Tree child = getChild(0);
332 return (GrammarAST)getChild(getChildCount() - 1);
336 return (GrammarAST)getParent().getChild(getChildIndex() + 1);
344 return (GrammarAST)parent.getChild(parent.getChildCount() - 1);
368 Tree child = root.getChild(i);
377 Tree child = root.getChild(i);
412 GrammarAST child = (GrammarAST)getChild(i);
491 GrammarAST child = (GrammarAST)t.getChild(i);
521 GrammarAST child = (GrammarAST)t.getChild(
[all...]
/external/clang/lib/Rewrite/
H A DDeltaTree.cpp141 const DeltaTreeNode *getChild(unsigned i) const { function in class:__anon1391::DeltaTreeNode
145 DeltaTreeNode *getChild(unsigned i) {
171 NewFullDelta += IN->getChild(i)->getFullDelta();
362 const DeltaTreeNode *IChild = IN->getChild(i);
373 assert(IN->getChild(i+1)->getValue(0).FileLoc > IVal.FileLoc);
377 FullDelta += IN->getChild(IN->getNumValuesUsed())->getFullDelta();
432 Result += IN->getChild(i)->getFullDelta();
439 return Result+IN->getChild(NumValsGreater)->getFullDelta();
443 Node = IN->getChild(NumValsGreater);
H A DRewriteRope.cpp417 const RopePieceBTreeNode *getChild(unsigned i) const {
421 RopePieceBTreeNode *getChild(unsigned i) {
431 Size += getChild(i)->size();
479 for (; Offset >= ChildOffset+getChild(i)->size(); ++i)
480 ChildOffset += getChild(i)->size();
487 if (RopePieceBTreeNode *RHS = getChild(i)->split(Offset-ChildOffset))
508 ChildOffs = size()-getChild(i)->size();
510 for (; Offset > ChildOffs+getChild(i)->size(); ++i)
511 ChildOffs += getChild(i)->size();
517 if (RopePieceBTreeNode *RHS = getChild(
[all...]
/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/tree/
H A DCommonTree.as97 return getChild(0).line;
107 return getChild(0).charPositionInLine;

Completed in 346 milliseconds

123456789