Home
last modified time | relevance | path

Searched defs:other (Results 1 – 25 of 138) sorted by relevance

123456

/libcore/luni/src/main/java/java/util/concurrent/
DCompletionStage.java280 (CompletionStage<? extends U> other, in thenCombine()
300 (CompletionStage<? extends U> other, in thenCombineAsync()
321 (CompletionStage<? extends U> other, in thenCombineAsync()
340 (CompletionStage<? extends U> other, in thenAcceptBoth()
359 (CompletionStage<? extends U> other, in thenAcceptBothAsync()
379 (CompletionStage<? extends U> other, in thenAcceptBothAsync()
395 public CompletionStage<Void> runAfterBoth(CompletionStage<?> other, in runAfterBoth()
410 public CompletionStage<Void> runAfterBothAsync(CompletionStage<?> other, in runAfterBothAsync()
427 public CompletionStage<Void> runAfterBothAsync(CompletionStage<?> other, in runAfterBothAsync()
445 (CompletionStage<? extends T> other, in applyToEither()
[all …]
/libcore/ojluni/src/main/java/java/util/function/
DDoublePredicate.java68 default DoublePredicate and(DoublePredicate other) { in and()
100 default DoublePredicate or(DoublePredicate other) { in or()
DIntPredicate.java68 default IntPredicate and(IntPredicate other) { in and()
100 default IntPredicate or(IntPredicate other) { in or()
DLongPredicate.java68 default LongPredicate and(LongPredicate other) { in and()
100 default LongPredicate or(LongPredicate other) { in or()
DPredicate.java67 default Predicate<T> and(Predicate<? super T> other) { in and()
99 default Predicate<T> or(Predicate<? super T> other) { in or()
DBiPredicate.java71 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()
/libcore/ojluni/src/main/java/java/util/
DOptionalDouble.java146 public double orElse(double other) { in orElse()
160 public double orElseGet(DoubleSupplier other) { in orElseGet()
211 OptionalDouble other = (OptionalDouble) obj; in equals() local
DOptionalInt.java147 public int orElse(int other) { in orElse()
161 public int orElseGet(IntSupplier other) { in orElseGet()
212 OptionalInt other = (OptionalInt) obj; in equals() local
DOptionalLong.java146 public long orElse(long other) { in orElse()
160 public long orElseGet(LongSupplier other) { in orElseGet()
211 OptionalLong other = (OptionalLong) obj; in equals() local
DOptional.java247 public T orElse(T other) { in orElse()
261 public T orElseGet(Supplier<? extends T> other) { in orElseGet()
312 Optional<?> other = (Optional<?>) obj; in equals() local
/libcore/ojluni/src/main/java/sun/misc/
DFDBigInt.java50 public FDBigInt( FDBigInt other ){ in FDBigInt() method in FDBigInt
247 mult( FDBigInt other ){ in mult()
275 add( FDBigInt other ){ in add()
317 sub( FDBigInt other ){ in sub()
340 private static boolean dataInRangeIsZero(int i, int m, FDBigInt other) { in dataInRangeIsZero()
354 cmp( FDBigInt other ){ in cmp()
/libcore/ojluni/src/main/java/java/lang/
DEnum.java147 public final boolean equals(Object other) { in equals()
181 Enum other = (Enum)o; in compareTo() local
/libcore/support/src/test/java/tests/support/
DSupport_GetPutFields.java71 SimpleClass other = (SimpleClass) obj; in equals() local
93 Support_GetPutFields other = (Support_GetPutFields) obj; in equals() local
DSupport_GetPutFieldsDefaulted.java82 SimpleClass other = (SimpleClass) obj; in equals() local
104 Support_GetPutFieldsDefaulted other = (Support_GetPutFieldsDefaulted) obj; in equals() local
DSupport_GetPutFieldsDeprecated.java73 SimpleClass other = (SimpleClass) obj; in equals() local
95 Support_GetPutFields other = (Support_GetPutFields) obj; in equals() local
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/
DWrappedCharBufferTest2.java109 CharBuffer other = CharBuffer.allocate(1); in testPutCharBuffer() local
/libcore/ojluni/src/main/java/java/security/cert/
DX509CRLEntry.java80 public boolean equals(Object other) { in equals()
/libcore/luni/src/main/java/libcore/icu/
DCollationKeyICU.java30 public int compareTo(CollationKey other) { in compareTo()
/libcore/dex/src/main/java/com/android/dex/
DEncodedValue.java44 @Override public int compareTo(EncodedValue other) { in compareTo()
DTypeList.java37 @Override public int compareTo(TypeList other) { in compareTo()
/libcore/ojluni/src/main/java/sun/security/x509/
DGeneralSubtrees.java160 GeneralSubtrees other = (GeneralSubtrees)obj; in equals() local
320 public GeneralSubtrees intersect(GeneralSubtrees other) { in intersect()
478 public void union(GeneralSubtrees other) { in union()
DCertificatePolicyId.java94 public boolean equals(Object other) { in equals()
/libcore/ojluni/src/main/java/javax/security/cert/
DCertificate.java76 public boolean equals(Object other) { in equals()
/libcore/ojluni/src/main/java/javax/crypto/
DCryptoPermissions.java55 CryptoPermissions getMinimum(CryptoPermissions other) { return null; } in getMinimum()
/libcore/ojluni/src/main/java/java/util/stream/
DReduceOps.java84 public void combine(ReducingSink other) { in makeRef()

123456