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

/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/math/
H A DBigIntegerOrTest.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 * Method: or
42 BigInteger result = aNumber.or(bNumber);
62 BigInteger result = aNumber.or(bNumber);
82 BigInteger result = aNumber.or(bNumber);
102 BigInteger result = aNumber.or(bNumber);
122 BigInteger result = aNumber.or(bNumber);
142 BigInteger result = aNumber.or(bNumbe
[all...]
H A DBigIntegerTest.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.
769 * @tests java.math.BigInteger#or(java.math.BigInteger)
774 BigInteger res = i1.or(i2);
775 assertTrue("symmetry of or", res.equals(i2.or(i1)));
778 assertTrue("or", (i1.testBit(i) || i2.testBit(i)) == res
/libcore/dalvik/src/main/native/
H A Dsub.mk4 # or BUILD_*_LIBRARY.
/libcore/benchmarks/
H A DAndroid.mk10 # Unless required by applicable law or agreed to in writing, software
12 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
/libcore/tzdata/update_test_app/
H A DAndroid.mk9 # Unless required by applicable law or agreed to in writing, software
11 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
/libcore/
H A DAndroid.mk10 # Unless required by applicable law or agreed to in writing, software
12 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
H A DCaCerts.mk10 # Unless required by applicable law or agreed to in writing, software
12 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
H A DNativeCode.mk10 # Unless required by applicable law or agreed to in writing, software
12 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
32 # LOCAL_SHARED_LIBRARIES, or LOCAL_STATIC_LIBRARIES, but nothing
41 or define LOCAL_MODULE)
H A DJavaLibrary.mk10 # Unless required by applicable law or agreed to in writing, software
12 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
236 # All text for proofreading (or running tools over):
/libcore/tzdata/
H A DAndroid.mk9 # Unless required by applicable law or agreed to in writing, software
11 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
/libcore/luni/src/main/native/
H A Dsub.mk4 # or BUILD_*_LIBRARY.
/libcore/luni/src/test/java/libcore/java/util/
H A DBitSetTest.java10 * Unless required by applicable law or agreed to in writing, software
12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
221 result.or(small());
224 result.or(big());
/libcore/luni/src/main/java/java/math/
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.
206 * representation consists of an optional plus or minus sign followed by a
223 * The string representation consists of an optional plus or minus sign
231 * representation of a {@code BigInteger} or if {@code radix <
232 * Character.MIN_RADIX} or {@code radix > Character.MAX_RADIX}.
266 * @throws NumberFormatException if the sign is not one of -1, 0, 1 or if
512 * <p>The value will fit into an {@code int} if {@code bitLength() < 32} or
698 * @param value value to be or'e
701 public BigInteger or(BigInteger value) { method in class:BigInteger
[all...]
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>
424 /** @see BigInteger#or(BigInteger) */
425 static BigInteger or(BigInteger val, BigInteger that) { method in class:Logical
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
H A DBitSetTest.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 * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
1081 bs.or(eightbs);
1086 bs.or(eightbs);
1092 bs.or(eightbs);
/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.
31 * Each element is either true or false. A {@code BitSet} is created with a given size and grows
61 * not safe after an xor operation that may have cleared the highest set bit or
244 * if {@code fromIndex} or {@code toIndex} is negative, or if
321 * if {@code fromIndex} or {@code toIndex} is negative, or if
346 * if {@code fromIndex} or {
486 public void or(BitSet bs) { method in class:BitSet
[all...]
/libcore/xml/src/main/java/org/kxml2/io/
H A DKXmlParser.java6 * to use, copy, modify, merge, publish, distribute, sublicense, and/or
11 * all copies or substantial portions of the Software.
120 * Entities defined in or for this document. This map is created lazily.
185 * Retains namespace attributes like {@code xmlns="http://foo"} or {@code xmlns:foo="http:foo"}
368 * Return immediately after encountering a start tag, end tag, or
445 * report this as text, even if it was a CDATA block or entity
740 * of names or other content specs. The following operators are supported:
744 * one or more: a+
751 * The top-level element must be either a choice, a sequence, or one of the
795 * ENTITIES, NMTOKEN, or NMTOKEN
[all...]
/libcore/benchmarks/libs/
H A Dcaliper.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/caliper/ com/google/caliper/AllocationMeasurer ...

Completed in 590 milliseconds