/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Utility/Antlr.Utility.Tree/ |
DOTTreeGenerator.cs | 136 object child = adaptor.GetChild(tree, i); 159 object child = adaptor.GetChild(tree, i);
|
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/ |
DotTreeGenerator.cs | 143 object child = adaptor.GetChild( tree, i ); 169 object child = adaptor.GetChild( tree, i );
|
TreeWizard.cs | 267 object child = adaptor.GetChild( t, i ); 375 object child = adaptor.GetChild( t, i ); 507 object child1 = adaptor.GetChild( t1, i ); 508 TreePattern child2 = (TreePattern)tpattern.GetChild( i ); 596 object child1 = adaptor.GetChild( t1, i ); 597 object child2 = adaptor.GetChild( t2, i );
|
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/tree/ |
DOTTreeGenerator.java | 145 Object child = adaptor.getChild(tree, i); 171 Object child = adaptor.getChild(tree, i);
|
TreeWizard.java | 194 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);
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/ |
ANTLRCommonTreeAdaptor.m | 176 - (id<ANTLRBaseTree>) getChild:(id<ANTLRBaseTree>)t At:(NSInteger)i 180 return [(id<ANTLRBaseTree>)t getChild:i];
|
ANTLRTreeWizard.m | 342 ANTLRCommonTree * child = [adaptor getChild:t At:i]; 431 ANTLRCommonTree * child = [adaptor getChild:t At:i]; 552 ANTLRCommonTree * child1 = [adaptor getChild:t1 At:i]; 553 ANTLRCommonTree *child2 = (ANTLRCommonTree *)[tpattern getChild:i]; 624 ANTLRCommonTree * child1 = [anAdaptor getChild:t1 At:i]; 625 ANTLRCommonTree * child2 = [anAdaptor getChild:t2 At:i];
|
ANTLRBaseTree.m | 109 - (id<ANTLRBaseTree>) getChild:(NSUInteger)i 334 id<ANTLRBaseTree> child = (id<ANTLRBaseTree>)[self getChild:i]; 355 id<ANTLRBaseTree> child = (id<ANTLRBaseTree>)[self getChild:c];
|
/external/antlr/antlr-3.4/runtime/Python/antlr3/ |
dottreegen.py | 116 child = adaptor.getChild(tree, i) 142 child = adaptor.getChild(tree, i)
|
treewizard.py | 395 child = self.adaptor.getChild(t, i) 492 child = self.adaptor.getChild(t, i) 573 child1 = self.adaptor.getChild(t1, i) 574 child2 = tpattern.getChild(i) 614 child1 = adaptor.getChild(t1, i) 615 child2 = adaptor.getChild(t2, i)
|
/external/antlr/antlr-3.4/tool/src/main/antlr3/org/antlr/grammar/v3/ |
ANTLR.g | 339 alt.getChild( 0 ).getType() != SYN_SEMPRED ) 604 ((GrammarAST)$tree.getChild(0)).setBlockOptions($optionsSpec.opts); 635 blkRoot = (GrammarAST)$tree.getChild(0); 662 {currentBlockAST = (GrammarAST)$tree.getChild(0);} 667 (optionsSpec {((GrammarAST)$tree.getChild(0)).setOptions(grammar,$optionsSpec.opts);})? 865 { blkRoot = (GrammarAST)$tree.getChild(0); currentBlockAST = blkRoot; } 870 alt = (GrammarAST)$tree.getChild(0); 1001 { adaptor.addChild( $tree.getChild(0), adaptor.create($st) ); }
|
/external/llvm/utils/TableGen/ |
DAGISelEmitter.cpp | 54 Cost += getResultPatternCost(P->getChild(i), CGP); 70 Cost += getResultPatternSize(P->getChild(i), CGP);
|
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/constructor/ |
BeanConstructorTest.java | 199 Child1 child = parent.getChild(); 229 public ExceptionChild getChild() {
|
/external/swiftshader/third_party/LLVM/utils/TableGen/ |
DAGISelEmitter.cpp | 40 Cost += getResultPatternCost(P->getChild(i), CGP); 56 Cost += getResultPatternSize(P->getChild(i), CGP);
|
/frameworks/support/compat/java/android/support/v4/view/accessibility/ |
AccessibilityWindowInfoCompat.java | 229 public AccessibilityWindowInfoCompat getChild(int index) { 231 return wrapNonNullInstance(((AccessibilityWindowInfo) mInfo).getChild(index));
|
/prebuilts/tools/common/m2/repository/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/0.18.1/ |
org.eclipse.tycho.embedder.shared-0.18.1.jar | |
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/ |
TreeWizard.cs | 235 object child = adaptor.GetChild(t, i); 325 object child = adaptor.GetChild(t, i); 441 object child1 = adaptor.GetChild(t1, i); 442 TreePattern child2 = (TreePattern)tpattern.GetChild(i); 520 object child1 = adaptor.GetChild(t1, i); 521 object child2 = adaptor.GetChild(t2, i);
|
/external/pdfium/xfa/fxfa/app/ |
xfa_ffdocview.cpp | 114 CXFA_Node* pSubformNode = pRootItem->GetChild(0, XFA_Element::Subform); 266 CXFA_Node* pAcrobatNode = pConfigItem->GetChild(0, XFA_Element::Acrobat); 268 ? pAcrobatNode->GetChild(0, XFA_Element::Validate) 272 pConfigItem->GetChild(0, XFA_Element::Present); 274 ? pPresentNode->GetChild(0, XFA_Element::Validate) 307 pNode = pRootItem->GetChild(0, XFA_Element::Subform);
|
xfa_ffwidgetacc.cpp | 234 CXFA_Node* pItems = pChild->GetChild(0, XFA_Element::Items); 240 itemText = pItems->GetChild(1, XFA_Element::Unknown)->GetContent(); [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
activaut.h | 148 virtual HRESULT STDMETHODCALLTYPE GetChild( 216 HRESULT (STDMETHODCALLTYPE *GetChild)( 264 #define IScriptNode_GetChild(This,isn,ppsn) (This)->lpVtbl->GetChild(This,isn,ppsn) 299 return This->lpVtbl->GetChild(This,isn,ppsn); 499 HRESULT (STDMETHODCALLTYPE *GetChild)( 595 #define IScriptEntry_GetChild(This,isn,ppsn) (This)->lpVtbl->GetChild(This,isn,ppsn) 642 return This->lpVtbl->GetChild(This,isn,ppsn); 858 HRESULT (STDMETHODCALLTYPE *GetChild)( [all...] |
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/analysis/ |
DecisionProbe.java | 475 GrammarAST altAST = (GrammarAST)decAST.getChild(altI-1); 484 delegatedTokensAlt.getChild(0).getText()); 510 if ( blockAST.getChild(0).getType()==ANTLRParser.OPTIONS ) { 512 lastAltAST = (GrammarAST)blockAST.getChild(lastAlt.intValue()); 515 lastAltAST = (GrammarAST)blockAST.getChild(lastAlt.intValue()-1); 523 lastAltAST.getChild(0).getType()== ANTLRParser.WILDCARD && 524 lastAltAST.getChild(1).getType()== ANTLRParser.EOA ) [all...] |
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/ |
XMPNormalizer.java | 190 XMPNode currProp = dcSchema.getChild(i); 381 itemNode = baseNode.getChild(xdIndex); 386 itemNode = baseNode.getChild(1); 616 String firstValue = dcRightsArray.getChild(1).getValue(); 623 XMPNode defaultNode = dcRightsArray.getChild(xdIndex);
|
/packages/apps/Contacts/src/com/android/contacts/list/ |
CustomContactListFilterActivity.java | 615 final GroupDelta child = (GroupDelta)this.getChild(groupPosition, childPosition); 640 public Object getChild(int groupPosition, int childPosition) { 654 final GroupDelta child = (GroupDelta)getChild(groupPosition, childPosition); 709 final GroupDelta child = (GroupDelta)mAdapter.getChild(groupPosition, childPosition); 751 final GroupDelta child = (GroupDelta)mAdapter.getChild(groupPosition, childPosition); [all...] |
/external/antlr/antlr-3.4/tool/src/test/java/org/antlr/test/ |
TestTreeNodeStream.java | 64 t.getChild(0).addChild(new CommonTree(new CommonToken(103))); 82 t.getChild(0).addChild(new CommonTree(new CommonToken(103))); 150 t.getChild(0).addChild(new CommonTree(new CommonToken(103)));
|
/external/parameter-framework/upstream/parameter/ |
DomainConfiguration.cpp | 440 static_cast<CConfigurableElement *>(pFromConfigurableElement->getChild(uiChild)); 479 return static_cast<const CCompoundRule *>(getChild(ECompoundRule)); 488 return static_cast<CCompoundRule *>(getChild(ECompoundRule));
|