Searched refs:positive (Results 1 – 8 of 8) sorted by relevance
/libcore/ojluni/src/test/java/lang/invoke/ |
D | MethodHandlesGeneralTest.java | 112 …void testFindStatic(boolean positive, Lookup lookup, Class<?> defc, Class<?> ret, String name, Cla… in testFindStatic() argument 113 countTest(positive); in testFindStatic() 133 if (positive && noAccess != null) throw noAccess; in testFindStatic() 134 …assertEquals(positive ? "positive test" : "negative test erroneously passed", positive, target != … in testFindStatic() 135 if (!positive) return; // negative test failed as expected in testFindStatic() 211 …void testFindVirtual(boolean positive, Lookup lookup, Class<?> defc, Class<?> ret, String name, Cl… in testFindVirtual() argument 212 testFindVirtual(positive, lookup, defc, defc, ret, name, params); in testFindVirtual() 215 …void testFindVirtual(boolean positive, Lookup lookup, Class<?> rcvc, Class<?> defc, Class<?> ret, … in testFindVirtual() argument 216 countTest(positive); in testFindVirtual() 236 if (positive && noAccess != null) throw noAccess; in testFindVirtual() [all …]
|
D | InvokeGenericTest.java | 82 void countTest(boolean positive) { in countTest() argument 83 if (positive) ++posTests; in countTest()
|
D | MethodHandlesTest.java | 95 void countTest(boolean positive) { in countTest() argument 96 if (positive) ++posTests; in countTest()
|
/libcore/ojluni/src/main/java/java/time/format/ |
D | SignStyle.java | 125 boolean parse(boolean positive, boolean strict, boolean fixedWidth) { in parse() argument 129 return !positive || !strict; in parse()
|
D | DateTimeFormatterBuilder.java | 2874 boolean positive = false; in parse() 2879 positive = true; in parse() 2947 if (positive) { in parse()
|
/libcore/ojluni/src/main/java/java/text/ |
D | ChoiceFormat.java | 575 public static double nextDouble (double d, boolean positive) { in nextDouble() argument 576 return positive ? Math.nextUp(d) : Math.nextDown(d); in nextDouble()
|
/libcore/ojluni/src/main/java/java/nio/charset/ |
D | Charset-X-Coder.java.template | 172 * A positive float value indicating the expected number of 176 * A positive float value indicating the maximum number of 212 throw new IllegalArgumentException("Non-positive " 216 throw new IllegalArgumentException("Non-positive " 249 * A positive float value indicating the expected number of 253 * A positive float value indicating the maximum number of
|
/libcore/ojluni/src/main/java/java/nio/ |
D | X-Buffer.java.template | 1905 * @return A negative integer, zero, or a positive integer as this buffer 2253 * and a positive value that the address is misaligned for the unit size.
|