Home
last modified time | relevance | path

Searched refs:handleEvent (Results 1 – 25 of 42) sorted by relevance

12

/external/guava/guava-tests/test/com/google/common/eventbus/
DEventSubscriberTest.java55 subscriber.handleEvent(FIXTURE_ARGUMENT); in testBasicMethodCall()
67 subscriber.handleEvent(new Object()); in testExceptionWrapping()
80 subscriber.handleEvent(new Object()); in testErrorPassthrough()
/external/guava/guava/src/com/google/common/eventbus/
DSynchronizedEventSubscriber.java44 public void handleEvent(Object event) throws InvocationTargetException { in handleEvent() method in SynchronizedEventSubscriber
47 super.handleEvent(event); in handleEvent()
DEventSubscriber.java71 public void handleEvent(Object event) throws InvocationTargetException { in handleEvent() method in EventSubscriber
DEventBus.java322 wrapper.handleEvent(event); in dispatch()
/external/sl4a/Common/src/com/googlecode/android_scripting/trigger/
DTrigger.java39 void handleEvent(Event event, Context context); in handleEvent() method
DScriptTrigger.java42 public void handleEvent(Event event, Context context) { in handleEvent() method in ScriptTrigger
/external/skqp/tools/sk_app/ios/
DWindow_ios.h49 bool handleEvent(const SDL_Event& event);
DWindow_ios.cpp180 if (win && win->handleEvent(event)) { in HandleWindowEvent()
187 bool Window_ios::handleEvent(const SDL_Event& event) { in handleEvent() function in sk_app::Window_ios
/external/skia/tools/sk_app/ios/
DWindow_ios.h49 bool handleEvent(const SDL_Event& event);
DWindow_ios.cpp180 if (win && win->handleEvent(event)) { in HandleWindowEvent()
187 bool Window_ios::handleEvent(const SDL_Event& event) { in handleEvent() function in sk_app::Window_ios
/external/skia/tools/sk_app/mac/
DWindow_mac.h57 void handleEvent(const NSEvent* event);
DWindow_mac.mm212 win->handleEvent(event);
216 void Window_mac::handleEvent(const NSEvent* event) {
/external/antlr/runtime/ObjC/Framework/
DANTLRReaderStream.h35 - (void) stream:(NSStream *)stream handleEvent:(NSStreamEvent)eventCode;
DANTLRReaderStream.m122 - (void)stream:(NSStream *)stream handleEvent:(NSStreamEvent)eventCode
/external/nist-sip/java/gov/nist/javax/sip/
DSipProviderImpl.java168 public void handleEvent(EventObject sipEvent, SIPTransaction transaction) { in handleEvent() method in SipProviderImpl
929 this.handleEvent(ev, (SIPTransaction) errorObject); in transactionErrorEvent()
949 this.handleEvent(ev, (SIPTransaction) errorObject); in transactionErrorEvent()
973 this.handleEvent(ev, (SIPTransaction) errorObject); in transactionErrorEvent()
995 this.handleEvent(ev, null); in dialogErrorEvent()
DDialogFilter.java1107 sipProvider.handleEvent(sipEvent, transaction); in processRequest()
1226 sipProvider.handleEvent(sipEvent, transaction); in processResponse()
1248 sipProvider.handleEvent(responseEvent, transaction); in processResponse()
1434 sipProvider.handleEvent(responseEvent, transaction); in processResponse()
/external/skia/tools/sk_app/unix/
DWindow_unix.h43 bool handleEvent(const XEvent& event);
Dmain_unix.cpp73 if (win->handleEvent(event)) { in main()
/external/skqp/tools/sk_app/unix/
DWindow_unix.h43 bool handleEvent(const XEvent& event);
Dmain_unix.cpp73 if (win->handleEvent(event)) { in main()
/external/autotest/frontend/client/src/autotest/common/spreadsheet/
DSpreadsheet.java512 handleEvent(event, false); in onClick()
517 handleEvent(event, true); in onContextMenu()
520 private void handleEvent(DomEvent<?> event, boolean isRightClick) { in handleEvent() method in Spreadsheet
/external/clang/tools/scan-build/share/scan-build/
Dsorttable.js394 element["on" + type] = handleEvent;
411 function handleEvent(event) { function
/external/clang/tools/scan-build-py/libscanbuild/resources/
Dsorttable.js394 element["on" + type] = handleEvent;
411 function handleEvent(event) { function
/external/sl4a/ScriptingLayerForAndroid/src/com/googlecode/android_scripting/service/
DTriggerService.java145 mTrigger.handleEvent(event, TriggerService.this); in onEventReceived()
/external/nist-sip/java/gov/nist/javax/sip/stack/
DSIPTransactionStack.java726 dialog.getSipProvider().handleEvent(event, null); in removeDialog()
737 dialog.getSipProvider().handleEvent(event, null); in removeDialog()
1470 sipProvider.handleEvent(event, sipTransaction); in removeTransaction()
1495 sipProvider.handleEvent(event, sipTransaction); in removeTransaction()

12