/external/chromium_org/chrome/browser/ |
idle.cc | 12 IdleCallback notify, 15 notify.Run(IDLE_STATE_IDLE); 17 notify.Run(IDLE_STATE_ACTIVE); 22 void CalculateIdleState(int idle_threshold, IdleCallback notify) { 24 notify.Run(IDLE_STATE_LOCKED); 30 notify));
|
idle.h | 26 // Calculate the Idle state and notify the callback. |idle_threshold| is the 27 // amount of time (in seconds) before considered idle. |notify| is 29 void CalculateIdleState(int idle_threshold, IdleCallback notify); 31 // Calculate Idle time in seconds and notify the callback 32 void CalculateIdleTime(IdleTimeCallback notify);
|
idle_android.cc | 13 void CalculateIdleTime(IdleTimeCallback notify) { 15 notify.Run(0);
|
idle_chromeos.cc | 12 void CalculateIdleTime(IdleTimeCallback notify) { 15 notify.Run(static_cast<int>(idle_time.InSeconds()));
|
/external/valgrind/main/drd/ |
drd_clientreq.h | 73 /* To notify drd that a thread finished because */ 78 /* To notify drd before a pthread_cancel call. */ 81 /* To notify drd after a pthread_cancel call. */ 85 /* to notify the drd tool of a pthread_mutex_init call. */ 88 /* to notify the drd tool of a pthread_mutex_init call. */ 91 /* to notify the drd tool of a pthread_mutex_destroy call. */ 94 /* to notify the drd tool of a pthread_mutex_destroy call. */ 97 /* to notify the drd tool of pthread_mutex_lock calls */ 100 /* to notify the drd tool of pthread_mutex_lock calls */ 103 /* to notify the drd tool of pthread_mutex_unlock calls * [all...] |
/external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/ |
NotificationManagerTest.java | 28 notificationManager.notify(1, notification1); 32 notificationManager.notify(31, notification2); 39 notificationManager.notify(1, notification1); 41 notificationManager.notify(1, notification2); 48 notificationManager.notify("a tag", 1, notification1); 55 notificationManager.notify("a tag", 1, notification1); 62 notificationManager.notify("a tag", 1, notification1); 69 notificationManager.notify(1, notification1); 78 notificationManager.notify("a tag", 1, notification1); 88 notificationManager.notify(1, notification1) [all...] |
/external/chromium/chrome/browser/ui/cocoa/bookmarks/ |
bookmark_model_observer_for_cocoa.mm | 26 Notify(); 37 Notify(); 46 Notify(); 53 Notify(); 59 Notify(); 62 void BookmarkModelObserverForCocoa::Notify() {
|
/external/chromium_org/chrome/browser/ui/cocoa/bookmarks/ |
bookmark_model_observer_for_cocoa.mm | 32 Notify(YES); 43 Notify(NO); 52 Notify(YES); 57 Notify(YES); 64 Notify(NO); 67 void BookmarkModelObserverForCocoa::Notify(BOOL deleted) {
|
/external/chromium_org/content/test/data/speech/ |
web_speech_recognition.html | 15 notify(recognizer == null ? 'fail' : 'success'); 34 notify('goodresult' + successes); 36 notify('badresult'); 41 notify('error' + e.error); 53 function notify(status) {
|
/external/chromium_org/content/public/android/java/src/org/chromium/content/browser/ |
ContentViewDownloadDelegate.java | 12 * Notify the host application that a file should be downloaded. Replaces 19 * Notify the host application that a download is started. 26 * Notify the host application that a download has an extension indicating
|
/external/chromium_org/net/cert/ |
cert_database.cc | 26 observer_list_->Notify(&Observer::OnCertAdded, make_scoped_refptr(cert)); 30 observer_list_->Notify(&Observer::OnCertRemoved, make_scoped_refptr(cert)); 35 observer_list_->Notify(
|
/external/chromium_org/tools/android/forwarder2/ |
pipe_notifier.h | 13 // |receiver_fd_| file descriptor when called |Notify()|. This should be used 14 // by the main thread to notify other threads that it must exit. 22 bool Notify();
|
/external/chromium_org/media/video/capture/ |
video_capture.h | 27 // Notify client that video capture has been started. 30 // Notify client that video capture has been stopped. 33 // Notify client that video capture has been paused. 36 // Notify client that video capture has hit some error |error_code|. 39 // Notify client that the client has been removed and no more calls will be 43 // Notify client that a buffer is available.
|
/external/nist-sip/java/javax/sip/message/ |
Request.java | 16 String NOTIFY = "NOTIFY";
|
/external/qemu/ |
notify.c | 15 #include "notify.h" 37 notifier->notify(notifier);
|
/frameworks/av/media/libstagefright/wifi-display/ |
MediaSender.cpp | 40 const sp<AMessage> ¬ify) 42 mNotify(notify), 124 sp<AMessage> notify = new AMessage(kWhatSenderNotify, id()); local 125 notify->setInt32("generation", mGeneration); 126 mTSSender = new RTPSender(mNetSession, notify); 173 sp<AMessage> notify = new AMessage(kWhatSenderNotify, id()); local 174 notify->setInt32("generation", mGeneration); 175 notify->setSize("trackIndex", trackIndex); 177 info->mSender = new RTPSender(mNetSession, notify); 354 sp<AMessage> notify = mNotify->dup() local 368 sp<AMessage> notify = mNotify->dup(); local 375 sp<AMessage> notify = mNotify->dup(); local 382 sp<AMessage> notify = mNotify->dup(); local 418 sp<AMessage> notify; local [all...] |
/external/chromium_org/chrome/browser/sync/ |
profile_sync_test_util.cc | 20 void ThreadNotifier::Notify(int type, 22 Notify(type, content::NotificationService::AllSources(), details); 25 void ThreadNotifier::Notify(int type, 40 content::NotificationService::current()->Notify(type, source, details);
|
/external/chromium_org/content/common/gpu/media/ |
video_accelerator_unittest_helpers.h | 19 // accumulated (so exactly as many Wait() calls will unblock as Notify() calls 27 // Used to notify a single waiter of a ClientState. 28 void Notify(StateEnum state); 45 void ClientStateNotification<StateEnum>::Notify(StateEnum state) {
|
/external/wpa_supplicant_8/wpa_supplicant/examples/ |
60_wpa_supplicant | 4 # Action script to notify wpa_supplicant of pm-action events.
|
/frameworks/av/media/libstagefright/wifi-display/source/ |
MediaPuller.cpp | 33 const sp<MediaSource> &source, const sp<AMessage> ¬ify) 35 mNotify(notify), 69 void MediaPuller::stopAsync(const sp<AMessage> ¬ify) { 71 msg->setMessage("notify", notify); 126 sp<AMessage> notify; local 127 CHECK(msg->findMessage("notify", ¬ify)); 128 notify->post(); 161 sp<AMessage> notify = mNotify->dup() local 185 sp<AMessage> notify = mNotify->dup(); local [all...] |
/frameworks/base/core/java/android/text/ |
SpanWatcher.java | 21 * will be called to notify it that other markup objects have been 26 * This method is called to notify you that the specified object 31 * This method is called to notify you that the specified object 36 * This method is called to notify you that the specified object
|
/frameworks/base/tests/StatusBar/src/com/android/statusbartest/ |
NotificationTestList.java | 102 mNM.notify(1, n); 126 mNM.notify(1, n); 138 mNM.notify(1, n); 148 mNM.notify(1, n); 156 mNM.notify(1, n); 166 mNM.notify(1, n); 182 mNM.notify(1, n); 184 mNM.notify(2, new Notification(NotificationTestList.this, 190 mNM.notify(3, new Notification(NotificationTestList.this, 204 mNM.notify(1, n) [all...] |
/frameworks/av/include/media/stagefright/foundation/ |
ANetworkSession.h | 41 const char *host, unsigned port, const sp<AMessage> ¬ify, 46 const sp<AMessage> ¬ify, int32_t *sessionID); 49 unsigned localPort, const sp<AMessage> ¬ify, int32_t *sessionID); 55 const sp<AMessage> ¬ify, 64 const sp<AMessage> ¬ify, int32_t *sessionID); 71 const sp<AMessage> ¬ify, 122 const sp<AMessage> ¬ify,
|
/external/chromium_org/content/browser/ |
notification_service_impl_unittest.cc | 63 service->Notify(kNotification1, 81 service->Notify(kNotification1, 90 service->Notify(kNotification2, 99 service->Notify(kNotification1, 108 service->Notify(kNotification2, 118 service->Notify(kNotification1, 129 service->Notify(kNotification1, 151 service->Notify(kNotification1, 159 service->Notify(kNotification1, 167 service->Notify(kNotification1 [all...] |
/external/chromium/chrome/browser/chromeos/notifications/ |
system_notification.cc | 65 Notification notify = SystemNotificationFactory::Create(icon_, local 70 collection_->UpdateAndShowNotification(notify); 72 collection_->UpdateNotification(notify); 75 collection_->AddSystemNotification(notify, profile_, 78 collection_->AddWebUIMessageCallback(notify, "link", callback);
|