Home
last modified time | relevance | path

Searched refs:obj1 (Results 1 – 25 of 3632) sorted by relevance

12345678910>>...146

/dports/games/tads/tads-3.0.8/tads3/test/data/
H A Dundo.t55 obj1.p4 = new obj1('step one');
56 "obj1.p1 = <<obj1.p1>>, p2 = <<obj1.p2>>, p3 = <<obj1.p3>>,
66 obj1.p4 = new obj1('step two');
67 "obj1.p1 = <<obj1.p1>>, p2 = <<obj1.p2>>, p3 = <<obj1.p3>>,
78 "obj1.p1 = <<obj1.p1>>, p2 = <<obj1.p2>>, p3 = <<obj1.p3>>,
83 "obj1.p1 = <<obj1.p1>>, p2 = <<obj1.p2>>, p3 = <<obj1.p3>>,
94 "obj1.p1 = <<obj1.p1>>, p2 = <<obj1.p2>>, p3 = <<obj1.p3>>,
99 "obj1.p1 = <<obj1.p1>>, p2 = <<obj1.p2>>, p3 = <<obj1.p3>>,
104 "obj1.p1 = <<obj1.p1>>, p2 = <<obj1.p2>>, p3 = <<obj1.p3>>,
109 "obj1.p1 = <<obj1.p1>>, p2 = <<obj1.p2>>, p3 = <<obj1.p3>>,
[all …]
/dports/graphics/dcmtk/dcmtk-DCMTK-3.6.6/dcmdata/tests/
H A Dtvrcomp.cc87 OFCHECK( (obj1 <= obj2) && (obj2 <= obj1) ); in checkStringBased()
90 OFCHECK( (obj2 >= obj1) && (obj1 >= obj2) ); in checkStringBased()
139 OFCHECK( (obj1 <= obj2) && (obj2 <= obj1) ); in checkAttributeTags()
142 OFCHECK( (obj2 >= obj1) && (obj1 >= obj2) ); in checkAttributeTags()
192 OFCHECK( (obj1 <= obj2) && (obj2 <= obj1) ); in checkOtherByteOtherWord()
195 OFCHECK( (obj2 >= obj1) && (obj1 >= obj2) ); in checkOtherByteOtherWord()
523 OFCHECK( (obj1 <= obj2) && (obj2 <= obj1) ); in checkSignedLong()
526 OFCHECK( (obj2 >= obj1) && (obj1 >= obj2) ); in checkSignedLong()
575 OFCHECK( (obj1 <= obj2) && (obj2 <= obj1) ); in checkSignedShort()
578 OFCHECK( (obj2 >= obj1) && (obj1 >= obj2) ); in checkSignedShort()
[all …]
/dports/converters/wkhtmltopdf/qt-5db36ec/tests/auto/q3stylesheet/
H A Dtst_q3stylesheet.cpp89 obj1->setAlignment(0); in getSetCheck()
91 obj1->setAlignment(INT_MIN); in getSetCheck()
93 obj1->setAlignment(INT_MAX); in getSetCheck()
107 obj1->setFontWeight(0); in getSetCheck()
109 obj1->setFontWeight(INT_MIN); in getSetCheck()
118 obj1->setLogicalFontSize(0); in getSetCheck()
139 obj1->setFontSize(0); in getSetCheck()
141 obj1->setFontSize(INT_MIN); in getSetCheck()
144 obj1->setFontSize(INT_MAX); in getSetCheck()
150 obj1->setNumberOfColumns(0); in getSetCheck()
[all …]
/dports/finance/R-cran-timeSeries/timeSeries/inst/extensionsTests/
H A DattributesExtension.R28 obj1 <- timeSeries(rnorm(12), timeCalendar()) globalVar
29 getAttributes(obj1)
30 setAttributes(obj1) <- list(series=series(obj1)[1:6, , drop=FALSE])
31 getAttributes(obj1)
53 cbind(obj1, obj2)
191 OBJ1 <- cumulated(obj1)
211 INDEX <- cumulated(obj1)
238 getAttributes( rollMin(obj1, k=1) ) # FAILS
257 by1 <- time(obj1[3*(1:4),])
274 obj3 <- obj1; obj3[4, 1] <- NA; obj3
[all …]
/dports/devel/fbthrift/fbthrift-2021.12.27.00/thrift/test/
H A DOptionalsTest.cpp56 obj1 = {}; in TEST()
60 obj1.int64Def() = 42; in TEST()
67 obj1.structDef() = {}; in TEST()
79 EXPECT_EQ(obj1, obj2); in TEST()
104 EXPECT_EQ(obj1, obj2); in TEST()
109 obj1.int64Opt() = 42; in TEST()
116 obj1.structOpt() = {}; in TEST()
152 obj1 = {}; in TEST()
163 obj1.int64Def() = 1; in TEST()
170 obj1.int64Opt() = 3; in TEST()
[all …]
H A DBitPackTest.cpp60 obj1.int32Req_ref() = 2; in randomTestWithSeed()
65 obj1.int32Opt_ref() = 3; in randomTestWithSeed()
70 obj1.int32Opt_ref().reset(); in randomTestWithSeed()
75 obj1.stringReq_ref() = "a"; in randomTestWithSeed()
80 obj1.stringOpt_ref() = "b"; in randomTestWithSeed()
85 obj1.stringOpt_ref().reset(); in randomTestWithSeed()
90 obj1.setReq_ref() = {7, 8, 9}; in randomTestWithSeed()
95 obj1.setOpt_ref() = {7, 8, 9}; in randomTestWithSeed()
100 obj1.setOpt_ref().reset(); in randomTestWithSeed()
105 obj1.listReq_ref() = {555}; in randomTestWithSeed()
[all …]
/dports/converters/wkhtmltopdf/qt-5db36ec/tests/auto/qprogressdialog/
H A Dtst_qprogressdialog.cpp87 QProgressDialog obj1; in getSetCheck() local
90 obj1.setAutoReset(false); in getSetCheck()
92 obj1.setAutoReset(true); in getSetCheck()
99 obj1.setAutoClose(true); in getSetCheck()
104 obj1.setMaximum(0); in getSetCheck()
113 obj1.setMinimum(0); in getSetCheck()
124 obj1.setValue(0); in getSetCheck()
128 obj1.setValue(INT_MIN); in getSetCheck()
133 obj1.setValue(INT_MAX); in getSetCheck()
137 obj1.setValue(INT_MAX); in getSetCheck()
[all …]
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Runtime/tests/System/
H A DValueTypeTests.cs23 obj1.value1 = 1; in StructWithDoubleFieldNotTightlyPackedZeroCompareTest()
24 obj1.value2 = 0.0; in StructWithDoubleFieldNotTightlyPackedZeroCompareTest()
38 obj1.value1 = 1; in StructWithDoubleFieldTightlyPackedZeroCompareTest()
39 obj1.value2 = 0.0; in StructWithDoubleFieldTightlyPackedZeroCompareTest()
52 obj1.value1 = 1; in StructWithDoubleFieldNotTightlyPackedNaNCompareTest()
67 obj1.value1 = 1; in StructWithDoubleFieldTightlyPackedNaNCompareTest()
140 obj1.value2 = 1; in StructWithFloatFieldNotTightlyPackedZeroCompareTest()
155 obj1.value2 = 1; in StructWithFloatFieldTightlyPackedZeroCompareTest()
169 obj1.value2 = 1; in StructWithFloatFieldNotTightlyPackedNaNCompareTest()
184 obj1.value2 = 1; in StructWithFloatFieldTightlyPackedNaNCompareTest()
[all …]
/dports/net/samba412/samba-4.12.15/lib/talloc/
H A Dtest_pytalloc.py75 self.assertTrue(obj1 == obj1)
76 self.assertFalse(obj1 != obj1)
77 self.assertTrue(obj1 <= obj1)
78 self.assertFalse(obj1 < obj1)
79 self.assertTrue(obj1 >= obj1)
80 self.assertFalse(obj1 > obj1)
117 self.assertTrue(obj1 == obj1)
119 self.assertTrue(obj1 <= obj1)
120 self.assertFalse(obj1 < obj1)
121 self.assertTrue(obj1 >= obj1)
[all …]
/dports/devel/talloc/talloc-2.3.1/
H A Dtest_pytalloc.py75 self.assertTrue(obj1 == obj1)
76 self.assertFalse(obj1 != obj1)
77 self.assertTrue(obj1 <= obj1)
78 self.assertFalse(obj1 < obj1)
79 self.assertTrue(obj1 >= obj1)
80 self.assertFalse(obj1 > obj1)
117 self.assertTrue(obj1 == obj1)
119 self.assertTrue(obj1 <= obj1)
120 self.assertFalse(obj1 < obj1)
121 self.assertTrue(obj1 >= obj1)
[all …]
/dports/devel/tevent/tevent-0.10.2/lib/talloc/
H A Dtest_pytalloc.py75 self.assertTrue(obj1 == obj1)
76 self.assertFalse(obj1 != obj1)
77 self.assertTrue(obj1 <= obj1)
78 self.assertFalse(obj1 < obj1)
79 self.assertTrue(obj1 >= obj1)
80 self.assertFalse(obj1 > obj1)
117 self.assertTrue(obj1 == obj1)
119 self.assertTrue(obj1 <= obj1)
120 self.assertFalse(obj1 < obj1)
121 self.assertTrue(obj1 >= obj1)
[all …]
/dports/databases/ldb21/ldb-2.1.5/lib/talloc/
H A Dtest_pytalloc.py75 self.assertTrue(obj1 == obj1)
76 self.assertFalse(obj1 != obj1)
77 self.assertTrue(obj1 <= obj1)
78 self.assertFalse(obj1 < obj1)
79 self.assertTrue(obj1 >= obj1)
80 self.assertFalse(obj1 > obj1)
117 self.assertTrue(obj1 == obj1)
119 self.assertTrue(obj1 <= obj1)
120 self.assertFalse(obj1 < obj1)
121 self.assertTrue(obj1 >= obj1)
[all …]
/dports/databases/ldb22/ldb-2.2.1/lib/talloc/
H A Dtest_pytalloc.py75 self.assertTrue(obj1 == obj1)
76 self.assertFalse(obj1 != obj1)
77 self.assertTrue(obj1 <= obj1)
78 self.assertFalse(obj1 < obj1)
79 self.assertTrue(obj1 >= obj1)
80 self.assertFalse(obj1 > obj1)
117 self.assertTrue(obj1 == obj1)
119 self.assertTrue(obj1 <= obj1)
120 self.assertFalse(obj1 < obj1)
121 self.assertTrue(obj1 >= obj1)
[all …]
/dports/databases/ldb15/ldb-1.5.6/lib/talloc/
H A Dtest_pytalloc.py75 self.assertTrue(obj1 == obj1)
76 self.assertFalse(obj1 != obj1)
77 self.assertTrue(obj1 <= obj1)
78 self.assertFalse(obj1 < obj1)
79 self.assertTrue(obj1 >= obj1)
80 self.assertFalse(obj1 > obj1)
117 self.assertTrue(obj1 == obj1)
119 self.assertTrue(obj1 <= obj1)
120 self.assertFalse(obj1 < obj1)
121 self.assertTrue(obj1 >= obj1)
[all …]
/dports/databases/ldb20/ldb-2.0.10/lib/talloc/
H A Dtest_pytalloc.py75 self.assertTrue(obj1 == obj1)
76 self.assertFalse(obj1 != obj1)
77 self.assertTrue(obj1 <= obj1)
78 self.assertFalse(obj1 < obj1)
79 self.assertTrue(obj1 >= obj1)
80 self.assertFalse(obj1 > obj1)
117 self.assertTrue(obj1 == obj1)
119 self.assertTrue(obj1 <= obj1)
120 self.assertFalse(obj1 < obj1)
121 self.assertTrue(obj1 >= obj1)
[all …]
/dports/emulators/mess/mame-mame0226/3rdparty/pugixml/tests/
H A Dhelpers.hpp42 CHECK(obj1 == obj1); in generic_eq_ops_test()
46 CHECK(T(obj1) == obj1); in generic_eq_ops_test()
50 CHECK(!(obj1 != obj1)); in generic_eq_ops_test()
54 CHECK(!(T(obj1) != obj1)); in generic_eq_ops_test()
62 if (obj1 > obj2) in generic_rel_ops_test()
64 T temp = obj1; in generic_rel_ops_test()
65 obj1 = obj2; in generic_rel_ops_test()
74 CHECK(!(obj1 < obj1)); in generic_rel_ops_test()
83 CHECK(obj1 <= obj1); in generic_rel_ops_test()
92 CHECK(!(obj1 > obj1)); in generic_rel_ops_test()
[all …]
/dports/emulators/mame/mame-mame0226/3rdparty/pugixml/tests/
H A Dhelpers.hpp42 CHECK(obj1 == obj1); in generic_eq_ops_test()
46 CHECK(T(obj1) == obj1); in generic_eq_ops_test()
50 CHECK(!(obj1 != obj1)); in generic_eq_ops_test()
54 CHECK(!(T(obj1) != obj1)); in generic_eq_ops_test()
62 if (obj1 > obj2) in generic_rel_ops_test()
64 T temp = obj1; in generic_rel_ops_test()
65 obj1 = obj2; in generic_rel_ops_test()
74 CHECK(!(obj1 < obj1)); in generic_rel_ops_test()
83 CHECK(obj1 <= obj1); in generic_rel_ops_test()
92 CHECK(!(obj1 > obj1)); in generic_rel_ops_test()
[all …]
/dports/devel/cquery/cquery-20180718/third_party/pugixml/tests/
H A Dhelpers.hpp42 CHECK(obj1 == obj1); in generic_eq_ops_test()
46 CHECK(T(obj1) == obj1); in generic_eq_ops_test()
50 CHECK(!(obj1 != obj1)); in generic_eq_ops_test()
54 CHECK(!(T(obj1) != obj1)); in generic_eq_ops_test()
62 if (obj1 > obj2) in generic_rel_ops_test()
64 T temp = obj1; in generic_rel_ops_test()
65 obj1 = obj2; in generic_rel_ops_test()
74 CHECK(!(obj1 < obj1)); in generic_rel_ops_test()
83 CHECK(obj1 <= obj1); in generic_rel_ops_test()
92 CHECK(!(obj1 > obj1)); in generic_rel_ops_test()
[all …]
/dports/converters/wkhtmltopdf/qt-5db36ec/tests/auto/qabstractprintdialog/
H A Dtst_qabstractprintdialog.cpp118 QCOMPARE(obj1.minPage(), 1); in setMinMax()
121 obj1.setMinMax(2,5); in setMinMax()
122 QCOMPARE(obj1.minPage(), 2); in setMinMax()
123 QCOMPARE(obj1.maxPage(), 5); in setMinMax()
133 QCOMPARE(obj1.toPage(), 0); in setFromTo()
134 obj1.setMinMax(0,0); in setFromTo()
135 QCOMPARE(obj1.minPage(), 0); in setFromTo()
136 QCOMPARE(obj1.maxPage(), 0); in setFromTo()
137 obj1.setFromTo(20,50); in setFromTo()
139 QCOMPARE(obj1.toPage(), 50); in setFromTo()
[all …]
/dports/lang/mono-basic/mono-basic-4.7/vbruntime/Test/Microsoft.VisualBasic.CompilerServices/
H A DObjectTypeTests.vb77 obj1 = b1
91 obj1 = dbl1
98 obj1 = sn1
112 obj1 = l1
119 obj1 = i1
133 obj1 = s1
179 obj1 = b1
203 obj1 = s1
289 obj1 = b1
324 obj1 = l1
[all …]
/dports/security/fwbuilder/fwbuilder-5.3.7/src/libfwbuilder/src/fwbuilder/
H A DObjectMatcher.cpp282 if (obj1->getParent()->getId() == obj2->getId()) return obj1; in dispatch()
314 return checkComplexMatchForSingleAddress(obj1, obj2) ? obj1 : NULL; in dispatch()
329 return checkComplexMatchForSingleAddress(obj1, obj2) ? obj1 : NULL; in dispatch()
335 return checkComplexMatchForSingleAddress(obj1, obj2) ? obj1 : NULL; in dispatch()
341 return checkComplexMatchForSingleAddress(obj1, obj2) ? obj1 : NULL; in dispatch()
365 ) return obj1; in dispatch()
370 ) return obj1; in dispatch()
374 return obj1; in dispatch()
450 return obj1; in dispatch()
475 if (obj1->getId() == obj2->getId()) return obj1; in dispatch()
[all …]
/dports/lang/gnustep-base/libs-base-base-1_27_0/Tests/base/NSOperation/
H A Dbasic.m15 id obj1;
21 obj1 = [NSOperation new];
23 [testObjs addObject: obj1];
44 [obj1 cancel];
56 [obj1 release];
57 obj1 = [NSOperation new];
63 [obj1 start];
75 [obj1 release];
104 [obj1 setSuspended: NO];
108 [obj1 setName: @"mine"];
[all …]
/dports/java/apache-commons-lang/commons-lang-2.6-src/src/test/java/org/apache/commons/lang/builder/
H A DEqualsBuilderTest.java393 assertTrue(new EqualsBuilder().append(obj1, obj1).isEquals()); in testObjectArray()
400 obj1[2] = obj1[1]; in testObjectArray()
407 obj1 = null; in testObjectArray()
418 assertTrue(new EqualsBuilder().append(obj1, obj1).isEquals()); in testLongArray()
436 assertTrue(new EqualsBuilder().append(obj1, obj1).isEquals()); in testIntArray()
454 assertTrue(new EqualsBuilder().append(obj1, obj1).isEquals()); in testShortArray()
472 assertTrue(new EqualsBuilder().append(obj1, obj1).isEquals()); in testCharArray()
490 assertTrue(new EqualsBuilder().append(obj1, obj1).isEquals()); in testByteArray()
508 assertTrue(new EqualsBuilder().append(obj1, obj1).isEquals()); in testDoubleArray()
526 assertTrue(new EqualsBuilder().append(obj1, obj1).isEquals()); in testFloatArray()
[all …]
/dports/devel/folly/folly-2021.12.27.00/folly/test/
H A DJsonTestUtil.cpp29 auto obj1 = parseJson(json1); in compareJson() local
31 return obj1 == obj2; in compareJson()
43 if (obj1 == obj2) { in compareDynamicWithNestedJson()
53 switch (obj1.type()) { in compareDynamicWithNestedJson()
58 for (auto i1 = obj1.begin(), i2 = obj2.begin(); i1 != obj1.end(); in compareDynamicWithNestedJson()
70 obj1.items().begin(), obj1.items().end(), [&](const auto& item) { in compareDynamicWithNestedJson()
112 const auto& integ = obj1.isInt() ? obj1 : obj2; in compareDynamicWithTolerance()
113 const auto& doubl = obj1.isInt() ? obj2 : obj1; in compareDynamicWithTolerance()
121 switch (obj1.type()) { in compareDynamicWithTolerance()
128 for (auto i1 = obj1.begin(), i2 = obj2.begin(); i1 != obj1.end(); in compareDynamicWithTolerance()
[all …]
/dports/audio/musescore/MuseScore-3.6.1/thirdparty/poppler/poppler/
H A DMovie.cc50 Object obj1; in parseMovieActivation() local
84 obj1.free(); in parseMovieActivation()
111 obj1.free(); in parseMovieActivation()
116 obj1.free(); in parseMovieActivation()
122 obj1.free(); in parseMovieActivation()
127 obj1.free(); in parseMovieActivation()
132 obj1.free(); in parseMovieActivation()
146 obj1.free(); in parseMovieActivation()
166 obj1.free(); in parseMovieActivation()
182 obj1.free(); in parseMovieActivation()
[all …]

12345678910>>...146