Searched defs:negate (Results  1 – 13 of 13) sorted by relevance
| /libcore/ojluni/src/main/java/java/util/function/ | 
| D | IntPredicate.java | 80     default IntPredicate negate() {  in negate()  method
 | 
| D | LongPredicate.java | 80     default LongPredicate negate() {  in negate()  method
 | 
| D | DoublePredicate.java | 80     default DoublePredicate negate() {  in negate()  method
 | 
| D | BiPredicate.java | 83     default BiPredicate<T, U> negate() {  in negate()  method
 | 
| D | Predicate.java | 79     default Predicate<T> negate() {  in negate()  method
 | 
| /libcore/luni/src/test/java/libcore/javax/xml/datatype/ | 
| D | DurationImpl.java | 108     public Duration negate() {  in negate()  method in DurationImpl
 | 
| /libcore/ojluni/src/main/java/java/time/ | 
| D | Period.java | 324             int negate = (charMatch(text, matcher.start(1), matcher.end(1), '-') ? -1 : 1);  in parse()  local349     private static int parseNumber(CharSequence text, int start, int end, int negate) {  in parseNumber()
 
 | 
| D | Duration.java | 425     private static int parseFraction(CharSequence text, String parsed, int negate) {  in parseFraction()438 …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/ojluni/annotations/sdk/nullability/java/math/ | 
| D | BigInteger.annotated.java | 81     @libcore.util.NonNull public BigInteger negate() { throw new RuntimeException("Stub!"); }  in negate()  method in BigInteger
 | 
| /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 | BigInteger.java | 2780     public BigInteger negate() {  in negate()  method
 |