Searched defs:other (Results 226 - 250 of 479) sorted by relevance

1234567891011>>

/openjdk10/jdk/src/java.desktop/share/classes/javax/swing/
H A DTimerQueue.java281 public int compareTo(Delayed other) { argument
/openjdk10/jdk/src/java.desktop/share/native/libfontmanager/harfbuzz/
H A Dhb-set.cc286 hb_set_is_equal(const hb_set_t *set, const hb_set_t *other) argument
302 hb_set_set(hb_set_t *set, const hb_set_t *other) argument
318 hb_set_union(hb_set_t *set, const hb_set_t *other) argument
334 hb_set_intersect(hb_set_t *set, const hb_set_t *other) argument
350 hb_set_subtract(hb_set_t *set, const hb_set_t *other) argument
366 hb_set_symmetric_difference(hb_set_t *set, const hb_set_t *other) argument
[all...]
/openjdk10/langtools/src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/toolkit/util/
H A DDocPath.java121 public boolean equals(Object other) { argument
/openjdk10/jaxws/src/jdk.xml.bind/share/classes/com/sun/xml/internal/rngom/binary/
H A DRefPattern.java114 boolean samePattern(Pattern other) { argument
/openjdk10/jdk/src/java.base/share/classes/java/time/chrono/
H A DChronoLocalDateTime.java506 default int compareTo(ChronoLocalDateTime<?> other) { argument
531 isAfter(ChronoLocalDateTime<?> other) argument
552 isBefore(ChronoLocalDateTime<?> other) argument
573 isEqual(ChronoLocalDateTime<?> other) argument
[all...]
/openjdk10/jdk/src/java.base/share/classes/java/time/zone/
H A DZoneOffsetTransition.java420 public boolean equals(Object other) { argument
/openjdk10/jdk/src/java.base/share/classes/java/util/
H A DOptional.java346 public T orElse(T other) { argument
[all...]
/openjdk10/jdk/src/java.base/share/classes/java/util/concurrent/
H A DCompletionStage.java308 thenCombine(CompletionStage<? extends U> other, BiFunction<? super T,? super U,? extends V> fn) argument
328 thenCombineAsync(CompletionStage<? extends U> other, BiFunction<? super T,? super U,? extends V> fn) argument
349 thenCombineAsync(CompletionStage<? extends U> other, BiFunction<? super T,? super U,? extends V> fn, Executor executor) argument
368 thenAcceptBoth(CompletionStage<? extends U> other, BiConsumer<? super T, ? super U> action) argument
387 thenAcceptBothAsync(CompletionStage<? extends U> other, BiConsumer<? super T, ? super U> action) argument
407 thenAcceptBothAsync(CompletionStage<? extends U> other, BiConsumer<? super T, ? super U> action, Executor executor) argument
424 runAfterBoth(CompletionStage<?> other, Runnable action) argument
439 runAfterBothAsync(CompletionStage<?> other, Runnable action) argument
456 runAfterBothAsync(CompletionStage<?> other, Runnable action, Executor executor) argument
473 applyToEither(CompletionStage<? extends T> other, Function<? super T, U> fn) argument
492 applyToEitherAsync(CompletionStage<? extends T> other, Function<? super T, U> fn) argument
512 applyToEitherAsync(CompletionStage<? extends T> other, Function<? super T, U> fn, Executor executor) argument
530 acceptEither(CompletionStage<? extends T> other, Consumer<? super T> action) argument
548 acceptEitherAsync(CompletionStage<? extends T> other, Consumer<? super T> action) argument
567 acceptEitherAsync(CompletionStage<? extends T> other, Consumer<? super T> action, Executor executor) argument
584 runAfterEither(CompletionStage<?> other, Runnable action) argument
600 runAfterEitherAsync(CompletionStage<?> other, Runnable action) argument
618 runAfterEitherAsync(CompletionStage<?> other, Runnable action, Executor executor) argument
[all...]
/openjdk10/hotspot/src/share/vm/shark/
H A DsharkValue.cpp228 merge(SharkBuilder* builder, SharkValue* other, BasicBlock* other_block, BasicBlock* this_block, const char* name) argument
241 merge(SharkBuilder* builder, SharkValue* other, BasicBlock* other_block, BasicBlock* this_block, const char* name) argument
[all...]
/openjdk10/jdk/src/java.base/share/classes/java/nio/file/
H A DPath.java241 boolean startsWith(Path other); argument
265 default boolean startsWith(String other) { argument
294 endsWith(Path other) argument
321 endsWith(String other) argument
375 resolve(Path other) argument
401 resolve(String other) argument
432 resolveSibling(Path other) argument
460 resolveSibling(String other) argument
505 relativize(Path other) argument
848 compareTo(Path other) argument
872 equals(Object other) argument
[all...]
/openjdk10/jdk/src/java.base/share/classes/javax/crypto/
H A DCryptoPermissions.java206 CryptoPermissions getMinimum(CryptoPermissions other) { argument
[all...]
/openjdk10/jdk/src/java.base/share/classes/jdk/internal/misc/
H A DSignal.java101 public boolean equals(Object other) { argument
/openjdk10/jdk/src/jdk.incubator.httpclient/share/classes/jdk/incubator/http/
H A DHttpRequestImpl.java103 HttpRequestImpl(URI uri, String method, HttpRequestImpl other) argument
/openjdk10/jdk/src/java.security.jgss/share/classes/sun/security/jgss/
H A DGSSCredentialImpl.java690 public boolean equals(Object other) { argument
H A DGSSNameImpl.java282 public boolean equals(GSSName other) throws GSSException { argument
H A DProviderList.java465 public boolean equals(Object other) { argument
504 boolean implies(Object other) { argument
/openjdk10/jdk/src/jdk.jlink/share/classes/jdk/tools/jlink/internal/
H A DPerfectHashBuilder.java146 public boolean equals(Object other) { argument
/openjdk10/jdk/src/java.xml.crypto/share/classes/javax/xml/crypto/dsig/keyinfo/
H A DKeyInfoFactory.java430 newPGPData(byte[] keyId, byte[] keyPacket, List<? extends XMLStructure> other) argument
453 newPGPData(byte[] keyPacket, List<? extends XMLStructure> other) argument
/openjdk10/jdk/src/java.naming/share/classes/com/sun/jndi/ldap/
H A DClientId.java176 equalsSockFactory(ClientId other) argument
[all...]
/openjdk10/jdk/src/java.xml.crypto/share/classes/org/jcp/xml/dsig/internal/dom/
H A DDOMKeyInfoFactory.java81 newPGPData(byte[] keyId, byte[] keyPacket, List<? extends XMLStructure> other) argument
86 newPGPData(byte[] keyPacket, List<? extends XMLStructure> other) argument
/openjdk10/jdk/src/jdk.rmic/share/classes/sun/tools/tree/
H A DUplevelReference.java192 public final boolean isEarlierThan(UplevelReference other) { argument
H A DVset.java281 public Vset join(Vset other) { argument
335 addDAandJoinDU(Vset other) argument
[all...]
/openjdk10/jdk/src/jdk.rmic/share/classes/sun/rmi/rmic/newrmic/jrmp/
H A DRemoteClass.java599 Method mergeWith(Method other) { argument
/openjdk10/jdk/test/java/beans/Introspector/4058433/
H A DTestBeanInfoPriority.java61 private double other; field in class:TestBeanInfoPriority.TestClass
[all...]
/openjdk10/jdk/test/java/util/concurrent/BlockingQueue/
H A DDrainToFails.java80 public int compareTo(PDelay other) { argument
88 public boolean equals(Object other) { argument

Completed in 372 milliseconds

1234567891011>>