Home
last modified time | relevance | path

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

12345678

/external/robolectric/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/lldb/source/Target/
DPathMappingList.cpp79 bool notify) in Append() argument
83 if (notify && m_callback) in Append()
88 PathMappingList::Append (const PathMappingList &rhs, bool notify) in Append() argument
96 if (notify && m_callback) in Append()
105 bool notify) in Insert() argument
114 if (notify && m_callback) in Insert()
122 bool notify) in Replace() argument
129 if (notify && m_callback) in Replace()
135 PathMappingList::Remove (off_t index, bool notify) in Remove() argument
143 if (notify && m_callback) in Remove()
[all …]
/external/lldb/include/lldb/Target/
DPathMappingList.h47 Append (const ConstString &path, const ConstString &replacement, bool notify);
50 Append (const PathMappingList &rhs, bool notify);
53 Clear (bool notify);
78 bool notify);
81 Remove (off_t index, bool notify);
84 Remove (const ConstString &path, bool notify);
89 bool notify);
95 bool notify);
DThreadList.h53 SetSelectedThreadByID (lldb::tid_t tid, bool notify = false);
56 SetSelectedThreadByIndexID (uint32_t index_id, bool notify = false);
/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/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/lldb/source/Breakpoint/
DBreakpointList.cpp35 BreakpointList::Add (BreakpointSP &bp_sp, bool notify) in Add() argument
42 if (notify) in Add()
52 BreakpointList::Remove (break_id_t break_id, bool notify) in Remove() argument
60 if (notify) in Remove()
82 BreakpointList::RemoveAll (bool notify) in RemoveAll() argument
87 if (notify) in RemoveAll()
DWatchpointList.cpp34 WatchpointList::Add (const WatchpointSP &wp_sp, bool notify) in Add() argument
39 if (notify) in Add()
209 WatchpointList::Remove (lldb::watch_id_t watch_id, bool notify) in Remove() argument
216 if (notify) in Remove()
280 WatchpointList::RemoveAll (bool notify) in RemoveAll() argument
283 if (notify) in RemoveAll()
DWatchpoint.cpp303 Watchpoint::SetEnabled(bool enabled, bool notify) in SetEnabled() argument
317 if (notify && !m_is_ephemeral && changed) in SetEnabled()
322 Watchpoint::SetWatchpointType (uint32_t type, bool notify) in SetWatchpointType() argument
328 if (notify && (old_watch_read != m_watch_read || old_watch_write != m_watch_write)) in SetWatchpointType()
/external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/util/
DRedrawer.java47 notify(); in pause()
56 notify(); in start()
68 notify(); in finish()
/external/lldb/include/lldb/Breakpoint/
DBreakpointList.h50 Add (lldb::BreakpointSP& bp_sp, bool notify);
133 Remove (lldb::break_id_t breakID, bool notify);
142 RemoveAll (bool notify);
DWatchpointList.h61 Add (const lldb::WatchpointSP& wp_sp, bool notify);
183 Remove (lldb::watch_id_t watchID, bool notify);
244 RemoveAll (bool notify);
DWatchpoint.h89 SetEnabled (bool enabled, bool notify = true);
101 void SetWatchpointType (uint32_t type, bool notify = true);
/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/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()
DphLlcNfc.c169 (NULL == if_callback.notify) || in phLlcNfc_Register()
204 ps_llc_ctxt->cb_for_if.notify = if_callback.notify; in phLlcNfc_Register()
/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/libdrm/nouveau/
Dnouveau.h36 uint32_t notify; member
41 uint32_t notify; member
55 uint32_t notify; member
Dabi16.c51 nv04->notify = req.notifier_handle; in abi16_chan_nv04()
72 nvc0->notify = req.notifier_handle; in abi16_chan_nvc0()
98 nve0->notify = req.notifier_handle; in abi16_chan_nve0()
/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/nist-sip/java/gov/nist/javax/sip/
DEventScanner.java89 eventMutex.notify(); in addEvent()
107 eventMutex.notify(); in stop()
122 this.eventMutex.notify(); in forceStop()

12345678