HomeSort by relevance Sort by last modified time
    Searched full:notify (Results 126 - 150 of 2192) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/chromium/chrome/browser/printing/cloud_print/
cloud_print_setup_source_unittest.cc 23 // CloudPrintSetupSource::StartDataRequest. If any of these trip, notify the
  /external/chromium/chrome/browser/profiles/
profile_dependency_manager.h 55 // so that Observe() can notify each ProfileKeyedServiceFactory in order.
  /external/chromium/chrome/browser/ui/app_modal_dialogs/
app_modal_dialog.cc 30 NotificationService::current()->Notify(
  /external/chromium/net/spdy/
spdy_io_buffer.h 19 // completion of the IO can notify the appropriate stream of completion.
  /external/chromium/net/url_request/
url_request_simple_job.cc 57 // Notify that the headers are complete
  /external/kernel-headers/original/linux/
notifier.h 134 #define NETDEV_CHANGE 0x0004 /* Notify device state change */
143 #define SYS_DOWN 0x0001 /* Notify of system down */
145 #define SYS_HALT 0x0002 /* Notify of system halt */
146 #define SYS_POWER_OFF 0x0003 /* Notify of system power off */
  /external/mesa3d/docs/
debugging.html 12 Normally Mesa (and OpenGL) records but does not notify the user of
  /external/qemu/
input.c 308 void qemu_add_mouse_mode_change_notifier(Notifier *notify)
310 notifier_list_add(&mouse_mode_notifiers, notify);
313 void qemu_remove_mouse_mode_change_notifier(Notifier *notify)
315 notifier_list_remove(&mouse_mode_notifiers, notify);
  /external/quake/quake/src/QW/client/
screen.h 40 extern int clearnotify; // set to 0 whenever notify text is drawn
  /external/quake/quake/src/WinQuake/
console.h 29 extern int con_notifylines; // scan lines to clear for notify lines
screen.h 43 extern int clearnotify; // set to 0 whenever notify text is drawn
  /external/webkit/Source/WebCore/manual-tests/
post-multi-file-upload.html 28 <form method="post" enctype="multipart/form-data" action="resources/multiFileResources/post-echo-and-notify-done.cgi" id="myForm" target="targetFrame">
  /external/wpa_supplicant_6/wpa_supplicant/src/eap_peer/
ikev2.h 30 enum { SA_INIT, SA_AUTH, CHILD_SA, NOTIFY, IKEV2_DONE, IKEV2_FAILED }
  /external/wpa_supplicant_8/src/eap_peer/
ikev2.h 30 enum { SA_INIT, SA_AUTH, CHILD_SA, NOTIFY, IKEV2_DONE, IKEV2_FAILED }
  /frameworks/base/core/java/android/os/
LocalPowerManager.java 35 // notify power manager when keyboard is opened/closed
  /frameworks/base/core/java/android/webkit/
DownloadListener.java 22 * Notify the host application that a file should be downloaded
  /frameworks/base/include/media/
IMediaPlayerClient.h 31 virtual void notify(int msg, int ext1, int ext2, const Parcel *obj) = 0;
IMediaRecorderClient.h 31 virtual void notify(int msg, int ext1, int ext2) = 0;
mediarecorder.h 116 // The "msg" code passed to the listener in notify.
131 * The (part of) "what" code passed to the listener in notify.
197 virtual void notify(int msg, int ext1, int ext2) = 0;
230 void notify(int msg, int ext1, int ext2);
  /frameworks/base/media/libmediaplayerservice/nuplayer/
NuPlayerDecoder.h 30 Decoder(const sp<AMessage> &notify,
  /frameworks/base/media/libstagefright/rtsp/
AAMRAssembler.h 34 const sp<AMessage> &notify, bool isWide,
AAVCAssembler.h 32 AAVCAssembler(const sp<AMessage> &notify);
AH263Assembler.h 32 AH263Assembler(const sp<AMessage> &notify);
AMPEG4AudioAssembler.h 34 const sp<AMessage> &notify, const AString &params);
AMPEG4ElementaryAssembler.h 35 const sp<AMessage> &notify, const AString &desc,

Completed in 4001 milliseconds

1 2 3 4 56 7 8 91011>>