Searched refs:and (Results 1 - 25 of 138) sorted by relevance

123456

/openjdk10/langtools/test/tools/javac/lambda/speculative/
H A DT8046685.java2 * Copyright (c) 2015, Oracle and/or its affiliates. All rights reserved.
5 * This code is free software; you can redistribute it and/or modify it
39 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
44 and(even, and(even, and(even, and(even, and(even, and(even, and(eve
[all...]
/openjdk10/hotspot/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.graph/src/org/graalvm/compiler/graph/iterators/
H A DFilteredNodeIterable.java2 * Copyright (c) 2011, 2016, Oracle and/or its affiliates. All rights reserved.
5 * This code is free software; you can redistribute it and/or modify it
38 public FilteredNodeIterable<T> and(NodePredicate nodePredicate) { method in class:FilteredNodeIterable
39 this.predicate = this.predicate.and(nodePredicate);
51 return (FilteredNodeIterable<F>) this.and(NodePredicates.isA(clazz));
56 return this.and(p);
H A DNodePredicate.java2 * Copyright (c) 2011, Oracle and/or its affiliates. All rights reserved.
5 * This code is free software; you can redistribute it and/or modify it
39 default NodePredicate and(NodePredicate np) { method in interface:NodePredicate
H A DNodeIterable.java2 * Copyright (c) 2011, 2012, Oracle and/or its affiliates. All rights reserved.
5 * This code is free software; you can redistribute it and/or modify it
36 return (NodeIterable<F>) new FilteredNodeIterable<>(this).and(NodePredicates.isA(clazz));
40 return new FilteredNodeIterable<>(this).and(predicate);
/openjdk10/langtools/test/tools/javac/generics/6413682/
H A DT6413682.java4 * @summary Compiler confused about implicit type args and arrays
11 <Wow,thanks.Mr<List>,and.thanks.Mr<Javac>.Vince>Object[5];
/openjdk10/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
20 Predicate<Integer> k = and(i -> i > 0, i -> i % 2 == 0);
/openjdk10/jdk/test/javax/management/query/
H A DQueryFactory.java2 * Copyright (c) 2006, 2015, Oracle and/or its affiliates. All rights reserved.
5 * This code is free software; you can redistribute it and/or modify it
33 * and appears in the JDK API only by their serial form.
102 // We cover javax.management.MatchQueryExp and
111 // a relOp equal to EQ and javax.management.NumericValueExp
119 // a relOp equal to EQ and javax.management.NumericValueExp
127 // a relOp equal to EQ and javax.management.NumericValueExp
135 // a relOp equal to EQ and javax.management.NumericValueExp
141 // hold by an MBean of class mbeanClassName and has
151 // a relOp equal to EQ and java
[all...]
/openjdk10/jdk/make/scripts/
H A DaddNotices.sh3 # Copyright (c) 2007, 2012, Oracle and/or its affiliates. All rights reserved.
6 # This code is free software; you can redistribute it and/or modify it
27 # Parse the first contiguous comment block in this script and generate
39 * Copyright (c) $COPYRIGHT_YEARS Oracle and/or its affiliates. All rights reserved.
/openjdk10/jdk/test/java/util/BitSet/
H A DAnd.java2 * Copyright (c) 1999, Oracle and/or its affiliates. All rights reserved.
5 * This code is free software; you can redistribute it and/or modify it
27 * @summary test the BitSet.and() method
39 a.and(b);
41 throw new RuntimeException("Incorrect length after and().");
/openjdk10/nashorn/samples/
H A Dheredoc.js4 * Copyright (c) 2014, Oracle and/or its affiliates. All rights reserved.
6 * Redistribution and use in source and binary forms, with or without
11 * notice, this list of conditions and the following disclaimer.
14 * notice, this list of conditions and the following disclaimer in the
15 * documentation and/or other materials provided with the distribution.
46 I wish you to leave Sunnydale and never return.
/openjdk10/jdk/src/java.desktop/share/native/libawt/java2d/loops/
H A DAlphaMacros.c2 * Copyright (c) 2000, 2002, Oracle and/or its affiliates. All rights reserved.
5 * This code is free software; you can redistribute it and/or modify it
30 * operation between two images (a and b). If we have Ca (Component of a)
31 * and Cb (Component of b) representing the alpha and color components
34 * and Fb (Factor for b) to represent the contribution of the pixel
39 * The blending factors Fa and Fb are computed from the alpha value of
41 * the alpha of Cb and vice versa on a per-pixel basis.
45 * blending rule and depending on whether we are computing Fa or Fb:
54 * example it is the value 0xff for 8-bit alpha channels and th
[all...]
/openjdk10/jdk/src/java.base/share/classes/java/util/function/
H A DDoublePredicate.java2 * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
5 * This code is free software; you can redistribute it and/or modify it
54 * AND of this predicate and another. When evaluating the composed
65 * AND of this predicate and the {@code other} predicate
68 default DoublePredicate and(DoublePredicate other) { method in interface:DoublePredicate
86 * OR of this predicate and another. When evaluating the composed
97 * OR of this predicate and the {@code other} predicate
H A DIntPredicate.java2 * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
5 * This code is free software; you can redistribute it and/or modify it
54 * AND of this predicate and another. When evaluating the composed
65 * AND of this predicate and the {@code other} predicate
68 default IntPredicate and(IntPredicate other) { method in interface:IntPredicate
86 * OR of this predicate and another. When evaluating the composed
97 * OR of this predicate and the {@code other} predicate
H A DLongPredicate.java2 * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
5 * This code is free software; you can redistribute it and/or modify it
54 * AND of this predicate and another. When evaluating the composed
65 * AND of this predicate and the {@code other} predicate
68 default LongPredicate and(LongPredicate other) { method in interface:LongPredicate
86 * OR of this predicate and another. When evaluating the composed
97 * OR of this predicate and the {@code other} predicate
/openjdk10/nashorn/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/codegen/types/
H A DBytecodeBitwiseOps.java2 * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
5 * This code is free software; you can redistribute it and/or modify it
36 * Pop and logically shift the two values on top of the stack (steps, value)
37 * right and push the result on the stack
45 * Pop and arithmetically shift of the two values on top of the stack
46 * (steps, value) right and push the result on the stack
54 * Pop and logically shift of the two values on top of the stack (steps,
55 * value) left and push the result on the stack
63 * Pop and AND the two values on top of the stack and pus
69 Type and(MethodVisitor method); method in interface:BytecodeBitwiseOps
[all...]
/openjdk10/hotspot/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.core.test/src/org/graalvm/compiler/core/test/
H A DDeMorganCanonicalizationTest.java2 * Copyright (c) 2017, Oracle and/or its affiliates. All rights reserved.
5 * This code is free software; you can redistribute it and/or modify it
40 public static int and(int a, int b) { method in class:DeMorganCanonicalizationTest
46 StructuredGraph g = parseEager("and", AllowAssumptions.NO, getInitialOptions());
51 testAgainstExpected(g.method(), new Result(and(-1, 17), null), (Object) null, -1, 17);
52 testAgainstExpected(g.method(), new Result(and(-1, 1), null), (Object) null, -1, 1);
53 testAgainstExpected(g.method(), new Result(and(-1, -1), null), (Object) null, -1, -1);
54 testAgainstExpected(g.method(), new Result(and(Integer.MIN_VALUE, Integer.MIN_VALUE), null), (Object) null, Integer.MIN_VALUE, Integer.MIN_VALUE);
/openjdk10/hotspot/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.nodes/src/org/graalvm/compiler/nodes/
H A DLogicNode.java2 * Copyright (c) 2011, 2015, Oracle and/or its affiliates. All rights reserved.
5 * This code is free software; you can redistribute it and/or modify it
43 public static LogicNode and(LogicNode a, LogicNode b, double shortCircuitProbability) { method in class:LogicNode
44 return and(a, false, b, false, shortCircuitProbability);
47 public static LogicNode and(LogicNode a, boolean negateA, LogicNode b, boolean negateB, double shortCircuitProbability) { method in class:LogicNode
/openjdk10/hotspot/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.jtt/src/org/graalvm/compiler/jtt/optimize/
H A DReduce_Long03.java2 * Copyright (c) 2009, 2012, Oracle and/or its affiliates. All rights reserved.
5 * This code is free software; you can redistribute it and/or modify it
51 return and(15);
82 public static long and(long x) { method in class:Reduce_Long03
H A DReduce_Long01.java2 * Copyright (c) 2009, 2012, Oracle and/or its affiliates. All rights reserved.
5 * This code is free software; you can redistribute it and/or modify it
51 return and(15);
82 public static long and(long x) { method in class:Reduce_Long01
H A DReduce_Int03.java2 * Copyright (c) 2009, 2012, Oracle and/or its affiliates. All rights reserved.
5 * This code is free software; you can redistribute it and/or modify it
51 return and(15);
82 public static int and(int x) { method in class:Reduce_Int03
H A DReduce_Long02.java2 * Copyright (c) 2009, 2012, Oracle and/or its affiliates. All rights reserved.
5 * This code is free software; you can redistribute it and/or modify it
51 return and(15);
82 public static long and(long x) { method in class:Reduce_Long02
H A DFold_Long01.java2 * Copyright (c) 2009, 2012, Oracle and/or its affiliates. All rights reserved.
5 * This code is free software; you can redistribute it and/or modify it
51 return and();
87 public static long and() { method in class:Fold_Long01
H A DFold_Int01.java2 * Copyright (c) 2009, 2012, Oracle and/or its affiliates. All rights reserved.
5 * This code is free software; you can redistribute it and/or modify it
51 return and();
87 public static int and() { method in class:Fold_Int01
/openjdk10/hotspot/src/jdk.internal.vm.compiler/share/classes/org.graalvm.word/src/org/graalvm/word/
H A DUnsignedWord.java2 * Copyright (c) 2012, 2012, Oracle and/or its affiliates. All rights reserved.
5 * This code is free software; you can redistribute it and/or modify it
64 * @param val value by which this Unsigned is to be divided, and the remainder computed.
91 UnsignedWord and(UnsignedWord val); method in interface:UnsignedWord
214 * @param val value by which this Unsigned is to be divided, and the remainder computed.
250 UnsignedWord and(int val); method in interface:UnsignedWord
H A DSignedWord.java2 * Copyright (c) 2012, 2012, Oracle and/or its affiliates. All rights reserved.
5 * This code is free software; you can redistribute it and/or modify it
64 * @param val value by which this Signed is to be divided, and the remainder computed.
87 * if and only if this and val are both negative.)
92 SignedWord and(SignedWord val); method in interface:SignedWord
96 * if and only if either this or val is negative.)
105 * if and only if exactly one of this and val are negative.)
113 * Returns a Signed whose value is {@code (~this)}. (This method returns a negative value if and
231 SignedWord and(int val); method in interface:SignedWord
[all...]

Completed in 204 milliseconds

123456