Home
last modified time | relevance | path

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

123

/dports/java/berkeley-db/je-6.2.31/test/com/sleepycat/je/txn/
H A DTxnMemoryTest.java66 private long afterAction; field in TxnMemoryTest
186 afterAction = mb.getLockMemoryUsage(); in testWriteLocks()
213 afterAction = mb.getLockMemoryUsage(); in testReadLocks()
254 assertTrue(afterAction > afterTxnsCreated); in closeTxns()
273 assertTrue((afterAction - afterTxnsCreated) >= expectedLockUsage); in closeTxns()
293 System.out.println("afterUpdate = " + afterAction + in closeTxns()
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/guilib/
H A DGUIControlGroupList.cpp240 …CGUIAction afterAction = GetAction((m_orientation == VERTICAL) ? ACTION_MOVE_DOWN : ACTION_MOVE_RI… in AddControl() local
250 …if (!afterAction.HasActionsMeetingCondition() || afterAction.GetNavigation() == GetID()) // we're … in AddControl()
254 afterAction = CGUIAction(after->GetID()); in AddControl()
261 …if (!afterAction.HasActionsMeetingCondition() || afterAction.GetNavigation() == GetID()) // we're … in AddControl()
262 afterAction = CGUIAction(m_children[0]->GetID()); in AddControl()
270 afterAction = CGUIAction(after->GetID()); in AddControl()
294 control->SetAction(ACTION_MOVE_DOWN, afterAction); in AddControl()
301 control->SetAction(ACTION_MOVE_RIGHT, afterAction); in AddControl()
/dports/editors/calligra/calligra-3.2.1/stage/part/tools/animationtool/
H A DKPrEditAnimationsWidget.cpp233 …QAction *afterAction = new QAction(koIcon("after_previous"), i18n("start after previous animation"… in showTimeLineCustomContextMenu() local
234 afterAction->setCheckable(true); in showTimeLineCustomContextMenu()
235 afterAction->setData(KPrShapeAnimation::AfterPrevious); in showTimeLineCustomContextMenu()
241 actionGroup->addAction(afterAction); in showTimeLineCustomContextMenu()
250 afterAction->setChecked(true); in showTimeLineCustomContextMenu()
257 menu.addAction(afterAction); in showTimeLineCustomContextMenu()
H A DKPrShapeAnimationDocker.cpp535 …QAction *afterAction = new QAction(koIcon("after_previous"), i18n("start after previous animation"… in showAnimationsCustomContextMenu() local
536 afterAction->setCheckable(true); in showAnimationsCustomContextMenu()
537 afterAction->setData(KPrShapeAnimation::AfterPrevious); in showAnimationsCustomContextMenu()
543 actionGroup->addAction(afterAction); in showAnimationsCustomContextMenu()
552 afterAction->setChecked(true); in showAnimationsCustomContextMenu()
559 menu.addAction(afterAction); in showAnimationsCustomContextMenu()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/src/org/eclipse/equinox/internal/p2/engine/phases/
H A DInstall.java98 ProvisioningAction afterAction = new AfterInstallEventAction(); in getActions() local
104 afterAction.setTouchpoint(touchpoint); in getActions()
111 actions.add(afterAction); in getActions()
118 actions.add(afterAction); in getActions()
H A DUninstall.java99 ProvisioningAction afterAction = new AfterUninstallEventAction(); in getActions() local
105 afterAction.setTouchpoint(touchpoint); in getActions()
112 actions.add(afterAction); in getActions()
119 actions.add(afterAction); in getActions()
H A DUnconfigure.java102 ProvisioningAction afterAction = new AfterUnConfigureEventAction(); in getActions() local
106 afterAction.setTouchpoint(touchpoint); in getActions()
115 actions.add(afterAction); in getActions()
H A DConfigure.java97 ProvisioningAction afterAction = new AfterConfigureEventAction(); in getActions() local
101 afterAction.setTouchpoint(touchpoint); in getActions()
110 actions.add(afterAction); in getActions()
/dports/databases/sqlitestudio/sqlitestudio-3.3.3/SQLiteStudio3/guiSQLiteStudio/common/
H A Dextactioncontainer.h96 … static void insertActionAfter(ExtActionPrototype* action, int afterAction, int toolbar = -1);
205 void ExtActionContainer::insertActionAfter(ExtActionPrototype* action, int afterAction, int toolbar) in insertActionAfter() argument
207 insertAction<T>(action, afterAction, true, toolbar); in insertActionAfter()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/jdk/java/util/concurrent/CompletableFuture/
H A DThenComposeExceptionTest.java80 Consumer<CompletableFuture<String>> afterAction) throws Exception { in testThenCompose() argument
97 afterAction.accept(fe); in testThenCompose()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/jdk/java/util/concurrent/CompletableFuture/
H A DThenComposeExceptionTest.java80 Consumer<CompletableFuture<String>> afterAction) throws Exception { in testThenCompose() argument
97 afterAction.accept(fe); in testThenCompose()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/jdk/java/util/concurrent/CompletableFuture/
H A DThenComposeExceptionTest.java80 Consumer<CompletableFuture<String>> afterAction) throws Exception { in testThenCompose() argument
97 afterAction.accept(fe); in testThenCompose()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/jdk/java/util/concurrent/CompletableFuture/
H A DThenComposeExceptionTest.java80 Consumer<CompletableFuture<String>> afterAction) throws Exception { in testThenCompose() argument
97 afterAction.accept(fe); in testThenCompose()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/jdk/java/util/concurrent/CompletableFuture/
H A DThenComposeExceptionTest.java80 Consumer<CompletableFuture<String>> afterAction) throws Exception { in testThenCompose() argument
97 afterAction.accept(fe); in testThenCompose()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/jdk/java/util/concurrent/CompletableFuture/
H A DThenComposeExceptionTest.java80 Consumer<CompletableFuture<String>> afterAction) throws Exception { in testThenCompose() argument
97 afterAction.accept(fe); in testThenCompose()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/jdk/java/util/concurrent/CompletableFuture/
H A DThenComposeExceptionTest.java80 Consumer<CompletableFuture<String>> afterAction) throws Exception { in testThenCompose() argument
97 afterAction.accept(fe); in testThenCompose()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/jdk/java/util/concurrent/CompletableFuture/
H A DThenComposeExceptionTest.java80 Consumer<CompletableFuture<String>> afterAction) throws Exception { in testThenCompose() argument
97 afterAction.accept(fe); in testThenCompose()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/test/java/util/concurrent/CompletableFuture/
H A DThenComposeExceptionTest.java81 Consumer<CompletableFuture<String>> afterAction) throws Exception { in testThenCompose() argument
98 afterAction.accept(fe); in testThenCompose()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/test/java/util/concurrent/CompletableFuture/
H A DThenComposeExceptionTest.java81 Consumer<CompletableFuture<String>> afterAction) throws Exception { in testThenCompose() argument
98 afterAction.accept(fe); in testThenCompose()
/dports/www/limesurvey/limesurvey/framework/console/
H A DCConsoleCommandBehavior.php50 protected function afterAction($event) function in CConsoleCommandBehavior
H A DCConsoleCommand.php173 $exitCode=$this->afterAction($action,$params,is_int($exitCode)?$exitCode:0);
207 protected function afterAction($action,$params,$exitCode=0) function in CConsoleCommand
/dports/www/phalcon/cphalcon-3.4.5/tests/_data/listener/
H A DThirdListener.php53 public function afterAction($event, $component) function in Phalcon\\Test\\Listener\\ThirdListener
/dports/www/phalcon4/cphalcon-4.1.1/tests/_data/fixtures/Listener/
H A DThirdListener.php59 public function afterAction($event, $component) function in Phalcon\\Test\\Fixtures\\Listener\\ThirdListener
/dports/databases/sqlitestudio/sqlitestudio-3.3.3/SQLiteStudio3/guiSQLiteStudio/windows/
H A Deditorwindow.h87 …static void insertActionAfter(ExtActionPrototype* action, Action afterAction, ToolBar toolbar = TO…
H A Dviewwindow.h83 …static void insertActionAfter(ExtActionPrototype* action, Action afterAction, ToolBar toolbar = TO…

123