Searched defs:negate (Results 1 – 12 of 12) sorted by relevance
/libcore/ojluni/src/main/java/java/util/function/ |
D | DoublePredicate.java | 80 default DoublePredicate negate() { in negate() method
|
D | IntPredicate.java | 80 default IntPredicate negate() { in negate() method
|
D | LongPredicate.java | 80 default LongPredicate negate() { in negate() method
|
D | Predicate.java | 79 default Predicate<T> negate() { in negate() method
|
D | BiPredicate.java | 83 default BiPredicate<T, U> negate() { in negate() method
|
/libcore/ojluni/src/main/java/java/time/ |
D | Period.java | 326 int negate = ("-".equals(matcher.group(1)) ? -1 : 1); in parse() local 347 private static int parseNumber(CharSequence text, String str, int negate) { in parseNumber()
|
D | Duration.java | 424 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/ |
D | Duration.java | 126 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/ |
D | Duration.java | 698 public abstract Duration negate(); in negate() method in Duration
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/math/ |
D | BigIntegerTest.java | 318 BigInteger negate = midbit.negate(); in test_negate() local
|
/libcore/ojluni/src/main/java/java/math/ |
D | BigDecimal.java | 2142 public BigDecimal negate() { in negate() method in BigDecimal 2160 public BigDecimal negate(MathContext mc) { in negate() method in BigDecimal
|
D | BigInteger.java | 2595 @NonNull public BigInteger negate() { in negate() method
|