/external/webrtc/infra/config/ |
D | luci-notify.cfg | 8 notifications { 15 notifications { 35 notifications { 42 notifications { 62 notifications { 69 notifications { 89 notifications { 96 notifications { 116 notifications { 123 notifications { [all …]
|
/external/crosvm/infra/config/generated/ |
D | luci-notify.cfg | 8 notifications { 22 notifications { 37 notifications { 52 notifications { 67 notifications { 82 notifications { 97 notifications { 112 notifications { 127 notifications { 141 notifications { [all …]
|
/external/mobile-data-download/javatests/com/google/android/libraries/mobiledatadownload/testing/ |
D | MddNotificationCapture.java | 82 List<Notification> notifications = new ArrayList<>(); in snapshot() local 86 notifications.add(notification.getNotification()); in snapshot() 88 return new MPlusNotificationCapture(context, notifications); in snapshot() 232 private final List<Notification> notifications; field in MddNotificationCapture.MPlusNotificationCapture 234 private MPlusNotificationCapture(Context context, List<Notification> notifications) { in MPlusNotificationCapture() argument 238 this.notifications = notifications; in MPlusNotificationCapture() 243 assertThat(notifications) in assertStartNotificationCaptured() 252 assertThat(notifications) in assertSuccessNotificationCaptured() 264 assertThat(notifications) in assertFailedNotificationCaptured() 276 assertThat(notifications) in assertPausedNotificationCaptured() [all …]
|
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/ |
D | ShadowNotificationManager.java | 32 private Map<Key, Notification> notifications = new HashMap<>(); field in ShadowNotificationManager 47 notifications.put(new Key(tag, id), notification); in notify() 58 if (notifications.containsKey(key)) { in cancel() 59 notifications.remove(key); in cancel() 65 notifications.clear(); in cancelAll() 80 new StatusBarNotification[notifications.size()]; in getActiveNotifications() 82 for (Map.Entry<Key, Notification> entry : notifications.entrySet()) { in getActiveNotifications() 325 return notifications.size(); in size() 329 return notifications.get(new Key(null, id)); in getNotification() 333 return notifications.get(new Key(tag, id)); in getNotification() [all …]
|
/external/autotest/test_suites/ |
D | control.bvt-tast-cq-notifications | 6 NAME = "bvt-tast-cq-notifications" 7 PURPOSE = 'Tests the critical Tast tests in the "notifications" category.' 16 Queue by running all Tast integration tests in the "notifications" category that must 19 The only Autotest test executed by this suite is tast.category-notifications, which 22 test.category-notifications test (and this suite) fail.
|
/external/autotest/server/site_tests/tast/ |
D | control.category-notifications | 8 NAME = 'tast.category-notifications' 12 ATTRIBUTES = 'suite:bvt-tast-cq-notifications' 20 Run the critical Tast tests in the "notifications" category. 26 This test runs Tast tests in the "notifications" category that are required to pass 42 '"name:notifications.*"'
|
/external/guava/guava-tests/test/com/google/common/cache/ |
D | LocalCacheMapComputeTest.java | 101 List<RemovalNotification<Integer, Integer>> notifications = new ArrayList<>(); in testComputeIfPresentRemove() local 108 notifications.add(notification); in testComputeIfPresentRemove() 116 assertThat(notifications).hasSize(1); in testComputeIfPresentRemove() 121 assertThat(notifications).hasSize(1); in testComputeIfPresentRemove() 148 Queue<RemovalNotification<String, String>> notifications = new ConcurrentLinkedQueue<>(); in testComputeWithLoad() local 155 notifications.add(notification); in testComputeWithLoad() 176 for (RemovalNotification<String, String> entry : notifications) { in testComputeWithLoad()
|
/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/ |
D | ShadowNotificationManager.java | 45 private final Map<Key, PostedNotification> notifications = new ConcurrentHashMap<>(); field in ShadowNotificationManager 65 if (!enforceMaxNotificationLimit || notifications.size() < MAX_NOTIFICATION_LIMIT) { in notify() 66 notifications.put( in notify() 79 if (notifications.containsKey(key)) { in cancel() 80 notifications.remove(key); in cancel() 86 notifications.clear(); in cancelAll() 111 ImmutableMap<Key, PostedNotification> notifsCopy = ImmutableMap.copyOf(notifications); in getActiveNotifications() 466 return notifications.size(); in size() 470 PostedNotification postedNotification = notifications.get(new Key(null, id)); in getNotification() 475 PostedNotification postedNotification = notifications.get(new Key(tag, id)); in getNotification() [all …]
|
/external/autotest/client/site_tests/autoupdate_UpdateFromUI/ |
D | autoupdate_UpdateFromUI.py | 41 notifications = self._cr.get_visible_notifications() 42 if notifications is None: 44 return any(n for n in notifications
|
/external/autotest/client/cros/cellular/mbim_compliance/sequences/ |
D | connect_sequence.py | 101 notifications = [] 103 notifications.append( 115 return command_message, response_message, notifications
|
/external/autotest/client/cros/cellular/mbim_compliance/tests/ |
D | cm_09.py | 32 _, _, notifications = ( 36 for notification in notifications:
|
/external/tensorflow/tensorflow/core/common_runtime/pluggable_device/ |
D | pluggable_device.cc | 381 std::list<Notification> notifications; in MakeTensorFromProto() local 383 auto copier = [this, &alloc_attrs, ¬ifications, ©_status]( in MakeTensorFromProto() 387 notifications.emplace_back(); in MakeTensorFromProto() 388 Notification& n = *notifications.rbegin(); in MakeTensorFromProto() 405 for (auto& n : notifications) { in MakeTensorFromProto()
|
/external/sl4a/ScriptingLayerForAndroid/src/org/connectbot/ |
D | TerminalView.java | 61 private volatile boolean notifications = true; field in TerminalView 219 if (!notifications) { in notifyUser() 254 notifications = value; in setNotifications()
|
/external/autotest/client/site_tests/autoupdate_EOL/ |
D | autoupdate_EOL.py | 55 notifications = self._cr.get_visible_notifications() 57 for n in (notifications or [])])
|
/external/autotest/client/site_tests/bluetooth_FastPairUI/ |
D | bluetooth_FastPairUI.py | 56 notifications = self._cr.get_visible_notifications() 57 return any([n['id'] == expected_id for n in (notifications or [])])
|
/external/arm-trusted-firmware/docs/components/ |
D | secure-partition-manager.rst | 598 The FF-A v1.1 specification `[1]`_ defines notifications as an asynchronous 603 Hafnium currently supports 64 notifications. The IDs of each notification define 606 The signaling of notifications can interchangeably happen between NWd and SWd 609 The SPMC is in charge of managing notifications from SPs to SPs, from SPs to 611 notifications from VMs to VMs. Given the SPMC has no visibility of the endpoints 613 FFA_NOTIFICATION_BITMAP_CREATE to allocate the notifications bitmap per FF-A 616 A sender can signal notifications once the receiver has provided it with 622 pending notifications invoking FFA_NOTIFICATION_GET, which, from that moment, 626 that is in charge of donating CPU cycles for notifications handling. The 628 which FF-A endpoints have pending notifications. The receiver scheduler is [all …]
|
/external/ComputeLibrary/ |
D | SECURITY.md | 5 …you when we expect security notifications and fixes to be available and facilitate coordinated dis…
|
/external/armnn/ |
D | SECURITY.md | 5 …you when we expect security notifications and fixes to be available and facilitate coordinated dis…
|
/external/android-nn-driver/ |
D | SECURITY.md | 5 …you when we expect security notifications and fixes to be available and facilitate coordinated dis…
|
/external/webrtc/docs/ |
D | bug-reporting.md | 134 ### Receiving notifications about security bugs in Chrome 136 To get automatic notifications about activity/comments in security bugs in 139 notifications. To get on that list you have to apply to the Chrome Security 143 Please note that Chrome's security-notify list will receive notifications about
|
/external/libcups/examples/ |
D | get-notifications.test | 12 # ./ipptool -d id=NNN printer-uri get-notifications.test
|
/external/angle/build/ |
D | OWNERS.setnoparent | 57 file://chrome/browser/notifications/android/java/src/org/chromium/chrome/browser/notifications/chan…
|
/external/cronet/build/ |
D | OWNERS.setnoparent | 57 file://chrome/browser/notifications/android/java/src/org/chromium/chrome/browser/notifications/chan…
|
/external/mobile-data-download/java/com/google/android/libraries/mobiledatadownload/ |
D | DownloadFileGroupRequest.java | 150 public abstract Builder setShowNotifications(ShowNotifications notifications); in setShowNotifications() argument
|
/external/wpa_supplicant_8/ |
D | NOTICE | 20 terms. However, such copyright and license notifications are maintained
|