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

1 2 34 5 6 7 8 91011>>

  /external/parameter-framework/upstream/parameter/
ConfigurableElement.cpp 97 static_cast<const CConfigurableElement *>(getChild(index));
177 static_cast<const CConfigurableElement *>(getChild(index));
302 static_cast<const CConfigurableElement *>(getChild(index));
341 static_cast<CConfigurableElement *>(getChild(index));
363 static_cast<const CConfigurableElement *>(getChild(index));
411 static_cast<const CConfigurableElement *>(getChild(index));
  /art/tools/ahat/src/
Site.java 189 Site getChild(Iterator<StackFrame> path) {
193 return (child == null) ? null : child.getChild(path);
  /development/samples/ApiDemos/src/com/example/android/apis/view/
ExpandableList1.java 99 public Object getChild(int groupPosition, int childPosition) {
130 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;
ANTLRCommonTreeAdaptor.h 52 - (id<ANTLRTree>)getChild:(id<ANTLRTree>)t At:(NSInteger)i;
  /external/antlr/antlr-3.4/runtime/Python/antlr3/
dottreegen.py 116 child = adaptor.getChild(tree, i)
142 child = adaptor.getChild(tree, i)
  /external/deqp/executor/
xeTestCase.hpp 94 TestNode* getChild (int ndx) { return m_children[ndx]; }
95 const TestNode* getChild (int ndx) const { return m_children[ndx]; }
  /external/jsilver/src/com/google/clearsilver/jsilver/compiler/
VariableTranslator.java 89 node.getChild().apply(this);
95 components.add(expressionTranslator.translateToString(node.getChild()));
  /external/jsilver/src/org/clearsilver/
DelegatedHdf.java 137 public DelegatedHdf getChild(String hdfpath) {
138 HDF hdf = getHdf().getChild(hdfpath);
  /external/llvm/utils/TableGen/
DAGISelEmitter.cpp 54 Cost += getResultPatternCost(P->getChild(i), CGP);
70 Cost += getResultPatternSize(P->getChild(i), CGP);
  /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);
  /libcore/luni/src/test/java/libcore/java/util/prefs/
OldNodeChangeEventTest.java 57 Preferences child = e.getChild();
69 Preferences child = e.getChild();
  /packages/experimental/TestBack/src/foo/bar/testback/
TestBackService.java 117 AccessibilityNodeInfo child = root.getChild(i);
130 AccessibilityNodeInfo child = root.getChild(i);
  /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/C/include/
antlr3basetree.h 99 void * (*getChild) (struct ANTLR3_BASE_TREE_struct * tree, ANTLR3_UINT32 i);
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/
ANTLRCommonTreeAdaptor.h 55 - (ANTLRCommonTree *)getChild:(ANTLRCommonTree *)t At:(NSInteger)i;
  /external/guice/lib/build/
safesax.jar 
  /external/jsilver/src/com/google/clearsilver/jsilver/data/
Data.java 154 Data getChild(String path);
UnmodifiableData.java 50 * {@link #createChild} calls {@link #getChild} and throws {@link UnsupportedOperationException}
56 Data child = getChild(path);

Completed in 932 milliseconds

1 2 34 5 6 7 8 91011>>