Home
last modified time | relevance | path

Searched refs:getRoot (Results 1 – 12 of 12) sorted by relevance

/libcore/luni/src/test/java/libcore/java/util/concurrent/
DPhaserTest.java37 assertSame(root, root.getRoot()); in testGetRoot()
38 assertSame(root, parent.getRoot()); in testGetRoot()
39 assertSame(root, child.getRoot()); in testGetRoot()
DCountedCompleterTest.java64 final CountedCompleter root = getRoot(); in chooseOne()
/libcore/luni/src/main/java/org/w3c/dom/traversal/
DNodeIterator.java40 public Node getRoot(); in getRoot() method
/libcore/ojluni/src/main/java/java/nio/file/
DPath.java125 Path getRoot(); in getRoot() method
/libcore/luni/src/test/java/libcore/java/lang/reflect/annotations/
DRetentionPolicyTest.java68 File jarFile = new File(temporaryFolder.getRoot(), "annotations-test.jar"); in openClassLoader()
/libcore/ojluni/src/main/java/java/util/concurrent/
DCountedCompleter.java561 public final CountedCompleter<?> getRoot() { in getRoot() method in CountedCompleter
DPhaser.java883 public Phaser getRoot() { in getRoot() method in Phaser
/libcore/luni/src/test/java/libcore/java/nio/file/
DLinuxPathTest.java82 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/
DUnixPath.java263 public UnixPath getRoot() { in getRoot() method in UnixPath
304 return getRoot(); in getParent()
/libcore/jsr166-tests/src/test/java/jsr166/
DCountedCompleterTest.java419 assertSame(a, a.getRoot());
420 assertSame(a, b.getRoot());
421 assertSame(a, c.getRoot());
/libcore/ojluni/src/test/java/util/concurrent/tck/
DCountedCompleterTest.java444 assertSame(a, a.getRoot());
445 assertSame(a, b.getRoot());
446 assertSame(a, c.getRoot());
/libcore/api/
Dcurrent.txt6817 method public java.nio.file.Path getRoot();
14540 method public final java.util.concurrent.CountedCompleter<?> getRoot();
14895 method public java.util.concurrent.Phaser getRoot();