Searched refs:DeadEvent (Results 1 - 10 of 10) sorted by relevance

/external/guava/guava/src/com/google/common/eventbus/
H A DDeadEvent.java27 * <p>Registering a DeadEvent subscriber is useful for debugging or logging, as
34 public class DeadEvent { class
40 * Creates a new DeadEvent.
42 * @param source object broadcasting the DeadEvent (generally the
46 public DeadEvent(Object source, Object event) { method in class:DeadEvent
H A DEventBus.java97 * they are wrapped in an instance of {@link DeadEvent} and reposted.
101 * Accordingly, while DeadEvent extends {@link Object}, a subscriber registered to
102 * receive any Object will never receive a DeadEvent.
246 * {@code event} is not already a {@link DeadEvent}, it will be wrapped in a
247 * DeadEvent and reposted.
271 if (!dispatched && !(event instanceof DeadEvent)) {
272 post(new DeadEvent(this, event));
/external/guava/guava-tests/test/com/google/common/eventbus/
H A DEventBusTest.java182 List<DeadEvent> events = catcher.getEvents();
192 bus.post(new DeadEvent(this, EVENT));
194 List<DeadEvent> events = catcher.getEvents();
195 assertEquals("The explicit DeadEvent should be delivered.",
361 private List<DeadEvent> events = Lists.newArrayList();
364 public void ohNoesIHaveDied(DeadEvent event) {
368 public List<DeadEvent> getEvents() {
/external/guice/lib/
H A Dguava-16.0.1.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/maven/ META-INF/maven/com. ...
/external/owasp/sanitizer/distrib/lib/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/collect/ ...
/external/owasp/sanitizer/lib/guava-libraries/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/collect/ ...
/external/annotation-tools/annotation-file-utilities/lib/
H A Dguava-20.0.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/maven/ META-INF/maven/com. ...
/external/conscrypt/benchmark-android/
H A Dvogar.jarMETA-INF/ META-INF/MANIFEST.MF vogar/ vogar/TestProperties.class TestProperties.java package vogar ...
/external/dagger2/lib/
H A Dgoogle-java-format-0.1-20151017.042846-2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/googlejavaformat/ com/google/googlejavaformat/CloseOp ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 151 milliseconds