/libcore/ojluni/src/main/java/java/nio/file/ |
D | Path.java | 354 boolean startsWith(Path other); in startsWith() 372 boolean startsWith(String other); in startsWith() 399 boolean endsWith(Path other); in endsWith() 420 boolean endsWith(String other); in endsWith() 472 Path resolve(Path other); in resolve() 492 Path resolve(String other); in resolve() 513 Path resolveSibling(Path other); in resolveSibling() 530 Path resolveSibling(String other); in resolveSibling() 572 Path relativize(Path other); in relativize() 865 int compareTo(Path other); in compareTo() [all …]
|
D | FileSystemException.java | 43 private final String other; field in FileSystemException 72 public FileSystemException(String file, String other, String reason) { in FileSystemException()
|
D | NotLinkException.java | 60 public NotLinkException(String file, String other, String reason) { in NotLinkException()
|
D | NoSuchFileException.java | 60 public NoSuchFileException(String file, String other, String reason) { in NoSuchFileException()
|
D | AccessDeniedException.java | 65 public AccessDeniedException(String file, String other, String reason) { in AccessDeniedException()
|
D | FileAlreadyExistsException.java | 60 public FileAlreadyExistsException(String file, String other, String reason) { in FileAlreadyExistsException()
|
/libcore/ojluni/src/main/java/sun/nio/fs/ |
D | AbstractPath.java | 42 public final boolean startsWith(String other) { in startsWith() 47 public final boolean endsWith(String other) { in endsWith() 52 public final Path resolve(String other) { in resolve() 57 public final Path resolveSibling(Path other) { in resolveSibling() 65 public final Path resolveSibling(String other) { in resolveSibling()
|
D | UnixException.java | 83 private IOException translateToIOException(String file, String other) { in translateToIOException() 108 void rethrowAsIOException(UnixPath file, UnixPath other) throws IOException { in rethrowAsIOException()
|
/libcore/ojluni/src/main/java/java/util/concurrent/ |
D | CompletionStage.java | 311 (CompletionStage<? extends U> other, in thenCombine() 331 (CompletionStage<? extends U> other, in thenCombineAsync() 352 (CompletionStage<? extends U> other, in thenCombineAsync() 371 (CompletionStage<? extends U> other, in thenAcceptBoth() 390 (CompletionStage<? extends U> other, in thenAcceptBothAsync() 410 (CompletionStage<? extends U> other, in thenAcceptBothAsync() 426 public CompletionStage<Void> runAfterBoth(CompletionStage<?> other, in runAfterBoth() 441 public CompletionStage<Void> runAfterBothAsync(CompletionStage<?> other, in runAfterBothAsync() 458 public CompletionStage<Void> runAfterBothAsync(CompletionStage<?> other, in runAfterBothAsync() 476 (CompletionStage<? extends T> other, in applyToEither() [all …]
|
/libcore/ojluni/annotations/mmodule/java/util/concurrent/ |
D | CompletableFuture.annotated.java | 88 …util.concurrent.CompletableFuture<V> thenCombine(java.util.concurrent.CompletionStage<? extends U>… in thenCombine() 90 …concurrent.CompletableFuture<V> thenCombineAsync(java.util.concurrent.CompletionStage<? extends U>… in thenCombineAsync() 92 …concurrent.CompletableFuture<V> thenCombineAsync(java.util.concurrent.CompletionStage<? extends U>… in thenCombineAsync() 94 …CompletableFuture<java.lang.Void> thenAcceptBoth(java.util.concurrent.CompletionStage<? extends U>… in thenAcceptBoth() 96 …etableFuture<java.lang.Void> thenAcceptBothAsync(java.util.concurrent.CompletionStage<? extends U>… in thenAcceptBothAsync() 98 …etableFuture<java.lang.Void> thenAcceptBothAsync(java.util.concurrent.CompletionStage<? extends U>… in thenAcceptBothAsync() 100 …urrent.CompletableFuture<java.lang.Void> runAfterBoth(java.util.concurrent.CompletionStage<?> othe… in runAfterBoth() 102 …t.CompletableFuture<java.lang.Void> runAfterBothAsync(java.util.concurrent.CompletionStage<?> othe… in runAfterBothAsync() 104 …t.CompletableFuture<java.lang.Void> runAfterBothAsync(java.util.concurrent.CompletionStage<?> othe… in runAfterBothAsync() 106 …il.concurrent.CompletableFuture<U> applyToEither(java.util.concurrent.CompletionStage<? extends T>… in applyToEither() [all …]
|
/libcore/ojluni/src/main/java/java/util/function/ |
D | LongPredicate.java | 68 default LongPredicate and(LongPredicate other) { in and() 100 default LongPredicate or(LongPredicate other) { in or()
|
D | DoublePredicate.java | 68 default DoublePredicate and(DoublePredicate other) { in and() 100 default DoublePredicate or(DoublePredicate other) { in or()
|
D | IntPredicate.java | 68 default IntPredicate and(IntPredicate other) { in and() 100 default IntPredicate or(IntPredicate other) { in or()
|
D | BiPredicate.java | 71 default BiPredicate<T, U> and(BiPredicate<? super T, ? super U> other) { in and() 103 default BiPredicate<T, U> or(BiPredicate<? super T, ? super U> other) { in or()
|
D | Predicate.java | 67 default Predicate<T> and(Predicate<? super T> other) { in and() 99 default Predicate<T> or(Predicate<? super T> other) { in or()
|
/libcore/ojluni/annotations/flagged_api/java/util/concurrent/ |
D | CompletableFuture.annotated.java | 44 …t.CompletableFuture<java.lang.Void> acceptEither(java.util.concurrent.CompletionStage<? extends T>… in acceptEither() 46 …pletableFuture<java.lang.Void> acceptEitherAsync(java.util.concurrent.CompletionStage<? extends T>… in acceptEitherAsync() 48 …pletableFuture<java.lang.Void> acceptEitherAsync(java.util.concurrent.CompletionStage<? extends T>… in acceptEitherAsync() 54 …il.concurrent.CompletableFuture<U> applyToEither(java.util.concurrent.CompletionStage<? extends T>… in applyToEither() 56 …ncurrent.CompletableFuture<U> applyToEitherAsync(java.util.concurrent.CompletionStage<? extends T>… in applyToEitherAsync() 58 …ncurrent.CompletableFuture<U> applyToEitherAsync(java.util.concurrent.CompletionStage<? extends T>… in applyToEitherAsync() 138 …urrent.CompletableFuture<java.lang.Void> runAfterBoth(java.util.concurrent.CompletionStage<?> othe… in runAfterBoth() 140 …t.CompletableFuture<java.lang.Void> runAfterBothAsync(java.util.concurrent.CompletionStage<?> othe… in runAfterBothAsync() 142 …t.CompletableFuture<java.lang.Void> runAfterBothAsync(java.util.concurrent.CompletionStage<?> othe… in runAfterBothAsync() 144 …rent.CompletableFuture<java.lang.Void> runAfterEither(java.util.concurrent.CompletionStage<?> othe… in runAfterEither() [all …]
|
/libcore/luni/src/test/java/libcore/java/util/concurrent/ |
D | CompletionStageTest.java | 139 public <U,V> CompletionStage<V> thenCombine(CompletionStage<? extends U> other, in thenCombine() 144 public <U,V> CompletionStage<V> thenCombineAsync(CompletionStage<? extends U> other, in thenCombineAsync() 149 public <U,V> CompletionStage<V> thenCombineAsync(CompletionStage<? extends U> other, in thenCombineAsync() 155 public <U> CompletionStage<Void> thenAcceptBoth(CompletionStage<? extends U> other, in thenAcceptBoth() 160 public <U> CompletionStage<Void> thenAcceptBothAsync(CompletionStage<? extends U> other, in thenAcceptBothAsync() 165 public <U> CompletionStage<Void> thenAcceptBothAsync(CompletionStage<? extends U> other, in thenAcceptBothAsync() 171 public CompletionStage<Void> runAfterBoth(CompletionStage<?> other, in runAfterBoth() 176 public CompletionStage<Void> runAfterBothAsync(CompletionStage<?> other, in runAfterBothAsync() 181 public CompletionStage<Void> runAfterBothAsync(CompletionStage<?> other, in runAfterBothAsync() 187 public <U> CompletionStage<U> applyToEither(CompletionStage<? extends T> other, in applyToEither() [all …]
|
/libcore/ojluni/src/main/java/java/time/chrono/ |
D | ChronoLocalDate.java | 706 default int compareTo(ChronoLocalDate other) { in compareTo() 728 default boolean isAfter(ChronoLocalDate other) { in isAfter() 746 default boolean isBefore(ChronoLocalDate other) { in isBefore() 764 default boolean isEqual(ChronoLocalDate other) { in isEqual()
|
D | ChronoLocalDateTime.java | 506 default int compareTo(ChronoLocalDateTime<?> other) { in compareTo() 531 default boolean isAfter(ChronoLocalDateTime<?> other) { in isAfter() 552 default boolean isBefore(ChronoLocalDateTime<?> other) { in isBefore() 573 default boolean isEqual(ChronoLocalDateTime<?> other) { in isEqual()
|
D | ChronoZonedDateTime.java | 576 default int compareTo(ChronoZonedDateTime<?> other) { in compareTo() 606 default boolean isBefore(ChronoZonedDateTime<?> other) { in isBefore() 626 default boolean isAfter(ChronoZonedDateTime<?> other) { in isAfter() 646 default boolean isEqual(ChronoZonedDateTime<?> other) { in isEqual()
|
/libcore/support/src/test/java/tests/support/ |
D | Support_GetPutFieldsDeprecated.java | 73 SimpleClass other = (SimpleClass) obj; in equals() local 95 Support_GetPutFields other = (Support_GetPutFields) obj; in equals() local
|
D | Support_GetPutFieldsDefaulted.java | 82 SimpleClass other = (SimpleClass) obj; in equals() local 104 Support_GetPutFieldsDefaulted other = (Support_GetPutFieldsDefaulted) obj; in equals() local
|
D | Support_GetPutFields.java | 71 SimpleClass other = (SimpleClass) obj; in equals() local 93 Support_GetPutFields other = (Support_GetPutFields) obj; in equals() local
|
/libcore/ojluni/src/test/java/nio/file/Path/ |
D | PathOps.java | 156 PathOps resolve(String other, String expected) { in resolve() 162 PathOps resolveSibling(String other, String expected) { in resolveSibling() 168 PathOps relativize(String other, String expected) { in relativize() 175 PathOps relativizeFail(String other) { in relativizeFail()
|
/libcore/ojluni/src/main/java/java/util/ |
D | SequencedMap.java | 283 public boolean equals(Object other) { in sequencedKeySet() 343 public boolean equals(Object other) { in sequencedEntrySet()
|