Home
last modified time | relevance | path

Searched refs:GetSchedule (Results 1 – 25 of 579) sorted by relevance

12345678910>>...24

/dports/science/InsightToolkit/ITK-5.0.1/Modules/Registration/Common/include/
H A DitkRecursiveMultiResolutionPyramidImageFilter.hxx52 if ( !this->IsScheduleDownwardDivisible( this->GetSchedule() ) ) in GenerateData()
138 factors[idim] = this->GetSchedule()[ilevel][idim]; in GenerateData()
142 factors[idim] = this->GetSchedule()[ilevel][idim] in GenerateData()
143 / this->GetSchedule()[ilevel + 1][idim]; in GenerateData()
290 factors[idim] = this->GetSchedule()[ilevel - 1][idim] / this->GetSchedule()[ilevel][idim]; in GenerateOutputRequestedRegion()
329 factors[idim] = this->GetSchedule()[ilevel][idim] / this->GetSchedule()[ilevel + 1][idim]; in GenerateOutputRequestedRegion()
406 unsigned int factor = this->GetSchedule()[refLevel][idim]; in GenerateInputRequestedRegion()
428 this->GetSchedule()[refLevel][idim] ) ) ); in GenerateInputRequestedRegion()
432 if ( this->GetSchedule()[refLevel][idim] <= 1 ) in GenerateInputRequestedRegion()
H A DitkMultiResolutionImageRegistrationMethod.hxx248 ScheduleType schedule = m_FixedImagePyramid->GetSchedule(); in PreparePyramids()
251 ScheduleType movingschedule = m_MovingImagePyramid->GetSchedule(); in PreparePyramids()
/dports/science/InsightToolkit/ITK-5.0.1/Modules/Registration/Common/test/
H A DitkRecursiveMultiResolutionPyramidImageFilterTest.cxx182 if( schedule != pyramid->GetSchedule() ) in itkRecursiveMultiResolutionPyramidImageFilterTest()
188 std::cout << pyramid->GetSchedule(); in itkRecursiveMultiResolutionPyramidImageFilterTest()
212 if( schedule != pyramid->GetSchedule() ) in itkRecursiveMultiResolutionPyramidImageFilterTest()
218 std::cout << pyramid->GetSchedule(); in itkRecursiveMultiResolutionPyramidImageFilterTest()
234 if( !PyramidType::IsScheduleDownwardDivisible( pyramid->GetSchedule() ) ) in itkRecursiveMultiResolutionPyramidImageFilterTest()
308 pyramid2->SetSchedule( pyramid->GetSchedule() ); in itkRecursiveMultiResolutionPyramidImageFilterTest()
344 schedule = pyramid->GetSchedule(); in itkRecursiveMultiResolutionPyramidImageFilterTest()
H A DitkMultiResolutionPyramidImageFilterTest.cxx240 if( schedule != pyramid->GetSchedule() ) in itkMultiResolutionPyramidImageFilterTest()
245 std::cout << pyramid->GetSchedule(); in itkMultiResolutionPyramidImageFilterTest()
272 if( schedule != pyramid->GetSchedule() ) in itkMultiResolutionPyramidImageFilterTest()
277 std::cout << pyramid->GetSchedule(); in itkMultiResolutionPyramidImageFilterTest()
293 if( !PyramidType::IsScheduleDownwardDivisible( pyramid->GetSchedule() ) ) in itkMultiResolutionPyramidImageFilterTest()
408 schedule = pyramid->GetSchedule(); in itkMultiResolutionPyramidImageFilterTest()
/dports/www/gitea/gitea-1.16.5/services/cron/
H A Dsetting.go19 GetSchedule() string methodSpec
53 func (b *BaseConfig) GetSchedule() string { func
/dports/misc/adios2/ADIOS2-2.7.1/testing/adios2/engine/bp/
H A DTestBPStepsInSituLocalArray.cpp102 const std::vector<Act> &GetSchedule() { return Schedules[GetParam()]; }; in GetSchedule() function in BPStepsInSituLocalArrayReaders
109 const std::vector<Act> &schedule = GetSchedule(); in TEST_P()
232 const std::vector<Act> &schedule = GetSchedule(); in TEST_P()
369 const std::vector<Act> &GetSchedule() in GetSchedule() function in BPStepsInSituLocalArrayParameters
381 const std::vector<Act> &schedule = GetSchedule(); in TEST_P()
H A DTestBPStepsInSituGlobalArray.cpp120 const std::vector<Act> &GetSchedule() in GetSchedule() function in BPStepsInSituGlobalArrayReaders
131 const std::vector<Act> &schedule = GetSchedule(); in TEST_P()
286 const std::vector<Act> &schedule = GetSchedule(); in TEST_P()
462 const std::vector<Act> &GetSchedule() in GetSchedule() function in BPStepsInSituGlobalArrayParameters
475 const std::vector<Act> &schedule = GetSchedule(); in TEST_P()
/dports/games/jaggedalliance2/ja2-stracciatella-0.18.0/src/game/Strategic/
H A DScheduling.cc75 SCHEDULENODE* GetSchedule( UINT8 ubScheduleID ) in GetSchedule() function
166 pSchedule = GetSchedule( ubScheduleID ); in ProcessTacticalSchedule()
715 pSchedule = GetSchedule( pSoldier->ubScheduleID ); in PostSchedule()
1013 pSchedule = GetSchedule( pSoldier->ubScheduleID ); in PostNextSchedule()
1057 pSchedule = GetSchedule( pSoldier->ubScheduleID ); in ExtractScheduleDoorLockAndUnlockInfo()
1163 SCHEDULENODE* const pSchedule = GetSchedule(s2.ubScheduleID); in SecureSleepSpot()
H A DScheduling.h60 SCHEDULENODE* GetSchedule( UINT8 ubScheduleID );
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-iotanalytics/include/aws/iotanalytics/model/
H A DDatasetTrigger.h45 inline const Schedule& GetSchedule() const{ return m_schedule; } in GetSchedule() function
/dports/games/libretro-bluemsx/blueMSX-libretro-faf470e/Src/ThirdParty/DirectShowSamples/
H A Drefclock.h136 CAMSchedule * GetSchedule() const { return m_pSchedule; } in GetSchedule() function
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-appstream/include/aws/appstream/model/
H A DCreateUsageReportSubscriptionResult.h117 inline const UsageReportSchedule& GetSchedule() const{ return m_schedule; } in GetSchedule() function
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-glue/include/aws/glue/model/
H A DUpdateCrawlerScheduleRequest.h84 inline const Aws::String& GetSchedule() const{ return m_schedule; } in GetSchedule() function
/dports/net/pjsip/pjproject-2.11.1/third_party/BaseClasses/
H A Drefclock.h139 CAMSchedule * GetSchedule() const { return m_pSchedule; } in GetSchedule() function
/dports/net/grpcox/grpcox-1.0.0/vendor/google.golang.org/genproto/googleapis/cloud/bigquery/datatransfer/v1/
H A Dtransfer.pb.go256 func (m *TransferConfig) GetSchedule() string { func
467 func (m *TransferRun) GetSchedule() string { func
/dports/devel/goprotobuf/protobuf-1.1.0/src/google.golang.org/genproto/googleapis/cloud/bigquery/datatransfer/v1/
H A Dtransfer.pb.go256 func (m *TransferConfig) GetSchedule() string { func
467 func (m *TransferRun) GetSchedule() string { func
/dports/www/fabio/fabio-1.5.14/vendor/google.golang.org/genproto/go-genproto-082222b4a5c5/googleapis/cloud/bigquery/datatransfer/v1/
H A Dtransfer.pb.go256 func (m *TransferConfig) GetSchedule() string { func
467 func (m *TransferRun) GetSchedule() string { func
/dports/databases/timescaledb-backup/timescaledb-backup-0.1.1/vendor/google.golang.org/genproto/googleapis/cloud/bigquery/datatransfer/v1/
H A Dtransfer.pb.go256 func (m *TransferConfig) GetSchedule() string { func
467 func (m *TransferRun) GetSchedule() string { func
/dports/devel/etcd33/etcd-3.3.23/vendor/google.golang.org/genproto/go-genproto-c66870c02cf8/googleapis/cloud/bigquery/datatransfer/v1/
H A Dtransfer.pb.go256 func (m *TransferConfig) GetSchedule() string { func
467 func (m *TransferRun) GetSchedule() string { func
/dports/databases/cayley/cayley-0.7.5-2-gcf576ba/vendor/google.golang.org/genproto/googleapis/cloud/bigquery/datatransfer/v1/
H A Dtransfer.pb.go266 func (m *TransferConfig) GetSchedule() string { func
478 func (m *TransferRun) GetSchedule() string { func
/dports/science/InsightToolkit/ITK-5.0.1/Modules/Registration/PDEDeformable/include/
H A DitkMultiResolutionPDEDeformableRegistration.hxx291 m_FixedImagePyramid->GetSchedule()[fixedLevel][dim] ); in GenerateData()
369 if ( m_FixedImagePyramid->GetSchedule()[fixedLevel][idim] > 1 ) in GenerateData()
/dports/net/grpcui/grpcui-1.1.0/vendor/google.golang.org/genproto/googleapis/cloud/osconfig/v1/
H A Dpatch_deployments.pb.go184 func (m *PatchDeployment) GetSchedule() isPatchDeployment_Schedule { func
192 if x, ok := m.GetSchedule().(*PatchDeployment_OneTimeSchedule); ok {
199 if x, ok := m.GetSchedule().(*PatchDeployment_RecurringSchedule); ok {
/dports/net/grpcui/grpcui-1.1.0/vendor/google.golang.org/genproto/googleapis/cloud/osconfig/v1beta/
H A Dpatch_deployments.pb.go183 func (m *PatchDeployment) GetSchedule() isPatchDeployment_Schedule { func
191 if x, ok := m.GetSchedule().(*PatchDeployment_OneTimeSchedule); ok {
198 if x, ok := m.GetSchedule().(*PatchDeployment_RecurringSchedule); ok {
/dports/security/lego/lego-4.5.3/vendor/google.golang.org/genproto/googleapis/cloud/osconfig/v1beta/
H A Dpatch_deployments.pb.go183 func (m *PatchDeployment) GetSchedule() isPatchDeployment_Schedule { func
191 if x, ok := m.GetSchedule().(*PatchDeployment_OneTimeSchedule); ok {
198 if x, ok := m.GetSchedule().(*PatchDeployment_RecurringSchedule); ok {
/dports/net/evans/evans-0.9.1/vendor/google.golang.org/genproto/googleapis/cloud/osconfig/v1beta/
H A Dpatch_deployments.pb.go184 func (m *PatchDeployment) GetSchedule() isPatchDeployment_Schedule { func
192 if x, ok := m.GetSchedule().(*PatchDeployment_OneTimeSchedule); ok {
199 if x, ok := m.GetSchedule().(*PatchDeployment_RecurringSchedule); ok {

12345678910>>...24