Searched refs:handleEvent (Results 1 - 25 of 45) sorted by relevance

12

/external/guava/guava/src/com/google/common/eventbus/
H A DSynchronizedEventSubscriber.java44 public void handleEvent(Object event) throws InvocationTargetException { method in class:SynchronizedEventSubscriber
47 super.handleEvent(event);
H A DEventSubscriber.java71 public void handleEvent(Object event) throws InvocationTargetException { method in class:EventSubscriber
H A DEventBus.java322 wrapper.handleEvent(event);
/external/sl4a/Common/src/com/googlecode/android_scripting/trigger/
H A DTrigger.java39 void handleEvent(Event event, Context context); method in interface:Trigger
H A DScriptTrigger.java42 public void handleEvent(Event event, Context context) { method in class:ScriptTrigger
/external/xmlrpcpp/src/
H A DXmlRpcSource.h38 virtual unsigned handleEvent(unsigned eventType) = 0;
H A DXmlRpcServer.h74 virtual unsigned handleEvent(unsigned eventType);
H A DXmlRpcDispatch.cpp128 newMask &= src->handleEvent(ReadableEvent);
130 newMask &= src->handleEvent(WritableEvent);
132 newMask &= src->handleEvent(Exception);
H A DXmlRpcClient.h71 virtual unsigned handleEvent(unsigned eventType);
H A DXmlRpcServerConnection.h49 virtual unsigned handleEvent(unsigned eventType);
H A DXmlRpcServer.cpp135 XmlRpcServer::handleEvent(unsigned /* mask */) function in class:XmlRpcServer
H A DXmlRpcClient.cpp112 XmlRpcClient::handleEvent(unsigned eventType) function in class:XmlRpcClient
117 XmlRpcUtil::error("Error in XmlRpcClient::handleEvent: could not connect to server (%s).",
120 XmlRpcUtil::error("Error in XmlRpcClient::handleEvent (state %d): %s.",
157 // Notify the dispatcher to listen on this source (calls handleEvent when the socket is writable)
H A DXmlRpcServerConnection.cpp51 XmlRpcServerConnection::handleEvent(unsigned /*eventType*/) function in class:XmlRpcServerConnection
/external/guava/guava-tests/test/com/google/common/eventbus/
H A DEventSubscriberTest.java55 subscriber.handleEvent(FIXTURE_ARGUMENT);
67 subscriber.handleEvent(new Object());
80 subscriber.handleEvent(new Object());
/external/skia/tools/viewer/sk_app/mac/
H A DWindow_mac.h48 bool handleEvent(const SDL_Event& event);
H A DWindow_mac.cpp168 if (win && win->handleEvent(event)) {
175 bool Window_mac::handleEvent(const SDL_Event& event) { function in class:sk_app::Window_mac
/external/skia/tools/viewer/sk_app/unix/
H A DWindow_unix.h41 bool handleEvent(const XEvent& event);
H A Dmain_unix.cpp73 if (win->handleEvent(event)) {
/external/sl4a/ScriptingLayerForAndroid/src/com/googlecode/android_scripting/activity/
H A DTriggerService.java144 mTrigger.handleEvent(event, TriggerService.this);
/external/nist-sip/java/gov/nist/javax/sip/
H A DSipProviderImpl.java168 public void handleEvent(EventObject sipEvent, SIPTransaction transaction) { method in class:SipProviderImpl
171 "handleEvent " + sipEvent + "currentTransaction = "
929 this.handleEvent(ev, (SIPTransaction) errorObject);
949 this.handleEvent(ev, (SIPTransaction) errorObject);
973 this.handleEvent(ev, (SIPTransaction) errorObject);
995 this.handleEvent(ev, null);
H A DDialogFilter.java1107 sipProvider.handleEvent(sipEvent, transaction);
1226 sipProvider.handleEvent(sipEvent, transaction);
1248 sipProvider.handleEvent(responseEvent, transaction);
1434 sipProvider.handleEvent(responseEvent, transaction);
/external/autotest/frontend/client/src/autotest/common/spreadsheet/
H A DSpreadsheet.java512 handleEvent(event, false);
517 handleEvent(event, true);
520 private void handleEvent(DomEvent<?> event, boolean isRightClick) { method in class:Spreadsheet
/external/clang/tools/scan-build/share/scan-build/
H A Dsorttable.js394 element["on" + type] = handleEvent;
411 function handleEvent(event) { function
419 this.$$handleEvent = handlers[i];
420 if (this.$$handleEvent(event) === false) {
/external/clang/tools/scan-build-py/libscanbuild/resources/
H A Dsorttable.js394 element["on" + type] = handleEvent;
411 function handleEvent(event) { function
419 this.$$handleEvent = handlers[i];
420 if (this.$$handleEvent(event) === false) {
/external/nist-sip/java/gov/nist/javax/sip/stack/
H A DSIPTransactionStack.java726 dialog.getSipProvider().handleEvent(event, null);
737 dialog.getSipProvider().handleEvent(event, null);
1470 sipProvider.handleEvent(event, sipTransaction);
1495 sipProvider.handleEvent(event, sipTransaction);

Completed in 481 milliseconds

12