Searched defs:and (Results 1 - 25 of 49) sorted by relevance

12

/openjdk9/jdk/src/java.base/share/classes/java/util/function/
H A DBiPredicate.java71 default BiPredicate<T, U> and(BiPredicate<? super T, ? super U> other) { method in interface:BiPredicate
H A DDoublePredicate.java68 default DoublePredicate and(DoublePredicate other) { method in interface:DoublePredicate
H A DIntPredicate.java68 default IntPredicate and(IntPredicate other) { method in interface:IntPredicate
H A DLongPredicate.java68 default LongPredicate and(LongPredicate other) { method in interface:LongPredicate
H A DPredicate.java67 default Predicate<T> and(Predicate<? super T> other) { method in interface:Predicate
/openjdk9/hotspot/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.graph/src/org/graalvm/compiler/graph/iterators/
H A DNodePredicate.java32 default NodePredicate and(NodePredicate np) { method in interface:NodePredicate
H A DFilteredNodeIterable.java38 public FilteredNodeIterable<T> and(NodePredicate nodePredicate) { method in class:FilteredNodeIterable
/openjdk9/langtools/test/tools/javac/lambda/speculative/
H A DT8046685.java39 static <X1, X2> Predicate<X1, X2> and(final Predicate<? super X1, ? super X2> first, final Predicate<? super X1, ? super X2> second) { method in class:T8046685
[all...]
/openjdk9/langtools/test/tools/javac/lambda/
H A DTargetType11.java16 public <T> Predicate<T> and(Predicate<? super T>... first) { return null; } method in class:TargetType11.Test
/openjdk9/hotspot/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.nodes/src/org/graalvm/compiler/nodes/
H A DLogicNode.java43 public static LogicNode and(LogicNode a, LogicNode b, double shortCircuitProbability) { method in class:LogicNode
47 public static LogicNode and(LogicNode a, boolean negateA, LogicNode b, boolean negateB, double shortCircuitProbability) { method in class:LogicNode
/openjdk9/nashorn/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/codegen/types/
H A DBytecodeBitwiseOps.java69 Type and(MethodVisitor method); method in interface:BytecodeBitwiseOps
[all...]
/openjdk9/hotspot/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.word/src/org/graalvm/compiler/word/
H A DUnsigned.java89 Unsigned and(Unsigned val); method in interface:Unsigned
248 Unsigned and(int val); method in interface:Unsigned
H A DSigned.java90 Signed and(Signed val); method in interface:Signed
229 Signed and(int val); method in interface:Signed
[all...]
/openjdk9/hotspot/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.jtt/src/org/graalvm/compiler/jtt/optimize/
H A DFold_Long01.java87 public static long and() { method in class:Fold_Long01
H A DFold_Int01.java87 public static int and() { method in class:Fold_Int01
H A DVN_Int03.java114 public static int and(int x) { method in class:VN_Int03
H A DVN_Long03.java109 public static long and(long x) { method in class:VN_Long03
H A DVN_Int01.java97 public static int and(int x) { method in class:VN_Int01
H A DVN_Long01.java92 public static long and(long x) { method in class:VN_Long01
H A DReduce_Int01.java82 public static int and(int x) { method in class:Reduce_Int01
H A DReduce_Long03.java82 public static long and(long x) { method in class:Reduce_Long03
H A DReduce_Long01.java82 public static long and(long x) { method in class:Reduce_Long01
H A DReduce_Int03.java82 public static int and(int x) { method in class:Reduce_Int03
H A DReduce_Long02.java82 public static long and(long x) { method in class:Reduce_Long02
H A DReduce_Int02.java82 public static int and(int x) { method in class:Reduce_Int02

Completed in 193 milliseconds

12