/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 | 913 RemovalNotification<K, V> notification = listener.remove(); in assertNotified() local 1296 RemovalNotification<Object, Object> notification = listener.remove(); in testSegmentStoreComputedValue() local 1297 assertEquals(immutableEntry(key, value2), notification); in testSegmentStoreComputedValue() local 1324 assertEquals(immutableEntry(key, value3), notification); in testSegmentStoreComputedValue() local 1338 assertEquals(immutableEntry(key, null), notification); in testSegmentStoreComputedValue() local 1862 RemovalNotification<K, V> notification = map.removalNotificationQueue.poll(); in assertNotificationEnqueued() local 2773 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/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/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/ |
D | NotificationTest.java | 19 Notification notification = new Notification(); in setLatestEventInfo__shouldCaptureContentIntent() local
|
/external/guava/guava/src/com/google/common/cache/ |
D | RemovalListener.java | 47 void onRemoval(RemovalNotification<K, V> notification); in onRemoval()
|
D | CacheBuilder.java | 195 public void onRemoval(RemovalNotification<Object, Object> notification) {} in onRemoval() argument
|
/external/lldb/test/python_api/input_reader/ |
D | TestInputReaderCallback.py | 17 def callback(reader, notification, content): argument
|
/external/lldb/source/Core/ |
D | InputReaderEZ.cpp | 18 lldb::InputReaderAction notification, in Callback_Impl()
|
D | InputReader.cpp | 323 InputReader::Notify (InputReaderAction notification) in Notify()
|
/external/deqp/android/package/src/com/drawelements/deqp/execserver/ |
D | ExecService.java | 65 …Notification notification = new Notification(R.drawable.deqp_app_small, "dEQP ExecServer", System.… 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 | 648 void onRemoval(RemovalNotification<K, V> notification); in onRemoval() 783 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/lldb/source/API/ |
D | SBInputReader.cpp | 62 lldb::InputReaderAction notification, in PrivateCallback()
|
/external/kernel-headers/original/uapi/sound/ |
D | firewire.h | 24 unsigned int notification; /* DICE-specific bits */ member
|
/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/lldb/source/Commands/ |
D | CommandObjectExpression.cpp | 232 lldb::InputReaderAction notification, in MultiLineExpressionCallback()
|
/external/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/ |
D | DynamicLoaderMacOSXDYLD.h | 264 lldb::addr_t notification; // Version >= 1 member
|
/external/guava/guava-gwt/src-super/com/google/common/cache/super/com/google/common/cache/ |
D | CacheBuilder.java | 189 public void onRemoval(RemovalNotification<Object, Object> notification) {} in onRemoval() argument
|
/external/lldb/source/Interpreter/ |
D | ScriptInterpreterPython.cpp | 292 … InputReaderAction notification, in InputReaderCallback() 855 InputReaderAction notification, in InputReaderCallback() 1289 InputReaderAction notification, in GenerateBreakpointOptionsCommandCallback() 1406 InputReaderAction notification, in GenerateWatchpointOptionsCommandCallback()
|