Searched defs:or (Results 1 - 10 of 10) sorted by relevance

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/reader/
H A DRawTypeSet.java2 * Copyright (c) 1997, 2011, 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
90 * This {@link RawTypeSet} can be either an reference property or
95 * This {@link RawTypeSet} can be either an reference property or
110 Mode or(Mode that) { method in class:RawTypeSet.Mode
141 mode = mode.or(r.canBeType(this));
198 * an element property, or {
[all...]
/openjdk7/langtools/src/share/classes/com/sun/mirror/util/
H A DDeclarationFilter.java2 * Copyright (c) 2004, 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
41 * The filter is said to <i>select</i> or to <i>match</i> those declarations.
44 * by negating or composing existing filters,
45 * or by subclasses that implement arbitrary matching rules.
100 * A filter that selects only <tt>public</tt> or <tt>protected</tt>
149 * declarations, or onl
192 public DeclarationFilter or(DeclarationFilter f) { method in class:DeclarationFilter
[all...]
/openjdk7/corba/src/share/classes/com/sun/tools/corba/se/idl/constExpr/
H A DDefaultExprFactory.java2 * Copyright (c) 1999, 2001, 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
120 public Or or (Expression left, Expression right) method in class:DefaultExprFactory
123 } // or
H A DExprFactory.java2 * Copyright (c) 1999, 2001, 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
60 Or or (Expression left, Expression right); method in interface:ExprFactory
/openjdk7/jdk/src/share/classes/java/util/
H A DBitSet.java2 * Copyright (c) 1995, 2007, 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
37 * Individual indexed bits can be examined, set, or cleared. One
73 /* Used to shift left or right for a partial word mask */
125 * less than or equal to the current value of wordsInUse!
327 // Allocate larger of doubled size or required size
391 * or {
925 public void or(BitSet set) { method in class:BitSet
[all...]
/openjdk7/jdk/src/share/classes/javax/management/
H A DQuery.java2 * Copyright (c) 1999, 2008, 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
33 * condition, using its {@link MBeanServer#queryNames queryNames} or
150 public static QueryExp or(QueryExp q1, QueryExp q2) { method in class:Query
173 * Returns a query expression that represents a "greater than or equal
179 * @return A "greater than or equal to" constraint on the
191 * Returns a query expression that represents a "less than or equa
[all...]
/openjdk7/jdk/test/javax/management/query/
H A DQueryExpStringTest.java2 * Copyright (c) 2003, 2008, 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
88 or = Query.or(gt, lt), field in class:QueryExpStringTest
130 or, "((12345678) > (2.5)) or ((12345678) < (2.5))",
221 throw new Exception("Expected in or lik
[all...]
/openjdk7/jaxp/src/com/sun/org/apache/xpath/internal/compiler/
H A DCompiler.java14 * Unless required by applicable law or agreed to in writing, software
16 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
82 * @param errorHandler Error listener where messages will be sent, or null
113 * @throws TransformerException if there is a syntax or other error.
128 expr = or(opPos); break;
209 * @throws TransformerException if there is a syntax or other error.
231 * @throws TransformerException if syntax or other error occurs.
245 * Compile an 'or' operation.
253 protected Expression or(int opPos) throws TransformerException method in class:Compiler
617 * Get the level of the location path or unio
[all...]
/openjdk7/jdk/src/share/classes/java/math/
H A DBigInteger.java2 * Copyright (c) 1996, 2007, 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
47 * division of a negative by a positive yields a negative (or zero) remainder.
61 * {@code or}, {@code xor}) implicitly perform sign extension on the shorter
101 * The signum of this BigInteger: -1 for negative, 0 for zero, or
122 // values, and cached the first time they are needed (or never, if they
162 * BigInteger that contains a nonzero int, or
2207 public BigInteger or(BigInteger val) { method in class:BigInteger
[all...]
/openjdk7/jdk/test/tools/pack200/pack200-verifier/src/xmlkit/
H A DXMLKit.java2 * Copyright (c) 2010, 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
56 * Many useful XML operations (or Lisp-like calls) can be accomplished
67 * <li>There are no parent or sibling pointers in the tree.</li>
69 * <li>There is no internal support for schemas or validation.</li>
76 * a bar "|". Arguments or return values for which a null is
264 * XMLKit.or(Filte
3147 public static Filter or(final Filter f0, final Filter f1) { method in class:XMLKit
3151 public static Filter or(final Filter... fs) { method in class:XMLKit
[all...]

Completed in 71 milliseconds