Searched refs:or (Results 1 - 25 of 129) sorted by relevance

123456

/openjdk10/jdk/test/java/util/BitSet/
H A DMemoryLeak.java2 * Copyright (c) 1997, Oracle and/or its affiliates. All rights reserved.
5 * This code is free software; you can redistribute it and/or modify it
10 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
20 * or visit www.oracle.com if you need additional information or have any
52 setOne.or(setTwo);
53 setTwo.or(setOne);
/openjdk10/hotspot/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.graph/src/org/graalvm/compiler/graph/iterators/
H A DNodePredicates.java2 * Copyright (c) 2012, Oracle and/or its affiliates. All rights reserved.
5 * This code is free software; you can redistribute it and/or modify it
10 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
20 * or visit www.oracle.com if you need additional information or have any
125 private PositiveTypePredicate or; field in class:NodePredicates.PositiveTypePredicate
134 or = new PositiveTypePredicate(a.nor);
140 return type.isInstance(n) || (or != null && or.apply(n));
143 public PositiveTypePredicate or(Clas method in class:NodePredicates.PositiveTypePredicate
[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
13 # ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
23 # or visit www.oracle.com if you need additional information or have any
39 * Copyright (c) $COPYRIGHT_YEARS Oracle and/or its affiliates. All rights reserved.
/openjdk10/jdk/test/java/beans/XMLDecoder/8028054/
H A DTask.java2 * Copyright (c) 2013, 2015, Oracle and/or its affiliates. All rights reserved.
5 * This code is free software; you can redistribute it and/or modify it
10 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
20 * or visit www.oracle.com if you need additional information or have any
118 .or(startsWithJavaDesktop)
119 .or(startsWithJavaDataTransfer)
120 .or(startsWithJavaRMI)
121 .or(startsWithJavaSmartCardIO)
122 .or(startsWithJavaManagemen
[all...]
/openjdk10/
H A DMakefile2 # Copyright (c) 2012, 2015, Oracle and/or its affiliates. All rights reserved.
5 # This code is free software; you can redistribute it and/or modify it
12 # ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
22 # or visit www.oracle.com if you need additional information or have any
38 $(info Check your path, or upgrade to GNU Make 3.81 or newer.)
45 $(info Check your path, or upgrade to GNU Make 3.81 or newer.)
/openjdk10/nashorn/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/runtime/
H A DQuotedStringTokenizer.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
12 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
22 * or visit www.oracle.com if you need additional information or have any
34 * the separators are quoted either by ' and ", or whatever quotes the user
73 * is ' or "
/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
12 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
22 * or visit www.oracle.com if you need additional information or have any
100 default DoublePredicate or(DoublePredicate other) { method in interface:DoublePredicate
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
12 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
22 * or visit www.oracle.com if you need additional information or have any
100 default IntPredicate or(IntPredicate other) { method in interface:IntPredicate
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
12 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
22 * or visit www.oracle.com if you need additional information or have any
100 default LongPredicate or(LongPredicate other) { method in interface:LongPredicate
/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
12 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
22 * or visit www.oracle.com if you need additional information or have any
78 Type or(MethodVisitor method); method in interface:BytecodeBitwiseOps
/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
10 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
20 * or visit www.oracle.com if you need additional information or have any
36 public static int or(int a, int b) { method in class:DeMorganCanonicalizationTest
59 StructuredGraph g = parseEager("or", AllowAssumptions.NO, getInitialOptions());
64 testAgainstExpected(g.method(), new Result(or(-1, 17), null), (Object) null, -1, 17);
65 testAgainstExpected(g.method(), new Result(or(-1, 1), null), (Object) null, -1, 1);
66 testAgainstExpected(g.method(), new Result(or(
[all...]
/openjdk10/hotspot/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.lir.sparc/src/org/graalvm/compiler/lir/sparc/
H A DSPARCBitManipulationOp.java2 * Copyright (c) 2012, 2017, Oracle and/or its affiliates. All rights reserved.
5 * This code is free software; you can redistribute it and/or modify it
10 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
20 * or visit www.oracle.com if you need additional information or have any
100 masm.or(dst, tmp, dst);
102 masm.or(dst, tmp, dst);
104 masm.or(dst, tmp, dst);
106 masm.or(dst, tmp, dst);
108 masm.or(ds
[all...]
/openjdk10/jdk/test/java/util/stream/test/org/openjdk/tests/java/util/stream/
H A DFindAnyOpTest.java2 * Copyright (c) 2012, 2016, Oracle and/or its affiliates. All rights reserved.
5 * This code is free software; you can redistribute it and/or modify it
10 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
20 * or visit www.oracle.com if you need additional information or have any
69 Optional<Integer> or = withData(data).terminal(fs, s -> s.findAny()).equalator(VALID_ANSWER).exercise();
70 assertContains(or, fs.apply(data.stream()).iterator());
82 OptionalInt or = withData(data).terminal(fs, s -> s.findAny()).equalator(INT_VALID_ANSWER).exercise();
83 if (or.isPresent()) {
84 int r = or
[all...]
/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
10 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
20 * or visit www.oracle.com if you need additional information or have any
53 public static LogicNode or(LogicNode a, LogicNode b, double shortCircuitProbability) { method in class:LogicNode
54 return or(a, false, b, false, shortCircuitProbability);
57 public static LogicNode or(LogicNode a, boolean negateA, LogicNode b, boolean negateB, double shortCircuitProbability) { method in class:LogicNode
/openjdk10/hotspot/src/jdk.hotspot.agent/scripts/
H A Dstart-debug-server.bat4 REM Copyright (c) 2003, Oracle and/or its affiliates. All rights reserved.
7 REM This code is free software; you can redistribute it and/or modify it
12 REM ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
22 REM or visit www.oracle.com if you need additional information or have any
42 echo Start the JDI debug server on [pid] or [Dr Watson dump file]
/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
10 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
20 * or visit www.oracle.com if you need additional information or have any
54 return or(16);
86 public static long or(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
10 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
20 * or visit www.oracle.com if you need additional information or have any
54 return or(16);
86 public static long or(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
10 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
20 * or visit www.oracle.com if you need additional information or have any
54 return or(16);
86 public static int or(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
10 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
20 * or visit www.oracle.com if you need additional information or have any
54 return or(16);
86 public static long or(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
10 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
20 * or visit www.oracle.com if you need additional information or have any
54 return or();
92 public static long or() { 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
10 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
20 * or visit www.oracle.com if you need additional information or have any
54 return or();
92 public static int or() { method in class:Fold_Int01
H A DReduce_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
10 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
20 * or visit www.oracle.com if you need additional information or have any
54 return or(16);
86 public static int or(int x) { method in class:Reduce_Int01
H A DReduce_Int02.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
10 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
20 * or visit www.oracle.com if you need additional information or have any
54 return or(16);
86 public static int or(int x) { method in class:Reduce_Int02
/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
12 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
22 * or visit www.oracle.com if you need additional information or have any
99 UnsignedWord or(UnsignedWord val); method in interface:UnsignedWord
261 UnsignedWord or(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
12 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
22 * or visit www.oracle.com if you need additional information or have any
96 * if and only if either this or val is negative.)
101 SignedWord or(SignedWord val); method in interface:SignedWord
235 * if and only if either this or val is negative.)
240 SignedWord or(int val); method in interface:SignedWord

Completed in 142 milliseconds

123456