Searched refs:Schedule (Results 1 - 25 of 50) sorted by relevance

12

/external/chromium_org/cc/base/
H A Dunique_notifier_unittest.cc32 TEST_F(UniqueNotifierTest, Schedule) {
41 notifier.Schedule();
48 notifier.Schedule();
53 notifier.Schedule();
H A Dunique_notifier.cc25 void UniqueNotifier::Schedule() { function in class:cc::UniqueNotifier
H A Dunique_notifier.h28 // Schedule a notification to be run. If another notification is already
30 void Schedule();
H A Ddelayed_unique_notifier.h21 // from Schedule() call.
30 // Schedule a notification to be run. If another notification is already
35 void Schedule();
H A Ddelayed_unique_notifier_unittest.cc72 notifier.Schedule();
83 notifier.Schedule();
107 notifier.Schedule();
169 notifier.Schedule();
204 // Schedule for |delay| seconds from now.
208 notifier.Schedule();
228 notifier.Schedule();
244 notifier.Schedule();
H A Ddelayed_unique_notifier.cc28 void DelayedUniqueNotifier::Schedule() { function in class:cc::DelayedUniqueNotifier
/external/chromium_org/media/filters/
H A Dvideo_frame_scheduler_impl_unittest.cc36 void Schedule(const scoped_refptr<VideoFrame>& frame, int64 target_ms) { function in class:media::VideoFrameSchedulerImplTest
70 Schedule(frame, 0);
80 Schedule(frame, 10);
97 Schedule(dropped, 10);
98 Schedule(displayed, 20);
111 Schedule(frame, 10);
126 Schedule(dropped, 10);
127 Schedule(displayed, 20);
141 Schedule(frame, 10);
/external/chromium_org/third_party/leveldatabase/src/util/
H A Denv_test.cc30 env_->Schedule(&SetBool, &called);
52 // Schedule in different order than start time
57 env_->Schedule(&CB::Run, &cb1);
58 env_->Schedule(&CB::Run, &cb2);
59 env_->Schedule(&CB::Run, &cb3);
60 env_->Schedule(&CB::Run, &cb4);
/external/chromium_org/chrome/browser/history/android/
H A Dandroid_history_provider_service.cc34 hs->Schedule(HistoryService::PRIORITY_NORMAL,
55 hs->Schedule(HistoryService::PRIORITY_NORMAL,
75 hs->Schedule(HistoryService::PRIORITY_NORMAL,
94 hs->Schedule(HistoryService::PRIORITY_NORMAL,
113 hs->Schedule(HistoryService::PRIORITY_NORMAL,
134 hs->Schedule(HistoryService::PRIORITY_NORMAL,
165 hs->Schedule(HistoryService::PRIORITY_NORMAL,
185 hs->Schedule(HistoryService::PRIORITY_NORMAL,
205 hs->Schedule(HistoryService::PRIORITY_NORMAL,
227 hs->Schedule(HistoryServic
[all...]
/external/chromium_org/chrome/browser/sync_file_system/
H A Dsync_process_runner.cc58 void SyncProcessRunner::Schedule() { function in class:sync_file_system::SyncProcessRunner
90 Schedule();
105 Schedule();
126 Schedule();
H A Dsync_process_runner.h37 void Schedule();
/external/chromium_org/net/base/
H A Dsdch_dictionary_fetcher.h40 virtual void Schedule(const GURL& dictionary_url) OVERRIDE;
44 // Delay in ms between Schedule and actual download.
H A Dsdch_dictionary_fetcher.cc32 void SdchDictionaryFetcher::Schedule(const GURL& dictionary_url) { function in class:net::SdchDictionaryFetcher
/external/chromium_org/components/invalidation/
H A Dsync_system_resources_unittest.cc65 sync_system_resources_.internal_scheduler()->Schedule(
73 sync_system_resources_.listener_scheduler()->Schedule(
81 sync_system_resources_.internal_scheduler()->Schedule(
136 sync_system_resources_.internal_scheduler()->Schedule(
145 sync_system_resources_.listener_scheduler()->Schedule(
156 sync_system_resources_.internal_scheduler()->Schedule(
H A Dsync_system_resources.cc96 void SyncInvalidationScheduler::Schedule(invalidation::TimeDelta delay, function in class:syncer::SyncInvalidationScheduler
234 scheduler_->Schedule(
/external/guava/guava-tests/test/com/google/common/util/concurrent/
H A DAbstractScheduledServiceTest.java281 protected Schedule getNextSchedule() throws Exception {
283 return new Schedule(0, TimeUnit.SECONDS);
333 protected Schedule getNextSchedule() throws Exception {
336 return new Schedule(0, TimeUnit.SECONDS);
379 protected Schedule getNextSchedule() throws Exception {
380 return new Schedule(delay, unit);
425 protected Schedule getNextSchedule() throws Exception {
429 return new Schedule(delay, unit);
/external/guava/guava/src/com/google/common/util/concurrent/
H A DAbstractScheduledService.java358 final Schedule schedule = CustomScheduler.this.getNextSchedule();
407 protected static final class Schedule { class in class:AbstractScheduledService.CustomScheduler
416 public Schedule(long delay, TimeUnit unit) { method in class:AbstractScheduledService.CustomScheduler.Schedule
431 protected abstract Schedule getNextSchedule() throws Exception;
/external/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGVLIW.cpp85 void Schedule() override;
95 /// Schedule - Schedule the DAG using list scheduling.
96 void ScheduleDAGVLIW::Schedule() { function in class:ScheduleDAGVLIW
186 // priority. If it is not ready put it back. Schedule the node.
H A DScheduleDAGSDNodes.h105 /// Schedule - Order nodes according to selected style, filling
108 virtual void Schedule() = 0;
/external/chromium_org/cc/output/
H A Doverlay_unittest.cc499 MOCK_METHOD5(Schedule,
518 &MockOverlayScheduler::Schedule, base::Unretained(&scheduler_)));
569 Schedule(1,
605 EXPECT_CALL(scheduler_, Schedule(_, _, _, _, _)).Times(0);
637 EXPECT_CALL(scheduler_, Schedule(_, _, _, _, _)).Times(0);
668 EXPECT_CALL(scheduler_, Schedule(_, _, _, _, _)).Times(1);
675 EXPECT_CALL(scheduler_, Schedule(_, _, _, _, _)).Times(1);
683 EXPECT_CALL(scheduler_, Schedule(_, _, _, _, _)).Times(1);
692 EXPECT_CALL(scheduler_, Schedule(_, _, _, _, _)).Times(0);
704 EXPECT_CALL(scheduler_, Schedule(
[all...]
/external/chromium_org/components/password_manager/core/browser/
H A Dpassword_store.cc158 Schedule(&PasswordStore::GetAutofillableLoginsImpl, consumer);
162 Schedule(&PasswordStore::GetBlacklistLoginsImpl, consumer);
228 void PasswordStore::Schedule( function in class:password_manager::PasswordStore
/external/chromium_org/third_party/leveldatabase/src/include/leveldb/
H A Denv.h124 virtual void Schedule(
309 void Schedule(void (*f)(void*), void* a) { function in class:leveldb::EnvWrapper
310 return target_->Schedule(f, a);
/external/chromium_org/webkit/browser/appcache/
H A Dappcache_storage_impl.cc148 void Schedule();
182 void AppCacheStorageImpl::DatabaseTask::Schedule() { function in class:appcache::AppCacheStorageImpl::DatabaseTask
642 Schedule();
661 Schedule();
1361 task->Schedule();
1374 task->Schedule();
1381 task->Schedule();
1398 update_task->Schedule();
1409 task->Schedule();
1427 update_task->Schedule();
[all...]
/external/chromium_org/media/cast/test/utility/
H A Dudp_proxy.cc63 Schedule();
69 void Schedule() { function in class:media::cast::test::Buffer
86 Schedule();
190 Schedule();
223 void Schedule() { function in class:media::cast::test::RandomSortedDelay
245 Schedule();
/external/lldb/examples/test/
H A Dusage-pre-post-flight18 Schedule: normal

Completed in 3194 milliseconds

12