HomeSort by relevance Sort by last modified time
    Searched refs:getChild (Results 126 - 150 of 498) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/parameter-framework/upstream/parameter/
TypeElement.cpp 97 static_cast<const CTypeElement *>(getChild(uiChild));
  /frameworks/base/packages/Osu/src/com/android/hotspot2/omadm/
OMAScalar.java 53 public OMANode getChild(String name) throws OMAException {
OMAConstructed.java 39 target = target.getChild(element);
103 public OMANode getChild(String name) {
  /frameworks/data-binding/compiler/src/test/java/android/databinding/
BindingExpressionParserTest.java 148 assertEquals("void", primary.classExtraction().getChild(0).getText());
220 assertEquals(":", expression.getChild(3).getText());
229 assertEquals(".", expression.getChild(1).getText());
232 assertEquals(".", left.getChild(1).getText());
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/omadm/
OMAScalar.java 53 public OMANode getChild(String name) throws OMAException {
OMAConstructed.java 39 target = target.getChild(element);
105 public OMANode getChild(String name) {
  /art/tools/ahat/src/
AhatSnapshot.java 203 site = mRootSite.getChild(path.iterator());
263 site = mRootSite.getChild(path.iterator());
  /external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/tree/
TreeAdaptor.as 207 function getChild(t:Object, i:int):Object;
BaseTreeAdaptor.as 62 var child:Object = getChild(t, i);
122 if ( nc==1 ) newRootTree = Tree(newRootTree.getChild(0));
143 r = Tree(r.getChild(0));
182 public function getChild(t:Object, i:int):Object {
183 return Tree(t).getChild(i);
  /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;
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
ANTLRBaseTree.h 39 - (id<ANTLRBaseTree>) getChild:(NSUInteger)i;
112 - (id<ANTLRBaseTree>) getChild:(NSUInteger)i;
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/
ANTLRBaseTree.h 41 - (id<ANTLRBaseTree>) getChild:(NSUInteger)i;
116 - (id<ANTLRBaseTree>) getChild:(NSUInteger)i;
ANTLRTreeAdaptor.h 131 - (id) getChild:(id)aNode At:(NSInteger) i;
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
AssignTokenTypesBehavior.java 154 alias(t, (GrammarAST)block.getChild(0).getChild(0));
LeftRecursiveRuleAnalyzer.java 277 GrammarAST t = (GrammarAST)altAST.getChild(0);
287 GrammarAST rref = (GrammarAST)altAST.getChild(0);
294 GrammarAST newFirstChild = (GrammarAST) altAST.getChild(0);
  /external/apache-xml/src/main/java/org/apache/xml/utils/
NamespaceSupport2.java 126 currentContext = parentContext.getChild();
493 Context2 getChild()
  /external/guice/examples/src/example/xml/
XmlBeanModule.java 42 Element bean = beans.getChild("bean");
45 Element property = bean.getChild("property");
  /external/jsilver/src/com/google/clearsilver/jsilver/data/
DelegatedData.java 196 public Data getChild(String path) {
197 return newInstance(getDelegate().getChild(path));
  /external/skia/src/utils/
SkLayer.cpp 91 SkLayer* SkLayer::getChild(int index) const {
227 this->getChild(i)->draw(canvas, opacity);
  /external/snakeyaml/src/test/java/org/yaml/snakeyaml/constructor/
BeanConstructorTest.java 199 Child1 child = parent.getChild();
229 public ExceptionChild getChild() {
  /frameworks/base/cmds/uiautomator/library/core-src/com/android/uiautomator/core/
AccessibilityNodeInfoDumper.java 126 AccessibilityNodeInfo child = node.getChild(i);
198 AccessibilityNodeInfo childNode = node.getChild(x);
  /frameworks/support/v4/ics/android/support/v4/view/accessibility/
AccessibilityNodeInfoCompatIcs.java 68 public static Object getChild(Object info, int index) {
69 return ((AccessibilityNodeInfo) info).getChild(index);
  /packages/apps/Gallery2/src/com/android/gallery3d/onetimeinitializer/
GalleryWidgetMigrator.java 145 .getChild(newBucketId)
164 .getChild(newBucketId)
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.filesystem_1.3.1.R36x_v20100727-0745.jar 

Completed in 548 milliseconds

1 2 3 4 56 7 8 91011>>