Home
last modified time | relevance | path

Searched refs:checkISE (Results 1 – 25 of 124) sorted by relevance

12345

/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/jdk/javax/security/auth/kerberos/
H A DKerberosNullsAndDestroyTest.java53 checkISE(() -> k1.getAlgorithm()); in main()
54 checkISE(() -> k1.getEncoded()); in main()
55 checkISE(() -> k1.getFormat()); in main()
56 checkISE(() -> k1.getKeyType()); in main()
57 checkISE(() -> k1.getPrincipal()); in main()
62 checkISE(() -> k2.getEncoded()); in main()
63 checkISE(() -> k2.getFormat()); in main()
64 checkISE(() -> k2.getKeyType()); in main()
67 checkISE(() -> m.getSender()); in main()
68 checkISE(() -> m.getRecipient()); in main()
[all …]
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/jdk/javax/security/auth/kerberos/
H A DKerberosNullsAndDestroyTest.java53 checkISE(() -> k1.getAlgorithm()); in main()
54 checkISE(() -> k1.getEncoded()); in main()
55 checkISE(() -> k1.getFormat()); in main()
56 checkISE(() -> k1.getKeyType()); in main()
57 checkISE(() -> k1.getPrincipal()); in main()
62 checkISE(() -> k2.getEncoded()); in main()
63 checkISE(() -> k2.getFormat()); in main()
64 checkISE(() -> k2.getKeyType()); in main()
67 checkISE(() -> m.getSender()); in main()
68 checkISE(() -> m.getRecipient()); in main()
[all …]
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/jdk/javax/security/auth/kerberos/
H A DKerberosNullsAndDestroyTest.java53 checkISE(() -> k1.getAlgorithm()); in main()
54 checkISE(() -> k1.getEncoded()); in main()
55 checkISE(() -> k1.getFormat()); in main()
56 checkISE(() -> k1.getKeyType()); in main()
57 checkISE(() -> k1.getPrincipal()); in main()
62 checkISE(() -> k2.getEncoded()); in main()
63 checkISE(() -> k2.getFormat()); in main()
64 checkISE(() -> k2.getKeyType()); in main()
67 checkISE(() -> m.getSender()); in main()
68 checkISE(() -> m.getRecipient()); in main()
[all …]
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/jdk/javax/security/auth/kerberos/
H A DKerberosNullsAndDestroyTest.java53 checkISE(() -> k1.getAlgorithm()); in main()
54 checkISE(() -> k1.getEncoded()); in main()
55 checkISE(() -> k1.getFormat()); in main()
56 checkISE(() -> k1.getKeyType()); in main()
57 checkISE(() -> k1.getPrincipal()); in main()
62 checkISE(() -> k2.getEncoded()); in main()
63 checkISE(() -> k2.getFormat()); in main()
64 checkISE(() -> k2.getKeyType()); in main()
67 checkISE(() -> m.getSender()); in main()
68 checkISE(() -> m.getRecipient()); in main()
[all …]
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/jdk/javax/security/auth/kerberos/
H A DKerberosNullsAndDestroyTest.java53 checkISE(() -> k1.getAlgorithm()); in main()
54 checkISE(() -> k1.getEncoded()); in main()
55 checkISE(() -> k1.getFormat()); in main()
56 checkISE(() -> k1.getKeyType()); in main()
57 checkISE(() -> k1.getPrincipal()); in main()
62 checkISE(() -> k2.getEncoded()); in main()
63 checkISE(() -> k2.getFormat()); in main()
64 checkISE(() -> k2.getKeyType()); in main()
67 checkISE(() -> m.getSender()); in main()
68 checkISE(() -> m.getRecipient()); in main()
[all …]
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/jdk/javax/security/auth/kerberos/
H A DKerberosNullsAndDestroyTest.java53 checkISE(() -> k1.getAlgorithm()); in main()
54 checkISE(() -> k1.getEncoded()); in main()
55 checkISE(() -> k1.getFormat()); in main()
56 checkISE(() -> k1.getKeyType()); in main()
57 checkISE(() -> k1.getPrincipal()); in main()
62 checkISE(() -> k2.getEncoded()); in main()
63 checkISE(() -> k2.getFormat()); in main()
64 checkISE(() -> k2.getKeyType()); in main()
67 checkISE(() -> m.getSender()); in main()
68 checkISE(() -> m.getRecipient()); in main()
[all …]
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/jdk/javax/security/auth/kerberos/
H A DKerberosNullsAndDestroyTest.java53 checkISE(() -> k1.getAlgorithm()); in main()
54 checkISE(() -> k1.getEncoded()); in main()
55 checkISE(() -> k1.getFormat()); in main()
56 checkISE(() -> k1.getKeyType()); in main()
57 checkISE(() -> k1.getPrincipal()); in main()
62 checkISE(() -> k2.getEncoded()); in main()
63 checkISE(() -> k2.getFormat()); in main()
64 checkISE(() -> k2.getKeyType()); in main()
67 checkISE(() -> m.getSender()); in main()
68 checkISE(() -> m.getRecipient()); in main()
[all …]
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/jdk/javax/security/auth/kerberos/
H A DKerberosNullsAndDestroyTest.java53 checkISE(() -> k1.getAlgorithm()); in main()
54 checkISE(() -> k1.getEncoded()); in main()
55 checkISE(() -> k1.getFormat()); in main()
56 checkISE(() -> k1.getKeyType()); in main()
57 checkISE(() -> k1.getPrincipal()); in main()
62 checkISE(() -> k2.getEncoded()); in main()
63 checkISE(() -> k2.getFormat()); in main()
64 checkISE(() -> k2.getKeyType()); in main()
67 checkISE(() -> m.getSender()); in main()
68 checkISE(() -> m.getRecipient()); in main()
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/jdk/java/lang/invoke/VarHandles/
H A DVarHandleTestByteArrayAsInt.java880 checkISE(() -> { in testArrayMisalignedAccess()
884 checkISE(() -> { in testArrayMisalignedAccess()
888 checkISE(() -> { in testArrayMisalignedAccess()
892 checkISE(() -> { in testArrayMisalignedAccess()
896 checkISE(() -> { in testArrayMisalignedAccess()
900 checkISE(() -> { in testArrayMisalignedAccess()
904 checkISE(() -> { in testArrayMisalignedAccess()
908 checkISE(() -> { in testArrayMisalignedAccess()
912 checkISE(() -> { in testArrayMisalignedAccess()
916 checkISE(() -> { in testArrayMisalignedAccess()
[all …]
H A DVarHandleTestByteArrayAsLong.java880 checkISE(() -> { in testArrayMisalignedAccess()
884 checkISE(() -> { in testArrayMisalignedAccess()
888 checkISE(() -> { in testArrayMisalignedAccess()
892 checkISE(() -> { in testArrayMisalignedAccess()
896 checkISE(() -> { in testArrayMisalignedAccess()
900 checkISE(() -> { in testArrayMisalignedAccess()
904 checkISE(() -> { in testArrayMisalignedAccess()
908 checkISE(() -> { in testArrayMisalignedAccess()
912 checkISE(() -> { in testArrayMisalignedAccess()
916 checkISE(() -> { in testArrayMisalignedAccess()
[all …]
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/jdk/java/lang/invoke/VarHandles/
H A DVarHandleTestByteArrayAsLong.java880 checkISE(() -> { in testArrayMisalignedAccess()
884 checkISE(() -> { in testArrayMisalignedAccess()
888 checkISE(() -> { in testArrayMisalignedAccess()
892 checkISE(() -> { in testArrayMisalignedAccess()
896 checkISE(() -> { in testArrayMisalignedAccess()
900 checkISE(() -> { in testArrayMisalignedAccess()
904 checkISE(() -> { in testArrayMisalignedAccess()
908 checkISE(() -> { in testArrayMisalignedAccess()
912 checkISE(() -> { in testArrayMisalignedAccess()
916 checkISE(() -> { in testArrayMisalignedAccess()
[all …]
H A DVarHandleTestByteArrayAsInt.java880 checkISE(() -> { in testArrayMisalignedAccess()
884 checkISE(() -> { in testArrayMisalignedAccess()
888 checkISE(() -> { in testArrayMisalignedAccess()
892 checkISE(() -> { in testArrayMisalignedAccess()
896 checkISE(() -> { in testArrayMisalignedAccess()
900 checkISE(() -> { in testArrayMisalignedAccess()
904 checkISE(() -> { in testArrayMisalignedAccess()
908 checkISE(() -> { in testArrayMisalignedAccess()
912 checkISE(() -> { in testArrayMisalignedAccess()
916 checkISE(() -> { in testArrayMisalignedAccess()
[all …]
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/jdk/java/lang/invoke/VarHandles/
H A DVarHandleTestByteArrayAsLong.java911 checkISE(() -> { in testArrayMisalignedAccess()
915 checkISE(() -> { in testArrayMisalignedAccess()
919 checkISE(() -> { in testArrayMisalignedAccess()
923 checkISE(() -> { in testArrayMisalignedAccess()
927 checkISE(() -> { in testArrayMisalignedAccess()
931 checkISE(() -> { in testArrayMisalignedAccess()
935 checkISE(() -> { in testArrayMisalignedAccess()
939 checkISE(() -> { in testArrayMisalignedAccess()
943 checkISE(() -> { in testArrayMisalignedAccess()
947 checkISE(() -> { in testArrayMisalignedAccess()
[all …]
H A DVarHandleTestByteArrayAsInt.java911 checkISE(() -> { in testArrayMisalignedAccess()
915 checkISE(() -> { in testArrayMisalignedAccess()
919 checkISE(() -> { in testArrayMisalignedAccess()
923 checkISE(() -> { in testArrayMisalignedAccess()
927 checkISE(() -> { in testArrayMisalignedAccess()
931 checkISE(() -> { in testArrayMisalignedAccess()
935 checkISE(() -> { in testArrayMisalignedAccess()
939 checkISE(() -> { in testArrayMisalignedAccess()
943 checkISE(() -> { in testArrayMisalignedAccess()
947 checkISE(() -> { in testArrayMisalignedAccess()
[all …]
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/jdk/java/lang/invoke/VarHandles/
H A DVarHandleTestByteArrayAsLong.java914 checkISE(() -> { in testArrayMisalignedAccess()
918 checkISE(() -> { in testArrayMisalignedAccess()
922 checkISE(() -> { in testArrayMisalignedAccess()
926 checkISE(() -> { in testArrayMisalignedAccess()
930 checkISE(() -> { in testArrayMisalignedAccess()
934 checkISE(() -> { in testArrayMisalignedAccess()
938 checkISE(() -> { in testArrayMisalignedAccess()
942 checkISE(() -> { in testArrayMisalignedAccess()
946 checkISE(() -> { in testArrayMisalignedAccess()
950 checkISE(() -> { in testArrayMisalignedAccess()
[all …]
H A DVarHandleTestByteArrayAsInt.java914 checkISE(() -> { in testArrayMisalignedAccess()
918 checkISE(() -> { in testArrayMisalignedAccess()
922 checkISE(() -> { in testArrayMisalignedAccess()
926 checkISE(() -> { in testArrayMisalignedAccess()
930 checkISE(() -> { in testArrayMisalignedAccess()
934 checkISE(() -> { in testArrayMisalignedAccess()
938 checkISE(() -> { in testArrayMisalignedAccess()
942 checkISE(() -> { in testArrayMisalignedAccess()
946 checkISE(() -> { in testArrayMisalignedAccess()
950 checkISE(() -> { in testArrayMisalignedAccess()
[all …]
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/jdk/java/lang/invoke/VarHandles/
H A DVarHandleTestByteArrayAsInt.java911 checkISE(() -> { in testArrayMisalignedAccess()
915 checkISE(() -> { in testArrayMisalignedAccess()
919 checkISE(() -> { in testArrayMisalignedAccess()
923 checkISE(() -> { in testArrayMisalignedAccess()
927 checkISE(() -> { in testArrayMisalignedAccess()
931 checkISE(() -> { in testArrayMisalignedAccess()
935 checkISE(() -> { in testArrayMisalignedAccess()
939 checkISE(() -> { in testArrayMisalignedAccess()
943 checkISE(() -> { in testArrayMisalignedAccess()
947 checkISE(() -> { in testArrayMisalignedAccess()
[all …]
H A DVarHandleTestByteArrayAsLong.java911 checkISE(() -> { in testArrayMisalignedAccess()
915 checkISE(() -> { in testArrayMisalignedAccess()
919 checkISE(() -> { in testArrayMisalignedAccess()
923 checkISE(() -> { in testArrayMisalignedAccess()
927 checkISE(() -> { in testArrayMisalignedAccess()
931 checkISE(() -> { in testArrayMisalignedAccess()
935 checkISE(() -> { in testArrayMisalignedAccess()
939 checkISE(() -> { in testArrayMisalignedAccess()
943 checkISE(() -> { in testArrayMisalignedAccess()
947 checkISE(() -> { in testArrayMisalignedAccess()
[all …]
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/jdk/java/lang/invoke/VarHandles/
H A DVarHandleTestByteArrayAsInt.java911 checkISE(() -> {
915 checkISE(() -> {
919 checkISE(() -> {
923 checkISE(() -> {
927 checkISE(() -> {
931 checkISE(() -> {
935 checkISE(() -> {
939 checkISE(() -> {
943 checkISE(() -> {
947 checkISE(() -> {
[all …]
H A DVarHandleTestByteArrayAsLong.java911 checkISE(() -> { in testArrayMisalignedAccess()
915 checkISE(() -> { in testArrayMisalignedAccess()
919 checkISE(() -> { in testArrayMisalignedAccess()
923 checkISE(() -> { in testArrayMisalignedAccess()
927 checkISE(() -> { in testArrayMisalignedAccess()
931 checkISE(() -> { in testArrayMisalignedAccess()
935 checkISE(() -> { in testArrayMisalignedAccess()
939 checkISE(() -> { in testArrayMisalignedAccess()
943 checkISE(() -> { in testArrayMisalignedAccess()
947 checkISE(() -> { in testArrayMisalignedAccess()
[all …]
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/jdk/java/lang/invoke/VarHandles/
H A DVarHandleTestByteArrayAsInt.java911 checkISE(() -> { in testArrayMisalignedAccess()
915 checkISE(() -> { in testArrayMisalignedAccess()
919 checkISE(() -> { in testArrayMisalignedAccess()
923 checkISE(() -> { in testArrayMisalignedAccess()
927 checkISE(() -> { in testArrayMisalignedAccess()
931 checkISE(() -> { in testArrayMisalignedAccess()
935 checkISE(() -> { in testArrayMisalignedAccess()
939 checkISE(() -> { in testArrayMisalignedAccess()
943 checkISE(() -> { in testArrayMisalignedAccess()
947 checkISE(() -> { in testArrayMisalignedAccess()
[all …]
H A DVarHandleTestByteArrayAsLong.java911 checkISE(() -> { in testArrayMisalignedAccess()
915 checkISE(() -> { in testArrayMisalignedAccess()
919 checkISE(() -> { in testArrayMisalignedAccess()
923 checkISE(() -> { in testArrayMisalignedAccess()
927 checkISE(() -> { in testArrayMisalignedAccess()
931 checkISE(() -> { in testArrayMisalignedAccess()
935 checkISE(() -> { in testArrayMisalignedAccess()
939 checkISE(() -> { in testArrayMisalignedAccess()
943 checkISE(() -> { in testArrayMisalignedAccess()
947 checkISE(() -> { in testArrayMisalignedAccess()
[all …]
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/jdk/java/lang/invoke/VarHandles/
H A DVarHandleTestByteArrayAsInt.java911 checkISE(() -> { in testArrayMisalignedAccess()
915 checkISE(() -> { in testArrayMisalignedAccess()
919 checkISE(() -> { in testArrayMisalignedAccess()
923 checkISE(() -> { in testArrayMisalignedAccess()
927 checkISE(() -> { in testArrayMisalignedAccess()
931 checkISE(() -> { in testArrayMisalignedAccess()
935 checkISE(() -> { in testArrayMisalignedAccess()
939 checkISE(() -> { in testArrayMisalignedAccess()
943 checkISE(() -> { in testArrayMisalignedAccess()
947 checkISE(() -> { in testArrayMisalignedAccess()
[all …]
H A DVarHandleTestByteArrayAsLong.java911 checkISE(() -> { in testArrayMisalignedAccess()
915 checkISE(() -> { in testArrayMisalignedAccess()
919 checkISE(() -> { in testArrayMisalignedAccess()
923 checkISE(() -> { in testArrayMisalignedAccess()
927 checkISE(() -> { in testArrayMisalignedAccess()
931 checkISE(() -> { in testArrayMisalignedAccess()
935 checkISE(() -> { in testArrayMisalignedAccess()
939 checkISE(() -> { in testArrayMisalignedAccess()
943 checkISE(() -> { in testArrayMisalignedAccess()
947 checkISE(() -> { in testArrayMisalignedAccess()
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/jdk/java/util/stream/test/org/openjdk/tests/java/util/stream/
H A DStreamBuilderTest.java101 checkISE(() -> sb.accept(1)); in testAfterBuilding()
102 checkISE(() -> sb.add(1)); in testAfterBuilding()
103 checkISE(() -> sb.build()); in testAfterBuilding()
163 checkISE(() -> sb.accept(1)); in testIntAfterBuilding()
164 checkISE(() -> sb.add(1)); in testIntAfterBuilding()
165 checkISE(() -> sb.build()); in testIntAfterBuilding()
225 checkISE(() -> sb.accept(1)); in testLongAfterBuilding()
226 checkISE(() -> sb.add(1)); in testLongAfterBuilding()
227 checkISE(() -> sb.build()); in testLongAfterBuilding()
287 checkISE(() -> sb.add(1)); in testDoubleAfterBuilding()
[all …]

12345