Searched defs:notify (Results 1 - 25 of 67) sorted by relevance

123

/external/guice/core/src/com/google/inject/internal/
H A DCreationListener.java23 void notify(Errors errors); method in interface:CreationListener
H A DExposedKeyFactory.java37 public void notify(Errors errors) { method in class:ExposedKeyFactory
H A DBoundProviderFactory.java48 public void notify(Errors errors) { method in class:BoundProviderFactory
H A DFactoryProxy.java44 public void notify(final Errors errors) { method in class:FactoryProxy
/external/pdfium/xfa/fwl/
H A Dcfwl_combolist.h29 void SetNotifyOwner(bool notify) { m_bNotifyOwner = notify; } argument
/external/mesa3d/src/gallium/state_trackers/clover/core/
H A Dcontext.cpp29 const notify_action &notify) :
30 notify(notify), props(props), devs(devs) {
27 context(const property_list &props, const ref_vector<device> &devs, const notify_action &notify) argument
H A Dcontext.hpp42 const notify_action &notify);
59 const notify_action notify; member in class:clover::context
/external/autotest/frontend/client/src/autotest/moblab/wizard/
H A DNetworkInfoCard.java66 protected void validateNetworkInfo(final boolean notify) { argument
71 if (notify) {
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowNotificationManager.java21 public void notify(int id, Notification notification) method in class:ShadowNotificationManager
23 notify(null, id, notification);
27 public void notify(String tag, int id, Notification notification) { method in class:ShadowNotificationManager
/external/webrtc/webrtc/libjingle/xmpp/
H A Dxmpppump.cc17 XmppPump::XmppPump(XmppPumpNotify * notify) { argument
19 notify_ = notify;
/external/mesa3d/src/gallium/drivers/nouveau/nv30/
H A Dnv30_screen.h22 struct nouveau_bo *notify; member in struct:nv30_screen
H A Dnv30_query.c43 struct nouveau_bo *notify = screen->notify; local
47 ntfy = (char *)notify->map + query->offset + qo->hw->start;
/external/autotest/frontend/client/src/autotest/common/
H A DJsonRpcProxy.java25 protected static final NotifyManager notify = NotifyManager.getInstance(); field in class:JsonRpcProxy
93 notify.showError("Bad JSON response", responseObject.toString());
/external/mesa3d/src/gallium/state_trackers/clover/api/
H A Dcontext.cpp48 const auto notify = (!pfn_notify ? context::notify_action() : local
54 return desc(new context(props, devs, notify));
/external/sl4a/Utils/src/com/googlecode/android_scripting/
H A DLog.java62 public static void notify(Context context, String title, String contentTitle, String message) { method in class:Log
80 notificationManager.notify(NotificationIdFactory.create(), note);
/external/ltp/testcases/kernel/syscalls/mq_notify/
H A Dmq_notify01.c53 int notify; member in struct:test_case
64 .notify = SIGEV_NONE,
70 .notify = SIGEV_SIGNAL,
76 .notify = SIGEV_THREAD,
82 .notify = SIGEV_NONE,
88 .notify = SIGEV_NONE,
94 .notify = SIGEV_NONE,
100 .notify = SIGEV_NONE,
169 ev.sigev_notify = tc->notify;
171 switch (tc->notify) {
[all...]
/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/python/cpython2/Lib/multiprocessing/
H A Dsynchronize.py255 def notify(self): member in class:Condition
259 # to take account of timeouts since last notify() we subtract
276 # to take account of timeouts since last notify*() we subtract
/external/ipsec-tools/src/racoon/
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...]
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...]
/external/libchrome/base/
H A Dobserver_list_unittest.cc96 AddRemoveThread(ObserverListThreadSafe<Foo>* list, bool notify) argument
103 do_notifies_(notify),
/external/python/cpython2/PC/bdist_wininst/
H A Dextract.c29 BOOL ensure_directory(char *pathname, char *new_part, NOTIFYPROC notify) argument
37 if (!CreateDirectory(pathname, NULL) && notify)
38 notify(SYSTEM_ERROR,
41 notify(DIR_CREATED, pathname);
47 if (notify)
48 notify(SYSTEM_ERROR,
63 NOTIFYPROC notify)
81 if (notify && notify(CAN_OVERWRITE, filename))
89 if (notify)
60 map_new_file(DWORD flags, char *filename, char *pathname_part, int size, WORD wFatDate, WORD wFatTime, NOTIFYPROC notify) argument
152 extract_file(char *dst, char *src, int method, int comp_size, int uncomp_size, NOTIFYPROC notify) argument
203 unzip_archive(SCHEME *scheme, char *dirname, char *data, DWORD size, NOTIFYPROC notify) argument
[all...]
/external/vulkan-validation-layers/demos/smoke/
H A DShellXcb.cpp209 const xcb_configure_notify_event_t *notify = local
211 resize_swapchain(notify->width, notify->height);
/external/webrtc/webrtc/base/
H A Dhttpbase.h99 void notify(IHttpNotify* notify) { notify_ = notify; } argument
/external/libdrm/nouveau/
H A Dnouveau.h247 uint32_t notify; member in struct:nv04_fifo
252 uint32_t notify; member in struct:nvc0_fifo
266 uint32_t notify; member in struct:nve0_fifo::__anon10559

Completed in 804 milliseconds

123