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

/dalvik/dexgen/src/com/android/dexgen/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/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...]

Completed in 65 milliseconds