Home
last modified time | relevance | path

Searched refs:notify (Results 1 – 25 of 268) sorted by relevance

1234567891011

/external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/shadows/
DNotificationManagerTest.java28 notificationManager.notify(1, notification1); in testNotify()
32 notificationManager.notify(31, notification2); in testNotify()
39 notificationManager.notify(1, notification1); in testNotifyReplaces()
41 notificationManager.notify(1, notification2); in testNotifyReplaces()
48 notificationManager.notify("a tag", 1, notification1); in testNotifyWithTag()
55 notificationManager.notify("a tag", 1, notification1); in notifyWithTag_shouldReturnNullForNullTag()
62 notificationManager.notify("a tag", 1, notification1); in notifyWithTag_shouldReturnNullForUnknownTag()
69 notificationManager.notify(1, notification1); in testCancel()
78 notificationManager.notify("a tag", 1, notification1); in testCancelWithTag()
88 notificationManager.notify(1, notification1); in testCancelAll()
[all …]
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/pyami/installers/ubuntu/
Dapache.py31 self.run('apt-get -y install apache2', notify=True, exit_on_error=True)
32 self.run('apt-get -y install libapache2-mod-python', notify=True, exit_on_error=True)
33 self.run('a2enmod rewrite', notify=True, exit_on_error=True)
34 self.run('a2enmod ssl', notify=True, exit_on_error=True)
35 self.run('a2enmod proxy', notify=True, exit_on_error=True)
36 self.run('a2enmod proxy_ajp', notify=True, exit_on_error=True)
/external/valgrind/coregrind/m_mach/
Dmach_msg.c57 mach_port_t notify);
60 mach_msg(msg, option, send_size, rcv_size, rcv_name, timeout, notify) in mach_msg() argument
67 mach_port_t notify;
85 timeout, notify);
94 timeout, notify);
101 timeout, notify);
/external/autotest/frontend/client/src/autotest/common/
DXhrJsonRpcProxy.java33 notify.showError("Unable to connect to server"); in sendRequest()
38 notify.setLoading(true); in sendRequest()
49 notify.setLoading(false); in onError()
50 notify.showError("Unable to make RPC call", exception.toString()); in onError()
55 notify.setLoading(false); in onResponseReceived()
60 notify.showError("Received error " + Integer.toString(statusCode) + " " + in onResponseReceived()
77 JsonRpcProxy.notify.showError(exc.toString(), responseText); in handleResponseText()
DPaddedJsonRpcProxy.java53 notify.showError("Request timed out"); in JsonpRequest()
69 notify.setLoading(true); in send()
76 notify.setLoading(false); in cleanup()
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/pyami/
Dscriptbase.py16 def notify(self, subject, body=''): member in ScriptBase
17 boto.utils.notify(subject, body)
30 def run(self, command, notify=True, exit_on_error=False, cwd=None): argument
34 if notify:
35 self.notify('Error encountered',
/external/v8/test/mjsunit/es7/
Dobject-observe.js148 assertThrows(function() { notifier.notify({}); }, TypeError);
149 assertThrows(function() { notifier.notify({ type: 4 }); }, TypeError);
160 var notify = notifier.notify; variable
161 assertThrows(function() { notify.call(undefined, { type: 'a' }); }, TypeError);
162 assertThrows(function() { notify.call(null, { type: 'a' }); }, TypeError);
163 assertThrows(function() { notify.call(5, { type: 'a' }); }, TypeError);
164 assertThrows(function() { notify.call('hello', { type: 'a' }); }, TypeError);
165 assertThrows(function() { notify.call(false, { type: 'a' }); }, TypeError);
166 assertThrows(function() { notify.call({}, { type: 'a' }); }, TypeError);
168 notifier.notify(changeRecordWithAccessor);
[all …]
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/bin/
Dpyami_sendmail33 from boto.utils import notify
50notify(options.subject, html_body=body, to_string=options.to, append_instance_id=options.append_in…
52notify(options.subject, body=body, to_string=options.to, append_instance_id=options.append_instanc…
/external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/util/
DRedrawer.java47 notify(); in pause()
56 notify(); in start()
68 notify(); in finish()
/external/ipsec-tools/src/racoon/
Disakmp_inf.c330 isakmp_info_recv_n(iph1, notify, msgid, encrypted) in isakmp_info_recv_n() argument
332 struct isakmp_pl_n *notify;
342 type = ntohs(notify->type);
362 (struct isakmp_pl_ru *)notify, msgid);
367 (struct isakmp_pl_ru *)notify, msgid);
404 if(notify->spi_size > 0) {
405 if (ntohs(notify->h.len) < sizeof(*notify) + notify->spi_size) {
410 spi = val2str((char *)(notify + 1), notify->spi_size);
416 ntohl(notify->doi), notify->proto_id, spi, notify->spi_size);
424 l = ntohs(notify->h.len) - sizeof(*notify) - notify->spi_size;
[all …]
Disakmp_quick.c699 vchar_t *notify = NULL; local
733 if (notify != NULL) {
739 notify = vmalloc(pa->len);
740 if (notify == NULL) {
745 memcpy(notify->v, pa->ptr, notify->l);
776 my_hash = oakley_compute_hash1(iph2->ph1, iph2->msgid, notify);
823 if (notify != NULL)
824 vfree(notify);
1510 vchar_t *notify = NULL; local
1528 notify = vmalloc(tlen);
[all …]
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
DShadowNotificationManager.java21 public void notify(int id, Notification notification) in notify() method in ShadowNotificationManager
23 notify(null, id, notification); in notify()
27 public void notify(String tag, int id, Notification notification) { in notify() method in ShadowNotificationManager
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
DCoroutineManager.java271 notify(); in co_resume()
315 notify(); in co_exit()
342 notify(); in co_exit_to()
/external/libnfc-nxp/src/
DphLlcNfc_Interface.c98 if_cb.notify = NULL; in phLlcNfc_Interface_Register()
353 if(NULL != ps_llc_ctxt->cb_for_if.notify) in phLlcNfc_WrResp_Cb()
356 ps_llc_ctxt->cb_for_if.notify ( in phLlcNfc_WrResp_Cb()
703 (NULL != ps_llc_ctxt->cb_for_if.notify)) in phLlcNfc_RdResp_Cb()
709 notifyul = ps_llc_ctxt->cb_for_if.notify; in phLlcNfc_RdResp_Cb()
823 ps_llc_ctxt->cb_for_if.notify ( in phLlcNfc_RdResp_Cb()
848 ps_llc_ctxt->cb_for_if.notify ( in phLlcNfc_RdResp_Cb()
1034 if (NULL != psLlcCtxt->cb_for_if.notify) in phLlcNfc_H_SendInfo()
1036 psLlcCtxt->cb_for_if.notify( in phLlcNfc_H_SendInfo()
DphLlcNfc_Timer.c764 (NULL != gpphLlcNfc_Ctxt->cb_for_if.notify)) in phLlcNfc_GuardTimeoutCb()
775 gpphLlcNfc_Ctxt->cb_for_if.notify ( in phLlcNfc_GuardTimeoutCb()
967 && (NULL != gpphLlcNfc_Ctxt->cb_for_if.notify)) in phLlcNfc_ConnectionTimeoutCb()
976 notifyul = gpphLlcNfc_Ctxt->cb_for_if.notify; in phLlcNfc_ConnectionTimeoutCb()
1054 (NULL != gpphLlcNfc_Ctxt->cb_for_if.notify)) in phLlcNfc_URSET_Delay_Notify()
1059 gpphLlcNfc_Ctxt->cb_for_if.notify ( in phLlcNfc_URSET_Delay_Notify()
/external/webrtc/webrtc/base/
Dhttpbase.h99 void notify(IHttpNotify* notify) { notify_ = notify; } in notify() function
/external/owasp/sanitizer/empiricism/
Dhtml-containment.js1 var notify = []; variable
115 var notifyIndex = notify.indexOf(void 0);
116 if (notifyIndex < 0) { notifyIndex = notify.length; }
117 notify[notifyIndex] = function () { function
118 notify[notifyIndex] = void 0;
/external/webrtc/webrtc/libjingle/xmpp/
Dxmpppump.cc17 XmppPump::XmppPump(XmppPumpNotify * notify) { in XmppPump() argument
19 notify_ = notify; in XmppPump()
/external/autotest/site_utils/
Dlab_inventory_unittest.py998 def _parse_arguments(self, argv, notify=_NULL_NOTIFY): argument
999 full_argv = [self._command_path] + argv + notify
1004 arguments = self._parse_arguments([], notify=[notify_option])
1015 arguments = self._parse_arguments([], notify=[])
1072 arguments = self._parse_arguments([option, a1], notify=[])
1075 notify=[])
1078 notify=[])
1081 [option, ','.join([a1, a2])], notify=[])
1084 [option, ', '.join([a1, a2])], notify=[])
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/services/
Dservice.py138 def main(self, notify=False): argument
139 self.notify('Service: %s Starting' % self.name)
159 self.notify('Service: %s Shutting Down' % self.name)
/external/autotest/contrib/
Dinventory_options36 --board-notify
41 --pool-notify
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/
DFacadeManager.java66 Log.notify(mService, title, title, String.format("Please use %s instead.", replacedBy)); in invoke()
77 Log.notify(mService, "RPC invoke failed...", mService.getPackageName(), e.getCause() in invoke()
/external/mesa3d/src/gallium/drivers/nv30/
Dnv30_query.c43 struct nouveau_bo *notify = screen->notify; in nv30_ntfy() local
47 ntfy = (char *)notify->map + query->offset + qo->hw->start; in nv30_ntfy()
/external/libdrm/nouveau/
Dnouveau.h247 uint32_t notify; member
252 uint32_t notify; member
266 uint32_t notify; member
/external/vulkan-validation-layers/demos/smoke/
DShellXcb.cpp215 const xcb_configure_notify_event_t *notify = in handle_event() local
217 resize_swapchain(notify->width, notify->height); in handle_event()

1234567891011