HomeSort by relevance Sort by last modified time
    Searched refs:eventsToDispatch (Results 1 - 9 of 9) sorted by null

  /external/guava/guava/src/com/google/common/eventbus/
AsyncEventBus.java 35 private final ConcurrentLinkedQueue<EventWithHandler> eventsToDispatch =
66 eventsToDispatch.offer(new EventWithHandler(event, handler));
76 EventWithHandler eventWithHandler = eventsToDispatch.poll();
EventBus.java 138 eventsToDispatch =
273 eventsToDispatch.get().offer(new EventWithHandler(event, handler));
291 EventWithHandler eventWithHandler = eventsToDispatch.get().poll();
  /external/webkit/Source/WebCore/page/animation/
AnimationController.cpp 148 Vector<EventToDispatch> eventsToDispatch = m_eventsToDispatch;
150 Vector<EventToDispatch>::const_iterator eventsToDispatchEnd = eventsToDispatch.end();
151 for (Vector<EventToDispatch>::const_iterator it = eventsToDispatch.begin(); it != eventsToDispatchEnd; ++it) {
  /prebuilts/misc/common/tradefed/
tradefed-prebuilt.jar 
  /prebuilts/sdk/tools/lib/
guava-10.0.1.jar 
lint.jar 
lint_api.jar 
lint_checks.jar 
  /prebuilts/tools/common/guava-tools/
guava-13.0.1.jar 

Completed in 95 milliseconds