Home
last modified time | relevance | path

Searched refs:expectedDay (Results 1 – 7 of 7) sorted by relevance

/dports/astro/gpstk/GPSTk-8.0.0/core/tests/TimeHandling/
H A DCommonTime_T.cpp769 long obtainedDay, expectedDay; in rolloverTest() local
783 expectedfsodROver.get(expectedDay,expectedMsod,expectedFsod); in rolloverTest()
785 …testFramework.assert(obtainedDay == expectedDay , "Rollover of fsod affected day value" , __LINE_… in rolloverTest()
794 expectedmsodROver.get(expectedDay,expectedMsod,expectedFsod); in rolloverTest()
796 …testFramework.assert(obtainedDay == expectedDay , "Rollover of msod did not change day" , __LINE_… in rolloverTest()
809 expectedDayRUnder.get(expectedDay,expectedMsod,expectedFsod); in rolloverTest()
811 …testFramework.assert(obtainedDay == expectedDay , "Rollunder of msod did not change day" , __LINE… in rolloverTest()
820 expectedmsodRUnder.get(expectedDay,expectedMsod,expectedFsod); in rolloverTest()
822 …testFramework.assert(obtainedDay == expectedDay , "Rollunder of fsod affected day value" , __LINE… in rolloverTest()
H A DTimeConverters_T.cpp64 int expectedDay[8] = { 23, 3, 1, 29, 1, 1, 25, 1}; in JDtoCalendarTest() local
75 …testFramework.assert(expectedDay[i] == day , "The day from the JD conversion was not correct", … in JDtoCalendarTest()
/dports/games/openrct2/OpenRCT2-0.3.5.1/src/openrct2/management/
H A DResearch.cpp107 int32_t expectedDay = gDateMonthTicks + (daysRemaining & 0xFFFF); in research_calculate_expected_date() local
108 int32_t dayQuotient = expectedDay / 0x10000; in research_calculate_expected_date()
109 int32_t dayRemainder = expectedDay % 0x10000; in research_calculate_expected_date()
112 expectedDay = (dayRemainder * days_in_month[expectedMonth]) >> 16; in research_calculate_expected_date()
114 gResearchExpectedDay = expectedDay; in research_calculate_expected_date()
/dports/converters/wkhtmltopdf/qt-5db36ec/tests/auto/qdate/
H A Dtst_qdate.cpp288 QFETCH( int, expectedDay ); in addDays()
295 QCOMPARE( dt.day(), expectedDay ); in addDays()
335 QFETCH( int, expectedDay ); in addMonths()
342 QCOMPARE( dt.day(), expectedDay ); in addMonths()
395 QFETCH( int, expectedDay ); in addYears()
402 QCOMPARE( dt.day(), expectedDay ); in addYears()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Net.Mail/tests/Unit/
H A DSmtpDateTimeTest.cs87 int expectedYear, int expectedMonth, int expectedDay, in SmtpDateTime_CreatedFromDateTimeString_ShouldParseCorrectly() argument
98 Assert.Equal(expectedDay, result.Day); in SmtpDateTime_CreatedFromDateTimeString_ShouldParseCorrectly()
/dports/devel/icu/icu/source/test/intltest/
H A Ddtfmrgts.cpp1487 int32_t expectedDay = 7; in TestParsing() local
1504 if (cal->get(UCAL_DAY_OF_MONTH, status) != expectedDay) { in TestParsing()
/dports/devel/icu-lx/icu/source/test/intltest/
H A Ddtfmrgts.cpp1487 int32_t expectedDay = 7; in TestParsing() local
1504 if (cal->get(UCAL_DAY_OF_MONTH, status) != expectedDay) { in TestParsing()