HomeSort by relevance Sort by last modified time
    Searched refs:addChild (Results 201 - 225 of 420) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/tree/
BaseTree.as 82 public function addChild(t:Tree):void {
84 return; // do nothing upon addChild(null)
125 addChild(t);
  /external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/debug/
DebugEventHub.java 279 public void addChild(Object root, Object child) {
282 listener.addChild(root, child);
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
ANTLRTreeAdaptor.h 47 * use "t=adaptor.nil(); t.addChild(x); t.addChild(y);"
74 - (void) addChild:(id<ANTLRTree>)child toTree:(id<ANTLRTree>)aTree;
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
ANTLRTreeAdaptor.h 47 * use "t=adaptor.nil(); t.addChild(x); t.addChild(y);"
74 - (void) addChild:(id<ANTLRTree>)child toTree:(id<ANTLRTree>)aTree;
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
ANTLRTreeAdaptor.h 47 * use "t=adaptor.nil(); t.addChild(x); t.addChild(y);"
74 - (void) addChild:(id<ANTLRTree>)child toTree:(id<ANTLRTree>)aTree;
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderWidget.cpp 69 newParent->addChild(child);
80 parent->addChild(child);
RenderTable.cpp 120 void RenderTable::addChild(RenderObject* child, RenderObject* beforeChild)
171 RenderBox::addChild(child, beforeChild);
176 lastChild()->addChild(child);
183 section->addChild(child);
194 lastBox->addChild(child, beforeChild);
202 addChild(section, beforeChild);
203 section->addChild(child);
    [all...]
RenderLayerCompositor.cpp     [all...]
  /external/chromium_org/third_party/skia/src/animator/
SkDrawGroup.cpp 52 bool SkGroup::addChild(SkAnimateMaker& , SkDisplayable* child) {
89 ((SkGroup*)copy)->addChild(*maker, deeperCopy);
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/db/
ComponentResults.java 299 addChild(scenarioResults, true);
366 addChild(scenarioResults, true);
  /external/jmonkeyengine/engine/src/core/com/jme3/animation/
Bone.java 313 public void addChild(Bone bone) {
608 this.addChild(childList.get(i));
  /external/skia/src/animator/
SkDrawGroup.cpp 52 bool SkGroup::addChild(SkAnimateMaker& , SkDisplayable* child) {
89 ((SkGroup*)copy)->addChild(*maker, deeperCopy);
  /external/antlr/antlr-3.4/runtime/Python/antlr3/
tree.py 170 def addChild(self, t):
316 use "t=adaptor.nil(); t.addChild(x); t.addChild(y);"
348 def addChild(self, t, child):
729 def addChild(self, childTree):
1015 self.addChild(newTree, newSubTree)
1020 def addChild(self, tree, child):
1034 tree.addChild(child)
1085 # add oldRoot to newRoot; addChild takes care of case where oldRoot
1088 newRoot.addChild(oldRoot
    [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfCompileUnit.cpp 708 Buffer.addChild(getOrCreateTemplateTypeParameterDIE(
711 Buffer.addChild(getOrCreateTemplateValueParameterDIE(
731 ContextDIE->addChild(Die);
    [all...]
  /frameworks/base/core/java/android/animation/
LayoutTransition.java     [all...]
  /frameworks/base/core/java/android/widget/
Spinner.java 575 * @param addChild true to add the child to the spinner, false to obtain and configure only.
578 private View makeView(int position, boolean addChild) {
585 setUpChild(child, addChild);
595 setUpChild(child, addChild);
605 * @param addChild true if the child should be added to the Spinner during setup
607 private void setUpChild(View child, boolean addChild) {
616 if (addChild) {
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
ChangeLayoutRefactoring.java 243 rootEdit.addChild(new ReplaceEdit(mSelectionStart + open, oldLength, name));
245 rootEdit.addChild(new ReplaceEdit(mSelectionStart + close, oldLength, name));
261 rootEdit.addChild(edit);
382 rootEdit.addChild(new ReplaceEdit(mSelectionStart + open, oldLength,
385 rootEdit.addChild(new ReplaceEdit(mSelectionStart + close,
  /cts/tools/vm-tests-tf/src/util/build/
BuildDalvikSuite.java 396 jarBuildStep.addChild(buildStep);
416 jarBuildStep.addChild(buildStep);
462 dexBuildStep.addChild(jarBuildStep);
  /external/smali/smali/src/main/antlr3/
smaliParser.g 362 root.addChild(child);
426 root.addChild(new CommonTree(token));
    [all...]
  /external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
ParseRDF.java 1051 xmpParent.addChild(newChild);
1055 xmpParent.addChild(1, newChild);
    [all...]
  /cts/suite/audio_quality/lib/src/task/
TaskCase.cpp 56 bool TaskCase::addChild(TaskGeneric* child)
61 LOGE("TestCase::addChild wrong child type %d", child->getType());
64 return TaskGeneric::addChild(child);
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
GrammarAST.java 483 result.addChild(dupTreeNoActions(subchild, result));
522 root.addChild(dupTree(child));
  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
RenderSVGRoot.cpp 302 void RenderSVGRoot::addChild(RenderObject* child, RenderObject* beforeChild)
304 RenderReplaced::addChild(child, beforeChild);
RenderSVGText.cpp 529 void RenderSVGText::addChild(RenderObject* child, RenderObject* beforeChild)
531 RenderSVGBlock::addChild(child, beforeChild);
  /external/chromium_org/v8/test/mjsunit/tools/
profile_view.js 36 opt_parent.addChild(node);

Completed in 853 milliseconds

1 2 3 4 5 6 7 891011>>