Home
last modified time | relevance | path

Searched defs:root (Results 1 – 25 of 41) sorted by relevance

12

/libcore/luni/src/test/java/libcore/java/util/logging/
DOldLoggerTest.java136 Logger root = Logger.getLogger(""); in testGetLogger_WithParent() local
146 assertSame(pLog.getParent(), root); in testGetLogger_WithParent() local
179 assertSame(child.getParent().getParent(), root); in testGetLogger_WithParent() local
187 assertSame(child.getParent().getParent(), root); in testGetLogger_WithParent() local
194 assertSame(childOfChild.getParent().getParent().getParent(), root); in testGetLogger_WithParent() local
203 assertSame(child.getParent().getParent(), root); in testGetLogger_WithParent() local
204 assertNotSame(child.getParent(), root); in testGetLogger_WithParent() local
207 assertNotSame(root.getParent(), root); in testGetLogger_WithParent() local
209 assertSame(twoDot.getParent(), root); in testGetLogger_WithParent() local
/libcore/luni/src/test/java/libcore/xml/
DNormalizeTest.java402 Element root = document.createElement("foo"); in testCommentContainingDoubleDash() local
422 Element root = document.createElement("foo"); in testSplittingCdataSectionsSplit() local
435 Element root = document.createElement("foo"); in testSplittingCdataSectionsReportError() local
447 Element root = document.createElement("foo"); in testInvalidCharactersCdata() local
468 Element root = document.createElement("foo"); in testInvalidCharactersText() local
489 Element root = document.createElement("foo"); in testInvalidCharactersAttribute() local
508 Element root = document.createElement("foo"); in testInvalidCharactersComment() local
529 Element root = document.createElement("foo"); in testInvalidCharactersProcessingInstructionData() local
557 Element root = result.createElement("foo"); in createDocumentWithAdjacentTexts() local
DSimpleBuilderTest.java61 Element root = document.getDocumentElement(); in testGoodFile1() local
114 Element root = document.getDocumentElement(); in testGoodFile2() local
DNodeTest.java43 Node root = document.getDocumentElement(); in test_getNextSibling() local
DKxmlSerializerTest.java118 Node root = doc.getDocumentElement(); in testSpeakNoEvilMonkeys() local
/libcore/ojluni/src/main/java/java/util/concurrent/
DPhaser.java340 private final Phaser root; field in Phaser
381 final Phaser root = this.root; in doArrive() local
487 final Phaser root = this.root; in reconcileState() local
554 final Phaser root = parent.root; in Phaser() local
674 final Phaser root = this.root; in arriveAndAwaitAdvance() local
720 final Phaser root = this.root; in awaitAdvance() local
747 final Phaser root = this.root; in awaitAdvanceInterruptibly() local
785 final Phaser root = this.root; in awaitAdvanceInterruptibly() local
812 final Phaser root = this.root; in forceTermination() local
/libcore/dom/src/test/java/org/w3c/domts/level1/core/
Dhc_documentgetrootnode.java60 Element root; in runTest() local
Ddocumentgetrootnode.java64 Element root; in runTest() local
Delementgettagname.java64 Element root; in runTest() local
Dhc_elementgettagname.java60 Element root; in runTest() local
Delementnormalize.java66 Element root; in runTest() local
Dhc_elementnormalize.java60 Element root; in runTest() local
Dhc_elementnormalize2.java60 Element root; in runTest() local
/libcore/luni/src/test/java/tests/org/w3c/dom/
DNormalize.java76 Element root; in testNormalize() local
/libcore/luni/src/test/java/libcore/java/security/cert/
DSubjectAlternativeNameTest.java53 Certificate root = new TestKeyStore.Builder() in formatIpAddress() local
/libcore/dom/src/test/java/org/w3c/domts/level2/core/
Dnormalize01.java71 Element root; in runTest() local
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/javax/xml/parsers/
DDocumentBuilderTest.java547 Element root = (Element)d.getElementsByTagName("a").item(0); in testReset() local
622 Element root = (Element)d.getElementsByTagName("a").item(0); in testSetEntityResolver() local
/libcore/luni/src/test/java/libcore/java/util/prefs/
DPreferencesTest.java42 public TestPreferencesFactory(String root) throws IOException { in TestPreferencesFactory()
/libcore/ojluni/annotations/hiddenapi/java/util/
DHashMap.java556 java.util.HashMap.TreeNode<K, V> root() { in root() method in HashMap.TreeNode
561 java.util.HashMap.Node<K, V>[] tab, java.util.HashMap.TreeNode<K, V> root) { in moveRootToFront()
604 java.util.HashMap.TreeNode<K, V> root, java.util.HashMap.TreeNode<K, V> p) { in rotateLeft()
609 java.util.HashMap.TreeNode<K, V> root, java.util.HashMap.TreeNode<K, V> p) { in rotateRight()
614 java.util.HashMap.TreeNode<K, V> root, java.util.HashMap.TreeNode<K, V> x) { in balanceInsertion()
619 java.util.HashMap.TreeNode<K, V> root, java.util.HashMap.TreeNode<K, V> x) { in balanceDeletion()
/libcore/luni/src/test/java/libcore/java/nio/file/
DFilesSetup.java117 Path root = Paths.get(testDir); in clearAll() local
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/prefs/
DPreferencesTest.java77 Preferences root = Preferences.systemRoot(); in testSystemNodeForPackage() local
117 Preferences root = Preferences.userRoot(); in testUserNodeForPackage() local
/libcore/ojluni/src/main/java/java/util/
DAbstractList.java749 private final AbstractList<E> root; field in AbstractList.SubList
758 public SubList(AbstractList<E> root, int fromIndex, int toIndex) { in SubList()
924 RandomAccessSubList(AbstractList<E> root, in RandomAccessSubList()
DHashMap.java1816 final TreeNode<K,V> root() { in root() method in HashMap.TreeNode
1827 static <K,V> void moveRootToFront(Node<K,V>[] tab, TreeNode<K,V> root) { in moveRootToFront()
1910 TreeNode<K,V> root = null; in treeify() local
1975 TreeNode<K,V> root = (parent != null) ? root() : this; in putTreeVal() local
2033 TreeNode<K,V> first = (TreeNode<K,V>)tab[index], root = first, rl; in removeTreeNode() local
2182 static <K,V> TreeNode<K,V> rotateLeft(TreeNode<K,V> root, in rotateLeft()
2200 static <K,V> TreeNode<K,V> rotateRight(TreeNode<K,V> root, in rotateRight()
2218 static <K,V> TreeNode<K,V> balanceInsertion(TreeNode<K,V> root, in balanceInsertion()
2273 static <K,V> TreeNode<K,V> balanceDeletion(TreeNode<K,V> root, in balanceDeletion()
/libcore/jsr166-tests/src/test/java/jsr166/
DPhaserTest.java201 Phaser root = new Phaser(); in testRegisterEmptySubPhaser() local
/libcore/luni/src/main/java/org/apache/harmony/xml/dom/
DDocumentImpl.java383 ElementImpl root = (ElementImpl) getDocumentElement(); in getElementById() local
482 Element root = getDocumentElement(); in normalizeDocument() local

12