Home
last modified time | relevance | path

Searched refs:getStage (Results 1 – 25 of 401) sorted by relevance

12345678910>>...17

/dports/www/ilias/ILIAS-5.4.25/Services/WebServices/FileManager/lib/src/de/ilias/services/filemanager/layout/
H A DWindowManager.java70 FileManager.getInstance().getStage().setX( in move()
73 FileManager.getInstance().getStage().setY( in move()
91 FileManager.getInstance().getStage().setIconified(true); in inconify()
102 FileManager.getInstance().getStage().getX(), in toggle()
103 FileManager.getInstance().getStage().getY(), in toggle()
111 FileManager.getInstance().getStage().setX(memSize.getMinX()); in toggle()
112 FileManager.getInstance().getStage().setY(memSize.getMinY()); in toggle()
121 FileManager.getInstance().getStage().getX(), in toggle()
122 FileManager.getInstance().getStage().getY(), in toggle()
123 FileManager.getInstance().getStage().getWidth(), in toggle()
[all …]
/dports/www/ilias6/ILIAS-6.14/Services/WebServices/FileManager/lib/src/de/ilias/services/filemanager/layout/
H A DWindowManager.java70 FileManager.getInstance().getStage().setX( in move()
73 FileManager.getInstance().getStage().setY( in move()
91 FileManager.getInstance().getStage().setIconified(true); in inconify()
102 FileManager.getInstance().getStage().getX(), in toggle()
103 FileManager.getInstance().getStage().getY(), in toggle()
111 FileManager.getInstance().getStage().setX(memSize.getMinX()); in toggle()
112 FileManager.getInstance().getStage().setY(memSize.getMinY()); in toggle()
121 FileManager.getInstance().getStage().getX(), in toggle()
122 FileManager.getInstance().getStage().getY(), in toggle()
123 FileManager.getInstance().getStage().getWidth(), in toggle()
[all …]
/dports/net/seda/seda-release-20020712/seda/src/seda/sandStorm/internal/
H A DResponseTimeControllerMM1.java100 this.sinkProxy = (SinkProxy)stage.getStage().getSink(); in ResponseTimeControllerMM1()
104 this.pred = new QueueThresholdPredicate(stage.getStage().getSink(), INIT_THRESHOLD); in ResponseTimeControllerMM1()
111 stage.getStage().getSink().setEnqueuePredicate(pred); in ResponseTimeControllerMM1()
126 mgr.getProfiler().add("RTControllerMM1 lambda <"+stage.getStage().getName()+">", in ResponseTimeControllerMM1()
132 mgr.getProfiler().add("RTControllerMM1 mu <"+stage.getStage().getName()+">", in ResponseTimeControllerMM1()
138 mgr.getProfiler().add("RTControllerMM1 est90thRT <"+stage.getStage().getName()+">", in ResponseTimeControllerMM1()
189 System.err.println("RTControllerMM1 <"+stage.getStage().getName()+">: Enabling"); in enable()
191 this.pred = new QueueThresholdPredicate(stage.getStage().getSink(), curThreshold); in enable()
196 stage.getStage().getSink().setEnqueuePredicate(this.pred); in enable()
202 System.err.println("RTControllerMM1 <"+stage.getStage().getName()+">: Disabling"); in disable()
[all …]
H A DResponseTimeControllerDirect.java83 mgr.getProfiler().add("RTController 90th-percentile RT <"+stage.getStage().getName()+">", in ResponseTimeControllerDirect()
91 mgr.getProfiler().add("RTController queueThreshold <"+stage.getStage().getName()+">", in ResponseTimeControllerDirect()
98 this.pred = new QueueThresholdPredicate(stage.getStage().getSink(), MAX_THRESHOLD); in ResponseTimeControllerDirect()
101 stage.getStage().getSink().setEnqueuePredicate(this.pred); in ResponseTimeControllerDirect()
106 mgr.getProfiler().add("RTController curRate <"+stage.getStage().getName()+">", in ResponseTimeControllerDirect()
115 stage.getStage().getSink().setEnqueuePredicate(pred); in ResponseTimeControllerDirect()
126 System.err.println("RTControllerDirect <"+stage.getStage().getName()+">: Enabling"); in enable()
128 this.pred = new QueueThresholdPredicate(stage.getStage().getSink(), curThreshold); in enable()
133 stage.getStage().getSink().setEnqueuePredicate(pred); in enable()
139 System.err.println("RTControllerDirect <"+stage.getStage().getName()+">: Disabling"); in disable()
[all …]
H A DResponseTimeControllerPID.java78 this.sinkProxy = (SinkProxy)stage.getStage().getSink(); in ResponseTimeControllerPID()
95 mgr.getProfiler().add("RTControllerPID queue threshold <"+stage.getStage().getName()+">", in ResponseTimeControllerPID()
102 this.pred = new QueueThresholdPredicate(stage.getStage().getSink(), MAX_THRESHOLD); in ResponseTimeControllerPID()
105 stage.getStage().getSink().setEnqueuePredicate(this.pred); in ResponseTimeControllerPID()
113 stage.getStage().getSink().setEnqueuePredicate(pred); in ResponseTimeControllerPID()
124 System.err.println("RTControllerPID <"+stage.getStage().getName()+">: Enabling"); in enable()
126 this.pred = new QueueThresholdPredicate(stage.getStage().getSink(), curThreshold); in enable()
129 this.pred = new RateLimitingPredicate(stage.getStage().getSink(), curRate, INIT_DEPTH); in enable()
132 stage.getStage().getSink().setEnqueuePredicate(this.pred); in enable()
138 System.err.println("RTControllerPID <"+stage.getStage().getName()+">: Disabling"); in disable()
[all …]
H A DsandStormMgr.java135 public StageIF getStage(String stagename) throws NoSuchStageException { in getStage() method in sandStormMgr
139 return wrapper.getStage(); in getStage()
232 String name = wrapper.getStage().getName(); in createStage()
239 profiler.add(wrapper.getStage().getName()+" queueLength", in createStage()
240 (ProfilableIF)wrapper.getStage().getSink()); in createStage()
248 return wrapper.getStage(); in createStage()
280 System.err.println("-- Initializing <"+wrapper.getStage().getName()+">"); in initStages()
283 …System.err.println("Sandstorm: Caught exception initializing stage "+wrapper.getStage().getName()+… in initStages()
301 …System.err.println("Sandstorm: Caught exception destroying stage "+wrapper.getStage().getName()+":… in destroyStages()
H A DThreadPoolController.java100 …int thresh = config.getInt("stages."+stage.getStage().getName()+".threadPool.sizeController.thresh… in register()
148 mgr.getProfiler().add("TPController savedThreads <"+stage.getStage().getName()+">", in tpcClient()
155 mgr.getProfiler().add("TPController avgThreads <"+stage.getStage().getName()+">", in tpcClient()
162 mgr.getProfiler().add("TPController savedThroughput <"+stage.getStage().getName()+">", in tpcClient()
169 mgr.getProfiler().add("TPController avgThroughput <"+stage.getStage().getName()+">", in tpcClient()
244 …if (DEBUG) System.err.println("TP <"+tpc.stage.getStage().getName()+"> events "+events+" curEvents… in adjustThreadPools()
252 …if (DEBUG) System.err.println("TP <"+tpc.stage.getStage().getName()+"> throughput "+tpc.avgThrough… in adjustThreadPools()
282 …if (DEBUG) System.err.println("TP controller <"+tpc.stage.getStage().getName()+"> Setting new stat… in adjustThreadPools()
304 …if (DEBUG || autoMaxDetect) System.err.println("TP controller <"+tpc.stage.getStage().getName()+">… in adjustThreadPools()
/dports/x11-toolkits/qt5-quick3d/kde-qtquick3d-5.15.2p19/src/runtimerender/rendererimpl/
H A Dqssgrendererimplshaders.cpp87 || programGenerator()->getStage(QSSGShaderGeneratorStage::TessControl) == nullptr) { in initializeTessControlShader()
91 …QSSGShaderStageGeneratorInterface &tessCtrlShader(*programGenerator()->getStage(QSSGShaderGenerato… in initializeTessControlShader()
121 || programGenerator()->getStage(QSSGShaderGeneratorStage::TessEval) == nullptr) { in initializeTessEvaluationShader()
125 …QSSGShaderStageGeneratorInterface &tessEvalShader(*programGenerator()->getStage(QSSGShaderGenerato… in initializeTessEvaluationShader()
154 …QSSGShaderStageGeneratorInterface &tessCtrlShader(*programGenerator()->getStage(QSSGShaderGenerato… in finalizeTessControlShader()
164 …QSSGShaderStageGeneratorInterface &tessEvalShader(*programGenerator()->getStage(QSSGShaderGenerato… in finalizeTessEvaluationShader()
493 …QSSGShaderStageGeneratorInterface &vertexShader(*getProgramGenerator()->getStage(QSSGShaderGenerat… in getParaboloidDepthNoTessShader()
524 …QSSGShaderStageGeneratorInterface &vertexShader(*getProgramGenerator()->getStage(QSSGShaderGenerat… in getParaboloidDepthTessLinearShader()
587 …QSSGShaderStageGeneratorInterface &vertexShader(*getProgramGenerator()->getStage(QSSGShaderGenerat… in getParaboloidDepthTessPhongShader()
1580 …QSSGShaderStageGeneratorInterface &vertexGenerator(*theGenerator->getStage(QSSGShaderGeneratorStag… in getSkyBoxShader()
[all …]
H A Dqssgvertexpipelineimpl_p.h107 return *programGenerator()->getStage(QSSGShaderGeneratorStage::Vertex); in vertex()
111 return *programGenerator()->getStage(QSSGShaderGeneratorStage::TessControl); in tessControl()
115 return *programGenerator()->getStage(QSSGShaderGeneratorStage::TessEval); in tessEval()
119 return *programGenerator()->getStage(QSSGShaderGeneratorStage::Geometry); in geometry()
123 return *programGenerator()->getStage(QSSGShaderGeneratorStage::Fragment); in fragment()
139 if (m_wireframe && programGenerator()->getStage(QSSGShaderGeneratorStage::Geometry) in initializeWireframeGeometryShader()
140 && programGenerator()->getStage(QSSGShaderGeneratorStage::TessEval)) { in initializeWireframeGeometryShader()
175 …QSSGShaderStageGeneratorInterface &geometryShader(*programGenerator()->getStage(QSSGShaderGenerato… in finalizeWireframeGeometryShader()
177 if (m_wireframe == true && programGenerator()->getStage(QSSGShaderGeneratorStage::Geometry) in finalizeWireframeGeometryShader()
178 && programGenerator()->getStage(QSSGShaderGeneratorStage::TessEval)) { in finalizeWireframeGeometryShader()
[all …]
/dports/science/simbody/simbody-Simbody-3.7/SimTKcommon/Simulation/src/
H A DSubsystem.cpp207 SimTK_STAGECHECK_EQ_ALWAYS(getStage(s), Stage::Empty, in realizeSubsystemTopology()
226 SimTK_STAGECHECK_GE_ALWAYS(getStage(s), Stage::Topology, in realizeSubsystemModel()
228 if (getStage(s) < Stage::Model) { in realizeSubsystemModel()
245 if (getStage(s) < Stage::Instance) { in realizeSubsystemInstance()
260 SimTK_STAGECHECK_GE_ALWAYS(getStage(s), Stage(Stage::Time).prev(), in realizeSubsystemTime()
262 if (getStage(s) < Stage::Time) { in realizeSubsystemTime()
279 if (getStage(s) < Stage::Position) { in realizeSubsystemPosition()
296 if (getStage(s) < Stage::Velocity) { in realizeSubsystemVelocity()
313 if (getStage(s) < Stage::Dynamics) { in realizeSubsystemDynamics()
330 if (getStage(s) < Stage::Acceleration) { in realizeSubsystemAcceleration()
[all …]
/dports/audio/lmms/lmms-1.2.2/src/core/
H A DProjectVersion.cpp122 if(!(a.getStage().isEmpty() && b.getStage().isEmpty())) in compare()
125 if(a.getStage().isEmpty()) in compare()
129 if(b.getStage().isEmpty()) in compare()
135 int cmp = QString::compare(a.getStage(), b.getStage()); in compare()
/dports/science/simbody/simbody-Simbody-3.7/Simbody/src/
H A DSimbodyMatterSubtree.cpp548 Stage getStage() const {return stage;} in getStage() function in SimTK::SimbodyMatterSubtreeResults::SubtreeResultsRep
914 assert(getStage() >= Stage::Model); in findSubtreeBodyQ()
921 assert(getStage() >= Stage::Model); in findSubtreeBodyU()
928 assert(getStage() >= Stage::Position); in getSubtreeQ()
932 assert(getStage() >= Stage::Position); in getSubtreeBodyTransform()
937 assert(getStage() >= Stage::Velocity); in getSubtreeU()
941 assert(getStage() >= Stage::Velocity); in getSubtreeBodyVelocity()
995 if (sr.getStage() >= Stage::Topology) in operator <<()
998 if (sr.getStage() >= Stage::Model) { in operator <<()
1013 if (sr.getStage() >= Stage::Position) { in operator <<()
[all …]
/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgManipulator/
H A DConstraint.cpp65 if (command.getStage() == osgManipulator::MotionCommand::START) in constrain()
67 else if (command.getStage() == osgManipulator::MotionCommand::FINISH) in constrain()
83 if (command.getStage() == osgManipulator::MotionCommand::START) in constrain()
85 else if (command.getStage() == osgManipulator::MotionCommand::FINISH) in constrain()
109 if (command.getStage() == osgManipulator::MotionCommand::START) in constrain()
111 else if (command.getStage() == osgManipulator::MotionCommand::FINISH) in constrain()
134 if (command.getStage() == osgManipulator::MotionCommand::START) in constrain()
136 else if (command.getStage() == osgManipulator::MotionCommand::FINISH) in constrain()
/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgManipulator/
H A DConstraint.cpp65 if (command.getStage() == osgManipulator::MotionCommand::START) in constrain()
67 else if (command.getStage() == osgManipulator::MotionCommand::FINISH) in constrain()
83 if (command.getStage() == osgManipulator::MotionCommand::START) in constrain()
85 else if (command.getStage() == osgManipulator::MotionCommand::FINISH) in constrain()
109 if (command.getStage() == osgManipulator::MotionCommand::START) in constrain()
111 else if (command.getStage() == osgManipulator::MotionCommand::FINISH) in constrain()
134 if (command.getStage() == osgManipulator::MotionCommand::START) in constrain()
136 else if (command.getStage() == osgManipulator::MotionCommand::FINISH) in constrain()
/dports/graphics/gnash/gnash-2b3bdede0305c4fc3ad21a0a4197330606c9b880/libdevice/events/
H A DTouchDevice.cpp167 float ref0x = _gui->getStage()->getStageWidth() / 5 * 1; in apply_ts_calibration()
168 float ref0y = _gui->getStage()->getStageHeight() / 5 * 1; in apply_ts_calibration()
169 float ref1x = _gui->getStage()->getStageWidth() / 5 * 4; in apply_ts_calibration()
171 float ref1y = _gui->getStage()->getStageHeight() / 5 * 1; in apply_ts_calibration()
172 float ref2x = _gui->getStage()->getStageWidth() / 5 * 4; in apply_ts_calibration()
173 float ref2y = _gui->getStage()->getStageHeight() / 5 * 4; in apply_ts_calibration()
/dports/net/seda/seda-release-20020712/seda/src/seda/sandStorm/test/bench/simple-p2p/
H A DRecvStage.java43 System.err.println(config.getStage().getName()+": Started"); in init()
46 mysink = config.getStage().getSink(); in init()
52 nextSink = config.getManager().getStage(nextHandler).getSink(); in init()
/dports/math/flopc++/FlopCpp-d4c1d98/FlopCpp/src/
H A DMP_expression.cpp35 int getStage() const { in getStage() function in flopc::Expression_constant
36 return C->getStage(); //NB to be changed in getStage()
197 if (multiplicators[i]->getStage() > stage) { in operator ()()
198 stage = multiplicators[i]->getStage(); in operator ()()
206 int tstage = C->getStage(); in operator ()()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/CodeGen/
H A DModuloSchedule.cpp75 int DefStage = Schedule.getStage(MI); in expand()
89 int UseStage = Schedule.getStage(UseMI); in expand()
135 unsigned StageNum = Schedule.getStage(CI); in generatePipelinedLoop()
1198 int DefStage = Schedule.getStage(&Phi); in isLoopCarried()
1207 int LoopStage = Schedule.getStage(Use); in isLoopCarried()
1360 int ConsumerStage = S.getStage(&MI); in remapUse()
1599 int Stage = getStage(MI); in filterInstructions()
1632 if (getStage(MI) != Stage) { in moveStageBetweenBlocks()
1647 if (getStage(MI) != Stage) in moveStageBetweenBlocks()
1661 if (getStage(Def) == Stage) { in moveStageBetweenBlocks()
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/lib/CodeGen/
H A DModuloSchedule.cpp77 int DefStage = Schedule.getStage(MI); in expand()
91 int UseStage = Schedule.getStage(UseMI); in expand()
137 unsigned StageNum = Schedule.getStage(CI); in generatePipelinedLoop()
1200 int DefStage = Schedule.getStage(&Phi); in isLoopCarried()
1209 int LoopStage = Schedule.getStage(Use); in isLoopCarried()
1362 int ConsumerStage = S.getStage(&MI); in remapUse()
1601 int Stage = getStage(MI); in filterInstructions()
1634 if (getStage(MI) != Stage) { in moveStageBetweenBlocks()
1649 if (getStage(MI) != Stage) in moveStageBetweenBlocks()
1663 if (getStage(Def) == Stage) { in moveStageBetweenBlocks()
[all …]
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/CodeGen/
H A DModuloSchedule.cpp75 int DefStage = Schedule.getStage(MI); in expand()
89 int UseStage = Schedule.getStage(UseMI); in expand()
135 unsigned StageNum = Schedule.getStage(CI); in generatePipelinedLoop()
1198 int DefStage = Schedule.getStage(&Phi); in isLoopCarried()
1207 int LoopStage = Schedule.getStage(Use); in isLoopCarried()
1360 int ConsumerStage = S.getStage(&MI); in remapUse()
1599 int Stage = getStage(MI); in filterInstructions()
1632 if (getStage(MI) != Stage) { in moveStageBetweenBlocks()
1647 if (getStage(MI) != Stage) in moveStageBetweenBlocks()
1661 if (getStage(Def) == Stage) { in moveStageBetweenBlocks()
[all …]
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/lib/CodeGen/
H A DModuloSchedule.cpp75 int DefStage = Schedule.getStage(MI); in expand()
89 int UseStage = Schedule.getStage(UseMI); in expand()
135 unsigned StageNum = Schedule.getStage(CI); in generatePipelinedLoop()
1198 int DefStage = Schedule.getStage(&Phi); in isLoopCarried()
1207 int LoopStage = Schedule.getStage(Use); in isLoopCarried()
1360 int ConsumerStage = S.getStage(&MI); in remapUse()
1599 int Stage = getStage(MI); in filterInstructions()
1632 if (getStage(MI) != Stage) { in moveStageBetweenBlocks()
1647 if (getStage(MI) != Stage) in moveStageBetweenBlocks()
1661 if (getStage(Def) == Stage) { in moveStageBetweenBlocks()
[all …]
/dports/devel/llvm11/llvm-11.0.1.src/lib/CodeGen/
H A DModuloSchedule.cpp77 int DefStage = Schedule.getStage(MI); in expand()
91 int UseStage = Schedule.getStage(UseMI); in expand()
137 unsigned StageNum = Schedule.getStage(CI); in generatePipelinedLoop()
1200 int DefStage = Schedule.getStage(&Phi); in isLoopCarried()
1209 int LoopStage = Schedule.getStage(Use); in isLoopCarried()
1362 int ConsumerStage = S.getStage(&MI); in remapUse()
1601 int Stage = getStage(MI); in filterInstructions()
1634 if (getStage(MI) != Stage) { in moveStageBetweenBlocks()
1649 if (getStage(MI) != Stage) in moveStageBetweenBlocks()
1663 if (getStage(Def) == Stage) { in moveStageBetweenBlocks()
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/lib/CodeGen/
H A DModuloSchedule.cpp75 int DefStage = Schedule.getStage(MI); in expand()
89 int UseStage = Schedule.getStage(UseMI); in expand()
135 unsigned StageNum = Schedule.getStage(CI); in generatePipelinedLoop()
1198 int DefStage = Schedule.getStage(&Phi); in isLoopCarried()
1207 int LoopStage = Schedule.getStage(Use); in isLoopCarried()
1360 int ConsumerStage = S.getStage(&MI); in remapUse()
1599 int Stage = getStage(MI); in filterInstructions()
1632 if (getStage(MI) != Stage) { in moveStageBetweenBlocks()
1647 if (getStage(MI) != Stage) in moveStageBetweenBlocks()
1661 if (getStage(Def) == Stage) { in moveStageBetweenBlocks()
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/lib/CodeGen/
H A DModuloSchedule.cpp75 int DefStage = Schedule.getStage(MI); in expand()
89 int UseStage = Schedule.getStage(UseMI); in expand()
135 unsigned StageNum = Schedule.getStage(CI); in generatePipelinedLoop()
1198 int DefStage = Schedule.getStage(&Phi); in isLoopCarried()
1207 int LoopStage = Schedule.getStage(Use); in isLoopCarried()
1360 int ConsumerStage = S.getStage(&MI); in remapUse()
1599 int Stage = getStage(MI); in filterInstructions()
1632 if (getStage(MI) != Stage) { in moveStageBetweenBlocks()
1647 if (getStage(MI) != Stage) in moveStageBetweenBlocks()
1661 if (getStage(Def) == Stage) { in moveStageBetweenBlocks()
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/lib/CodeGen/
H A DModuloSchedule.cpp75 int DefStage = Schedule.getStage(MI); in expand()
89 int UseStage = Schedule.getStage(UseMI); in expand()
135 unsigned StageNum = Schedule.getStage(CI); in generatePipelinedLoop()
1198 int DefStage = Schedule.getStage(&Phi); in isLoopCarried()
1207 int LoopStage = Schedule.getStage(Use); in isLoopCarried()
1360 int ConsumerStage = S.getStage(&MI); in remapUse()
1599 int Stage = getStage(MI); in filterInstructions()
1632 if (getStage(MI) != Stage) { in moveStageBetweenBlocks()
1647 if (getStage(MI) != Stage) in moveStageBetweenBlocks()
1661 if (getStage(Def) == Stage) { in moveStageBetweenBlocks()
[all …]

12345678910>>...17