Home
last modified time | relevance | path

Searched refs:fortyTwo (Results 1 – 25 of 128) sorted by relevance

123456

/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.core.test/src/org/graalvm/compiler/core/test/
H A DUnsignedLongTest.java34 UnsignedLong fortyTwo = new UnsignedLong(42); in testEquals() local
35 Assert.assertTrue(fortyTwo.equals(42)); in testEquals()
36 Assert.assertFalse(fortyTwo.equals(99)); in testEquals()
47 UnsignedLong fortyTwo = new UnsignedLong(42); in testIsLessThan() local
48 Assert.assertTrue(fortyTwo.isLessThan(45)); in testIsLessThan()
49 Assert.assertFalse(fortyTwo.isLessThan(42)); in testIsLessThan()
50 Assert.assertFalse(fortyTwo.isLessThan(40)); in testIsLessThan()
61 UnsignedLong fortyTwo = new UnsignedLong(42); in testIsLessOrEqualTo() local
83 fortyTwo.times(0x618618618618619L); in testTimesException()
98 fortyTwo.minus(43); in testMinusException()
[all …]
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.core.test/src/org/graalvm/compiler/core/test/
H A DUnsignedLongTest.java34 UnsignedLong fortyTwo = new UnsignedLong(42); in testEquals() local
35 Assert.assertTrue(fortyTwo.equals(42)); in testEquals()
36 Assert.assertFalse(fortyTwo.equals(99)); in testEquals()
47 UnsignedLong fortyTwo = new UnsignedLong(42); in testIsLessThan() local
48 Assert.assertTrue(fortyTwo.isLessThan(45)); in testIsLessThan()
49 Assert.assertFalse(fortyTwo.isLessThan(42)); in testIsLessThan()
50 Assert.assertFalse(fortyTwo.isLessThan(40)); in testIsLessThan()
61 UnsignedLong fortyTwo = new UnsignedLong(42); in testIsLessOrEqualTo() local
83 fortyTwo.times(0x618618618618619L); in testTimesException()
98 fortyTwo.minus(43); in testMinusException()
[all …]
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.core.test/src/org/graalvm/compiler/core/test/
H A DUnsignedLongTest.java34 UnsignedLong fortyTwo = new UnsignedLong(42); in testEquals() local
35 Assert.assertTrue(fortyTwo.equals(42)); in testEquals()
36 Assert.assertFalse(fortyTwo.equals(99)); in testEquals()
47 UnsignedLong fortyTwo = new UnsignedLong(42); in testIsLessThan() local
48 Assert.assertTrue(fortyTwo.isLessThan(45)); in testIsLessThan()
49 Assert.assertFalse(fortyTwo.isLessThan(42)); in testIsLessThan()
50 Assert.assertFalse(fortyTwo.isLessThan(40)); in testIsLessThan()
61 UnsignedLong fortyTwo = new UnsignedLong(42); in testIsLessOrEqualTo() local
83 fortyTwo.times(0x618618618618619L); in testTimesException()
98 fortyTwo.minus(43); in testMinusException()
[all …]
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.core.test/src/org/graalvm/compiler/core/test/
H A DUnsignedLongTest.java34 UnsignedLong fortyTwo = new UnsignedLong(42); in testEquals() local
35 Assert.assertTrue(fortyTwo.equals(42)); in testEquals()
36 Assert.assertFalse(fortyTwo.equals(99)); in testEquals()
47 UnsignedLong fortyTwo = new UnsignedLong(42); in testIsLessThan() local
48 Assert.assertTrue(fortyTwo.isLessThan(45)); in testIsLessThan()
49 Assert.assertFalse(fortyTwo.isLessThan(42)); in testIsLessThan()
50 Assert.assertFalse(fortyTwo.isLessThan(40)); in testIsLessThan()
61 UnsignedLong fortyTwo = new UnsignedLong(42); in testIsLessOrEqualTo() local
83 fortyTwo.times(0x618618618618619L); in testTimesException()
98 fortyTwo.minus(43); in testMinusException()
[all …]
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.core.test/src/org/graalvm/compiler/core/test/
H A DUnsignedLongTest.java34 UnsignedLong fortyTwo = new UnsignedLong(42); in testEquals() local
35 Assert.assertTrue(fortyTwo.equals(42)); in testEquals()
36 Assert.assertFalse(fortyTwo.equals(99)); in testEquals()
47 UnsignedLong fortyTwo = new UnsignedLong(42); in testIsLessThan() local
48 Assert.assertTrue(fortyTwo.isLessThan(45)); in testIsLessThan()
49 Assert.assertFalse(fortyTwo.isLessThan(42)); in testIsLessThan()
50 Assert.assertFalse(fortyTwo.isLessThan(40)); in testIsLessThan()
61 UnsignedLong fortyTwo = new UnsignedLong(42); in testIsLessOrEqualTo() local
83 fortyTwo.times(0x618618618618619L); in testTimesException()
98 fortyTwo.minus(43); in testMinusException()
[all …]
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.core.test/src/org/graalvm/compiler/core/test/
H A DUnsignedLongTest.java34 UnsignedLong fortyTwo = new UnsignedLong(42); in testEquals() local
35 Assert.assertTrue(fortyTwo.equals(42)); in testEquals()
36 Assert.assertFalse(fortyTwo.equals(99)); in testEquals()
47 UnsignedLong fortyTwo = new UnsignedLong(42); in testIsLessThan() local
48 Assert.assertTrue(fortyTwo.isLessThan(45)); in testIsLessThan()
49 Assert.assertFalse(fortyTwo.isLessThan(42)); in testIsLessThan()
50 Assert.assertFalse(fortyTwo.isLessThan(40)); in testIsLessThan()
61 UnsignedLong fortyTwo = new UnsignedLong(42); in testIsLessOrEqualTo() local
83 fortyTwo.times(0x618618618618619L); in testTimesException()
98 fortyTwo.minus(43); in testMinusException()
[all …]
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.core.test/src/org/graalvm/compiler/core/test/
H A DUnsignedLongTest.java34 UnsignedLong fortyTwo = new UnsignedLong(42); in testEquals() local
35 Assert.assertTrue(fortyTwo.equals(42)); in testEquals()
36 Assert.assertFalse(fortyTwo.equals(99)); in testEquals()
47 UnsignedLong fortyTwo = new UnsignedLong(42); in testIsLessThan() local
48 Assert.assertTrue(fortyTwo.isLessThan(45)); in testIsLessThan()
49 Assert.assertFalse(fortyTwo.isLessThan(42)); in testIsLessThan()
50 Assert.assertFalse(fortyTwo.isLessThan(40)); in testIsLessThan()
61 UnsignedLong fortyTwo = new UnsignedLong(42); in testIsLessOrEqualTo() local
83 fortyTwo.times(0x618618618618619L); in testTimesException()
98 fortyTwo.minus(43); in testMinusException()
[all …]
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/micro/org/openjdk/bench/vm/lambda/capture/
H A DCapture0.java62 public String fortyTwo = "42"; field in Capture0
137 return fortyTwo;
148 return fortyTwo + l0;
161 return fortyTwo + l0 + " " + l1;
175 return fortyTwo + l0 + " " + l1 + " " + l2 + " " + l3;
194 return fortyTwo + l0 + " " + l1 + " " + l2 + " " + l3 +
246 return () -> fortyTwo;
252 return () -> fortyTwo + l0;
260 return () -> fortyTwo + l0 + " " + l1;
269 return () -> fortyTwo + l0 + " " + l1 + " " + l2 + " " + l3;
[all …]
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/micro/org/openjdk/bench/vm/lambda/capture/
H A DCapture0.java62 public String fortyTwo = "42"; field in Capture0
137 return fortyTwo;
148 return fortyTwo + l0;
161 return fortyTwo + l0 + " " + l1;
175 return fortyTwo + l0 + " " + l1 + " " + l2 + " " + l3;
194 return fortyTwo + l0 + " " + l1 + " " + l2 + " " + l3 +
246 return () -> fortyTwo;
252 return () -> fortyTwo + l0;
260 return () -> fortyTwo + l0 + " " + l1;
269 return () -> fortyTwo + l0 + " " + l1 + " " + l2 + " " + l3;
[all …]
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/micro/org/openjdk/bench/vm/lambda/capture/
H A DCapture0.java62 public String fortyTwo = "42"; field in Capture0
137 return fortyTwo;
148 return fortyTwo + l0;
161 return fortyTwo + l0 + " " + l1;
175 return fortyTwo + l0 + " " + l1 + " " + l2 + " " + l3;
194 return fortyTwo + l0 + " " + l1 + " " + l2 + " " + l3 +
246 return () -> fortyTwo;
252 return () -> fortyTwo + l0;
260 return () -> fortyTwo + l0 + " " + l1;
269 return () -> fortyTwo + l0 + " " + l1 + " " + l2 + " " + l3;
[all …]
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/micro/org/openjdk/bench/vm/lambda/capture/
H A DCapture0.java62 public String fortyTwo = "42"; field in Capture0
137 return fortyTwo;
148 return fortyTwo + l0;
161 return fortyTwo + l0 + " " + l1;
175 return fortyTwo + l0 + " " + l1 + " " + l2 + " " + l3;
194 return fortyTwo + l0 + " " + l1 + " " + l2 + " " + l3 +
246 return () -> fortyTwo;
252 return () -> fortyTwo + l0;
260 return () -> fortyTwo + l0 + " " + l1;
269 return () -> fortyTwo + l0 + " " + l1 + " " + l2 + " " + l3;
[all …]
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/micro/org/openjdk/bench/vm/lambda/capture/
H A DCapture0.java62 public String fortyTwo = "42"; field in Capture0
137 return fortyTwo;
148 return fortyTwo + l0;
161 return fortyTwo + l0 + " " + l1;
175 return fortyTwo + l0 + " " + l1 + " " + l2 + " " + l3;
194 return fortyTwo + l0 + " " + l1 + " " + l2 + " " + l3 +
246 return () -> fortyTwo;
252 return () -> fortyTwo + l0;
260 return () -> fortyTwo + l0 + " " + l1;
269 return () -> fortyTwo + l0 + " " + l1 + " " + l2 + " " + l3;
[all …]
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/micro/org/openjdk/bench/vm/lambda/capture/
H A DCapture0.java62 public String fortyTwo = "42"; field in Capture0
137 return fortyTwo;
148 return fortyTwo + l0;
161 return fortyTwo + l0 + " " + l1;
175 return fortyTwo + l0 + " " + l1 + " " + l2 + " " + l3;
194 return fortyTwo + l0 + " " + l1 + " " + l2 + " " + l3 +
246 return () -> fortyTwo;
252 return () -> fortyTwo + l0;
260 return () -> fortyTwo + l0 + " " + l1;
269 return () -> fortyTwo + l0 + " " + l1 + " " + l2 + " " + l3;
[all …]
/dports/net/evans/evans-0.9.1/vendor/golang.org/x/tools/go/ssa/interp/testdata/
H A Drecover.go7 func fortyTwo() (r int) { func
25 if r := fortyTwo(); r != 42 {
/dports/www/bugzilla2atom/bugzilla2atom-56126912bf314a80744827758d582e5e60e7178c/vendor/golang.org/x/tools/go/ssa/interp/testdata/
H A Drecover.go7 func fortyTwo() (r int) { func
25 if r := fortyTwo(); r != 42 {
/dports/security/vault/vault-1.8.2/vendor/golang.org/x/tools/go/ssa/interp/testdata/
H A Drecover.go7 func fortyTwo() (r int) { func
25 if r := fortyTwo(); r != 42 {
/dports/devel/golint/lint-959b441/vendor/golang.org/x/tools/go/ssa/interp/testdata/
H A Drecover.go7 func fortyTwo() (r int) { func
25 if r := fortyTwo(); r != 42 {
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/workhorse/vendor/golang.org/x/tools/go/ssa/interp/testdata/
H A Drecover.go7 func fortyTwo() (r int) { func
25 if r := fortyTwo(); r != 42 {
/dports/sysutils/helmfile/helmfile-0.138.7/vendor/golang.org/x/tools/go/ssa/interp/testdata/
H A Drecover.go7 func fortyTwo() (r int) { func
25 if r := fortyTwo(); r != 42 {
/dports/devel/liteide/liteide-x37.4/liteidex/vendor/golang.org/x/tools/go/ssa/interp/testdata/
H A Drecover.go7 func fortyTwo() (r int) { func
25 if r := fortyTwo(); r != 42 {
/dports/security/snowflake-tor/snowflake-ead5a960d7fa19dc890ccbfc0765c5ab6629eaa9/vendor/golang.org/x/tools/go/ssa/interp/testdata/
H A Drecover.go7 func fortyTwo() (r int) { func
25 if r := fortyTwo(); r != 42 {
/dports/devel/go-bindata/go-bindata-3.1.3/vendor/golang.org/x/tools/go/ssa/interp/testdata/
H A Drecover.go7 func fortyTwo() (r int) { func
25 if r := fortyTwo(); r != 42 {
/dports/net-im/dendrite/dendrite-0.5.1/vendor/golang.org/x/tools/go/ssa/interp/testdata/
H A Drecover.go7 func fortyTwo() (r int) { func
25 if r := fortyTwo(); r != 42 {
/dports/security/aws-iam-authenticator/aws-iam-authenticator-0.5.2/vendor/golang.org/x/tools/tools-5eefd052ad72/go/ssa/interp/testdata/
H A Drecover.go7 func fortyTwo() (r int) { func
25 if r := fortyTwo(); r != 42 {
/dports/databases/cayley/cayley-0.7.5-2-gcf576ba/vendor/golang.org/x/tools/go/ssa/interp/testdata/
H A Drecover.go7 func fortyTwo() (r int) { func
25 if r := fortyTwo(); r != 42 {

123456