Searched defs:isPositive (Results 1 - 19 of 19) sorted by relevance

/openjdk10/jdk/test/javax/naming/ldap/LdapName/
H A DCompareToEqualsTests.java134 static boolean isPositive(int n) { method in class:CompareToEqualsTests
/openjdk10/hotspot/test/compiler/jvmci/compilerToVM/
H A DLookupTypeTest.java123 public final boolean isPositive; field in class:LookupTypeTest.TestCase
126 TestCase(String className, Class<?> accessing, boolean resolve, boolean isPositive, Class<? extends Throwable> expectedException) argument
136 TestCase(String className, Class<?> accessing, boolean resolve, boolean isPositive) argument
[all...]
H A DFindUniqueConcreteMethodTest.java122 public final boolean isPositive; field in class:FindUniqueConcreteMethodTest.TestCase
124 public TestCase(boolean isPositive, Class<?> clazz, Class<?> holder, argument
132 public TestCase(boolean isPositive, Class<?> clazz, String methodName) { argument
H A DGetClassInitializerTest.java102 public final boolean isPositive; field in class:GetClassInitializerTest.TestCase
104 public TestCase(Class<?> clazz, boolean isPositive) { argument
H A DResolveMethodTest.java168 public final boolean isPositive; field in class:ResolveMethodTest.TestCase
170 TestCase(Class<?> recv, Class<?> holder, String methodName, Class<?> caller, boolean isPositive) argument
H A DGetVtableIndexForInterfaceTest.java171 public final boolean isPositive; field in class:GetVtableIndexForInterfaceTest.TestCase
174 TestCase(Class<?> receiver, Class<?> holder, String methodName, boolean isPositive, Class<? extends Throwable> expectedException) argument
184 TestCase(Class<?> receiver, Class<?> holder, String methodName, boolean isPositive) argument
[all...]
/openjdk10/jaxp/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/jaxp/datatype/
H A DDurationYearMonthImpl.java68 DurationYearMonthImpl( boolean isPositive, BigInteger years, BigInteger months) argument
92 DurationYearMonthImpl( final boolean isPositive, final int years, final int months) argument
H A DDurationDayTimeImpl.java56 DurationDayTimeImpl( boolean isPositive, BigInteger days, BigInteger hours, BigInteger minutes, BigDecimal seconds) argument
67 DurationDayTimeImpl( boolean isPositive, int days, int hours, int minutes, int seconds) argument
H A DDatatypeFactoryImpl.java174 newDuration( final boolean isPositive, final BigInteger years, final BigInteger months, final BigInteger days, final BigInteger hours, final BigInteger minutes, final BigDecimal seconds) argument
218 newDurationYearMonth( final boolean isPositive, final BigInteger year, final BigInteger month) argument
249 newDurationYearMonth( final boolean isPositive, final int year, final int month) argument
439 newDurationDayTime( final boolean isPositive, final BigInteger day, final BigInteger hour, final BigInteger minute, final BigInteger second) argument
480 newDurationDayTime( final boolean isPositive, final int day, final int hour, final int minute, final int second) argument
[all...]
H A DDurationImpl.java196 protected int calcSignum(boolean isPositive) { argument
234 DurationImpl( boolean isPositive, BigInteger years, BigInteger months, BigInteger days, BigInteger hours, BigInteger minutes, BigDecimal seconds) argument
316 DurationImpl( final boolean isPositive, final int years, final int months, final int days, final int hours, final int minutes, final int seconds) argument
/openjdk10/hotspot/test/testlibrary_tests/whitebox/vm_flags/
H A DVmFlagTest.java40 private final boolean isPositive; field in class:VmFlagTest
42 VmFlagTest(String flagName, BiConsumer<String, T> set, Function<String, T> get, boolean isPositive) argument
/openjdk10/jaxp/test/javax/xml/jaxp/module/ServiceProviderTest/src/xmlprovider2/xp2/
H A DDatatypeFactoryImpl.java47 public Duration newDuration(boolean isPositive, BigInteger years, BigInteger months, BigInteger days, argument
/openjdk10/jaxp/test/javax/xml/jaxp/module/ServiceProviderTest/src/DefaultFactoryWrapperTest/xmlwrapperprovider/xwp/
H A DDatatypeFactoryWrapper.java48 public Duration newDuration(boolean isPositive, BigInteger years, BigInteger months, BigInteger days, argument
/openjdk10/hotspot/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.hotspot/src/org/graalvm/compiler/hotspot/replacements/
H A DTypeCheckSnippetUtils.java160 public final boolean[] isPositive; field in class:TypeCheckSnippetUtils.Hints
/openjdk10/jaxp/src/java.xml/share/classes/javax/xml/datatype/
H A DDatatypeFactory.java310 newDuration( final boolean isPositive, final BigInteger years, final BigInteger months, final BigInteger days, final BigInteger hours, final BigInteger minutes, final BigDecimal seconds) argument
348 newDuration( final boolean isPositive, final int years, final int months, final int days, final int hours, final int minutes, final int seconds) argument
507 newDurationDayTime( final boolean isPositive, final BigInteger day, final BigInteger hour, final BigInteger minute, final BigInteger second) argument
550 newDurationDayTime( final boolean isPositive, final int day, final int hour, final int minute, final int second) argument
692 newDurationYearMonth( final boolean isPositive, final BigInteger year, final BigInteger month) argument
726 newDurationYearMonth( final boolean isPositive, final int year, final int month) argument
[all...]
/openjdk10/jaxp/test/javax/xml/jaxp/unittest/datatype/
H A DDurationTest.java343 private void newDurationTester(boolean isPositive, boolean normalizedIsPositive, BigInteger years, BigInteger normalizedYears, BigInteger months, argument
380 newDurationDayTimeTester(boolean isPositive, boolean normalizedIsPositive, BigInteger years, BigInteger normalizedYears, BigInteger months, BigInteger normalizedMonths, BigInteger days, BigInteger normalizedDays, BigInteger hours, BigInteger normalizedHours, BigInteger minutes, BigInteger normalizedMinutes, BigDecimal seconds, BigDecimal normalizedSeconds, long durationInMilliSeconds, long normalizedDurationInMilliSeconds, String lexicalRepresentation, String normalizedLexicalRepresentation) argument
418 durationAssertEquals(Duration duration, QName xmlSchemaType, boolean isPositive, int years, int months, int days, int hours, int minutes, int seconds, long milliseconds, String lexical) argument
[all...]
/openjdk10/jdk/src/java.base/share/classes/java/text/
H A DDigitList.java222 boolean fitsIntoLong(boolean isPositive, boolean ignoreNegativeZero) { argument
/openjdk10/hotspot/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.core.common/src/org/graalvm/compiler/core/common/type/
H A DIntegerStamp.java266 public boolean isPositive() { method in class:IntegerStamp
/openjdk10/jaxp/test/javax/xml/jaxp/functional/javax/xml/datatype/ptests/
H A DDurationTest.java89 public void checkNumberDurationPos(boolean isPositive, int years, int months, int days, int hours, int minutes, int seconds) { argument
110 public void checkDurationNumberNeg(boolean isPositive, int years, int months, int days, int hours, int minutes, int seconds) { argument
132 public void checkBigIntegerDurationPos(boolean isPositive, BigInteger years, BigInteger months, BigInteger days, BigInteger hours, BigInteger minutes, argument
153 checkBigIntegerDurationNeg(boolean isPositive, BigInteger years, BigInteger months, BigInteger days, BigInteger hours, BigInteger minutes, BigDecimal seconds) argument
403 checkDurationToString(boolean isPositive, int years, int months, int days, int hours, int minutes, int seconds, String lexical) argument
[all...]

Completed in 233 milliseconds