Home
last modified time | relevance | path

Searched refs:RUNNING (Results 1 – 25 of 37) sorted by relevance

12

/external/guava/guava-tests/test/com/google/common/util/concurrent/
DAbstractServiceTest.java46 assertEquals(Service.State.RUNNING, service.state()); in testNoOpServiceStartStop()
60 assertEquals(Service.State.RUNNING, service.state()); in testNoOpServiceStartAndWaitStopAndWait()
71 assertEquals(Service.State.RUNNING, service.state()); in testNoOpServiceStartStopIdempotence()
83 assertEquals(Service.State.RUNNING, service.state()); in testNoOpServiceStartStopIdempotenceAfterWait()
95 assertEquals(Service.State.RUNNING, service.state()); in testNoOpServiceStartStopIdempotenceDoubleWait()
109 assertEquals(Service.State.RUNNING, service.state()); in testNoOpServiceStartStopAndWaitUninterruptible()
145 assertEquals(Service.State.RUNNING, service.state()); in testManualServiceStartStop()
187 assertEquals(Service.State.RUNNING, service.state()); in testManualServiceUnrequestedStop()
220 assertEquals(Service.State.RUNNING, service.state()); in testThreadedServiceStartAndWaitStopAndWait()
235 assertEquals(Service.State.RUNNING, service.state()); in testThreadedServiceStartStopIdempotence()
[all …]
DAbstractExecutionThreadServiceTest.java63 assertEquals(Service.State.RUNNING, service.state()); in testServiceStartStop()
80 assertEquals(Service.State.RUNNING, service.state()); in testServiceStartStopIdempotence()
82 assertEquals(Service.State.RUNNING, service.state()); in testServiceStartStopIdempotence()
93 assertEquals(Service.State.RUNNING, service.start().get()); in testServiceStartStopIdempotence()
94 assertEquals(Service.State.RUNNING, service.startAndWait()); in testServiceStartStopIdempotence()
104 service.expectedShutdownState = Service.State.RUNNING; in testServiceExitingOnItsOwn()
108 assertEquals(Service.State.RUNNING, service.state()); in testServiceExitingOnItsOwn()
141 assertEquals(State.RUNNING, state()); in run()
250 assertEquals(Service.State.RUNNING, service.state()); in testServiceThrowOnShutDown()
DAbstractIdleServiceTest.java57 assertEquals(Service.State.RUNNING, service.state()); in testServiceStartStop()
70 assertEquals("NullService [" + Service.State.RUNNING + "]", service.toString()); in testServiceToString()
/external/guava/guava/src/com/google/common/util/concurrent/
DAbstractService.java113 } else if (state == State.RUNNING) { in stop()
155 state = State.RUNNING; in notifyStarted()
159 startup.set(State.RUNNING); in notifyStarted()
177 if (state != State.STOPPING && state != State.RUNNING) { in notifyStopped()
208 } else if (state == State.RUNNING) { in notifyFailed()
221 return state() == State.RUNNING; in isRunning()
DAbstractFuture.java220 static final int RUNNING = 0; field in AbstractFuture.Sync
351 boolean doCompletion = compareAndSetState(RUNNING, COMPLETING); in complete()
DService.java140 RUNNING, enumConstant
/external/oprofile/module/
Doprofile.c137 if (state == RUNNING) in stop_cpu_perfctr()
143 if (state == RUNNING) in start_cpu_perfctr()
192 if (state != RUNNING) in __oprof_put_note()
324 case RUNNING: in oprof_read()
527 state = RUNNING; in oprof_start()
542 if (state == RUNNING) { in oprof_partial_stop()
708 if (state != RUNNING) in sysctl_do_dump()
730 if (state != RUNNING) in sysctl_do_dump_stop()
/external/chromium/chrome/browser/sync/glue/
Dfrontend_data_type_controller_unittest.cc154 EXPECT_EQ(DataTypeController::RUNNING, frontend_dtc_->state()); in TEST_F()
169 EXPECT_EQ(DataTypeController::RUNNING, frontend_dtc_->state()); in TEST_F()
221 EXPECT_EQ(DataTypeController::RUNNING, frontend_dtc_->state()); in TEST_F()
238 EXPECT_EQ(DataTypeController::RUNNING, frontend_dtc_->state()); in TEST_F()
Dbookmark_data_type_controller_unittest.cc107 EXPECT_EQ(DataTypeController::RUNNING, bookmark_dtc_->state()); in TEST_F()
124 EXPECT_EQ(DataTypeController::RUNNING, bookmark_dtc_->state()); in TEST_F()
204 EXPECT_EQ(DataTypeController::RUNNING, bookmark_dtc_->state()); in TEST_F()
Dfrontend_data_type_controller.cc67 DCHECK_EQ(state_, RUNNING); in Start()
101 state_ = RUNNING; in Associate()
Dextension_data_type_controller_unittest.cc93 EXPECT_EQ(DataTypeController::RUNNING, extension_dtc_->state()); in TEST_F()
151 EXPECT_EQ(DataTypeController::RUNNING, extension_dtc_->state()); in TEST_F()
Dtheme_data_type_controller_unittest.cc92 EXPECT_EQ(DataTypeController::RUNNING, theme_dtc_->state()); in TEST_F()
150 EXPECT_EQ(DataTypeController::RUNNING, theme_dtc_->state()); in TEST_F()
Dpreference_data_type_controller_unittest.cc94 EXPECT_EQ(DataTypeController::RUNNING, preference_dtc_->state()); in TEST_F()
152 EXPECT_EQ(DataTypeController::RUNNING, preference_dtc_->state()); in TEST_F()
Ddata_type_controller.h35 RUNNING, // The controller is running and the data type is enumerator
Ddata_type_manager_impl2_unittest.cc117 WillRepeatedly(Return(DataTypeController::RUNNING)); in SetStartStopExpectations()
249 WillRepeatedly(Return(DataTypeController::RUNNING)); in TEST_F()
339 WillRepeatedly(Return(DataTypeController::RUNNING)); in TEST_F()
Dpassword_data_type_controller.cc167 StartDone(!sync_has_nodes ? OK_FIRST_RUN : OK, RUNNING); in StartImpl()
Dtyped_url_data_type_controller.cc209 StartDone(!sync_has_nodes ? OK_FIRST_RUN : OK, RUNNING); in StartImpl()
Dautofill_data_type_controller.cc244 StartDone(!sync_has_nodes ? OK_FIRST_RUN : OK, RUNNING); in StartImpl()
Ddata_type_manager_impl.cc134 dtc->state() == DataTypeController::RUNNING)) { in Configure()
Dautofill_data_type_controller_unittest.cc169 EXPECT_EQ(DataTypeController::RUNNING, autofill_dtc_->state()); in TEST_F()
/external/chromium/base/synchronization/
Dcondition_variable_win.cc17 run_state_(RUNNING), in ConditionVariable()
57 if (RUNNING != run_state_) return; // Destruction in progress. in TimedWait()
Dcondition_variable.h151 enum RunState { SHUTDOWN = 0, RUNNING = 64213 }; enumerator
/external/oprofile/libop/
Dop_interface.h44 RUNNING = 2 enumerator
/external/apache-harmony/luni/src/test/resources/net.resources/
DREADME.txt73 RUNNING THE TESTS
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/properties/
DfeedWatch.emf.properties68 # RUNNING NO EXTERNAL <exec>

12