Home
last modified time | relevance | path

Searched defs:notification (Results 1 – 25 of 44) sorted by relevance

12

/external/guava/guava-tests/test/com/google/common/cache/
DTestingRemovalListeners.java61 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()
DNullCacheTest.java51 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
DLocalCacheTest.java913 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()
DCacheBuilderTest.java430 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/
DTestingRemovalListeners.java52 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/
DShadowNotificationManager.java21 public void notify(int id, Notification notification) in notify()
27 public void notify(String tag, int id, Notification notification) { in notify()
DShadowService.java58 public final void startForeground(int id, Notification notification) { in startForeground()
/external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
DNotificationTest.java19 Notification notification = new Notification(); in setLatestEventInfo__shouldCaptureContentIntent() local
/external/guava/guava/src/com/google/common/cache/
DRemovalListener.java47 void onRemoval(RemovalNotification<K, V> notification); in onRemoval()
DCacheBuilder.java195 public void onRemoval(RemovalNotification<Object, Object> notification) {} in onRemoval() argument
/external/lldb/test/python_api/input_reader/
DTestInputReaderCallback.py17 def callback(reader, notification, content): argument
/external/lldb/source/Core/
DInputReaderEZ.cpp18 lldb::InputReaderAction notification, in Callback_Impl()
DInputReader.cpp323 InputReader::Notify (InputReaderAction notification) in Notify()
/external/deqp/android/package/src/com/drawelements/deqp/execserver/
DExecService.java65 …Notification notification = new Notification(R.drawable.deqp_app_small, "dEQP ExecServer", System.… in onStartCommand() local
/external/guava/guava/src/com/google/common/collect/
DGenericMapMaker.java56 public void onRemoval(RemovalNotification<Object, Object> notification) {} in onRemoval() argument
DMapMaker.java648 void onRemoval(RemovalNotification<K, V> notification); in onRemoval()
783 RemovalNotification<K, V> notification = in notifyRemoval() local
/external/google-breakpad/src/client/mac/handler/
Ddynamic_images.h78 uint32_t notification; member
86 uint64_t notification; member
/external/lldb/source/API/
DSBInputReader.cpp62 lldb::InputReaderAction notification, in PrivateCallback()
/external/kernel-headers/original/uapi/sound/
Dfirewire.h24 unsigned int notification; /* DICE-specific bits */ member
/external/guava/guava-tests/test/com/google/common/collect/
DMapMakerTest.java93 RemovalNotification<String, String> notification = listener.remove(); in testRemovalNotification_clear() local
DMapMakerInternalMapTest.java401 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/
DCommandObjectExpression.cpp232 lldb::InputReaderAction notification, in MultiLineExpressionCallback()
/external/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/
DDynamicLoaderMacOSXDYLD.h264 lldb::addr_t notification; // Version >= 1 member
/external/guava/guava-gwt/src-super/com/google/common/cache/super/com/google/common/cache/
DCacheBuilder.java189 public void onRemoval(RemovalNotification<Object, Object> notification) {} in onRemoval() argument
/external/lldb/source/Interpreter/
DScriptInterpreterPython.cpp292InputReaderAction notification, in InputReaderCallback()
855 InputReaderAction notification, in InputReaderCallback()
1289 InputReaderAction notification, in GenerateBreakpointOptionsCommandCallback()
1406 InputReaderAction notification, in GenerateWatchpointOptionsCommandCallback()

12