Searched refs:Observe (Results 1 - 25 of 553) sorted by last modified time

1234567891011>>

/external/llvm/lib/CodeGen/
H A DAggressiveAntiDepBreaker.cpp206 void AggressiveAntiDepBreaker::Observe(MachineInstr *MI, unsigned Count, function in class:AggressiveAntiDepBreaker
215 DEBUG(dbgs() << "Observe: ");
H A DAggressiveAntiDepBreaker.h151 /// Observe - Update liveness information to account for the current
154 void Observe(MachineInstr *MI, unsigned Count, unsigned InsertPosIndex);
H A DAntiDepBreaker.h51 /// Observe - Update liveness information to account for the current
54 virtual void Observe(MachineInstr *MI, unsigned Count,
H A DCriticalAntiDepBreaker.cpp110 void CriticalAntiDepBreaker::Observe(MachineInstr *MI, unsigned Count, function in class:CriticalAntiDepBreaker
H A DCriticalAntiDepBreaker.h87 /// Observe - Update liveness information to account for the current
90 void Observe(MachineInstr *MI, unsigned Count, unsigned InsertPosIndex);
H A DPostRASchedulerList.cpp161 /// Observe - Update liveness information to account for the current
164 void Observe(MachineInstr *MI, unsigned Count);
327 Scheduler.Observe(MI, CurrentCount);
399 /// Observe - Update liveness information to account for the current
402 void SchedulePostRATDList::Observe(MachineInstr *MI, unsigned Count) { function in class:SchedulePostRATDList
404 AntiDepBreak->Observe(MI, Count, EndIndex);
/external/chromium/chrome/browser/chromeos/
H A Dnetwork_state_notifier_browsertest.cc43 virtual void Observe(NotificationType type, function in class:chromeos::NetworkStateNotifierTest
H A Dpreferences.cc218 void Preferences::Observe(NotificationType type, function in class:chromeos::Preferences
H A Dpreferences.h36 virtual void Observe(NotificationType type,
H A Dtab_closeable_state_watcher.cc148 void TabCloseableStateWatcher::Observe(NotificationType type, function in class:chromeos::TabCloseableStateWatcher
/external/chromium/chrome/browser/chromeos/notifications/
H A Dballoon_collection_impl.cc136 void BalloonCollectionImpl::Observe(NotificationType type, function in class:chromeos::BalloonCollectionImpl
H A Dballoon_collection_impl.h75 virtual void Observe(NotificationType type,
H A Dballoon_view.cc288 void BalloonViewImpl::Observe(NotificationType type, function in class:chromeos::BalloonViewImpl
H A Dballoon_view.h90 virtual void Observe(NotificationType type,
H A Dnotification_browsertest.cc113 virtual void Observe(NotificationType type, function in class:chromeos::NotificationTest
H A Dnotification_panel.cc605 void NotificationPanel::Observe(NotificationType type, function in class:chromeos::NotificationPanel
H A Dnotification_panel.h108 virtual void Observe(NotificationType type,
/external/chromium/chrome/browser/chromeos/offline/
H A Doffline_load_page.cc199 void OfflineLoadPage::Observe(NotificationType type, function in class:chromeos::OfflineLoadPage
214 InterstitialPage::Observe(type, source, details);
H A Doffline_load_page.h63 // Overrides InterstitialPage's Observe.
64 virtual void Observe(NotificationType type,
/external/chromium/chrome/browser/chromeos/options/
H A Dtake_photo_dialog.cc108 void TakePhotoDialog::Observe(NotificationType type, function in class:chromeos::TakePhotoDialog
H A Dtake_photo_dialog.h54 virtual void Observe(NotificationType type,
/external/chromium/chrome/browser/chromeos/status/
H A Dclock_menu_button.cc110 void ClockMenuButton::Observe(NotificationType type, function in class:chromeos::ClockMenuButton
H A Dclock_menu_button.h76 virtual void Observe(NotificationType type,
H A Dinput_method_menu.cc647 void InputMethodMenu::Observe(NotificationType type, function in class:chromeos::InputMethodMenu
H A Dinput_method_menu.h84 virtual void Observe(NotificationType type,

Completed in 162 milliseconds

1234567891011>>