HomeSort by relevance Sort by last modified time
    Searched refs:getChild (Results 101 - 125 of 509) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/jsilver/src/com/google/clearsilver/jsilver/data/
DefaultDataContext.java 212 return curr.node.getChild(name.substring(dot + 1));
235 return rootData.getChild(name);
328 public Data getChild(String path) {
  /external/ksoap2/ksoap2-base/src/main/java/org/ksoap2/kdom/
Node.java 97 public Object getChild(int index) {
111 Object child = getChild(index);
176 return (isText(index)) ? (String) getChild(index) : null;
  /external/antlr/antlr-3.4/runtime/C/src/
antlr3basetree.c 36 static void * getChild (pANTLR3_BASE_TREE tree, ANTLR3_UINT32 i);
61 tree->getChild = getChild;
119 getChild (pANTLR3_BASE_TREE tree, ANTLR3_UINT32 i)
483 child = tree->getChild(tree, c);
antlr3commontreeadaptor.c 54 static pANTLR3_BASE_TREE getChild (pANTLR3_BASE_TREE_ADAPTOR adaptor, pANTLR3_BASE_TREE t, ANTLR3_UINT32 i);
122 cta->baseAdaptor.getChild = (void * (*) (pANTLR3_BASE_TREE_ADAPTOR, void *, ANTLR3_UINT32))
123 getChild;
454 getChild (pANTLR3_BASE_TREE_ADAPTOR adaptor, pANTLR3_BASE_TREE t, ANTLR3_UINT32 i)
456 return t->getChild(t, i);
  /external/deqp/executor/
xeTestCase.cpp 262 TestNode* node = group->getChild(ndx);
332 const TestNode* child = group->getChild(ndx);
344 const TestNode* child = group->getChild(ndx);
356 if (nodeSet.find(group->getChild(ndx)) != nodeSet.end())
500 return m_iterStack.back().group->getChild(m_iterStack.back().childNdx);
  /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);
  /external/swiftshader/third_party/LLVM/utils/TableGen/
DAGISelMatcherGen.cpp 284 N->getChild(1)->isLeaf() && N->getChild(1)->getPredicateFns().empty() &&
286 if (IntInit *II = dynamic_cast<IntInit*>(N->getChild(1)->getLeafValue())) {
302 EmitMatchCode(N->getChild(0), NodeNoTypes->getChild(0));
403 EmitMatchCode(N->getChild(i), NodeNoTypes->getChild(i));
639 InstPatNode = InstPatNode->getChild(InstPatNode->getNumChildren()-1);
668 Count += numNodesThatMayLoadOrStore(N->getChild(i), CGP);
735 const TreePatternNode *Child = N->getChild(ChildNo)
    [all...]
FastISelEmitter.cpp 189 TreePatternNode *Op = InstPatNode->getChild(i);
442 TreePatternNode *ChildOp = Dst->getChild(i);
469 if (!Dst->getChild(1)->isLeaf()) continue;
471 DefInit *SR = dynamic_cast<DefInit*>(Dst->getChild(1)->getLeafValue());
475 SubRegNo = Dst->getChild(1)->getLeafValue()->getAsString();
492 assert(InstPatNode->getChild(0)->getNumTypes() == 1);
493 VT = InstPatNode->getChild(0)->getType(0);
515 std::string PhysReg = PhyRegForNode(InstPatNode->getChild(i), Target);
518 Dst->getChild(DstIndex)->getName() !=
519 InstPatNode->getChild(i)->getName())
    [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/llvm/utils/TableGen/
FastISelEmitter.cpp 196 TreePatternNode *Op = InstPatNode->getChild(i);
466 TreePatternNode *ChildOp = Dst->getChild(i);
493 if (!Dst->getChild(1)->isLeaf()) continue;
495 DefInit *SR = dyn_cast<DefInit>(Dst->getChild(1)->getLeafValue());
499 SubRegNo = Dst->getChild(1)->getLeafValue()->getAsString();
516 assert(InstPatNode->getChild(0)->getNumTypes() == 1);
517 VT = InstPatNode->getChild(0)->getType(0);
540 std::string PhysReg = PhyRegForNode(InstPatNode->getChild(i), Target);
543 Dst->getChild(DstIndex)->getName() !=
544 InstPatNode->getChild(i)->getName())
    [all...]
  /external/antlr/antlr-3.4/runtime/Python/antlr3/
tree.py 114 def getChild(self, i):
519 def getChild(self, t, i):
699 def getChild(self, i):
1013 child = self.getChild(t, i)
1079 newRoot = newRoot.getChild(0)
1100 root = root.getChild(0)
    [all...]
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/runtime/ActionScript/project/src/org/antlr/runtime/tree/
BaseTree.as 45 public function getChild(i:int):Tree {
226 var child:Tree = Tree(getChild(c));
245 var child:CommonTree = CommonTree(this.getChild(c));
TreeAdaptor.as 207 function getChild(t:Object, i:int):Object;
  /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));
InstanceConfigurableElement.cpp 100 static_cast<CInstanceConfigurableElement *>(getChild(uiChild));
TypeElement.cpp 97 static_cast<const CTypeElement *>(getChild(uiChild));
  /cts/hostsidetests/appsecurity/test-apps/DocumentClient/src/com/android/cts/documentclient/
ScopedDirectoryAccessClientTest.java 371 messageText = dialog.getChild(
373 yesButton = dialog.getChild(new UiSelector().resourceId("android:id/button1"));
374 noButton = dialog.getChild(new UiSelector().resourceId("android:id/button2"));
378 return dialog.getChild(
  /cts/tests/accessibility/src/android/view/accessibility/cts/
AccessibilityWindowInfoTest.java 72 w.getChild(0);
  /development/samples/UiAutomator/src/com/android/test/uiautomator/demos/
LogBuildNumber.java 145 UiObject txt = aboutItem.getChild(
  /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/icu/icu4c/source/tools/toolutil/
xmlparser.h 99 const UObject *getChild(int32_t i, UXMLNodeType &type) const;
  /frameworks/base/packages/Osu/src/com/android/hotspot2/omadm/
OMAScalar.java 53 public OMANode getChild(String name) throws OMAException {
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
ANTLRBaseTree.h 39 - (id<ANTLRBaseTree>) getChild:(NSUInteger)i;
112 - (id<ANTLRBaseTree>) getChild:(NSUInteger)i;
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
ANTLRBaseTree.h 39 - (id<ANTLRBaseTree>) getChild:(NSUInteger)i;
112 - (id<ANTLRBaseTree>) getChild:(NSUInteger)i;

Completed in 1329 milliseconds

1 2 3 45 6 7 8 91011>>