Home
last modified time | relevance | path

Searched refs:Schedule (Results 1 – 25 of 4696) sorted by relevance

12345678910>>...188

/dports/net/ns3/ns-allinone-3.35/ns-3.35/src/wifi/test/
H A Dwifi-phy-reception-test.cc1839 Simulator::Schedule (Seconds (1.2), &TestAmpduReception::ResetBitmaps, this); in DoRun()
1862 Simulator::Schedule (Seconds (2.2), &TestAmpduReception::ResetBitmaps, this); in DoRun()
1885 Simulator::Schedule (Seconds (3.2), &TestAmpduReception::ResetBitmaps, this); in DoRun()
1908 Simulator::Schedule (Seconds (4.2), &TestAmpduReception::ResetBitmaps, this); in DoRun()
1931 Simulator::Schedule (Seconds (5.2), &TestAmpduReception::ResetBitmaps, this); in DoRun()
1954 Simulator::Schedule (Seconds (6.2), &TestAmpduReception::ResetBitmaps, this); in DoRun()
1977 Simulator::Schedule (Seconds (7.2), &TestAmpduReception::ResetBitmaps, this); in DoRun()
2000 Simulator::Schedule (Seconds (8.2), &TestAmpduReception::ResetBitmaps, this); in DoRun()
2023 Simulator::Schedule (Seconds (9.2), &TestAmpduReception::ResetBitmaps, this); in DoRun()
2046 Simulator::Schedule (Seconds (10.2), &TestAmpduReception::ResetBitmaps, this); in DoRun()
[all …]
/dports/math/vampire/vampire-4.5.1/CASC/
H A DSchedules.hpp37 …static void getCasc2014Schedule(const Shell::Property& property, Schedule& quick, Schedule& fallba…
38 …static void getCasc2014EprSchedule(const Shell::Property& property, Schedule& quick, Schedule& fal…
39 …static void getCasc2016Schedule(const Shell::Property& property, Schedule& quick, Schedule& fallba…
40 …static void getCasc2017Schedule(const Shell::Property& property, Schedule& quick, Schedule& fallba…
41 …static void getCasc2018Schedule(const Shell::Property& property, Schedule& quick, Schedule& fallba…
42 …static void getCasc2019Schedule(const Shell::Property& property, Schedule& quick, Schedule& fallba…
44 …static void getCascSat2014Schedule(const Shell::Property& property, Schedule& quick, Schedule& fal…
45 …static void getCascSat2016Schedule(const Shell::Property& property, Schedule& quick, Schedule& fal…
46 …static void getCascSat2017Schedule(const Shell::Property& property, Schedule& quick, Schedule& fal…
47 …static void getCascSat2018Schedule(const Shell::Property& property, Schedule& quick, Schedule& fal…
[all …]
H A DPortfolioMode.cpp146 Schedule main; in performStrategy()
147 Schedule fallback; in performStrategy()
148 Schedule main_extra; in performStrategy()
149 Schedule fallback_extra; in performStrategy()
160 Stack<Schedule> schedules; in performStrategy()
180 Stack<Schedule> next_schedules; in performStrategy()
184 Schedule s = sit.next(); in performStrategy()
186 Schedule ns; in performStrategy()
285 void PortfolioMode::getSchedules(Property& prop, Schedule& quick, Schedule& fallback) in getSchedules()
306 case Options::Schedule::CASC: in getSchedules()
[all …]
/dports/finance/kmymoney/kmymoney-5.1.1/kmymoney/mymoney/tests/
H A Dmymoneyschedule-test.cpp48 QCOMPARE(s.type(), Schedule::Type::Any); in testEmptyConstructor()
63 Schedule::Type::Bill, in testConstructor()
71 QCOMPARE(s.type(), Schedule::Type::Bill); in testConstructor()
91 s.setType(Schedule::Type::Bill); in testSetFunctions()
92 QCOMPARE(s.type(), Schedule::Type::Bill); in testSetFunctions()
104 s.setType(Schedule::Type::Bill); in testCopyConstructor()
117 s.setType(Schedule::Type::Bill); in testAssignmentConstructor()
734 Schedule::Occurrence occ; in testSimpleToFromCompoundOccurrence()
736 occ = Schedule::Occurrence::Once; mult = 1; in testSimpleToFromCompoundOccurrence()
791 occ = Schedule::Occurrence::Once; mult = 1; in testSimpleToFromCompoundOccurrence()
[all …]
/dports/finance/kmymoney/kmymoney-5.1.1/kmymoney/mymoney/
H A Dmymoneyschedule.cpp403 case Schedule::Type::Bill: in validate()
408 case Schedule::Type::Deposit: in validate()
413 case Schedule::Type::Any: in validate()
417 case Schedule::Type::Transfer: in validate()
566 case Schedule::Occurrence::Once: in paymentDates()
620 case Schedule::Occurrence::Any: in paymentDates()
777 case Schedule::Occurrence::Any: in dateAfter()
1031 case Schedule::Type::Bill: in scheduleTypeToString()
1034 case Schedule::Type::Deposit: in scheduleTypeToString()
1037 case Schedule::Type::Transfer: in scheduleTypeToString()
[all …]
H A Dmymoneyschedule.h42 namespace eMyMoney { namespace Schedule { enum class Type;
84 eMyMoney::Schedule::Type type,
112 eMyMoney::Schedule::Occurrence baseOccurrence() const;
121 eMyMoney::Schedule::Occurrence occurrence() const;
135 eMyMoney::Schedule::Type type() const;
152 eMyMoney::Schedule::PaymentType paymentType() const;
275 eMyMoney::Schedule::WeekendOption weekendOption() const;
283 void setOccurrence(eMyMoney::Schedule::Occurrence occ);
291 void setOccurrencePeriod(eMyMoney::Schedule::Occurrence occ);
307 void setType(eMyMoney::Schedule::Type type);
[all …]
/dports/science/lammps/lammps-stable_29Sep2021/lib/kokkos/core/unit_test/
H A DTestTeamBasic.hpp72 Kokkos::Schedule<Kokkos::Static> >::test_reduce(0); in TEST()
74 Kokkos::Schedule<Kokkos::Dynamic> >::test_reduce(0); in TEST()
76 Kokkos::Schedule<Kokkos::Static> >::test_reduce(2); in TEST()
78 Kokkos::Schedule<Kokkos::Dynamic> >::test_reduce(2); in TEST()
87 TestTeamBroadcast<TEST_EXECSPACE, Kokkos::Schedule<Kokkos::Static>, in TEST()
89 TestTeamBroadcast<TEST_EXECSPACE, Kokkos::Schedule<Kokkos::Dynamic>, in TEST()
92 TestTeamBroadcast<TEST_EXECSPACE, Kokkos::Schedule<Kokkos::Static>, in TEST()
94 TestTeamBroadcast<TEST_EXECSPACE, Kokkos::Schedule<Kokkos::Dynamic>, in TEST()
97 TestTeamBroadcast<TEST_EXECSPACE, Kokkos::Schedule<Kokkos::Static>, in TEST()
99 TestTeamBroadcast<TEST_EXECSPACE, Kokkos::Schedule<Kokkos::Dynamic>, in TEST()
[all …]
H A DTestTeamReductionScan.hpp52 TestScanTeam<TEST_EXECSPACE, Kokkos::Schedule<Kokkos::Static> >(0); in TEST()
53 TestScanTeam<TEST_EXECSPACE, Kokkos::Schedule<Kokkos::Dynamic> >(0); in TEST()
54 TestScanTeam<TEST_EXECSPACE, Kokkos::Schedule<Kokkos::Static> >(10); in TEST()
55 TestScanTeam<TEST_EXECSPACE, Kokkos::Schedule<Kokkos::Dynamic> >(10); in TEST()
61 TestScanTeam<TEST_EXECSPACE, Kokkos::Schedule<Kokkos::Static> >(10000); in TEST()
62 TestScanTeam<TEST_EXECSPACE, Kokkos::Schedule<Kokkos::Dynamic> >(10000); in TEST()
77 TestReduceTeam<long, TEST_EXECSPACE, Kokkos::Schedule<Kokkos::Static> >( in TEST()
79 TestReduceTeam<long, TEST_EXECSPACE, Kokkos::Schedule<Kokkos::Dynamic> >( in TEST()
91 TestReduceTeam<double, TEST_EXECSPACE, Kokkos::Schedule<Kokkos::Static> >( in TEST()
95 TestReduceTeam<double, TEST_EXECSPACE, Kokkos::Schedule<Kokkos::Static> >( in TEST()
[all …]
/dports/devel/kokkos/kokkos-3.4.01/core/unit_test/
H A DTestTeamBasic.hpp72 Kokkos::Schedule<Kokkos::Static> >::test_reduce(0); in TEST()
74 Kokkos::Schedule<Kokkos::Dynamic> >::test_reduce(0); in TEST()
76 Kokkos::Schedule<Kokkos::Static> >::test_reduce(2); in TEST()
78 Kokkos::Schedule<Kokkos::Dynamic> >::test_reduce(2); in TEST()
87 TestTeamBroadcast<TEST_EXECSPACE, Kokkos::Schedule<Kokkos::Static>, in TEST()
89 TestTeamBroadcast<TEST_EXECSPACE, Kokkos::Schedule<Kokkos::Dynamic>, in TEST()
92 TestTeamBroadcast<TEST_EXECSPACE, Kokkos::Schedule<Kokkos::Static>, in TEST()
94 TestTeamBroadcast<TEST_EXECSPACE, Kokkos::Schedule<Kokkos::Dynamic>, in TEST()
97 TestTeamBroadcast<TEST_EXECSPACE, Kokkos::Schedule<Kokkos::Static>, in TEST()
99 TestTeamBroadcast<TEST_EXECSPACE, Kokkos::Schedule<Kokkos::Dynamic>, in TEST()
[all …]
H A DTestTeamReductionScan.hpp52 TestScanTeam<TEST_EXECSPACE, Kokkos::Schedule<Kokkos::Static> >(0); in TEST()
53 TestScanTeam<TEST_EXECSPACE, Kokkos::Schedule<Kokkos::Dynamic> >(0); in TEST()
54 TestScanTeam<TEST_EXECSPACE, Kokkos::Schedule<Kokkos::Static> >(10); in TEST()
55 TestScanTeam<TEST_EXECSPACE, Kokkos::Schedule<Kokkos::Dynamic> >(10); in TEST()
61 TestScanTeam<TEST_EXECSPACE, Kokkos::Schedule<Kokkos::Static> >(10000); in TEST()
62 TestScanTeam<TEST_EXECSPACE, Kokkos::Schedule<Kokkos::Dynamic> >(10000); in TEST()
77 TestReduceTeam<long, TEST_EXECSPACE, Kokkos::Schedule<Kokkos::Static> >( in TEST()
79 TestReduceTeam<long, TEST_EXECSPACE, Kokkos::Schedule<Kokkos::Dynamic> >( in TEST()
91 TestReduceTeam<double, TEST_EXECSPACE, Kokkos::Schedule<Kokkos::Static> >( in TEST()
95 TestReduceTeam<double, TEST_EXECSPACE, Kokkos::Schedule<Kokkos::Static> >( in TEST()
[all …]
/dports/science/sparta/sparta-20Oct2021/lib/kokkos/core/unit_test/
H A DTestTeamBasic.hpp72 Kokkos::Schedule<Kokkos::Static> >::test_reduce(0); in TEST()
74 Kokkos::Schedule<Kokkos::Dynamic> >::test_reduce(0); in TEST()
76 Kokkos::Schedule<Kokkos::Static> >::test_reduce(2); in TEST()
78 Kokkos::Schedule<Kokkos::Dynamic> >::test_reduce(2); in TEST()
87 TestTeamBroadcast<TEST_EXECSPACE, Kokkos::Schedule<Kokkos::Static>, in TEST()
89 TestTeamBroadcast<TEST_EXECSPACE, Kokkos::Schedule<Kokkos::Dynamic>, in TEST()
92 TestTeamBroadcast<TEST_EXECSPACE, Kokkos::Schedule<Kokkos::Static>, in TEST()
94 TestTeamBroadcast<TEST_EXECSPACE, Kokkos::Schedule<Kokkos::Dynamic>, in TEST()
97 TestTeamBroadcast<TEST_EXECSPACE, Kokkos::Schedule<Kokkos::Static>, in TEST()
99 TestTeamBroadcast<TEST_EXECSPACE, Kokkos::Schedule<Kokkos::Dynamic>, in TEST()
[all …]
H A DTestTeamReductionScan.hpp52 TestScanTeam<TEST_EXECSPACE, Kokkos::Schedule<Kokkos::Static> >(0); in TEST()
53 TestScanTeam<TEST_EXECSPACE, Kokkos::Schedule<Kokkos::Dynamic> >(0); in TEST()
54 TestScanTeam<TEST_EXECSPACE, Kokkos::Schedule<Kokkos::Static> >(10); in TEST()
55 TestScanTeam<TEST_EXECSPACE, Kokkos::Schedule<Kokkos::Dynamic> >(10); in TEST()
61 TestScanTeam<TEST_EXECSPACE, Kokkos::Schedule<Kokkos::Static> >(10000); in TEST()
62 TestScanTeam<TEST_EXECSPACE, Kokkos::Schedule<Kokkos::Dynamic> >(10000); in TEST()
77 TestReduceTeam<long, TEST_EXECSPACE, Kokkos::Schedule<Kokkos::Static> >( in TEST()
79 TestReduceTeam<long, TEST_EXECSPACE, Kokkos::Schedule<Kokkos::Dynamic> >( in TEST()
91 TestReduceTeam<double, TEST_EXECSPACE, Kokkos::Schedule<Kokkos::Static> >( in TEST()
95 TestReduceTeam<double, TEST_EXECSPACE, Kokkos::Schedule<Kokkos::Static> >( in TEST()
[all …]
/dports/devel/RStudio/rstudio-2021.09.1-372/src/gwt/lib/gwt/2.8.1/samples/DynaTableRf/src/main/java/com/google/gwt/sample/dynatablerf/server/
H A DScheduleSource.java42 public Schedule create(Class<? extends Schedule> clazz) { in create()
43 return new Schedule(); in create()
47 public Schedule find(Class<? extends Schedule> clazz, String id) { in find()
56 return Schedule.class; in getDomainType()
100 public Schedule find(Class<? extends Schedule> clazz, String id) { in find()
121 private Schedule makeCopy(Schedule source) { in makeCopy()
122 Schedule destination = new Schedule(); in makeCopy()
128 static void copyScheduleFields(Schedule source, Schedule destination) { in copyScheduleFields()
169 final Map<Integer, Schedule> schedules = new LinkedHashMap<Integer, Schedule>();
171 public abstract Schedule create(Class<? extends Schedule> clazz); in create()
[all …]
/dports/net/ns3/ns-allinone-3.35/ns-3.35/src/wave/test/
H A Dmac-extension-test-suite.cc432 Simulator::Schedule (Seconds (0.5), &WaveNetDevice::StopSch, m_sender, SCH1); in DoRun()
473 Simulator::Schedule (Seconds (0.7),&WaveNetDevice::StopSch, m_sender, SCH1); in DoRun()
498 Simulator::Schedule (Seconds (0.39), &WaveNetDevice::StopVsa, m_sender, CCH); in DoRun()
509 Simulator::Schedule (Seconds (0.49), &WaveNetDevice::StopVsa, m_sender, CCH); in DoRun()
511 Simulator::Schedule (Seconds (0.49),&WaveNetDevice::StopSch, m_sender, SCH1); in DoRun()
749 Simulator::Schedule (Seconds (5), &WaveNetDevice::StopSch, m_sender, SCH1); in DoRun()
790 Simulator::Schedule (Seconds (1), &WaveNetDevice::StartSch, m_sender, info); in DoRun()
846 Simulator::Schedule (Seconds (5), &WaveNetDevice::StopSch, m_sender, SCH2); in DoRun()
888 Simulator::Schedule (Seconds (1), &WaveNetDevice::StartSch, m_sender, info); in DoRun()
944 Simulator::Schedule (Seconds (4), &WaveNetDevice::StopSch, m_sender, SCH1); in DoRun()
[all …]
/dports/finance/kmymoney/kmymoney-5.1.1/kmymoney/widgets/
H A Dkmymoneyfrequencycombo.cpp44 …f schedule", MyMoneySchedule::occurrenceToString(Schedule::Occurrence::Once).toLatin1()), (int)Sch… in KMyMoneyFrequencyCombo()
45 …f schedule", MyMoneySchedule::occurrenceToString(Schedule::Occurrence::Daily).toLatin1()), (int)Sc… in KMyMoneyFrequencyCombo()
46 … schedule", MyMoneySchedule::occurrenceToString(Schedule::Occurrence::Weekly).toLatin1()), (int)Sc… in KMyMoneyFrequencyCombo()
47 …edule", MyMoneySchedule::occurrenceToString(Schedule::Occurrence::EveryOtherWeek).toLatin1()), (in… in KMyMoneyFrequencyCombo()
48 …edule", MyMoneySchedule::occurrenceToString(Schedule::Occurrence::EveryHalfMonth).toLatin1()), (in… in KMyMoneyFrequencyCombo()
49 …edule", MyMoneySchedule::occurrenceToString(Schedule::Occurrence::EveryThreeWeeks).toLatin1()), (i… in KMyMoneyFrequencyCombo()
50 …edule", MyMoneySchedule::occurrenceToString(Schedule::Occurrence::EveryThirtyDays).toLatin1()), (i… in KMyMoneyFrequencyCombo()
51 …edule", MyMoneySchedule::occurrenceToString(Schedule::Occurrence::EveryFourWeeks).toLatin1()), (in… in KMyMoneyFrequencyCombo()
52 … schedule", MyMoneySchedule::occurrenceToString(Schedule::Occurrence::Monthly).toLatin1()), (int)S… in KMyMoneyFrequencyCombo()
57 …chedule", MyMoneySchedule::occurrenceToString(Schedule::Occurrence::TwiceYearly).toLatin1()), (int… in KMyMoneyFrequencyCombo()
[all …]
H A Dkmymoneyoccurrenceperiodcombo.cpp42 …riod", MyMoneySchedule::occurrencePeriodToString(Schedule::Occurrence::Once).toLatin1()), (int)Sch… in KMyMoneyOccurrencePeriodCombo()
43 …riod", MyMoneySchedule::occurrencePeriodToString(Schedule::Occurrence::Daily).toLatin1()), (int)Sc… in KMyMoneyOccurrencePeriodCombo()
44 …iod", MyMoneySchedule::occurrencePeriodToString(Schedule::Occurrence::Weekly).toLatin1()), (int)Sc… in KMyMoneyOccurrencePeriodCombo()
45 …, MyMoneySchedule::occurrencePeriodToString(Schedule::Occurrence::EveryHalfMonth).toLatin1()), (in… in KMyMoneyOccurrencePeriodCombo()
46 …iod", MyMoneySchedule::occurrencePeriodToString(Schedule::Occurrence::Monthly).toLatin1()), (int)S… in KMyMoneyOccurrencePeriodCombo()
47 …iod", MyMoneySchedule::occurrencePeriodToString(Schedule::Occurrence::Yearly).toLatin1()), (int)Sc… in KMyMoneyOccurrencePeriodCombo()
/dports/net/ns3/ns-allinone-3.35/ns-3.35/src/core/test/
H A Dsimulator-test-suite.cc335 Simulator::Schedule (Seconds (0.0), &foo0); in DoRun()
336 Simulator::Schedule (Seconds (0.0), &foo1, 0); in DoRun()
337 Simulator::Schedule (Seconds (0.0), &foo2, 0, 0); in DoRun()
338 Simulator::Schedule (Seconds (0.0), &foo3, 0, 0, 0); in DoRun()
339 Simulator::Schedule (Seconds (0.0), &foo4, 0, 0, 0, 0); in DoRun()
341 Simulator::Schedule (Seconds (0.0), &cber1, 0); in DoRun()
342 Simulator::Schedule (Seconds (0.0), &cber2, 0, 0); in DoRun()
343 Simulator::Schedule (Seconds (0.0), &cber3, 0, 0, 0); in DoRun()
432 Simulator::Schedule (Seconds (0.0), &ber1, 0); in DoRun()
433 Simulator::Schedule (Seconds (0.0), &ber2, 0, 0); in DoRun()
[all …]
/dports/www/otrs/otrs-rel-6_0_29/scripts/test/
H A DCronEvent.t49 Name => 'No Schedule',
79 Schedule => '* -1 * * *',
86 Schedule => '* * 32 * *',
93 Schedule => '* * 0 * *',
107 Schedule => '* * * 0 *',
114 Schedule => '* * * * 8',
335 Name => 'No Schedule',
521 Name => 'No Schedule',
954 $Schedule,
963 $Schedule,
[all …]
/dports/science/agrum/aGrUM-29e540d8169268e8fe5d5c69bc4b2b1290f12320/src/agrum/tools/graphicalModels/inference/scheduler/
H A Dschedule_tpl.h35 Schedule< GUM_SCALAR >::Schedule() { in Schedule() function
37 GUM_CONSTRUCTOR(Schedule); in Schedule()
42 Schedule< GUM_SCALAR >::Schedule(const Schedule< GUM_SCALAR >& from) : in Schedule() function
48 GUM_CONS_CPY(Schedule); in Schedule()
61 Schedule< GUM_SCALAR >::~Schedule() { in ~Schedule()
63 GUM_DESTRUCTOR(Schedule); in ~Schedule()
77 Schedule< GUM_SCALAR >& Schedule< GUM_SCALAR >::operator=(const Schedule& from) {
257 void Schedule< GUM_SCALAR >::forceAfter( in forceAfter()
295 void Schedule< GUM_SCALAR >::forceBefore( in forceBefore()
344 Schedule< GUM_SCALAR >::operations() const { in operations()
[all …]
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-databrew/include/aws/databrew/model/
H A DSchedule.h35 class AWS_GLUEDATABREW_API Schedule
38 Schedule();
39 Schedule(Aws::Utils::Json::JsonView jsonValue);
40 Schedule& operator=(Aws::Utils::Json::JsonView jsonValue);
72 inline Schedule& WithAccountId(const Aws::String& value) { SetAccountId(value); return *this;} in WithAccountId()
82 inline Schedule& WithAccountId(const char* value) { SetAccountId(value); return *this;} in WithAccountId()
123 inline Schedule& WithCreatedBy(const char* value) { SetCreatedBy(value); return *this;} in WithCreatedBy()
321 inline Schedule& WithResourceArn(const char* value) { SetResourceArn(value); return *this;} in WithResourceArn()
475 inline Schedule& WithName(const Aws::String& value) { SetName(value); return *this;} in WithName()
480 inline Schedule& WithName(Aws::String&& value) { SetName(std::move(value)); return *this;} in WithName()
[all …]
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-dlm/include/aws/dlm/model/
H A DSchedule.h40 class AWS_DLM_API Schedule
43 Schedule();
44 Schedule(Aws::Utils::Json::JsonView jsonValue);
45 Schedule& operator=(Aws::Utils::Json::JsonView jsonValue);
77 inline Schedule& WithName(const Aws::String& value) { SetName(value); return *this;} in WithName()
82 inline Schedule& WithName(Aws::String&& value) { SetName(std::move(value)); return *this;} in WithName()
87 inline Schedule& WithName(const char* value) { SetName(value); return *this;} in WithName()
112 inline Schedule& WithCopyTags(bool value) { SetCopyTags(value); return *this;} in WithCopyTags()
143 …inline Schedule& WithTagsToAdd(const Aws::Vector<Tag>& value) { SetTagsToAdd(value); return *this;} in WithTagsToAdd()
260 inline Schedule& WithCreateRule(const CreateRule& value) { SetCreateRule(value); return *this;} in WithCreateRule()
[all …]
/dports/finance/quantlib/QuantLib-1.20/ql/time/
H A Dschedule.hpp40 class Schedule { class
46 Schedule(
56 Schedule(Date effectiveDate,
66 Schedule() {} in Schedule() function in QuantLib::Schedule
142 operator Schedule() const;
170 inline const Date& Schedule::at(Size i) const { in at()
184 inline bool Schedule::hasTenor() const { in hasTenor()
188 inline const Period& Schedule::tenor() const { in tenor()
210 inline bool Schedule::hasRule() const { in hasRule()
219 inline bool Schedule::hasEndOfMonth() const { in hasEndOfMonth()
[all …]
/dports/sysutils/luckybackup/luckybackup-0.5.0/src/
H A DscheduleDialog.cpp186 Schedule[currentSchedule] = tempSchedule; in scheduleDialog()
257 Schedule[currentSchedule] = tempSchedule; in scheduleDialog()
411 Schedule[i] = Schedule[i + 1]; // copy next element left in removePressed()
500 if (Schedule[currentSchedule] -> GetSkipCritical()) in fillDetails()
505 if (Schedule[currentSchedule] -> GetConsoleMode()) in fillDetails()
509 if (Schedule[currentSchedule] -> GetReboot()) in fillDetails()
573 Schedule[currentSchedule] = tempOp; in okaySchedulePressed()
815 if (Schedule[currentSchedule] -> GetDelayReboot() > 0 ) in createCron()
821 if (Schedule[currentSchedule] -> GetHour() == -1) in createCron()
850 ProfilePath = Schedule[currentSchedule] -> GetProfilePath(); in createCron()
[all …]
/dports/sysutils/p5-Schedule-Cron-Events/Schedule-Cron-Events-1.95/t/
H A D02errs.t8 use Schedule::Cron::Events;
20 $obj = new Schedule::Cron::Events("# this is a comment\n", Date => [0, 0, 15, 14, 1, 101]);
24 $obj = new Schedule::Cron::Events("\n", Date => [0, 0, 15, 14, 1, 101]);
28 $obj = new Schedule::Cron::Events("VARIABLE=value\n", Date => [0, 0, 15, 14, 1, 101]);
32 $obj = new Schedule::Cron::Events("THE HOMECOMING\n", Date => [0, 0, 15, 14, 1, 101]);
44 $obj = new Schedule::Cron::Events("63 * * * * /bin/never\n", Date => [0, 0, 15, 14, 1, 101]);
50 $obj = new Schedule::Cron::Events("* 24 * * * /bin/never\n", Date => [0, 0, 15, 14, 1, 101]);
56 $obj = new Schedule::Cron::Events("* * 33 * * /bin/never\n", Date => [0, 0, 15, 14, 1, 101]);
62 $obj = new Schedule::Cron::Events("* * 0 * * /bin/never\n", Date => [0, 0, 15, 14, 1, 101]);
74 $obj = new Schedule::Cron::Events("* * * 0 * /bin/never\n", Date => [0, 0, 15, 14, 1, 101]);
[all …]
/dports/net/ns3/ns-allinone-3.35/ns-3.35/src/traffic-control/test/
H A Dtc-flow-control-test-suite.cc219 Simulator::Schedule (Time (Seconds (0)), &TcFlowControlTestCase::SendPackets, in DoRun()
253 Simulator::Schedule ( in DoRun()
260 Simulator::Schedule (Time (MilliSeconds (checkTimeMs)), in DoRun()
267 Simulator::Schedule ( in DoRun()
273 Simulator::Schedule ( in DoRun()
293 Simulator::Schedule (Time (MilliSeconds (1)), &TcFlowControlTestCase::CheckDeviceQueueStopped, in DoRun()
295 Simulator::Schedule (Time (MilliSeconds (1)), &TcFlowControlTestCase::CheckPacketsInQueueDisc, in DoRun()
301 Simulator::Schedule (Time (MilliSeconds (9)), &TcFlowControlTestCase::CheckDeviceQueueStopped, in DoRun()
303 Simulator::Schedule (Time (MilliSeconds (9)), &TcFlowControlTestCase::CheckPacketsInQueueDisc, in DoRun()
309 … Simulator::Schedule (Time (MilliSeconds (17)), &TcFlowControlTestCase::CheckDeviceQueueStopped, in DoRun()
[all …]

12345678910>>...188