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

/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
61 * compoundFilter = classFilter.and(enumFilter.not());
151 * and also any subtypes of that kind; for example, a field filter
168 * by both this filter and another.
172 * both this filter and another
174 public DeclarationFilter and(DeclarationFilter f) { method in class:DeclarationFilter
/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
45 public And and (Expression left, Expression right) method in class:DefaultExprFactory
48 } // and
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
45 And and (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
39 * {@code BitSet} through logical AND, logical inclusive OR, and
49 * of a bit set and is defined independently of implementation.
81 * significant bit and 63 refers to the most significant bit).
99 * the user knows what he's doing and try harder to preserve it.
201 * buffer between its position and limit.
207 * <p>The long buffer is not modified by this method, and no
211 * of a sequence of bits between its position and limit, to be
246 * buffer between its position and limi
901 public void and(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
44 * Enabled} attribute is {@code true} and the {@code Owner} attribute is {@code
50 * Query.and(Query.eq(Query.attr("Enabled"), Query.value(true)),
134 public static QueryExp and(QueryExp q1, QueryExp q2) { method in class:Query
248 * @param v1 A value expression that is "between" v2 and v3.
252 * @return The constraint that v1 lies between v2 and v3. The
267 * character classes may use "<code>!</code>" for negation and
275 * any single character, and a <code>c</code>.
313 * MBeanServer.getObjectInstance(objectName)} and {
[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
87 and = Query.and(gt, lt), field in class:QueryExpStringTest
118 between, "(12345678) between (2.5) and (2.5)",
129 and, "((12345678) > (2.5)) and ((12345678) < (2.5))",
226 /* This is very ugly. We might have "(q1) and (q2)" here, or
229 begin with one, we try to parse the query, and if we get an
237 if (skip(ss, ") and ("))
[all...]
/openjdk7/jaxp/src/com/sun/org/apache/xpath/internal/compiler/
H A DCompiler.java17 * See the License for the specific language governing permissions and
71 * of operation codes (op map) and then builds from that into an Expression
79 * Construct a Compiler object with a specific ErrorListener and
99 * Construct a Compiler instance that has a null error listener and a
130 expr = and(opPos); break;
202 * Bottle-neck compilation of an operation with left and right operands.
259 * Compile an 'and' operation.
267 protected Expression and(int opPos) throws TransformerException method in class:Compiler
813 * and match patterns.
908 // This is the magic and invisibl
[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
39 * primitive integer operators, and all relevant methods from java.lang.Math.
42 * and a few other miscellaneous operations.
46 * For example, division by zero throws an {@code ArithmeticException}, and
54 * shift distance results in a left shift, and vice-versa. The unsigned
60 * bitwise integer operators. The binary operators ({@code and},
65 * those performed by Java's relational and equality operators.
68 * exponentiation, and compute multiplicative inverses. These methods always
69 * return a non-negative result, between {@code 0} and {
2190 public BigInteger and(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
52 * A kit of methods and classes useful for manipulating XML trees in
53 * memory. They are very compact and easy to use. An XML element
55 * for its name, each attribute name and value, and each sub-element.
60 * There are viewing and conversion operators to and from various
181 * // finders, removers, and replacers do addContent of each filtered value
182 * // (i.e., TokenLists and anonymou
3113 public static Filter and(final Filter f0, final Filter f1) { method in class:XMLKit
3117 public static Filter and(final Filter... fs) { method in class:XMLKit
[all...]

Completed in 83 milliseconds