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

/dalvik/dx/src/com/android/dx/util/
H A DBits.java10 * Unless required by applicable law or agreed to in writing, software
12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
107 * Returns whether or not the given bit set is empty, that is, whether
158 * Finds the lowest-order bit set at or after the given index in the
163 * @return {@code >= -1;} lowest-order bit set at or after {@code idx},
164 * or {@code -1} if there is no appropriate bit index to return
185 * Finds the lowest-order bit set at or after the given index in the
190 * @return {@code >= -1;} lowest-order bit set at or after {@code idx},
191 * or {@code -1} if there is no appropriate bit index to return
201 * {@code a.length} must be greater than or equa
209 public static void or(int[] a, int[] b) { method in class:Bits
[all...]
/dalvik/libcore/math/src/main/java/java/math/
H A DLogical.java2 * Licensed to the Apache Software Foundation (ASF) under one or more
11 * Unless required by applicable law or agreed to in writing, software
13 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
27 * <li>or</li>
438 /** @see BigInteger#or(BigInteger) */
439 static BigInteger or(BigInteger val, BigInteger that) { method in class:Logical
H A DBigInteger.java2 * Licensed to the Apache Software Foundation (ASF) under one or more
11 * Unless required by applicable law or agreed to in writing, software
13 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
37 * offer dedicated functionality like the generation of large prime numbers or
311 * BigInteger} or if {@code radix < Character.MIN_RADIX} or
357 * if the sign is not one of -1, 0, 1 or if the sign is zero and
574 * The value will fit into an {@code int} if {@code bitLength() < 32} or
789 * value to be or'ed with {@code this}.
794 public BigInteger or(BigIntege method in class:BigInteger
[all...]
/dalvik/libcore/luni/src/main/java/java/util/
H A DBitSet.java2 * Licensed to the Apache Software Foundation (ASF) under one or more
11 * Unless required by applicable law or agreed to in writing, software
13 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
28 * {@code BitSet} can be on(1) or off(0). A {@code BitSet} is created with a
145 * @return a {@code boolean} indicating whether or not this {@code BitSet} and
264 * if {@code pos1} or {@code pos2} is negative, or if
385 * if {@code pos1} or {@code pos2} is negative, or if
438 * if {@code pos1} or {
711 public void or(BitSet bs) { method in class:BitSet
[all...]
/dalvik/libcore/xml/src/main/java/org/apache/xpath/compiler/
H A DCompiler.java3 * or more contributor license agreements. See the NOTICE file
12 * Unless required by applicable law or agreed to in writing, software
14 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
80 * @param errorHandler Error listener where messages will be sent, or null
111 * @throws TransformerException if there is a syntax or other error.
126 expr = or(opPos); break;
207 * @throws TransformerException if there is a syntax or other error.
229 * @throws TransformerException if syntax or other error occurs.
243 * Compile an 'or' operation.
251 protected Expression or(in method in class:Compiler
[all...]

Completed in 2280 milliseconds