/libcore/luni/src/test/java/libcore/java/util/logging/ |
D | OldLoggerTest.java | 136 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/ |
D | NormalizeTest.java | 402 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
|
D | SimpleBuilderTest.java | 61 Element root = document.getDocumentElement(); in testGoodFile1() local 114 Element root = document.getDocumentElement(); in testGoodFile2() local
|
D | NodeTest.java | 43 Node root = document.getDocumentElement(); in test_getNextSibling() local
|
D | KxmlSerializerTest.java | 118 Node root = doc.getDocumentElement(); in testSpeakNoEvilMonkeys() local
|
/libcore/ojluni/src/main/java/java/util/concurrent/ |
D | Phaser.java | 340 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/ |
D | hc_documentgetrootnode.java | 60 Element root; in runTest() local
|
D | documentgetrootnode.java | 64 Element root; in runTest() local
|
D | elementgettagname.java | 64 Element root; in runTest() local
|
D | hc_elementgettagname.java | 60 Element root; in runTest() local
|
D | elementnormalize.java | 66 Element root; in runTest() local
|
D | hc_elementnormalize.java | 60 Element root; in runTest() local
|
D | hc_elementnormalize2.java | 60 Element root; in runTest() local
|
/libcore/luni/src/test/java/tests/org/w3c/dom/ |
D | Normalize.java | 76 Element root; in testNormalize() local
|
/libcore/luni/src/test/java/libcore/java/security/cert/ |
D | SubjectAlternativeNameTest.java | 53 Certificate root = new TestKeyStore.Builder() in formatIpAddress() local
|
/libcore/dom/src/test/java/org/w3c/domts/level2/core/ |
D | normalize01.java | 71 Element root; in runTest() local
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/javax/xml/parsers/ |
D | DocumentBuilderTest.java | 547 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/ |
D | PreferencesTest.java | 42 public TestPreferencesFactory(String root) throws IOException { in TestPreferencesFactory()
|
/libcore/ojluni/annotations/hiddenapi/java/util/ |
D | HashMap.java | 556 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/ |
D | FilesSetup.java | 117 Path root = Paths.get(testDir); in clearAll() local
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/prefs/ |
D | PreferencesTest.java | 77 Preferences root = Preferences.systemRoot(); in testSystemNodeForPackage() local 117 Preferences root = Preferences.userRoot(); in testUserNodeForPackage() local
|
/libcore/ojluni/src/main/java/java/util/ |
D | AbstractList.java | 749 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()
|
D | HashMap.java | 1816 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/ |
D | PhaserTest.java | 201 Phaser root = new Phaser(); in testRegisterEmptySubPhaser() local
|
/libcore/luni/src/main/java/org/apache/harmony/xml/dom/ |
D | DocumentImpl.java | 383 ElementImpl root = (ElementImpl) getDocumentElement(); in getElementById() local 482 Element root = getDocumentElement(); in normalizeDocument() local
|