/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/ |
D | ShadowNotificationBuilderTest.java | 30 Notification notification = builder.setContentTitle("Hello").build(); in build_setsContentTitleOnNotification() local 36 Notification notification = builder.build(); in build_whenSetOngoingNotSet_leavesSetOngoingAsFalse() local 42 Notification notification = builder.setOngoing(true).build(); in build_whenSetOngoing_setsOngoingToTrue() local 49 Notification notification = builder.setWhen(100).setShowWhen(true).build(); in build_whenShowWhenNotSet_setsShowWhenOnNotificationToTrue() local 57 Notification notification = builder.setShowWhen(false).build(); in build_setShowWhenOnNotification() local 64 Notification notification = builder.setContentText("Hello Text").build(); in build_setsContentTextOnNotification() local 71 Notification notification = builder.setTicker("My ticker").build(); in build_setsTickerOnNotification() local 79 Notification notification = builder.build(); in build_setsContentInfoOnNotification() local 86 Notification notification = builder.setSmallIcon(R.drawable.an_image).build(); in build_setsIconOnNotification() local 93 Notification notification = builder.setWhen(11L).build(); in build_setsWhenOnNotification() local [all …]
|
D | ShadowNotificationTest.java | 19 Notification notification = new Notification(); in setLatestEventInfo__shouldCaptureContentIntent() local
|
/external/libtextclassifier/notification/tests/src/com/android/textclassifier/notification/ |
D | NotificationUtilsTest.java | 42 Notification notification = in isMessaging_categoryMessage() local 53 Notification notification = in isMessaging_messagingStyle() local 68 Notification notification = in isMessaging_publicVersionCategoryMessage() local 79 Notification notification = in isMessaging_negative() local 107 Notification notification = in hasInlineReply_positive() local 126 Notification notification = in hasInlineReply_negative() local 135 private static StatusBarNotification createStatusBarNotification(Notification notification) { in createStatusBarNotification()
|
D | SmartSuggestionsHelperTest.java | 100 Notification notification = notificationBuilder.setContentText(MESSAGE).build(); in onNotificationEnqueued_notMessageCategory() local 114 Notification notification = in onNotificationEnqueued_fromSystem() local 132 Notification notification = in onNotificationEnqueued_noInlineReply() local 149 Notification notification = createMessageCategoryNotification(); in onNotificationEnqueued_messageCategoryNotification() local 175 Notification notification = in onNotificationEnqueued_messageStyleNotification() local 206 Notification notification = in onNotificationEnqueued_lastMessageFromLocalUser() local 227 Notification notification = in onNotificationEnqueued_messageStyleNotification_missingPerson() local 245 Notification notification = createMessageCategoryNotification(); in onSuggestedReplySent() local 269 Notification notification = createMessageCategoryNotification(); in onSuggestedReplySent_noMatchingSession() local 286 Notification notification = createMessageCategoryNotification(); in onNotificationDirectReply() local [all …]
|
/external/Reactive-Extensions/RxCpp/Rx/v2/src/rxcpp/ |
D | rx-notification.hpp | 116 struct notification struct 118 typedef typename detail::notification_base<T>::type type; 119 typedef typename detail::notification_base<T>::observer_type observer_type; 122 typedef detail::notification_base<T> base; 124 struct on_next_notification : public base { 148 struct on_error_notification : public base { 173 struct on_completed_notification : public base { 191 struct exception_tag {}; 195 type make_on_error(exception_tag&&, Exception&& e) { in make_on_error() 200 struct exception_ptr_tag {}; [all …]
|
/external/guava/guava-tests/test/com/google/common/cache/ |
D | TestingRemovalListeners.java | 52 public void onRemoval(RemovalNotification<K, V> notification) { in onRemoval() 66 public void onRemoval(RemovalNotification<K, V> notification) { in onRemoval() 91 public void onRemoval(RemovalNotification<K, V> notification) {} in onRemoval()
|
D | NullCacheTest.java | 52 RemovalNotification<Object, Object> notification = listener.remove(); in testGet() local 70 RemovalNotification<Object, Object> notification = listener.remove(); in testGet_expireAfterWrite() local 88 RemovalNotification<Object, Object> notification = listener.remove(); in testGet_expireAfterAccess() local
|
/external/guava/android/guava-tests/test/com/google/common/cache/ |
D | TestingRemovalListeners.java | 52 public void onRemoval(RemovalNotification<K, V> notification) { in onRemoval() 66 public void onRemoval(RemovalNotification<K, V> notification) { in onRemoval() 91 public void onRemoval(RemovalNotification<K, V> notification) {} in onRemoval()
|
D | NullCacheTest.java | 52 RemovalNotification<Object, Object> notification = listener.remove(); in testGet() local 70 RemovalNotification<Object, Object> notification = listener.remove(); in testGet_expireAfterWrite() local 88 RemovalNotification<Object, Object> notification = listener.remove(); in testGet_expireAfterAccess() local
|
/external/v8/src/torque/ls/ |
D | message-handler.cc | 69 PublishDiagnosticsNotification notification; in ResetCompilationErrorDiagnostics() local 94 auto& notification = GetOrCreateNotificationForSource(id); in AddTorqueMessage() local 116 PublishDiagnosticsNotification& notification = notifications_[id]; in GetOrCreateNotificationForSource() local 170 PublishDiagnosticsNotification& notification = pair.second; in SendCompilationDiagnostics() local 247 void HandleTorqueFileListNotification(TorqueFileListNotification notification, in HandleTorqueFileListNotification() 296 DidChangeWatchedFilesNotification notification, MessageWriter writer) { in HandleChangeWatchedFilesNotification()
|
/external/guava/android/guava/src/com/google/common/cache/ |
D | RemovalListener.java | 45 void onRemoval(RemovalNotification<K, V> notification); in onRemoval()
|
/external/guava/guava/src/com/google/common/cache/ |
D | RemovalListener.java | 46 void onRemoval(RemovalNotification<K, V> notification); in onRemoval()
|
/external/robolectric-shadows/shadows/supportv4/src/test/java/org/robolectric/shadows/support/v4/ |
D | NotificationCompatBuilderTest.java | 18 Notification notification = in addAction__shouldAddActionToNotification() local
|
/external/ltp/testcases/open_posix_testsuite/conformance/definitions/mqueue_h/ |
D | 4-1-buildonly.c | 15 struct sigevent *notification; in test_mq_notify_prototype() local
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/mq_notify/ |
D | 8-1.c | 37 struct sigevent notification; in main() local
|
D | 2-1.c | 46 struct sigevent notification; in main() local
|
D | 9-1.c | 45 struct sigevent notification; in main() local
|
D | 4-1.c | 54 struct sigevent notification; in main() local
|
D | 3-1.c | 57 struct sigevent notification; in main() local
|
/external/sl4a/ScriptingLayerForAndroid/src/com/googlecode/android_scripting/activity/ |
D | ServiceUtils.java | 50 Notification notification) { in setForeground()
|
/external/tensorflow/tensorflow/lite/kernels/ |
D | eigen_support_test.cc | 73 auto notification = in TEST() local 93 auto notification = in TEST() local
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/fork/ |
D | 18-1.c | 52 static void notification(union sigval sv) in notification() function
|
/external/webrtc/webrtc/modules/utility/source/ |
D | file_player_impl.cc | 208 uint32_t notification, in StartPlayingFile() 289 uint32_t notification, in StartPlayingFile()
|
/external/tensorflow/tensorflow/stream_executor/host/ |
D | host_gpu_executor.cc | 186 std::shared_ptr<absl::Notification> ¬ification() { return notification_; } in notification() function in stream_executor::host::HostEvent 214 std::shared_ptr<absl::Notification> notification = in RecordEvent() local 224 std::shared_ptr<absl::Notification> notification = in WaitForEvent() local 232 absl::Notification ¬ification = *AsHostEvent(event)->notification(); in PollForEventStatus() local
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigaction/ |
D | 10-1.c | 24 static volatile int notification; variable
|