/external/libweave/src/notification/ |
D | notification_parser.cc | 14 bool ParseCommandCreated(const base::DictionaryValue& notification, in ParseCommandCreated() 28 bool ParseDeviceDeleted(const base::DictionaryValue& notification, in ParseDeviceDeleted() 42 bool ParseNotificationJson(const base::DictionaryValue& notification, in ParseNotificationJson()
|
/external/guava/guava-tests/test/com/google/common/cache/ |
D | TestingRemovalListeners.java | 61 public void onRemoval(RemovalNotification<K, V> notification) { in onRemoval() 75 public void onRemoval(RemovalNotification<K, V> notification) { in onRemoval() 102 public void onRemoval(RemovalNotification<K, V> notification) {} in onRemoval()
|
D | NullCacheTest.java | 51 RemovalNotification<Object, Object> notification = listener.remove(); in testGet() local 68 RemovalNotification<Object, Object> notification = listener.remove(); in testGet_expireAfterWrite() local 85 RemovalNotification<Object, Object> notification = listener.remove(); in testGet_expireAfterAccess() local
|
D | LocalCacheTest.java | 914 RemovalNotification<K, V> notification = listener.remove(); in assertNotified() local 1297 RemovalNotification<Object, Object> notification = listener.remove(); in testSegmentStoreComputedValue() local 1298 assertEquals(immutableEntry(key, value2), notification); in testSegmentStoreComputedValue() local 1325 assertEquals(immutableEntry(key, value3), notification); in testSegmentStoreComputedValue() local 1339 assertEquals(immutableEntry(key, null), notification); in testSegmentStoreComputedValue() local 1863 RemovalNotification<K, V> notification = map.removalNotificationQueue.poll(); in assertNotificationEnqueued() local 2774 public void onRemoval(RemovalNotification<K, V> notification) {} in onRemoval()
|
D | CacheBuilderTest.java | 430 RemovalNotification<String, String> notification = listener.remove(); in testRemovalNotification_clear() local
|
/external/guava/guava-gwt/test-super/com/google/common/cache/super/com/google/common/cache/ |
D | TestingRemovalListeners.java | 52 public void onRemoval(RemovalNotification<K, V> notification) { in onRemoval() 79 public void onRemoval(RemovalNotification<K, V> notification) {} in onRemoval()
|
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/ |
D | ShadowNotificationManager.java | 21 public void notify(int id, Notification notification) in notify() 27 public void notify(String tag, int id, Notification notification) { in notify()
|
D | ShadowService.java | 58 public final void startForeground(int id, Notification notification) { in startForeground()
|
/external/guava/guava/src/com/google/common/cache/ |
D | RemovalListener.java | 47 void onRemoval(RemovalNotification<K, V> notification); in onRemoval()
|
D | CacheBuilder.java | 194 public void onRemoval(RemovalNotification<Object, Object> notification) {} in onRemoval() argument
|
/external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/shadows/ |
D | NotificationTest.java | 19 Notification notification = new Notification(); in setLatestEventInfo__shouldCaptureContentIntent() local
|
/external/sl4a/ScriptingLayerForAndroid/src/com/googlecode/android_scripting/activity/ |
D | ServiceUtils.java | 51 Notification notification) { in setForeground()
|
D | TriggerService.java | 116 Notification notification = builder.build(); in createNotification() local
|
/external/webrtc/webrtc/modules/utility/source/ |
D | file_player_impl.cc | 208 uint32_t notification, in StartPlayingFile() 289 uint32_t notification, in StartPlayingFile()
|
/external/sl4a/Utils/src/com/googlecode/android_scripting/ |
D | ForegroundService.java | 48 private void startForegroundCompat(Notification notification) { in startForegroundCompat()
|
/external/deqp/android/package/src/com/drawelements/deqp/execserver/ |
D | ExecService.java | 87 Notification notification = builder.setContentIntent(pm) in onStartCommand() local
|
/external/guava/guava/src/com/google/common/collect/ |
D | GenericMapMaker.java | 56 public void onRemoval(RemovalNotification<Object, Object> notification) {} in onRemoval() argument
|
D | MapMaker.java | 646 void onRemoval(RemovalNotification<K, V> notification); in onRemoval() 781 RemovalNotification<K, V> notification = in notifyRemoval() local
|
/external/google-breakpad/src/client/mac/handler/ |
D | dynamic_images.h | 78 uint32_t notification; member 86 uint64_t notification; member
|
/external/autotest/client/site_tests/security_ptraceRestrictions/src/ |
D | thread-prctl.c | 48 int notification[2]; variable
|
/external/sl4a/ScriptingLayerForAndroid/src/org/connectbot/ |
D | TerminalView.java | 60 private Toast notification = null; field in TerminalView
|
/external/guava/guava-tests/test/com/google/common/collect/ |
D | MapMakerTest.java | 93 RemovalNotification<String, String> notification = listener.remove(); in testRemovalNotification_clear() local
|
D | MapMakerInternalMapTest.java | 401 RemovalNotification<K, V> notification = listener.remove(); in assertNotified() local 1182 RemovalNotification<K, V> notification = map.removalNotificationQueue.poll(); in assertNotificationEnqueued() local 1661 public void onRemoval(RemovalNotification<K, V> notification) { in onRemoval() 1683 public void onRemoval(RemovalNotification<K, V> notification) { in onRemoval()
|
/external/kernel-headers/original/uapi/sound/ |
D | firewire.h | 25 unsigned int notification; /* DICE-specific bits */ member
|
/external/guava/guava-gwt/src-super/com/google/common/cache/super/com/google/common/cache/ |
D | CacheBuilder.java | 188 public void onRemoval(RemovalNotification<Object, Object> notification) {} in onRemoval() argument
|