Home
last modified time | relevance | path

Searched defs:negate (Results 1 – 12 of 12) 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/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.java424 private static int parseFraction(CharSequence text, String parsed, int negate) { in parseFraction()
437 …private static Duration create(boolean negate, long daysAsSecs, long hoursAsSecs, long minsAsSecs,… in create()
/libcore/ojluni/annotations/hiddenapi/java/time/
DDuration.java126 java.lang.CharSequence text, java.lang.String parsed, int negate) { in parseFraction()
131 boolean negate, 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.java318 BigInteger negate = midbit.negate(); in test_negate() local
/libcore/ojluni/src/main/java/java/math/
DBigDecimal.java2142 public BigDecimal negate() { in negate() method in BigDecimal
2160 public BigDecimal negate(MathContext mc) { in negate() method in BigDecimal
DBigInteger.java2595 @NonNull public BigInteger negate() { in negate() method