Home
last modified time | relevance | path

Searched refs:positive (Results 1 – 8 of 8) sorted by relevance

/libcore/ojluni/src/test/java/lang/invoke/
DMethodHandlesGeneralTest.java112 …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 …]
DInvokeGenericTest.java82 void countTest(boolean positive) { in countTest() argument
83 if (positive) ++posTests; in countTest()
DMethodHandlesTest.java95 void countTest(boolean positive) { in countTest() argument
96 if (positive) ++posTests; in countTest()
/libcore/ojluni/src/main/java/java/time/format/
DSignStyle.java125 boolean parse(boolean positive, boolean strict, boolean fixedWidth) { in parse() argument
129 return !positive || !strict; in parse()
DDateTimeFormatterBuilder.java2874 boolean positive = false; in parse()
2879 positive = true; in parse()
2947 if (positive) { in parse()
/libcore/ojluni/src/main/java/java/text/
DChoiceFormat.java575 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/
DCharset-X-Coder.java.template172 * 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/
DX-Buffer.java.template1905 * @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.