/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/ |
D | ShadowNotificationManager.java | 17 private Map<Integer, Notification> notifications = new HashMap<Integer, Notification>(); field in ShadowNotificationManager 31 notifications.put(id, notification); in notify() 44 if (notifications.containsKey(id)) { in cancel() 45 notifications.remove(id); in cancel() 47 notifications.remove(tagId); in cancel() 53 notifications.clear(); in cancelAll() 58 return notifications.size(); in size() 62 return notifications.get(id); in getNotification() 67 return notifications.get(id); in getNotification() 71 return new ArrayList<Notification>(notifications.values()); in getAllNotifications()
|
/external/autotest/client/cros/cellular/mbim_compliance/sequences/ |
D | connect_sequence.py | 47 @returns tuple of (command_message, response_message, notifications): 52 notifications: The list of notifications message sent from the 53 modem to the host. |notifications| is a list of 101 notifications = [] 103 notifications.append( 115 return command_message, response_message, notifications
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/elastictranscoder/ |
D | layer1.py | 145 output_bucket=None, role=None, notifications=None, argument 189 :type notifications: dict 190 :param notifications: 193 To receive notifications, you must also subscribe to the new topic in 351 if notifications is not None: 352 params['Notifications'] = notifications 662 notifications=None, content_config=None, argument 689 :type notifications: dict 690 :param notifications: 693 To receive notifications, you must also subscribe to the new topic in [all …]
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/sns/ |
D | connection.py | 255 line of the email notifications. 462 `Using Amazon SNS Mobile Push Notifications`_. 497 Notifications`_. 518 notifications should be sent. 520 notifications should be sent. 522 notifications should be sent. 524 notifications should be sent upon Direct Publish delivery failure 543 Notifications`_. 568 `Using Amazon SNS Mobile Push Notifications`_. 597 Notifications`_. [all …]
|
/external/kernel-headers/original/uapi/linux/ |
D | openvswitch.h | 65 * the &struct ovs_header. Always present in notifications. Required in 73 * datapath. Always present in notifications. 75 * datapath. Always present in notifications. 135 /* Kernel-to-user notifications. */ 145 * @OVS_PACKET_ATTR_PACKET: Present for all notifications. Contains the entire 150 * @OVS_PACKET_ATTR_KEY: Present for all notifications. Contains the flow key 461 * key. Always present in notifications. Required for all requests (except 465 * notifications. Required for %OVS_FLOW_CMD_NEW requests, optional for 470 * flow. Present in notifications if the stats would be nonzero. Ignored in 473 * TCP flags seen on packets in this flow. Only present in notifications for [all …]
|
D | selinux_netlink.h | 2 * Netlink event notifications for SELinux. 28 #define SELNL_GRP_AVC 0x00000001 /* AVC notifications */
|
/external/libchrome/base/ |
D | observer_list_threadsafe.h | 32 // * Observers can register for notifications from any thread. 39 // removing itself from the observer list, the notifications will 42 // The drawback of the threadsafe observer list is that notifications 44 // Notifications will always be done via PostTask() to another thread, 45 // whereas with the non-thread-safe observer_list, notifications happen 132 // If there are pending notifications in-transit to the observer, they will 213 // Wrapper which is called to fire the notifications for each thread's 220 // Check that this list still needs notifications.
|
/external/autotest/client/site_tests/cellular_MbimComplianceControlRequest/ |
D | cellular_MbimComplianceCM09.py | 19 CM_09 Validation of TransactionId for notifications received after connect 22 This test verifies that TransactionId for notifications is zero. 41 _, _, notifications = ( 45 for notification in notifications:
|
D | control.CM09 | 8 MBIM Compliance Test: Validation of TransactionId for notifications received 23 MBIM Compliance Test: Validation of TransactionId for notifications received
|
/external/chromium-trace/catapult/third_party/apiclient/googleapiclient/ |
D | channel.py | 1 """Channel notifications support. 3 Classes and functions to support channel subscriptions and notifications 15 # Create a new channel that gets notifications via webhook. 19 # watch method because notifications may start arriving before the watch 101 Notifications are not usually constructed directly, but are returned 129 """A Channel for notifications. 263 url: str, URL to post notifications to.
|
/external/libchrome/base/prefs/ |
D | writeable_pref_store.h | 51 // value. SetValue takes care of notifications itself. Note that 52 // ReportValueChanged will trigger notifications even if nothing has changed. 56 // Same as SetValue, but doesn't generate notifications. This is used by 59 // tests rely on the number of notifications generated. |flags| is a bitmask
|
/external/chromium-trace/catapult/third_party/gsutil/gslib/commands/ |
D | notification.py | 57 The optional token parameter can be used to validate notifications events. 74 The notification command can be used to configure notifications. 83 Watch the bucket example-bucket for changes and send notifications to an 104 <B>NOTIFICATIONS AND PARALLEL COMPOSITE UPLOADS</B> 109 intended object is created. Any subscriber to notifications for this bucket 149 'notify', 'notifyconfig', 'notifications', 'notif'],
|
/external/autotest/site_utils/rpm_control_system/ |
D | rpm_logging_config.py | 31 """Suspend email notifications. 33 @param hours: How many hours to suspend email notifications. 40 """Resume email notifications.""" 81 and send out email notifications in case of error level messages.
|
/external/autotest/client/cros/cellular/mbim_compliance/tests/ |
D | cm_09.py | 6 CM_09 Validation of TransactionId for Notifications Received After Connect 32 _, _, notifications = ( 36 for notification in notifications:
|
/external/libweave/src/notification/ |
D | notification_parser.cc | 13 // Processes COMMAND_CREATED notifications. 27 // Processes DEVICE_DELETED notifications. 66 // Here we ignore other types of notifications for now. in ParseNotificationJson()
|
/external/sl4a/ScriptingLayerForAndroid/src/org/connectbot/ |
D | TerminalView.java | 62 private volatile boolean notifications = true; field in TerminalView 220 if (!notifications) { in notifyUser() 250 * Sets the ability for the TerminalView to display Toast notifications to the user. 252 * whether to enable notifications or not 255 notifications = value; in setNotifications()
|
/external/autotest/client/site_tests/cellular_MbimComplianceError/ |
D | cellular_MbimComplianceERR05.py | 43 request_message, first_response_message, notifications = ( 48 if len(notifications) > 1: 52 second_response_message = notifications[0]
|
/external/libnl/lib/ |
D | cache_mngr.c | 18 * automatically receive event notifications to keep the caches 174 /* Required to receive async event notifications */ in nl_cache_mngr_alloc() 301 * Check for event notifications 305 * Causes poll() to be called to check for new event notifications 307 * notifications. 336 * Receive available event notifications
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/glacier/ |
D | layer1.py | 277 notifications, see `Configuring Vault Notifications in Amazon 288 `Configuring Vault Notifications in Amazon Glacier`_ and `Get 300 This operation configures notifications that will be sent when 302 any notifications. 304 To configure vault notifications, send a PUT request to the 308 Glacier to send notifications to the topic. 311 allowed to publish notifications to the topic. You can 336 `Configuring Vault Notifications in Amazon Glacier`_ and `Set 362 the notifications and you might still receive some 363 notifications for a short time after you send the delete [all …]
|
/external/webrtc/webrtc/libjingle/xmpp/ |
D | rostermodule.h | 197 //! get presence notifications for the user. The response is send back 264 //! Note that the client doesn't store where directed presence notifications 316 //! Request a subscription to presence notifications form a Jid 319 //! Cancel a subscription to presence notifications from a Jid 322 //! Approve a request to deliver presence notifications to a jid
|
/external/owasp/sanitizer/src/main/org/owasp/html/ |
D | PolicyFactory.java | 79 * @param listener if non-null, receives notifications of tags and attributes 83 * with notifications. This can be used to let the listener know from 108 * @param listener if non-null, receives notifications of tags and attributes 112 * with notifications. This can be used to let the listener know from
|
/external/selinux/libselinux/src/ |
D | selinux_netlink.h | 2 * Netlink event notifications for SELinux. 19 #define SELNL_GRP_AVC 0x00000001 /* AVC notifications */
|
/external/libselinux/src/ |
D | selinux_netlink.h | 2 * Netlink event notifications for SELinux. 19 #define SELNL_GRP_AVC 0x00000001 /* AVC notifications */
|
/external/libnl/include/netlink/ |
D | cache-api.h | 77 * // Caches can be kept up-to-date based on notifications if the kernel 78 * // sends out notifications whenever an object is added/removed/changed. 82 * // notifications. The groups are separated by address family to support
|
/external/chromium-trace/catapult/third_party/gsutil/gslib/ |
D | cloud_api.py | 278 progress_callback: Optional callback function for progress notifications. 312 progress_callback: Optional callback function for progress notifications. 341 progress_callback: Optional callback function for progress notifications. 380 progress_callback: Optional callback function for progress notifications. 411 progress_callback: Optional callback function for progress notifications. 480 address: Address to which to send notifications.
|