Home
last modified time | relevance | path

Searched refs:andNot (Results 1 – 10 of 10) sorted by relevance

/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/math/
DBigIntegerNotTest.java42 BigInteger result = aNumber.andNot(bNumber); in testAndNotPosPosFirstLonger()
62 BigInteger result = aNumber.andNot(bNumber); in testAndNotPosPosFirstShorter()
82 BigInteger result = aNumber.andNot(bNumber); in testAndNotNegNegFirstLonger()
102 BigInteger result = aNumber.andNot(bNumber); in testNegPosFirstLonger()
DBigIntegerTest.java816 BigInteger res = i1.andNot(i2); in test_andNotLjava_math_BigInteger()
825 res = i1.andNot(i2); in test_andNotLjava_math_BigInteger()
833 BigInteger.ZERO.andNot(null); in test_andNotLjava_math_BigInteger()
839 assertEquals(BigInteger.ZERO, bi.andNot(BigInteger.ZERO)); in test_andNotLjava_math_BigInteger()
/libcore/luni/src/test/java/libcore/java/util/
DBitSetTest.java243 result.andNot(small()); in test_differentSizes()
246 result.andNot(big()); in test_differentSizes()
/libcore/ojluni/src/test/java/util/BitSet/
DBSMethods.java365 b3.andNot(b2); in testAndNot()
813 b1.andNot(b2); in testIntersects()
888 {BitSet t = new BitSet(); t.andNot(empty); checkEmpty(t);} in testEmpty2()
892 {BitSet t = new BitSet(); t.andNot(t); checkEmpty(t);} in testEmpty2()
/libcore/ojluni/annotations/sdk/nullability/java/math/
DBigInteger.annotated.java107 …@libcore.util.NonNull public BigInteger andNot(@libcore.util.NonNull BigInteger val) { throw new R… in andNot() method in BigInteger
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
DBitSetTest.java1054 bs.andNot(bs2); in test_andNotLjava_util_BitSet()
1059 bs.andNot(bs2); in test_andNotLjava_util_BitSet()
1064 bs.andNot(null); in test_andNotLjava_util_BitSet()
1075 bs.andNot(bs2); in test_andNotLjava_util_BitSet()
/libcore/ojluni/src/test/java/math/BigInteger/
DBigIntegerTest.java603 BigInteger w = x.or(y).andNot(x.and(y)); in bitwise()
611 BigInteger z = x.andNot(y); in bitwise()
/libcore/ojluni/src/main/java/java/util/
DBitSet.java1008 public void andNot(BitSet set) { in andNot() method in BitSet
/libcore/ojluni/src/main/java/java/math/
DBigInteger.java3719 public BigInteger andNot(BigInteger val) {
/libcore/api/
Dcurrent.txt5337 method @NonNull public java.math.BigInteger andNot(@NonNull java.math.BigInteger);
13427 method public void andNot(java.util.BitSet);