HomeSort by relevance Sort by last modified time
    Searched refs:addChildren (Results 26 - 50 of 58) sorted by null

12 3

  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
ANTLRBaseTree.h 49 - (void) addChildren:(NSArray *) theChildren;
124 - (void) addChildren:(NSArray *) theChildren;
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/
ANTLRBaseTree.h 51 - (void) addChildren:(NSArray *) theChildren;
128 - (void) addChildren:(NSArray *) theChildren;
  /external/deqp/executor/
xeTestCase.cpp 328 static void addChildren (std::set<const TestNode*>& nodeSet, const TestGroup* group)
336 addChildren(nodeSet, static_cast<const TestGroup*>(child));
394 addChildren(m_set, testGroup);
  /external/chromium_org/third_party/WebKit/Source/core/accessibility/
AXNodeObject.h 181 virtual void addChildren() OVERRIDE;
AXRenderObject.h 167 virtual void addChildren() OVERRIDE;
AXTable.cpp 360 void AXTable::addChildren()
363 AXRenderObject::addChildren();
AXObject.h 491 virtual void addChildren() { }
AXObject.cpp 540 addChildren();
AXRenderObject.cpp     [all...]
AXNodeObject.cpp     [all...]
  /external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/tree/
BaseTree.java 132 public void addChildren(List kids) {
  /external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/tree/
BaseTree.js 90 addChildren: function(kids) {
  /external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/tree/
BaseTree.as 122 public function addChildren(kids:Array):void {
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/table/
PropertyTable.java     [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/core/
AndroidTypeMoveParticipant.java 246 rootEdit.addChildren(edits.toArray(new TextEdit[edits.size()]));
AndroidPackageRenameParticipant.java 406 rootEdit.addChildren(edits.toArray(new TextEdit[edits.size()]));
AndroidTypeRenameParticipant.java 387 rootEdit.addChildren(edits.toArray(new TextEdit[edits.size()]));
RenameResourceParticipant.java 514 rootEdit.addChildren(edits.toArray(new TextEdit[edits.size()]));
  /packages/apps/Exchange/src/com/android/exchange/adapter/
ContactsSyncParser.java 328 ops.addChildren(entity, children);
    [all...]
  /external/chromium_org/tools/deep_memory_profiler/visualizer/static/third_party/jqTree/
tree.jquery.js 369 var addChildren, addNode,
374 return addChildren(node_data.children);
377 addChildren = function(children_data) {
    [all...]
  /external/antlr/antlr-3.4/runtime/Python/antlr3/
tree.py 763 def addChildren(self, children):
    [all...]
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
jsoup-1.7.2.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.text_3.5.0.v20100601-1300.jar 
  /prebuilts/tools/common/m2/repository/com/android/tools/external/propertysheet/1.0/
propertysheet-1.0.jar 
  /prebuilts/tools/common/netbeans-visual/
org-netbeans-api-visual.jar 

Completed in 683 milliseconds

12 3