HomeSort by relevance Sort by last modified time
    Searched refs:getChild (Results 51 - 75 of 300) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/jmonkeyengine/engine/src/test/jme3test/stress/
TestLodStress.java 59 Geometry teapot = (Geometry) teapotNode.getChild(0);
  /external/jsilver/src/org/clearsilver/
HDF.java 117 HDF getChild(String hdfpath);
DelegatedHdf.java 137 public DelegatedHdf getChild(String hdfpath) {
138 HDF hdf = getHdf().getChild(hdfpath);
  /packages/apps/Gallery2/tests/src/com/android/gallery3d/data/
MockSet.java 35 Path childPath = mItemPath.getChild(item_id_start + i);
  /sdk/hierarchyviewer/src/com/android/hierarchyviewer/ui/model/
ViewsTreeModel.java 36 public Object getChild(Object o, int i) {
  /tools/motodev/src/plugins/db.core/src/com/motorolamobility/studio/android/db/core/ui/
ITreeNode.java 63 ITreeNode getChild(int index);
  /external/antlr/antlr-3.4/runtime/C/src/
antlr3basetreeadaptor.c 69 static pANTLR3_BASE_TREE getChild (pANTLR3_BASE_TREE_ADAPTOR adaptor, pANTLR3_BASE_TREE t, ANTLR3_UINT32 i);
142 adaptor->getChild = (void * (*)(pANTLR3_BASE_TREE_ADAPTOR, void *, ANTLR3_UINT32))
143 getChild;
195 child = adaptor->getChild(adaptor, t, i);
278 child = adaptor->getChild(adaptor, t, i);
489 child = adaptor->getChild (adaptor, t, i);
513 child = adaptor->getChild(adaptor, tree, i);
657 newRootTree = newRootTree->getChild(newRootTree, 0);
721 root = root->getChild(root, 0);
883 getChild (pANTLR3_BASE_TREE_ADAPTOR adaptor, pANTLR3_BASE_TREE tree, ANTLR3_UINT32 i
    [all...]
  /external/jmonkeyengine/engine/src/bullet-common/com/jme3/bullet/control/
VehicleControl.java 123 Spatial wheelSpat = node.getChild(wheel.getWheelSpatial().getName());
206 Geometry locGeom = (Geometry) debugNode.getChild("WheelLocationDebugShape" + i);
207 Geometry dirGeom = (Geometry) debugNode.getChild("WheelDirectionDebugShape" + i);
208 Geometry axleGeom = (Geometry) debugNode.getChild("WheelAxleDebugShape" + i);
209 Geometry wheelGeom = (Geometry) debugNode.getChild("WheelRadiusDebugShape" + i);
  /external/antlr/antlr-3.4/tool/src/main/antlr3/org/antlr/grammar/v3/
DefineGrammarItemsWalker.g 63 if (block.getChild(i).getType() == ALT)
85 if ( p.getChild( i ).getType() != RULE )
88 String ruleName = p.getChild(i).getChild(0).getText();
354 // GrammarAST rewriteAST = (GrammarAST)$start.Parent.getChild($start.ChildIndex + 1);
360 // firstRewriteAST.getChild(0)!=null &&
361 // firstRewriteAST.getChild(0).getType()!=ETC) )
397 e = (GrammarAST)e.getChild(0);
417 a = (GrammarAST)a.getChild(0);
476 GrammarAST block = (GrammarAST)$start.getChild(0)
    [all...]
  /cts/tests/tests/widget/src/android/widget/cts/
SimpleExpandableListAdapterTest.java 124 assertEquals(expected, mSimpleExpandableListAdapter.getChild(0, 0));
128 assertEquals(expected, mSimpleExpandableListAdapter.getChild(3, 3));
131 mSimpleExpandableListAdapter.getChild(-1, 0);
137 mSimpleExpandableListAdapter.getChild(0, -1);
143 mSimpleExpandableListAdapter.getChild(4, 0);
149 mSimpleExpandableListAdapter.getChild(0, 1);
  /development/samples/ApiDemos/src/com/example/android/apis/view/
ExpandableList1.java 99 public Object getChild(int groupPosition, int childPosition) {
128 textView.setText(getChild(groupPosition, childPosition).toString());
  /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);
TreeAdaptor.java 230 public Object getChild(Object t, int i);
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
ANTLRTree.h 31 - (id<ANTLRTree>) getChild:(NSUInteger)index;
ANTLRCommonTreeAdaptor.h 52 - (id<ANTLRTree>)getChild:(id<ANTLRTree>)t At:(NSInteger)i;
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
ANTLRTree.h 31 - (id<ANTLRTree>) getChild:(NSUInteger)index;
ANTLRCommonTreeAdaptor.h 52 - (id<ANTLRTree>)getChild:(id<ANTLRTree>)t At:(NSInteger)i;
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
ANTLRTree.h 31 - (id<ANTLRTree>) getChild:(NSUInteger)index;
  /external/antlr/antlr-3.4/runtime/Python/antlr3/
dottreegen.py 116 child = adaptor.getChild(tree, i)
142 child = adaptor.getChild(tree, i)
  /external/guava/guava-tests/test/com/google/common/collect/
BstNodeTest.java 41 node.getChild(side);
49 assertEquals(expectedChild, node.getChild(side));
  /external/jsilver/src/com/google/clearsilver/jsilver/compiler/
VariableTranslator.java 89 node.getChild().apply(this);
95 components.add(expressionTranslator.translateToString(node.getChild()));
  /external/llvm/utils/TableGen/
DAGISelEmitter.cpp 52 Cost += getResultPatternCost(P->getChild(i), CGP);
68 Cost += getResultPatternSize(P->getChild(i), CGP);
  /external/webkit/Source/WebCore/platform/graphics/
GlyphPageTreeNode.h 190 return getRoot(pageNumber)->getChild(fontData, pageNumber);
205 GlyphPageTreeNode* getChild(const FontData*, unsigned pageNumber);
  /external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
XMPNodeUtils.java 513 nextNode = parentNode.getChild(index);
611 XMPNode currItem = arrayNode.getChild(index);
621 XMPNode currField = currItem.getChild(f);
676 XMPNode currItem = arrayNode.getChild(index);
713 XMPNode child = arrayNode.getChild(i);
730 arrayNode.getChild(2).setValue(child.getValue());
887 return new Object[] { new Integer(XMPNodeUtils.CLT_FIRST_ITEM), arrayNode.getChild(1) };
911 XMPNode child = arrayNode.getChild(index);
  /external/antlr/antlr-3.4/runtime/C/include/
antlr3basetree.h 99 void * (*getChild) (struct ANTLR3_BASE_TREE_struct * tree, ANTLR3_UINT32 i);

Completed in 1389 milliseconds

1 23 4 5 6 7 8 91011>>