Home
last modified time | relevance | path

Searched refs:checkValue (Results 1 – 25 of 1669) sorted by relevance

12345678910>>...67

/dports/cad/digital/Digital-0.27/src/test/java/de/neemann/digital/draw/shapes/
H A DSevenSegShapeTest.java39 checkValue(false, ss, 0, a, 0, 1, cc, 0, 1); in testCommonCathode()
40 checkValue(false, ss, 0, a, 0, 1, cc, 1, 1); in testCommonCathode()
41 checkValue(false, ss, 0, a, 1, 1, cc, 0, 1); in testCommonCathode()
42 checkValue(false, ss, 0, a, 1, 1, cc, 1, 1); in testCommonCathode()
44 checkValue(false, ss, 0, a, 0, 1, cc, 0, 0); in testCommonCathode()
45 checkValue(false, ss, 0, a, 0, 1, cc, 1, 0); in testCommonCathode()
46 checkValue(false, ss, 0, a, 1, 1, cc, 0, 0); in testCommonCathode()
47 checkValue(false, ss, 0, a, 1, 1, cc, 1, 0); in testCommonCathode()
49 checkValue(false, ss, 0, a, 0, 0, cc, 0, 1); in testCommonCathode()
56 checkValue(true, ss, 0, a, 1, 0, cc, 0, 0); in testCommonCathode()
[all …]
/dports/math/scilab/scilab-6.1.1/scilab/modules/hdf5/tests/unit_tests/
H A DsaveloadHdf5.dia.ref27 checkValue([]);
30 checkValue(77);
38 checkValue(1 + %i*2);
63 checkValue(%t);
179 checkValue(lstRef);
185 checkValue(lstRef);
192 checkValue(lstRef);
195 checkValue(lstRef);
247 checkValue(data);
251 checkValue(data2);
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/jdk/java/util/StringTokenizer/
H A DResetPos.java35 static void checkValue(String val, String checkVal) { in checkValue() method in ResetPos
45 checkValue("a", st1.nextToken("b")); in main()
47 checkValue("b", st1.nextToken("")); in main()
52 checkValue("a", st2.nextToken("bc")); in main()
54 checkValue("b", st2.nextToken()); in main()
56 checkValue("cd", st2.nextToken(" ef")); in main()
58 checkValue(" ", st2.nextToken(" ")); in main()
60 checkValue("ef", st2.nextToken("g")); in main()
62 checkValue("g", st2.nextToken("g")); in main()
69 checkValue(",a", st3.nextToken(" ")); // ",a" in main()
[all …]
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/jdk/java/util/StringTokenizer/
H A DResetPos.java35 static void checkValue(String val, String checkVal) { in checkValue() method in ResetPos
45 checkValue("a", st1.nextToken("b")); in main()
47 checkValue("b", st1.nextToken("")); in main()
52 checkValue("a", st2.nextToken("bc")); in main()
54 checkValue("b", st2.nextToken()); in main()
56 checkValue("cd", st2.nextToken(" ef")); in main()
58 checkValue(" ", st2.nextToken(" ")); in main()
60 checkValue("ef", st2.nextToken("g")); in main()
62 checkValue("g", st2.nextToken("g")); in main()
69 checkValue(",a", st3.nextToken(" ")); // ",a" in main()
[all …]
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/jdk/java/util/StringTokenizer/
H A DResetPos.java35 static void checkValue(String val, String checkVal) { in checkValue() method in ResetPos
45 checkValue("a", st1.nextToken("b")); in main()
47 checkValue("b", st1.nextToken("")); in main()
52 checkValue("a", st2.nextToken("bc")); in main()
54 checkValue("b", st2.nextToken()); in main()
56 checkValue("cd", st2.nextToken(" ef")); in main()
58 checkValue(" ", st2.nextToken(" ")); in main()
60 checkValue("ef", st2.nextToken("g")); in main()
62 checkValue("g", st2.nextToken("g")); in main()
69 checkValue(",a", st3.nextToken(" ")); // ",a" in main()
[all …]
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/jdk/java/util/StringTokenizer/
H A DResetPos.java35 static void checkValue(String val, String checkVal) { in checkValue() method in ResetPos
45 checkValue("a", st1.nextToken("b")); in main()
47 checkValue("b", st1.nextToken("")); in main()
52 checkValue("a", st2.nextToken("bc")); in main()
54 checkValue("b", st2.nextToken()); in main()
56 checkValue("cd", st2.nextToken(" ef")); in main()
58 checkValue(" ", st2.nextToken(" ")); in main()
60 checkValue("ef", st2.nextToken("g")); in main()
62 checkValue("g", st2.nextToken("g")); in main()
69 checkValue(",a", st3.nextToken(" ")); // ",a" in main()
[all …]
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/jdk/java/util/StringTokenizer/
H A DResetPos.java35 static void checkValue(String val, String checkVal) { in checkValue() method in ResetPos
45 checkValue("a", st1.nextToken("b")); in main()
47 checkValue("b", st1.nextToken("")); in main()
52 checkValue("a", st2.nextToken("bc")); in main()
54 checkValue("b", st2.nextToken()); in main()
56 checkValue("cd", st2.nextToken(" ef")); in main()
58 checkValue(" ", st2.nextToken(" ")); in main()
60 checkValue("ef", st2.nextToken("g")); in main()
62 checkValue("g", st2.nextToken("g")); in main()
69 checkValue(",a", st3.nextToken(" ")); // ",a" in main()
[all …]
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/jdk/java/util/StringTokenizer/
H A DResetPos.java35 static void checkValue(String val, String checkVal) {
45 checkValue("a", st1.nextToken("b"));
47 checkValue("b", st1.nextToken(""));
52 checkValue("a", st2.nextToken("bc"));
54 checkValue("b", st2.nextToken());
56 checkValue("cd", st2.nextToken(" ef"));
58 checkValue(" ", st2.nextToken(" "));
60 checkValue("ef", st2.nextToken("g"));
62 checkValue("g", st2.nextToken("g"));
69 checkValue(",a", st3.nextToken(" ")); // ",a"
[all …]
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/jdk/java/util/StringTokenizer/
H A DResetPos.java35 static void checkValue(String val, String checkVal) { in checkValue() method in ResetPos
45 checkValue("a", st1.nextToken("b")); in main()
47 checkValue("b", st1.nextToken("")); in main()
52 checkValue("a", st2.nextToken("bc")); in main()
54 checkValue("b", st2.nextToken()); in main()
56 checkValue("cd", st2.nextToken(" ef")); in main()
58 checkValue(" ", st2.nextToken(" ")); in main()
60 checkValue("ef", st2.nextToken("g")); in main()
62 checkValue("g", st2.nextToken("g")); in main()
69 checkValue(",a", st3.nextToken(" ")); // ",a" in main()
[all …]
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/jdk/java/util/StringTokenizer/
H A DResetPos.java35 static void checkValue(String val, String checkVal) { in checkValue() method in ResetPos
45 checkValue("a", st1.nextToken("b")); in main()
47 checkValue("b", st1.nextToken("")); in main()
52 checkValue("a", st2.nextToken("bc")); in main()
54 checkValue("b", st2.nextToken()); in main()
56 checkValue("cd", st2.nextToken(" ef")); in main()
58 checkValue(" ", st2.nextToken(" ")); in main()
60 checkValue("ef", st2.nextToken("g")); in main()
62 checkValue("g", st2.nextToken("g")); in main()
69 checkValue(",a", st3.nextToken(" ")); // ",a" in main()
[all …]
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/test/java/util/StringTokenizer/
H A DResetPos.java35 static void checkValue(String val, String checkVal) { in checkValue() method in ResetPos
45 checkValue("a", st1.nextToken("b")); in main()
47 checkValue("b", st1.nextToken("")); in main()
52 checkValue("a", st2.nextToken("bc")); in main()
54 checkValue("b", st2.nextToken()); in main()
56 checkValue("cd", st2.nextToken(" ef")); in main()
58 checkValue(" ", st2.nextToken(" ")); in main()
60 checkValue("ef", st2.nextToken("g")); in main()
62 checkValue("g", st2.nextToken("g")); in main()
69 checkValue(",a", st3.nextToken(" ")); // ",a" in main()
[all …]
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/test/java/util/StringTokenizer/
H A DResetPos.java35 static void checkValue(String val, String checkVal) { in checkValue() method in ResetPos
45 checkValue("a", st1.nextToken("b")); in main()
47 checkValue("b", st1.nextToken("")); in main()
52 checkValue("a", st2.nextToken("bc")); in main()
54 checkValue("b", st2.nextToken()); in main()
56 checkValue("cd", st2.nextToken(" ef")); in main()
58 checkValue(" ", st2.nextToken(" ")); in main()
60 checkValue("ef", st2.nextToken("g")); in main()
62 checkValue("g", st2.nextToken("g")); in main()
69 checkValue(",a", st3.nextToken(" ")); // ",a" in main()
[all …]
/dports/math/jts/jts-jts-1.18.1/modules/io/ora/src/test/java/org/locationtech/jts/io/oracle/
H A DOraWriterCreateTest.java61 checkValue(oraGeom, 3, "POINT (50 50)"); in TODO_testXYZM_Point()
66 checkValue(oraGeom, 4, "POINT (50 50)"); in testXYZM_Point()
76 checkValue(oraGeom, 3, "POINT (50 50 100)"); in testXYZ_PointType()
86 checkValue(oraGeom, "LINESTRING (0 0, 50 50)"); in testXY_LineString()
90 checkValue( in testXYZ_LineString()
101 checkValue( in testXY_LineString_from_XYZ()
109 checkValue(oraGeom, "LINESTRING (1 1, 2 2)"); in TODO_testXYM_LineString()
142 checkValue( MDSYS.SDO_GEOMETRY(2004, NULL, NULL, in testXY_GeometryCollection_MultiPoint()
263 checkValue(expectedOraGeom, -1, wkt); in checkValue()
268 checkValue(oraGeom, true, true, -1, wkt); in checkValueRectangle()
[all …]
H A DOraReaderCreateTest.java62 checkValue(oraGeom, "POINT (50 50)"); in testXY_Point()
68 checkValue(oraGeom, 3, "POINT (50 50 100)"); in testXYM_Point()
74 checkValue(oraGeom, 3, "POINT (50 50 100)"); in testXYZM_Point()
80 checkValue(oraGeom, "POINT (50 50 100)"); in testXYZ_PointType()
85 checkValue(oraGeom, "POINT (12 14)"); in testXY_OrientedPoint()
90 checkValue(oraGeom, "POINT (12 14)"); in testXYZ_OrientedPoint()
113 checkValue(oraGeom, "LINESTRING (0 0, 50 50)"); in testXY_LineString()
125 checkValue(oraGeom, "LINESTRING (1 1, 2 2)"); in testXYM_LineString()
419 checkValue(oraGeom, wkt); in checkFailure()
428 void checkValue(OraGeom oraGeom, String wkt) in checkValue() method in OraReaderCreateTest
[all …]
/dports/graphics/dcmtk/dcmtk-DCMTK-3.6.6/dcmiod/include/dcmtk/dcmiod/
H A Dmodenhusimage.h355 const OFBool checkValue = OFTrue);
362 virtual OFCondition setRows(const Uint16 value, const OFBool checkValue = OFTrue);
369 virtual OFCondition setColumns(const Uint16 value, const OFBool checkValue = OFTrue);
375 virtual OFCondition setBitsAllocated(const Uint16 value, const OFBool checkValue = OFTrue);
382 virtual OFCondition setBitsStored(const Uint16 value, const OFBool checkValue = OFTrue);
389 virtual OFCondition setHighBit(const Uint16 value, const OFBool checkValue = OFTrue);
410 … virtual OFCondition setAcquisitionDuration(const Float64 value, const OFBool checkValue = OFTrue);
417 virtual OFCondition setPixelSpacing(const OFString& value, const OFBool checkValue = OFTrue);
466 virtual OFCondition setMechanicalIndex(const OFString& value, const OFBool checkValue = OFTrue);
473 … virtual OFCondition setBoneThermalIndex(const OFString& value, const OFBool checkValue = OFTrue);
[all …]
H A Dmodgeneralimage.h203 virtual OFCondition setInstanceNumber(const OFString& value, const OFBool checkValue = OFTrue);
210 …virtual OFCondition setPatientOrientation(const OFString& value, const OFBool checkValue = OFTrue);
217 virtual OFCondition setContentDate(const OFString& value, const OFBool checkValue = OFTrue);
224 virtual OFCondition setContentTime(const OFString& value, const OFBool checkValue = OFTrue);
231 virtual OFCondition setImageType(const OFString& value, const OFBool checkValue = OFTrue);
238 … virtual OFCondition setAcquisitionNumber(const OFString& value, const OFBool checkValue = OFTrue);
245 virtual OFCondition setAcquisitionDate(const OFString& value, const OFBool checkValue = OFTrue);
252 virtual OFCondition setAcquisitionTime(const OFString& value, const OFBool checkValue = OFTrue);
259 …virtual OFCondition setAcquisitionDateTime(const OFString& value, const OFBool checkValue = OFTrue…
266 virtual OFCondition setImageComments(const OFString& value, const OFBool checkValue = OFTrue);
[all …]
/dports/graphics/dcmtk/dcmtk-DCMTK-3.6.6/dcmiod/libsrc/
H A Dmodgeneralimage.cc178 OFCondition result = (checkValue) ? DcmCodeString::checkStringValue(value, "2") : EC_Normal; in setPatientOrientation()
186 OFCondition result = (checkValue) ? DcmDate::checkStringValue(value, "1") : EC_Normal; in setContentDate()
194 OFCondition result = (checkValue) ? DcmTime::checkStringValue(value, "1") : EC_Normal; in setContentTime()
200 OFCondition IODGeneralImageModule::setImageType(const OFString& value, const OFBool checkValue) in setImageType() argument
218 OFCondition result = (checkValue) ? DcmDate::checkStringValue(value, "1") : EC_Normal; in setAcquisitionDate()
226 OFCondition result = (checkValue) ? DcmTime::checkStringValue(value, "1") : EC_Normal; in setAcquisitionTime()
234 OFCondition result = (checkValue) ? DcmDateTime::checkStringValue(value, "1") : EC_Normal; in setAcquisitionDateTime()
242 (void)checkValue; in setImageComments()
248 OFCondition result = (checkValue) ? DcmCodeString::checkStringValue(value, "1") : EC_Normal; in setBurnedInAnnotation()
256 OFCondition result = (checkValue) ? DcmCodeString::checkStringValue(value, "1") : EC_Normal; in setRecognizableVisualFeatures()
[all …]
H A Dmodenhusimage.cc373 if (checkValue) in setImageType()
386 if (checkValue && (value == 0)) in setRows()
394 if (checkValue && (value == 0)) in setColumns()
402 if (checkValue && (value != 8) && (value != 16)) in setBitsAllocated()
410 if (checkValue && (value != 8) && (value != 16)) in setBitsStored()
427 if (checkValue) in setDimensionOrganizationType()
459 if (checkValue) in setPositionMeasuringDevice()
476 if (checkValue) in setLossyImageCompression()
503 if (checkValue) in setRecognizableVisibleFeatures()
554 (void)checkValue; in setDepthsOfFocus()
[all …]
H A Dmodgeneralseries.cc202 OFCondition IODGeneralSeriesModule::setModality(const OFString& value, const OFBool checkValue) in setModality() argument
204 OFCondition result = (checkValue) ? DcmCodeString::checkStringValue(value, "1") : EC_Normal; in setModality()
228 (void)checkValue; in setLaterality()
245 OFCondition IODGeneralSeriesModule::setSeriesDate(const OFString& value, const OFBool checkValue) in setSeriesDate() argument
247 OFCondition result = (checkValue) ? DcmDate::checkStringValue(value, "1") : EC_Normal; in setSeriesDate()
255 OFCondition result = (checkValue) ? DcmTime::checkStringValue(value, "1") : EC_Normal; in setSeriesTime()
263 OFCondition result = (checkValue) ? DcmPersonName::checkStringValue(value, "1") : EC_Normal; in setPerformingPhysicianName()
271 OFCondition result = (checkValue) ? DcmLongString::checkStringValue(value, "1") : EC_Normal; in setProtocolName()
279 OFCondition result = (checkValue) ? DcmLongString::checkStringValue(value, "1") : EC_Normal; in setSeriesDescription()
295 OFCondition result = (checkValue) ? DcmCodeString::checkStringValue(value, "1") : EC_Normal; in setBodyPartExamined()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/backendtest/outputdevice/
H A Dcommon.cxx30 void checkValue(BitmapScopedWriteAccess& pAccess, int x, int y, Color aExpected, in checkValue() function
56 void checkValue(BitmapScopedWriteAccess& pAccess, const Point& point, Color aExpected, in checkValue() function
62 void checkValue(BitmapScopedWriteAccess& pAccess, int x, int y, Color aExpected, in checkValue() function
117 checkValue(pAccess, firstX, firstY, aExpectedColor, nNumberOfQuirks, nNumberOfErrors, true); in checkRect()
232 checkValue(pAccess, firstX, midY, aExpectedColor, nNumberOfQuirks, nNumberOfErrors, true); in checkDiamondLine()
233 checkValue(pAccess, lastX, midY, aExpectedColor, nNumberOfQuirks, nNumberOfErrors, true); in checkDiamondLine()
552 checkValue(pAccess, 1, 10, COL_WHITE, nNumberOfQuirks, nNumberOfErrors, true, 255 / 10); in checkLinearGradient()
556 checkValue(pAccess, 1, y, COL_WHITE, nNumberOfQuirks, nNumberOfErrors, 255 / 10); in checkLinearGradient()
557 checkValue(pAccess, 10, y, COL_BLACK, nNumberOfQuirks, nNumberOfErrors, 255 / 10); in checkLinearGradient()
577 checkValue(pAccess, 1, 1, COL_WHITE, nNumberOfQuirks, nNumberOfErrors, 50); in checkLinearGradientAngled()
[all …]
/dports/graphics/dcmtk/dcmtk-DCMTK-3.6.6/dcmpmap/libsrc/
H A Ddpmmodparametricmapimage.cc172 const OFBool checkValue) in setImageType() argument
181 const OFBool checkValue) in setSamplesPerPixel() argument
183 if (checkValue && (value != 1)) in setSamplesPerPixel()
192 if (checkValue && (value != "MONOCHROME2")) in setPhotometricInterpretation()
202 const OFBool checkValue) in setBitsAllocated() argument
204 if (checkValue && (value != 16) && (value != 32) && (value != 64)) in setBitsAllocated()
211 const OFBool checkValue) in setBitsStored() argument
213 if (checkValue && (value != 16) && (value != 32) && (value != 64)) in setBitsStored()
220 const OFBool checkValue) in setHighBit() argument
222 if (checkValue && (value != 15)) in setHighBit()
[all …]
/dports/net-p2p/bazarr/bazarr-1.0.2/libs/xdg/
H A DDesktopEntry.py219 self.checkValue(key, value)
234 self.checkValue(key, value)
248 self.checkValue(key, value)
252 self.checkValue(key, value)
256 self.checkValue(key, value)
272 self.checkValue(key, value)
288 self.checkValue(key, value)
297 self.checkValue(key, value)
305 self.checkValue(key, value)
310 self.checkValue(key, value)
[all …]
/dports/devel/py-xdg/pyxdg-0.27/xdg/
H A DDesktopEntry.py235 self.checkValue(key, value)
250 self.checkValue(key, value)
264 self.checkValue(key, value)
268 self.checkValue(key, value)
272 self.checkValue(key, value)
288 self.checkValue(key, value)
304 self.checkValue(key, value)
313 self.checkValue(key, value)
321 self.checkValue(key, value)
326 self.checkValue(key, value)
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/backendtest/outputdevice/
H A Dcommon.cxx29 void checkValue(BitmapScopedWriteAccess& pAccess, int x, int y, Color aExpected, in checkValue() function
72 checkValue(pAccess, firstX, firstY, aExpectedColor, nNumberOfQuirks, nNumberOfErrors, true); in checkRect()
73 checkValue(pAccess, lastX, firstY, aExpectedColor, nNumberOfQuirks, nNumberOfErrors, true); in checkRect()
74 checkValue(pAccess, firstX, lastY, aExpectedColor, nNumberOfQuirks, nNumberOfErrors, true); in checkRect()
75 checkValue(pAccess, lastX, lastY, aExpectedColor, nNumberOfQuirks, nNumberOfErrors, true); in checkRect()
84 checkValue(pAccess, x, firstY, aExpectedColor, nNumberOfQuirks, nNumberOfErrors, false); in checkRect()
85 checkValue(pAccess, x, lastY, aExpectedColor, nNumberOfQuirks, nNumberOfErrors, false); in checkRect()
187 checkValue(pAccess, firstX, midY, aExpectedColor, nNumberOfQuirks, nNumberOfErrors, true); in checkDiamondLine()
188 checkValue(pAccess, lastX, midY, aExpectedColor, nNumberOfQuirks, nNumberOfErrors, true); in checkDiamondLine()
189 checkValue(pAccess, midX, firstY, aExpectedColor, nNumberOfQuirks, nNumberOfErrors, true); in checkDiamondLine()
[all …]
/dports/graphics/dcmtk/dcmtk-DCMTK-3.6.6/dcmfg/libsrc/
H A Dfgfracon.cc249 (void)checkValue; in setFrameAcquisitionNumber()
256 OFCondition result = (checkValue) ? DcmDateTime::checkStringValue(value, "1") : EC_Normal; in setFrameReferenceDateTime()
264 OFCondition result = (checkValue) ? DcmDateTime::checkStringValue(value, "1") : EC_Normal; in setFrameAcquisitionDateTime()
272 (void)checkValue; in setFrameAcquisitionDuration()
297 (void)checkValue; in setDimensionIndexValues()
309 (void)checkValue; in setTemporalPositionIndex()
313 OFCondition FGFrameContent::setStackID(const OFString& value, const OFBool checkValue) in setStackID() argument
324 (void)checkValue; in setInStackPositionNumber()
328 OFCondition FGFrameContent::setFrameComments(const OFString& value, const OFBool checkValue) in setFrameComments() argument
330 (void)checkValue; in setFrameComments()
[all …]

12345678910>>...67