Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/java/util/function/
DLongPredicate.java80 default LongPredicate negate() { in negate() method
DDoublePredicate.java80 default DoublePredicate negate() { in negate() method
DIntPredicate.java80 default IntPredicate negate() { in negate() method
DPredicate.java79 default Predicate<T> negate() { in negate() method
DBiPredicate.java83 default BiPredicate<T, U> negate() { in negate() method
/libcore/ojluni/src/main/java/java/time/
DPeriod.java326 int negate = ("-".equals(matcher.group(1)) ? -1 : 1); in parse() local
347 private static int parseNumber(CharSequence text, String str, int negate) { in parseNumber()
DDuration.java422 private static int parseFraction(CharSequence text, String parsed, int negate) { in parseFraction()
435 …private static Duration create(boolean negate, long daysAsSecs, long hoursAsSecs, long minsAsSecs,… in create()
/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/
DBigInteger.java402 public BigInteger negate() { in negate() method in BigInteger
DBigDecimal.java1709 public BigDecimal negate() { in negate() method in BigDecimal
1724 public BigDecimal negate(MathContext mc) { in negate() method in BigDecimal