Home
last modified time | relevance | path

Searched refs:IntTest (Results 1 – 25 of 140) sorted by relevance

123456

/dports/multimedia/kodi/xbmc-19.3-Matrix/lib/libUPnP/Neptune/Source/Tests/Strings1/
H A DStringsTest1.cpp420 IntTest("", f, 5); in main()
422 IntTest("", f, 3); in main()
427 IntTest("", f, 7); in main()
429 IntTest("", f, 6); in main()
433 IntTest("", f, 0); in main()
439 IntTest("", f, 0); in main()
441 IntTest("", f, 0); in main()
449 IntTest("", f, 3); in main()
451 IntTest("", f, 1); in main()
453 IntTest("", f, 3); in main()
[all …]
/dports/math/gecode/gecode-0916a1a/test/branch/
H A Dint.cpp39 class Int : public IntTest {
43 : IntTest(s,n,d) {} in Int()
/dports/math/gecode/gecode-0916a1a/test/assign/
H A Dint.cpp39 class Int : public IntTest {
43 : IntTest(s,n,d) {} in Int()
/dports/math/gecode/gecode-0916a1a/test/
H A Dbranch.hh66 class IntTest : public Base { class
74 IntTest(const std::string& s, int a, const Gecode::IntSet& d);
H A Dassign.hh61 class IntTest : public Base { class
69 IntTest(const std::string& s, int a, const Gecode::IntSet& d);
/dports/net-im/dendrite/dendrite-0.5.1/vendor/github.com/huin/goupnp/soap/
H A Dtypes_test.go123 type IntTest int64 type
125 func (v IntTest) Marshal() (string, error) {
128 func (v IntTest) Unmarshal(s string) (interface{}, error) {
131 func (v IntTest) Equal(result interface{}) bool {
344 {str: "9223372036854775807", value: IntTest(9223372036854775807)},
345 {str: "-9223372036854775808", value: IntTest(-9223372036854775808)},
346 {str: "9223372036854775808", value: IntTest(0), wantUnmarshalErr: true, noMarshal: true},
347 {str: "-9223372036854775809", value: IntTest(0), wantUnmarshalErr: true, noMarshal: true},
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/huin/goupnp/soap/
H A Dtypes_test.go123 type IntTest int64 type
125 func (v IntTest) Marshal() (string, error) {
128 func (v IntTest) Unmarshal(s string) (interface{}, error) {
131 func (v IntTest) Equal(result interface{}) bool {
344 {str: "9223372036854775807", value: IntTest(9223372036854775807)},
345 {str: "-9223372036854775808", value: IntTest(-9223372036854775808)},
346 {str: "9223372036854775808", value: IntTest(0), wantUnmarshalErr: true, noMarshal: true},
347 {str: "-9223372036854775809", value: IntTest(0), wantUnmarshalErr: true, noMarshal: true},
/dports/x11/kf5-plasma-framework/plasma-framework-5.89.0/examples/applets/config/contents/ui/
H A Dmain.qml59 text: plasmoid.configuration.IntTest
60 onTextChanged: plasmoid.configuration.IntTest = text
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/compiler/intrinsics/mathexact/sanity/
H A DIntrinsicBase.java118 static class IntTest extends IntrinsicBase { class in IntrinsicBase
122 protected IntTest(MathIntrinsic.IntIntrinsic testCase) { in IntTest() method in IntrinsicBase.IntTest
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/hotspot/jtreg/compiler/intrinsics/mathexact/sanity/
H A DIntrinsicBase.java118 static class IntTest extends IntrinsicBase { class in IntrinsicBase
122 protected IntTest(MathIntrinsic.IntIntrinsic testCase) { in IntTest() method in IntrinsicBase.IntTest
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/hotspot/jtreg/compiler/intrinsics/mathexact/sanity/
H A DIntrinsicBase.java118 static class IntTest extends IntrinsicBase { class in IntrinsicBase
122 protected IntTest(MathIntrinsic.IntIntrinsic testCase) { in IntTest() method in IntrinsicBase.IntTest
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/hotspot/jtreg/compiler/intrinsics/mathexact/sanity/
H A DIntrinsicBase.java118 static class IntTest extends IntrinsicBase { class in IntrinsicBase
122 protected IntTest(MathIntrinsic.IntIntrinsic testCase) { in IntTest() method in IntrinsicBase.IntTest
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/hotspot/jtreg/compiler/intrinsics/mathexact/sanity/
H A DIntrinsicBase.java118 static class IntTest extends IntrinsicBase { class in IntrinsicBase
122 protected IntTest(MathIntrinsic.IntIntrinsic testCase) { in IntTest() method in IntrinsicBase.IntTest
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/compiler/intrinsics/mathexact/sanity/
H A DIntrinsicBase.java118 static class IntTest extends IntrinsicBase { class in IntrinsicBase
122 protected IntTest(MathIntrinsic.IntIntrinsic testCase) { in IntTest() method in IntrinsicBase.IntTest
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/hotspot/jtreg/compiler/intrinsics/mathexact/sanity/
H A DIntrinsicBase.java118 static class IntTest extends IntrinsicBase { class in IntrinsicBase
122 protected IntTest(MathIntrinsic.IntIntrinsic testCase) { in IntTest() method in IntrinsicBase.IntTest
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/hotspot/jtreg/compiler/intrinsics/mathexact/sanity/
H A DIntrinsicBase.java118 static class IntTest extends IntrinsicBase { class in IntrinsicBase
122 protected IntTest(MathIntrinsic.IntIntrinsic testCase) { in IntTest() method in IntrinsicBase.IntTest
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/test/compiler/intrinsics/mathexact/sanity/
H A DIntrinsicBase.java125 static class IntTest extends IntrinsicBase { class in IntrinsicBase
126 protected IntTest(MathIntrinsic.IntIntrinsic testCase) { in IntTest() method in IntrinsicBase.IntTest
H A DDecrementExactIntTest.java44 new IntrinsicBase.IntTest(MathIntrinsic.IntIntrinsic.Decrement).test(); in main()
H A DIncrementExactIntTest.java44 new IntrinsicBase.IntTest(MathIntrinsic.IntIntrinsic.Increment).test(); in main()
H A DMultiplyExactIntTest.java44 new IntrinsicBase.IntTest(MathIntrinsic.IntIntrinsic.Multiply).test(); in main()
H A DNegateExactIntTest.java44 new IntrinsicBase.IntTest(MathIntrinsic.IntIntrinsic.Negate).test(); in main()
H A DSubtractExactIntTest.java45 new IntrinsicBase.IntTest(MathIntrinsic.IntIntrinsic.Subtract).test(); in main()
H A DAddExactIntTest.java44 new IntrinsicBase.IntTest(MathIntrinsic.IntIntrinsic.Add).test(); in main()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/test/compiler/intrinsics/mathexact/sanity/
H A DIntrinsicBase.java125 static class IntTest extends IntrinsicBase { class in IntrinsicBase
126 protected IntTest(MathIntrinsic.IntIntrinsic testCase) { in IntTest() method in IntrinsicBase.IntTest
H A DMultiplyExactIntTest.java44 new IntrinsicBase.IntTest(MathIntrinsic.IntIntrinsic.Multiply).test(); in main()

123456