Searched defs:unchecked (Results 1 - 5 of 5) sorted by relevance

/openjdk10/langtools/test/tools/javac/generics/
H A DUncheckedArray.java
H A DSilentUnchecked.java
/openjdk10/hotspot/test/compiler/intrinsics/mathexact/
H A DVerify.java263 int unchecked(int a, int b); method in interface:Verify.BinaryMethod
270 int unchecked(int value); method in interface:Verify.UnaryMethod
277 long unchecked(long a, long b); method in interface:Verify.BinaryLongMethod
284 long unchecked(long value); method in interface:Verify.UnaryLongMethod
305 public int unchecked(int a, int b) { method in class:Verify.UnaryToBinary
333 public long unchecked(long a, long b) { method in class:Verify.UnaryToBinaryLong
368 public int unchecked(int a, int b) { method in class:Verify.AddExactI
396 public long unchecked(lon method in class:Verify.AddExactL
418 public int unchecked(int a, int b) { method in class:Verify.MulExactI
452 public long unchecked(long a, long b) { method in class:Verify.MulExactL
479 public long unchecked(long value) { method in class:Verify.NegExactL
506 public int unchecked(int value) { method in class:Verify.NegExactI
534 public int unchecked(int a, int b) { method in class:Verify.SubExactI
562 public long unchecked(long a, long b) { method in class:Verify.SubExactL
589 public long unchecked(long value) { method in class:Verify.IncExactL
615 public int unchecked(int value) { method in class:Verify.IncExactI
641 public long unchecked(long value) { method in class:Verify.DecExactL
667 public int unchecked(int value) { method in class:Verify.DecExactI
[all...]
/openjdk10/langtools/test/tools/javac/varargs/warning/
H A DWarn4.java57 final static Warning[] unchecked = new Warning[] { Warning.UNCHECKED }; field in class:Warn4
/openjdk10/jdk/src/jdk.incubator.httpclient/share/classes/jdk/incubator/http/internal/common/
H A DUtils.java515 public static UncheckedIOException unchecked(IOException e) { method in class:Utils

Completed in 51 milliseconds