Home
last modified time | relevance | path

Searched refs:addChildren (Results 1 – 18 of 18) sorted by relevance

/external/cldr/tools/java/org/unicode/cldr/tool/
DChartLanguageGroups.java125 addChildren(treeList, TREE_NODES, pair, false); in show()
128 addChildren(leafList, LEAF_NODES, pair, true); in show()
152 …private void addChildren(StringBuilder treeList, String marker, Pair<String, String> pair, boolean… in addChildren() method in ChartLanguageGroups
DSubdivisionNode.java240 …private static void addChildren(Set<SubdivisionNode> ordered, Map<String, SubdivisionNode> childre… in addChildren() method in SubdivisionNode.SubdivisionSet
246 addChildren(ordered, n.children); in addChildren()
767 SubdivisionSet.addChildren(ordered, regionNode.children); in printEnglish()
/external/parameter-framework/upstream/tools/xmlGenerator/
DEddParser.py203 def addChildren(self, children, append=True) : member in Element
292 self.addChildren(contextRules, append=False)
451 self.addChildren(configuration.extractChildrenByClass([Operator, Rule]), append=False)
485 rootPath.addChildren(paths)
507 ruleroot.addChildren(ruleChildren)
649 configurationRoot.addChildren(configurations)
/external/antlr/runtime/C/src/
Dantlr3basetree.c45 static void addChildren (pANTLR3_BASE_TREE tree, pANTLR3_LIST kids);
64 tree->addChildren = addChildren; in antlr3BaseTreeNew()
226 addChildren (pANTLR3_BASE_TREE tree, pANTLR3_LIST kids) in addChildren() function
/external/antlr/runtime/ObjC/Framework/
DBaseTree.h51 - (void) addChildren:(NSArray *) theChildren;
128 - (void) addChildren:(NSArray *) theChildren;
DTree.h86 - (void) addChildren:(NSArray *) theChildren;
DTree.m86 - (void) addChildren:(NSArray *) theChildren
DBaseTree.m210 - (void) addChildren:(AMutableArray *) kids
481 [theCopy addChildren:self.children];
/external/deqp/executor/
DxeTestCase.cpp328 static void addChildren (std::set<const TestNode*>& nodeSet, const TestGroup* group) in addChildren() function
336 addChildren(nodeSet, static_cast<const TestGroup*>(child)); in addChildren()
394 addChildren(m_set, testGroup); in addGroup()
/external/antlr/runtime/Cpp/include/
Dantlr3commontree.hpp104 void addChildren(const ChildListType& kids);
Dantlr3commontree.inl146 void CommonTree<ImplTraits>::addChildren(const ChildListType& kids) function in CommonTree
/external/antlr/runtime/C/include/
Dantlr3basetree.h85 void (*addChildren) (struct ANTLR3_BASE_TREE_struct * tree, pANTLR3_LIST kids); member
/external/antlr/runtime/JavaScript/src/org/antlr/runtime/tree/
DBaseTree.js90 addChildren: function(kids) {
/external/antlr/runtime/Java/src/main/java/org/antlr/runtime/tree/
DBaseTree.java135 public void addChildren(List<? extends Tree> kids) { in addChildren() method in BaseTree
/external/antlr/runtime/ActionScript/project/src/org/antlr/runtime/tree/
DBaseTree.as122 public function addChildren(kids:Array):void { method in org.antlr.runtime.tree.BaseTree
/external/antlr/runtime/ObjC/Framework/test/runtime/tree/
DCommonTreeTest.m211 [newParent addChildren:parent.children];
/external/antlr/runtime/Python3/antlr3/
Dtree.py759 def addChildren(self, children): member in BaseTree
/external/antlr/runtime/Python/antlr3/
Dtree.py763 def addChildren(self, children): member in BaseTree