Home
last modified time | relevance | path

Searched refs:CheckStep (Results 1 – 25 of 57) sorted by relevance

123

/dports/games/widelands/widelands-build21/src/logic/map_objects/
H A Dcheckstep.cc36 CheckStep::CheckStep() : capsule(always_false().capsule) { in CheckStep() function in Widelands::CheckStep
48 const CheckStep& CheckStep::always_false() { in always_false()
49 static const CheckStep cstep = CheckStep(CheckStepAlwaysFalse()); in always_false()
53 void CheckStepAnd::add(const CheckStep& sub) { in add()
61 CheckStep::StepId const id) const { in allowed()
62 for (const CheckStep& checkstep : subs) { in allowed()
71 for (const CheckStep& checkstep : subs) { in reachable_dest()
172 CheckStep::StepId const id) const { in allowed()
186 if (onlyend_ && id != CheckStep::stepLast) in allowed()
205 CheckStep::StepId const id) const { in allowed()
[all …]
H A Dcheckstep.h35 struct CheckStep { struct
70 static const CheckStep& always_false(); argument
73 CheckStep();
75 template <typename T> CheckStep(const T& op) : capsule(new Capsule<T>(op)) { in CheckStep() function
104 void add(const CheckStep& sub);
110 CheckStep::StepId id) const;
114 std::vector<CheckStep> subs;
129 const Map&, const FCoords& start, const FCoords& end, int32_t dir, CheckStep::StepId) const;
146 const Map&, const FCoords& start, const FCoords& end, int32_t dir, CheckStep::StepId) const;
164 const Map&, const FCoords& start, const FCoords& end, int32_t dir, CheckStep::StepId) const;
[all …]
/dports/net/concourse-fly/concourse-6.7.1/atc/exec/
H A Dcheck_step.go18 type CheckStep struct { struct
49 ) *CheckStep {
50 return &CheckStep{
63 func (step *CheckStep) Run(ctx context.Context, state RunState) error { argument
78 func (step *CheckStep) run(ctx context.Context, state RunState) error { argument
171 func (step *CheckStep) Succeeded() bool { argument
/dports/misc/concourse/concourse-6.7.2/atc/exec/
H A Dcheck_step.go18 type CheckStep struct { struct
49 ) *CheckStep {
50 return &CheckStep{
63 func (step *CheckStep) Run(ctx context.Context, state RunState) error { argument
78 func (step *CheckStep) run(ctx context.Context, state RunState) error { argument
171 func (step *CheckStep) Succeeded() bool { argument
/dports/devel/projectcenter/ProjectCenter-0.6.2/Modules/Parsers/ProjectCenter/
H A DObjCMethodHandler.h50 } CheckStep; typedef
69 CheckStep step;
70 CheckStep prev_step;
/dports/math/vtk8/VTK-8.2.0/ThirdParty/vtkm/vtk-m/vtkm/worklet/particleadvection/
H A DIntegrators.h73 ParticleStatus status = CheckStep(inpos, this->StepLength, time, velocity); in Step()
96 CheckStep(inpos, 0.0f, time, currentVelocity); in PushOutOfBoundary()
105 status = CheckStep(inpos, stepLength, time, velocity); in PushOutOfBoundary()
154 ParticleStatus CheckStep(const vtkm::Vec<FieldType, 3>& inpos, in CheckStep() function
160 return static_cast<const ConcreteType*>(this)->CheckStep(inpos, stepLength, time, velocity); in CheckStep()
193 ParticleStatus CheckStep(const vtkm::Vec<FieldType, 3>& inpos, in CheckStep() function
241 ParticleStatus CheckStep(const vtkm::Vec<FieldType, 3>& inpos, in CheckStep() function
/dports/security/lego/lego-4.5.3/vendor/github.com/aliyun/alibaba-cloud-sdk-go/services/dms_enterprise/
H A Dstruct_task_check_do.go21 CheckStep string `json:"CheckStep" xml:"CheckStep"` member
/dports/security/lego/lego-4.5.3/vendor/github.com/aliyun/alibaba-cloud-sdk-go/services/dms-enterprise/
H A Dstruct_task_check_do.go22 CheckStep string `json:"CheckStep" xml:"CheckStep"` member
/dports/math/vtk9/VTK-9.1.0/ThirdParty/vtkm/vtkvtkm/vtk-m/vtkm/worklet/particleadvection/
H A DStepper.h65 auto status = this->Integrator.CheckStep(particle, this->DeltaT, velocity); in Step()
108 IntegratorStatus status = this->Integrator.CheckStep(particle, currStep, currVelocity); in SmallStep()
H A DEulerIntegrator.h34 VTKM_EXEC IntegratorStatus CheckStep(Particle& particle, in CheckStep() function
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/SPIRV-Tools/src/source/opt/
H A Dloop_fusion.h70 bool CheckStep();
/dports/devel/intel-graphics-compiler/SPIRV-Tools/source/opt/
H A Dloop_fusion.h70 bool CheckStep();
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/SPIRV-Tools/source/opt/
H A Dloop_fusion.h70 bool CheckStep();
/dports/emulators/mess/mame-mame0226/3rdparty/bgfx/3rdparty/spirv-tools/source/opt/
H A Dloop_fusion.h70 bool CheckStep();
/dports/emulators/mame/mame-mame0226/3rdparty/bgfx/3rdparty/spirv-tools/source/opt/
H A Dloop_fusion.h70 bool CheckStep();
/dports/graphics/spirv-tools/SPIRV-Tools-2021.4/source/opt/
H A Dloop_fusion.h70 bool CheckStep();
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/SPIRV-Tools/src/source/opt/
H A Dloop_fusion.h70 bool CheckStep();
/dports/misc/py-tvm/incubator-tvm-0.6.1/src/arithmetic/
H A Dpattern_match.h303 #define TVM_PATTERN_BINARY_OP_EX(FuncName, NodeName, CheckStep) \ argument
307 CheckStep; \
313 CheckStep; \
319 CheckStep; \
/dports/misc/tvm/incubator-tvm-0.6.1/src/arithmetic/
H A Dpattern_match.h303 #define TVM_PATTERN_BINARY_OP_EX(FuncName, NodeName, CheckStep) \ argument
307 CheckStep; \
313 CheckStep; \
319 CheckStep; \
/dports/misc/mxnet/incubator-mxnet-1.9.0/3rdparty/tvm/src/arith/
H A Dpattern_match.h296 #define TVM_PATTERN_BINARY_OP_EX(FuncName, NodeName, CheckStep) \ argument
299 CheckStep; \
305 CheckStep; \
311 CheckStep; \
/dports/games/widelands/widelands-build21/src/logic/
H A Dmap.h85 struct CheckStep;
318 const CheckStep&,
327 const CheckStep&,
333 const CheckStep&,
342 const CheckStep&,
405 const CheckStep&,
570 find_reachable(const EditorGameBase&, const Area<FCoords>&, const CheckStep&, functorT&) const;
/dports/editors/lazarus/lazarus/components/tachart/
H A Dtaintervalsources.pas179 procedure CheckStep(AStepCoeff: Double); procedure
205 procedure TDateTimeIntervalsHelper.CheckStep(AStepCoeff: Double); procedure
670 helper.CheckStep(stepLen);
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/tachart/
H A Dtaintervalsources.pas179 procedure CheckStep(AStepCoeff: Double); procedure
205 procedure TDateTimeIntervalsHelper.CheckStep(AStepCoeff: Double); procedure
688 helper.CheckStep(stepLen);
/dports/editors/lazarus-qt5/lazarus/components/tachart/
H A Dtaintervalsources.pas179 procedure CheckStep(AStepCoeff: Double); procedure
205 procedure TDateTimeIntervalsHelper.CheckStep(AStepCoeff: Double); procedure
670 helper.CheckStep(stepLen);
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/tachart/
H A Dtaintervalsources.pas179 procedure CheckStep(AStepCoeff: Double); procedure
205 procedure TDateTimeIntervalsHelper.CheckStep(AStepCoeff: Double); procedure
688 helper.CheckStep(stepLen);

123