Searched refs:notify (Results 51 - 75 of 204) sorted by relevance

123456789

/external/chromium_org/ash/
H A Ddefault_accessibility_delegate.h37 AccessibilityNotificationVisibility notify) OVERRIDE;
/external/chromium_org/ash/system/chromeos/network/
H A Dtray_sms.h49 void Update(bool notify);
/external/chromium_org/chrome/test/android/javatests/src/org/chromium/chrome/test/util/
H A DInfoBarTestAnimationListener.java52 mLock.notify();
/external/chromium_org/content/public/android/javatests/src/org/chromium/content/browser/
H A DPostMessageTest.java43 mLock.notify();
/external/qemu/ui/
H A Dinput.c308 void qemu_add_mouse_mode_change_notifier(Notifier *notify) argument
310 notifier_list_add(&mouse_mode_notifiers, notify);
313 void qemu_remove_mouse_mode_change_notifier(Notifier *notify) argument
315 notifier_remove(notify);
/external/owasp/sanitizer/empiricism/
H A Dhtml-containment.js1 var notify = []; variable
115 var notifyIndex = notify.indexOf(void 0);
116 if (notifyIndex < 0) { notifyIndex = notify.length; } function
117 notify[notifyIndex] = function () {
118 notify[notifyIndex] = void 0;
132 + '<body onload="parent.notify[' + notifyIndex + ']()">'
/external/libnfc-nxp/src/
H A DphLlcNfc_Interface.c98 if_cb.notify = NULL;
353 if(NULL != ps_llc_ctxt->cb_for_if.notify)
356 ps_llc_ctxt->cb_for_if.notify (
703 (NULL != ps_llc_ctxt->cb_for_if.notify))
709 notifyul = ps_llc_ctxt->cb_for_if.notify;
823 ps_llc_ctxt->cb_for_if.notify (
848 ps_llc_ctxt->cb_for_if.notify (
1034 if (NULL != psLlcCtxt->cb_for_if.notify)
1036 psLlcCtxt->cb_for_if.notify(
H A DphLlcNfc_Timer.c764 (NULL != gpphLlcNfc_Ctxt->cb_for_if.notify))
775 gpphLlcNfc_Ctxt->cb_for_if.notify (
967 && (NULL != gpphLlcNfc_Ctxt->cb_for_if.notify))
976 notifyul = gpphLlcNfc_Ctxt->cb_for_if.notify;
1054 (NULL != gpphLlcNfc_Ctxt->cb_for_if.notify))
1059 gpphLlcNfc_Ctxt->cb_for_if.notify (
H A DphLlcNfc.c169 (NULL == if_callback.notify) ||
204 ps_llc_ctxt->cb_for_if.notify = if_callback.notify;
/external/ipsec-tools/src/racoon/
H A Disakmp_inf.c331 isakmp_info_recv_n(iph1, notify, msgid, encrypted)
333 struct isakmp_pl_n *notify;
343 type = ntohs(notify->type);
363 (struct isakmp_pl_ru *)notify, msgid);
368 (struct isakmp_pl_ru *)notify, msgid);
384 "fatal %s notify messsage, "
389 "fatal %s notify messsage, "
396 "unhandled notify message %s, "
405 if(notify->spi_size > 0) {
406 if (ntohs(notify
1484 struct isakmp_pl_n *notify = (struct isakmp_pl_n *)gen; local
[all...]
H A Disakmp_quick.c689 * HDR#*, HASH(4), notify
700 vchar_t *notify = NULL;
734 if (notify != NULL) {
740 notify = vmalloc(pa->len);
741 if (notify == NULL) {
743 "failed to get notify buffer.\n");
746 memcpy(notify->v, pa->ptr, notify->l);
777 my_hash = oakley_compute_hash1(iph2->ph1, iph2->msgid, notify);
824 if (notify !
699 vchar_t *notify = NULL; local
1510 vchar_t *notify = NULL; local
[all...]
/external/qemu/distrib/sdl-1.2.15/src/audio/windx5/
H A DSDL_dx5audio.c573 /* This function tries to set position notify events on the mixing buffer */
577 LPDIRECTSOUNDNOTIFY notify; local
584 notify = NULL;
588 &IID_IDirectSoundNotify, (void *)&notify);
593 /* Allocate the notify structures */
600 /* Create the notify event */
606 /* Set up the notify structures */
611 result = IDirectSoundNotify_SetNotificationPositions(notify,
617 if ( notify != NULL ) {
618 IDirectSoundNotify_Release(notify);
[all...]
/external/smack/src/org/jivesoftware/smackx/pubsub/
H A DConfigureForm.java391 * @param notify true if subscribers should be notified, false otherwise
393 public void setNotifyConfig(boolean notify) argument
396 setAnswer(ConfigureNodeFields.notify_config.getFieldName(), notify);
412 * @param notify true if subscribers should be notified, false otherwise
414 public void setNotifyDelete(boolean notify) argument
417 setAnswer(ConfigureNodeFields.notify_delete.getFieldName(), notify);
435 * @param notify true if subscribers should be notified, false otherwise
437 public void setNotifyRetract(boolean notify) argument
440 setAnswer(ConfigureNodeFields.notify_retract.getFieldName(), notify);
/external/lldb/include/lldb/Breakpoint/
H A DWatchpoint.h89 SetEnabled (bool enabled, bool notify = true);
101 void SetWatchpointType (uint32_t type, bool notify = true);
/external/lldb/source/Plugins/Process/MacOSX-Kernel/
H A DProcessKDP.h184 EnableWatchpoint (lldb_private::Watchpoint *wp, bool notify = true);
187 DisableWatchpoint (lldb_private::Watchpoint *wp, bool notify = true);
/external/lldb/source/Plugins/Process/POSIX/
H A DProcessPOSIX.h117 EnableWatchpoint(lldb_private::Watchpoint *wp, bool notify = true);
120 DisableWatchpoint(lldb_private::Watchpoint *wp, bool notify = true);
/external/chromium_org/ash/system/chromeos/virtual_keyboard/
H A Dvirtual_keyboard_tray.cc106 AccessibilityNotificationVisibility notify) {
105 OnAccessibilityModeChanged( AccessibilityNotificationVisibility notify) argument
/external/lldb/source/Breakpoint/
H A DWatchpoint.cpp303 Watchpoint::SetEnabled(bool enabled, bool notify) argument
317 if (notify && !m_is_ephemeral && changed)
322 Watchpoint::SetWatchpointType (uint32_t type, bool notify) argument
328 if (notify && (old_watch_read != m_watch_read || old_watch_write != m_watch_write))
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv30/
H A Dnv30_query.c43 struct nouveau_bo *notify = screen->notify; local
47 ntfy = (char *)notify->map + query->offset + qo->hw->start;
/external/mesa3d/src/gallium/drivers/nv30/
H A Dnv30_query.c43 struct nouveau_bo *notify = screen->notify; local
47 ntfy = (char *)notify->map + query->offset + qo->hw->start;
/external/smack/src/org/jivesoftware/smack/
H A DSASLAuthentication.java521 notify();
546 notify();
558 notify();
H A DSASLAuthentication.java.orig521 notify();
546 notify();
558 notify();
/external/chromium_org/chrome/browser/chromeos/accessibility/
H A Daccessibility_manager.cc249 ash::AccessibilityNotificationVisibility notify)
253 notify(notify) {}
259 ash::AccessibilityNotificationVisibility notify)
263 notify(notify) {}
514 ash::AccessibilityNotificationVisibility notify) {
523 spoken_feedback_notification_ = notify;
649 ash::AccessibilityNotificationVisibility notify) {
650 EnableSpokenFeedback(!IsSpokenFeedbackEnabled(), notify);
246 AccessibilityStatusEventDetails( AccessibilityNotificationType notification_type, bool enabled, ash::AccessibilityNotificationVisibility notify) argument
255 AccessibilityStatusEventDetails( AccessibilityNotificationType notification_type, bool enabled, ash::MagnifierType magnifier_type, ash::AccessibilityNotificationVisibility notify) argument
512 EnableSpokenFeedback( bool enabled, ash::AccessibilityNotificationVisibility notify) argument
648 ToggleSpokenFeedback( ash::AccessibilityNotificationVisibility notify) argument
[all...]
/external/chromium_org/third_party/webrtc/modules/video_capture/ios/
H A Drtc_video_capture_ios_objc.mm83 NSNotificationCenter* notify = [NSNotificationCenter defaultCenter];
84 [notify addObserver:self
88 [notify addObserver:self
/external/nist-sip/java/gov/nist/javax/sip/
H A DEventScanner.java89 eventMutex.notify();
107 eventMutex.notify();
122 this.eventMutex.notify();

Completed in 733 milliseconds

123456789