/external/guava/guava-tests/test/com/google/common/util/concurrent/ |
D | AbstractServiceTest.java | 46 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 …]
|
D | AbstractExecutionThreadServiceTest.java | 63 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()
|
D | AbstractIdleServiceTest.java | 57 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/ |
D | AbstractService.java | 113 } 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()
|
D | AbstractFuture.java | 220 static final int RUNNING = 0; field in AbstractFuture.Sync 351 boolean doCompletion = compareAndSetState(RUNNING, COMPLETING); in complete()
|
D | Service.java | 140 RUNNING, enumConstant
|
/external/oprofile/module/ |
D | oprofile.c | 137 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/ |
D | frontend_data_type_controller_unittest.cc | 154 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()
|
D | bookmark_data_type_controller_unittest.cc | 107 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()
|
D | frontend_data_type_controller.cc | 67 DCHECK_EQ(state_, RUNNING); in Start() 101 state_ = RUNNING; in Associate()
|
D | extension_data_type_controller_unittest.cc | 93 EXPECT_EQ(DataTypeController::RUNNING, extension_dtc_->state()); in TEST_F() 151 EXPECT_EQ(DataTypeController::RUNNING, extension_dtc_->state()); in TEST_F()
|
D | theme_data_type_controller_unittest.cc | 92 EXPECT_EQ(DataTypeController::RUNNING, theme_dtc_->state()); in TEST_F() 150 EXPECT_EQ(DataTypeController::RUNNING, theme_dtc_->state()); in TEST_F()
|
D | preference_data_type_controller_unittest.cc | 94 EXPECT_EQ(DataTypeController::RUNNING, preference_dtc_->state()); in TEST_F() 152 EXPECT_EQ(DataTypeController::RUNNING, preference_dtc_->state()); in TEST_F()
|
D | data_type_controller.h | 35 RUNNING, // The controller is running and the data type is enumerator
|
D | data_type_manager_impl2_unittest.cc | 117 WillRepeatedly(Return(DataTypeController::RUNNING)); in SetStartStopExpectations() 249 WillRepeatedly(Return(DataTypeController::RUNNING)); in TEST_F() 339 WillRepeatedly(Return(DataTypeController::RUNNING)); in TEST_F()
|
D | password_data_type_controller.cc | 167 StartDone(!sync_has_nodes ? OK_FIRST_RUN : OK, RUNNING); in StartImpl()
|
D | typed_url_data_type_controller.cc | 209 StartDone(!sync_has_nodes ? OK_FIRST_RUN : OK, RUNNING); in StartImpl()
|
D | autofill_data_type_controller.cc | 244 StartDone(!sync_has_nodes ? OK_FIRST_RUN : OK, RUNNING); in StartImpl()
|
D | data_type_manager_impl.cc | 134 dtc->state() == DataTypeController::RUNNING)) { in Configure()
|
D | autofill_data_type_controller_unittest.cc | 169 EXPECT_EQ(DataTypeController::RUNNING, autofill_dtc_->state()); in TEST_F()
|
/external/chromium/base/synchronization/ |
D | condition_variable_win.cc | 17 run_state_(RUNNING), in ConditionVariable() 57 if (RUNNING != run_state_) return; // Destruction in progress. in TimedWait()
|
D | condition_variable.h | 151 enum RunState { SHUTDOWN = 0, RUNNING = 64213 }; enumerator
|
/external/oprofile/libop/ |
D | op_interface.h | 44 RUNNING = 2 enumerator
|
/external/apache-harmony/luni/src/test/resources/net.resources/ |
D | README.txt | 73 RUNNING THE TESTS
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/properties/ |
D | feedWatch.emf.properties | 68 # RUNNING NO EXTERNAL <exec>
|