Home
last modified time | relevance | path

Searched refs:STOPPING (Results 1 – 25 of 767) sorted by relevance

12345678910>>...31

/dports/audio/rosegarden/rosegarden-21.06.1/src/sequencer/
H A DSequencerThread.cpp63 seq.setStatus(STOPPING); in run()
73 seq.setStatus(STOPPING); in run()
83 seq.setStatus(STOPPING); in run()
93 seq.setStatus(STOPPING); in run()
121 case STOPPING: in run()
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/app/assets/javascripts/vue_merge_request_widget/components/deployment/
H A Ddeployment_actions.vue11 STOPPING,
41 STOPPING,
79 [STOPPING]: {
80 actionName: STOPPING,
126 this.executeAction(this.stopUrl, this.$options.actionsConfiguration[STOPPING]);
171 :actions-configuration="$options.actionsConfiguration[constants.STOPPING]"
172 :button-title="$options.actionsConfiguration[constants.STOPPING].buttonText"
/dports/devel/hadoop/jetty-6.1.14/modules/util/src/main/java/org/mortbay/component/
H A DAbstractLifeCycle.java29 private final int FAILED = -1, STOPPED = 0, STARTING = 1, STARTED = 2, STOPPING = 3; field in AbstractLifeCycle
75 if (_state == STOPPING || _state == STOPPED) in stop()
114 return _state == STOPPING; in isStopping()
163 _state = STOPPING; in setStopping()
/dports/devel/hadoop2/jetty-6.1.14/modules/util/src/main/java/org/mortbay/component/
H A DAbstractLifeCycle.java29 private final int FAILED = -1, STOPPED = 0, STARTING = 1, STARTED = 2, STOPPING = 3; field in AbstractLifeCycle
75 if (_state == STOPPING || _state == STOPPED) in stop()
114 return _state == STOPPING; in isStopping()
163 _state = STOPPING; in setStopping()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/compiler/c2/
H A DTest8004741.java81 private static final int STOPPING = 2; field in Test8004741
126 toState(STOPPING); in run()
141 t.waitFor(STOPPING); in threadTest()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/hotspot/jtreg/compiler/c2/
H A DTest8004741.java81 private static final int STOPPING = 2; field in Test8004741
126 toState(STOPPING); in run()
141 t.waitFor(STOPPING); in threadTest()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/hotspot/jtreg/compiler/c2/
H A DTest8004741.java80 private static final int STOPPING = 2; field in Test8004741
125 toState(STOPPING); in run()
140 t.waitFor(STOPPING); in threadTest()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/hotspot/jtreg/compiler/c2/
H A DTest8004741.java80 private static final int STOPPING = 2; field in Test8004741
125 toState(STOPPING); in run()
140 t.waitFor(STOPPING); in threadTest()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/hotspot/jtreg/compiler/c2/
H A DTest8004741.java80 private static final int STOPPING = 2; field in Test8004741
125 toState(STOPPING); in run()
140 t.waitFor(STOPPING); in threadTest()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/compiler/c2/
H A DTest8004741.java81 private static final int STOPPING = 2; field in Test8004741
126 toState(STOPPING); in run()
141 t.waitFor(STOPPING); in threadTest()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/hotspot/jtreg/compiler/c2/
H A DTest8004741.java81 private static final int STOPPING = 2; field in Test8004741
126 toState(STOPPING); in run()
141 t.waitFor(STOPPING); in threadTest()
/dports/misc/orion/orion-1.6.7-12-gec8400c/src/qml/
H A DMultimediaBackend.qml38 status -- string "PLAYING" | "PAUSED" | "STOPPING" | "STOPPED"
71 status = "STOPPING";
76 if (status == "PAUSED" || status == "STOPPING" || status == "STOPPED")
83 if (status !== "STOPPING")
171 if (root.status == "STOPPING" && position == 0) {
/dports/devel/py-buildbot/buildbot-3.4.1/buildbot/machine/
H A Dlatent.py33 STOPPING = 3 variable in States
79 if self.state == States.STOPPING:
132 if self.state == States.STOPPING:
136 self.state = States.STOPPING
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/hotspot/jtreg/compiler/c2/
H A DTest8004741.java70 private static final int STOPPING = 2; field in Test8004741
121 toState(STOPPING); in run()
136 t.waitFor(STOPPING); in threadTest()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/test/compiler/8004741/
H A DTest8004741.java63 private static final int STOPPING = 2; field in Test8004741
114 toState(STOPPING); in run()
129 t.waitFor(STOPPING); in threadTest()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/test/compiler/8004741/
H A DTest8004741.java63 private static final int STOPPING = 2; field in Test8004741
114 toState(STOPPING); in run()
129 t.waitFor(STOPPING); in threadTest()
/dports/devel/py-buildbot/buildbot-3.4.1/buildbot/test/fake/
H A Dlatent.py38 STOPPING = 3 variable in States
86 return self.state == States.STOPPING
113 if self.auto_stop_flag and self.state == States.STOPPING:
124 assert self.state == States.STOPPING
222 self._controller.state = States.STOPPING
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/sync/driver/
H A Dmodel_load_manager.cc98 dtc->state() == DataTypeController::STOPPING) { in Initialize()
139 dtc->state() != DataTypeController::STOPPING) { in StopDatatype()
172 DCHECK_NE(DataTypeController::STOPPING, dtc->state()); in LoadDesiredTypes()
192 dtc->state() != DataTypeController::STOPPING) { in Stop()
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-glue/source/model/
H A DCrawlerState.cpp41 return CrawlerState::STOPPING; in GetCrawlerStateForName()
61 case CrawlerState::STOPPING: in GetNameForCrawlerState()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/rt.equinox.bundles/bundles/org.eclipse.equinox.app/osgi/org/osgi/service/application/
H A DApplicationHandle.java72 public final static String STOPPING = "STOPPING"; field in ApplicationHandle
210 if (STOPPING.equals(getState())) in destroy()
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-lookoutequipment/source/model/
H A DInferenceSchedulerStatus.cpp42 return InferenceSchedulerStatus::STOPPING; in GetInferenceSchedulerStatusForName()
66 case InferenceSchedulerStatus::STOPPING: in GetNameForInferenceSchedulerStatus()
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-appstream/source/model/
H A DFleetState.cpp42 return FleetState::STOPPING; in GetFleetStateForName()
66 case FleetState::STOPPING: in GetNameForFleetState()
/dports/net/kea/kea-2.0.1/src/bin/d2/tests/
H A Dd2_process_unittests.cc247 EXPECT_EQ(D2QueueMgr::STOPPING, queue_mgr->getMgrState()); in TEST_F()
254 EXPECT_EQ(D2QueueMgr::STOPPING, queue_mgr->getMgrState()); in TEST_F()
276 EXPECT_EQ(D2QueueMgr::STOPPING, queue_mgr->getMgrState()); in TEST_F()
324 ASSERT_EQ(D2QueueMgr::STOPPING, queue_mgr->getMgrState()); in TEST_F()
359 ASSERT_EQ(D2QueueMgr::STOPPING, queue_mgr->getMgrState()); in TEST_F()
499 EXPECT_EQ(D2QueueMgr::STOPPING, queue_mgr->getMgrState()); in TEST_F()
/dports/net/storj/storj-1.45.3/vendor/github.com/apache/thrift/lib/cpp/test/concurrency/
H A DThreadFactoryTests.h122 enum STATE { UNINITIALIZED, STARTING, STARTED, STOPPING, STOPPED }; enumerator
141 if (_state == SynchStartTask::STOPPING) { in run()
192 state = SynchStartTask::STOPPING; in synchStartTest()
197 while (state == SynchStartTask::STOPPING) { in synchStartTest()
/dports/www/fabio/fabio-1.5.14/vendor/github.com/apache/thrift/thrift-da1169d75b15/lib/cpp/test/concurrency/
H A DThreadFactoryTests.h122 enum STATE { UNINITIALIZED, STARTING, STARTED, STOPPING, STOPPED }; enumerator
141 if (_state == SynchStartTask::STOPPING) { in run()
192 state = SynchStartTask::STOPPING; in synchStartTest()
197 while (state == SynchStartTask::STOPPING) { in synchStartTest()

12345678910>>...31