/external/wpa_supplicant_8/src/eap_peer/ |
ikev2.h | 24 enum { SA_INIT, SA_AUTH, CHILD_SA, NOTIFY, IKEV2_DONE, IKEV2_FAILED }
|
/frameworks/base/core/java/com/android/internal/view/ |
IInputSessionCallback.aidl | 22 * Helper interface for IInputMethod to allow the input method to notify the client when a new
|
/packages/apps/Bluetooth/res/values-en-rGB/ |
test_strings.xml | 13 <string name="notify_server" msgid="4369106744022969655">"Notify TCP server"</string>
|
/packages/apps/Bluetooth/res/values-en-rIN/ |
test_strings.xml | 13 <string name="notify_server" msgid="4369106744022969655">"Notify TCP server"</string>
|
/packages/apps/Bluetooth/res/values-tl/ |
test_strings.xml | 13 <string name="notify_server" msgid="4369106744022969655">"I-notify ang TCP server"</string>
|
/packages/apps/Email/emailsync/src/com/android/emailsync/ |
EmailSyncAlarmReceiver.java | 77 // Keep track of which mailboxes to notify; we'll only notify each one once 93 // Keep track of which mailboxes to notify; we'll only notify each one once
|
/packages/inputmethods/PinyinIME/src/com/android/inputmethod/pinyin/ |
CandidateViewListener.java | 20 * Interface to notify the input method when the user clicks a candidate or
|
/external/chromium_org/v8/test/mjsunit/harmony/ |
object-observe.js | 137 assertFalse(notifier.hasOwnProperty('notify')); 139 var notifyDesc = Object.getOwnPropertyDescriptor(notifier.__proto__, 'notify'); 143 assertThrows(function() { notifier.notify({}); }, TypeError); 144 assertThrows(function() { notifier.notify({ type: 4 }); }, TypeError); 154 var notify = notifier.notify; variable 155 assertThrows(function() { notify.call(undefined, { type: 'a' }); }, TypeError); 156 assertThrows(function() { notify.call(null, { type: 'a' }); }, TypeError); 157 assertThrows(function() { notify.call(5, { type: 'a' }); }, TypeError); 158 assertThrows(function() { notify.call('hello', { type: 'a' }); }, TypeError) [all...] |
/cts/tests/tests/content/src/android/content/cts/ |
Intent_ShortcutIconResourceTest.java | 32 final int resourceId = com.android.cts.stub.R.string.notify; 66 com.android.cts.stub.R.string.notify);
|
/external/bluetooth/bluedroid/bta/include/ |
bta_ag_ci.h | 54 ** Description This function is called to notify AG that SLC is up at 68 ** Description This function is called to notify AG that a WBS command is
|
/external/chromium/net/base/ |
network_change_notifier.cc | 103 g_network_change_notifier->ip_address_observer_list_->Notify( 109 online_state_observer_list_->Notify(
|
/external/chromium_org/chrome/browser/ |
idle_mac.mm | 82 void CalculateIdleTime(IdleTimeCallback notify) { 86 notify.Run(static_cast<int>(idle_time));
|
/external/chromium_org/chrome/browser/sync/ |
sync_startup_tracker.h | 22 // Observer interface used to notify observers when sync has started up. 58 // Weak pointer to the observer to notify.
|
/external/chromium_org/chrome/browser/translate/ |
translate_tab_helper.cc | 51 content::NotificationService::current()->Notify( 67 content::NotificationService::current()->Notify(
|
/external/chromium_org/content/public/browser/ |
resource_request_details.cc | 32 // TODO(atwilson): need to notify all associated renderers in the case 33 // of ssl state change (http://crbug.com/25357). For now, just notify
|
/external/chromium_org/net/socket/ |
unix_domain_socket_posix_unittest.cc | 74 void Notify(EventType event) { 108 Notify(EVENT_ACCEPT); 119 Notify(EVENT_READ); 123 Notify(EVENT_CLOSE); 127 Notify(EVENT_LISTEN); 136 void Notify(EventType event) { 137 event_manager_->Notify(event); 149 event_manager->Notify(
|
/external/chromium_org/net/tools/quic/ |
quic_server_session.h | 33 // This lets the session notify its owner (the Dispatcher) when the connection 48 // Override the base class to notify the owner of the connection close.
|
/external/libnfc-nci/src/nfa/sys/ |
nfa_sys_cback.c | 50 ** Description Called by other NFA subsystems to notify initialization is 91 ** Description Called by other NFA subsystems to notify processing NFCC power
|
/frameworks/base/core/java/android/webkit/ |
BrowserDownloadListener.java | 27 * Notify the host application that a file should be downloaded 42 * Notify the host application that a file should be downloaded
|
/packages/apps/InCallUI/src/com/android/incallui/service/ |
PhoneNumberService.java | 30 * @param listener The listener to notify when the phone number lookup is complete. 31 * @param imageListener The listener to notify when the image lookup is complete.
|
/frameworks/av/media/libstagefright/ |
ACodec.cpp | 170 DeathNotifier(const sp<AMessage> ¬ify) 171 : mNotify(notify) { 544 sp<AMessage> notify = mNotify->dup(); local 545 notify->setInt32("what", ACodec::kWhatBuffersAllocated); 547 notify->setInt32("portIndex", portIndex); 557 notify->setObject("portDesc", desc); 558 notify->post(); 2491 sp<AMessage> notify = mNotify->dup(); local 2692 sp<AMessage> notify = mNotify->dup(); local 3082 sp<AMessage> notify = mCodec->mNotify->dup(); local 3380 sp<AMessage> notify = mCodec->mNotify->dup(); local 3397 sp<AMessage> notify = mCodec->mNotify->dup(); local 3554 sp<AMessage> notify = mCodec->mNotify->dup(); local 3564 sp<AMessage> notify = mCodec->mNotify->dup(); local 3597 sp<AMessage> notify = new AMessage(kWhatOMXDied, mCodec->id()); local 3686 sp<AMessage> notify = mCodec->mNotify->dup(); local 3733 sp<AMessage> notify = mCodec->mNotify->dup(); local 3777 sp<AMessage> notify = mCodec->mNotify->dup(); local 3826 sp<AMessage> notify = mCodec->mNotify->dup(); local 3838 sp<AMessage> notify = mCodec->mNotify->dup(); local 3956 sp<AMessage> notify = mCodec->mNotify->dup(); local 4016 sp<AMessage> notify = mCodec->mNotify->dup(); local 4302 sp<AMessage> notify = mNotify->dup(); local 4732 sp<AMessage> notify = mCodec->mNotify->dup(); local [all...] |
/external/chromium/chrome/browser/ssl/ |
ssl_error_handler.cc | 122 // It is important that we notify the net::URLRequest only once. If we try 123 // to notify the request twice, it may no longer exist and |this| might have 150 // It is important that we notify the net::URLRequest only once. If we try to 151 // notify the request twice, it may no longer exist and |this| might have 174 // It is important that we notify the net::URLRequest only once. If we try to 175 // notify the request twice, it may no longer exist and |this| might have
|
/external/chromium_org/chrome/browser/media_galleries/linux/ |
mtp_device_delegate_impl_linux.h | 104 // requested file details. |success_callback| is invoked to notify the caller 116 // If |root| is not a directory, |error_callback| is invoked to notify the 137 // |success_callback| is invoked to notify the caller about the directory 146 // |current_snapshot_request_info_.success_callback| is invoked to notify the 156 // |current_snapshot_request_info_.error_callback| is invoked to notify the 160 // Handles the device file |error|. |error_callback| is invoked to notify the
|
/external/chromium_org/chrome/browser/ui/webui/ntp/ |
new_tab_page_handler.cc | 83 Notify(chrome::NOTIFICATION_PROMO_RESOURCE_STATE_CHANGED); 91 Notify(chrome::NOTIFICATION_PROMO_RESOURCE_STATE_CHANGED); 106 Notify(chrome::NOTIFICATION_PROMO_RESOURCE_STATE_CHANGED); 113 Notify(chrome::NOTIFICATION_PROMO_RESOURCE_STATE_CHANGED); 194 void NewTabPageHandler::Notify(chrome::NotificationType notification_type) { 197 service->Notify(notification_type,
|
/external/chromium_org/content/browser/ssl/ |
ssl_error_handler.cc | 125 // It is important that we notify the net::URLRequest only once. If we try 126 // to notify the request twice, it may no longer exist and |this| might have 147 // It is important that we notify the net::URLRequest only once. If we try to 148 // notify the request twice, it may no longer exist and |this| might have 165 // It is important that we notify the net::URLRequest only once. If we try to 166 // notify the request twice, it may no longer exist and |this| might have
|