Home
last modified time | relevance | path

Searched refs:addChild (Results 1 – 3 of 3) sorted by relevance

/system/timezone/tzlookup_generator/src/test/java/com/android/libcore/timezone/tzlookup/zonetree/
DTreeNodeTest.java83 node1.addChild(node11); in testTreeNode_many()
84 node1.addChild(node12); in testTreeNode_many()
85 node11.addChild(node111); in testTreeNode_many()
86 node11.addChild(node112); in testTreeNode_many()
87 node11.addChild(node113); in testTreeNode_many()
88 node12.addChild(node121); in testTreeNode_many()
89 node12.addChild(node122); in testTreeNode_many()
90 node12.addChild(node123); in testTreeNode_many()
129 node1.addChild(node11); in testTreeNode_cannotAddTwice()
132 node1.addChild(node11); in testTreeNode_cannotAddTwice()
[all …]
/system/timezone/tzlookup_generator/src/main/java/com/android/libcore/timezone/tzlookup/zonetree/
DTreeNode.java58 public final void addChild(V e) { in addChild() method in TreeNode
DCountryZoneTree.java405 currentNode.addChild(e); in growTree()
453 node.addChild(newChild); in compressTree()