Home
last modified time | relevance | path

Searched defs:negate (Results 1 – 9 of 9) sorted by relevance

/libcore/ojluni/src/main/java/java/util/function/
DDoublePredicate.java80 default DoublePredicate negate() { in negate() method
DIntPredicate.java80 default IntPredicate negate() { in negate() method
DLongPredicate.java80 default LongPredicate negate() { in negate() method
DPredicate.java79 default Predicate<T> negate() { in negate() method
DBiPredicate.java83 default BiPredicate<T, U> negate() { in negate() method
/libcore/luni/src/main/java/javax/xml/datatype/
DDuration.java698 public abstract Duration negate(); in negate() method in Duration
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/math/
DBigIntegerTest.java322 BigInteger negate = midbit.negate(); in test_negate() local
/libcore/luni/src/main/java/java/math/
DBigDecimal.java1701 public BigDecimal negate() { in negate() method in BigDecimal
1716 public BigDecimal negate(MathContext mc) { in negate() method in BigDecimal
DBigInteger.java402 public BigInteger negate() { in negate() method in BigInteger