Home
last modified time | relevance | path

Searched refs:StartAll (Results 1 – 8 of 8) sorted by relevance

/external/chromium_org/build/android/pylib/utils/
Dreraiser_thread_unittest.py53 group.StartAll()
66 group.StartAll()
76 group.StartAll()
89 group.StartAll()
Dparallelizer.py125 r._objs.StartAll() # pylint: disable=W0212
181 r._objs.StartAll() # pylint: disable=W0212
Dtimeout_retry.py44 thread_group.StartAll()
Dreraiser_thread.py102 def StartAll(self): member in ReraiserThreadGroup
/external/chromium_org/build/android/pylib/base/
Dtest_dispatcher.py265 workers.StartAll()
314 threads.StartAll()
329 threads.StartAll()
/external/chromium_org/ui/message_center/
Dmessage_center_impl_unittest.cc226 popup_timers_controller->StartAll(); in TEST_F()
286 popup_timers_controller->StartAll(); in TEST_F()
303 popup_timers_controller->StartAll(); in TEST_F()
Dmessage_center_impl.h103 void StartAll();
Dmessage_center_impl.cc305 void PopupTimersController::StartAll() { in StartAll() function in message_center::internal::PopupTimersController
890 popup_timers_controller_->StartAll(); in RestartPopupTimers()