Searched refs:getRoot (Results 1 – 12 of 12) sorted by relevance
/libcore/luni/src/test/java/libcore/java/util/concurrent/ |
D | PhaserTest.java | 37 assertSame(root, root.getRoot()); in testGetRoot() 38 assertSame(root, parent.getRoot()); in testGetRoot() 39 assertSame(root, child.getRoot()); in testGetRoot()
|
D | CountedCompleterTest.java | 64 final CountedCompleter root = getRoot(); in chooseOne()
|
/libcore/luni/src/main/java/org/w3c/dom/traversal/ |
D | NodeIterator.java | 40 public Node getRoot(); in getRoot() method
|
/libcore/ojluni/src/main/java/java/nio/file/ |
D | Path.java | 125 Path getRoot(); in getRoot() method
|
/libcore/luni/src/test/java/libcore/java/lang/reflect/annotations/ |
D | RetentionPolicyTest.java | 68 File jarFile = new File(temporaryFolder.getRoot(), "annotations-test.jar"); in openClassLoader()
|
/libcore/ojluni/src/main/java/java/util/concurrent/ |
D | CountedCompleter.java | 561 public final CountedCompleter<?> getRoot() { in getRoot() method in CountedCompleter
|
D | Phaser.java | 883 public Phaser getRoot() { in getRoot() method in Phaser
|
/libcore/luni/src/test/java/libcore/java/nio/file/ |
D | LinuxPathTest.java | 82 assertEquals(Paths.get("/"), fakePath.toAbsolutePath().getRoot()); in test_getRoot() 83 assertNull(fakePath.getRoot()); in test_getRoot() 90 assertNull(fakePath.getRoot()); in test_getFileName()
|
/libcore/ojluni/src/main/java/sun/nio/fs/ |
D | UnixPath.java | 263 public UnixPath getRoot() { in getRoot() method in UnixPath 304 return getRoot(); in getParent()
|
/libcore/jsr166-tests/src/test/java/jsr166/ |
D | CountedCompleterTest.java | 419 assertSame(a, a.getRoot()); 420 assertSame(a, b.getRoot()); 421 assertSame(a, c.getRoot());
|
/libcore/ojluni/src/test/java/util/concurrent/tck/ |
D | CountedCompleterTest.java | 444 assertSame(a, a.getRoot()); 445 assertSame(a, b.getRoot()); 446 assertSame(a, c.getRoot());
|
/libcore/api/ |
D | current.txt | 6817 method public java.nio.file.Path getRoot(); 14540 method public final java.util.concurrent.CountedCompleter<?> getRoot(); 14895 method public java.util.concurrent.Phaser getRoot();
|