/external/cldr/tools/java/org/unicode/cldr/tool/ |
D | ChartLanguageGroups.java | 125 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
|
D | SubdivisionNode.java | 240 …private static void addChildren(Set<SubdivisionNode> ordered, Map<String, SubdivisionNode> childre… in addChildren() method in SubdivisionNode.SubdivisionSet 246 addChildren(ordered, n.children); in addChildren() 731 SubdivisionSet.addChildren(ordered, regionNode.children); in printEnglish()
|
/external/parameter-framework/upstream/tools/xmlGenerator/ |
D | EddParser.py | 203 def addChildren(self, children, append=True): member in Element 292 self.addChildren(contextRules, append=False) 452 self.addChildren(configuration.extractChildrenByClass([Operator, Rule]), append=False) 486 rootPath.addChildren(paths) 508 ruleroot.addChildren(ruleChildren) 650 configurationRoot.addChildren(configurations)
|
/external/antlr/runtime/C/src/ |
D | antlr3basetree.c | 45 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/ |
D | BaseTree.h | 51 - (void) addChildren:(NSArray *) theChildren; 128 - (void) addChildren:(NSArray *) theChildren;
|
D | Tree.h | 86 - (void) addChildren:(NSArray *) theChildren;
|
D | Tree.m | 86 - (void) addChildren:(NSArray *) theChildren
|
D | BaseTree.m | 210 - (void) addChildren:(AMutableArray *) kids 481 [theCopy addChildren:self.children];
|
/external/deqp/executor/ |
D | xeTestCase.cpp | 328 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/ |
D | antlr3commontree.hpp | 104 void addChildren(const ChildListType& kids);
|
D | antlr3commontree.inl | 146 void CommonTree<ImplTraits>::addChildren(const ChildListType& kids) function in CommonTree
|
/external/antlr/runtime/C/include/ |
D | antlr3basetree.h | 85 void (*addChildren) (struct ANTLR3_BASE_TREE_struct * tree, pANTLR3_LIST kids); member
|
/external/antlr/runtime/JavaScript/src/org/antlr/runtime/tree/ |
D | BaseTree.js | 90 addChildren: function(kids) {
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Object/ |
D | WindowsResource.cpp | 373 return addChildren(Root, RSR, BaseTable, Origin, Context, Duplicates); in parse() 390 Error WindowsResourceParser::addChildren(TreeNode &Node, in addChildren() function in llvm::object::WindowsResourceParser 416 addChildren(*Child, RSR, NextTable, Origin, Context, Duplicates); in addChildren()
|
/external/antlr/runtime/Java/src/main/java/org/antlr/runtime/tree/ |
D | BaseTree.java | 135 public void addChildren(List<? extends Tree> kids) { in addChildren() method in BaseTree
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/ |
D | WindowsResource.h | 246 Error addChildren(TreeNode &Node, ResourceSectionRef &RSR,
|
/external/llvm-project/llvm/include/llvm/Object/ |
D | WindowsResource.h | 246 Error addChildren(TreeNode &Node, ResourceSectionRef &RSR,
|
/external/llvm-project/llvm/lib/Object/ |
D | WindowsResource.cpp | 373 return addChildren(Root, RSR, BaseTable, Origin, Context, Duplicates); in parse() 390 Error WindowsResourceParser::addChildren(TreeNode &Node, in addChildren() function in llvm::object::WindowsResourceParser 416 addChildren(*Child, RSR, NextTable, Origin, Context, Duplicates); in addChildren()
|
/external/antlr/runtime/ActionScript/project/src/org/antlr/runtime/tree/ |
D | BaseTree.as | 122 public function addChildren(kids:Array):void { method in org.antlr.runtime.tree.BaseTree
|
/external/antlr/runtime/ObjC/Framework/test/runtime/tree/ |
D | CommonTreeTest.m | 211 [newParent addChildren:parent.children];
|
/external/antlr/runtime/Python3/antlr3/ |
D | tree.py | 759 def addChildren(self, children): member in BaseTree
|
/external/antlr/runtime/Python/antlr3/ |
D | tree.py | 763 def addChildren(self, children): member in BaseTree
|