/external/guava/guava/src/com/google/common/eventbus/ |
D | SynchronizedEventSubscriber.java | 44 public void handleEvent(Object event) throws InvocationTargetException { in handleEvent() method in SynchronizedEventSubscriber 47 super.handleEvent(event); in handleEvent()
|
D | EventSubscriber.java | 71 public void handleEvent(Object event) throws InvocationTargetException { in handleEvent() method in EventSubscriber
|
/external/guava/guava-tests/test/com/google/common/eventbus/ |
D | EventSubscriberTest.java | 55 subscriber.handleEvent(FIXTURE_ARGUMENT); in testBasicMethodCall() 67 subscriber.handleEvent(new Object()); in testExceptionWrapping() 80 subscriber.handleEvent(new Object()); in testErrorPassthrough()
|
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/editor/presentation/ |
D | ButtonPropertyEditorPresentationImpl.java | 103 public void handleEvent(Event e) { in createControl() 110 public void handleEvent(Event event) { in createControl() 118 public void handleEvent(Event event) { in createControl() 125 public void handleEvent(Event event) { in createControl()
|
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/core/controls/ |
D | CCombo3.java | 94 public void handleEvent(Event event) { in CCombo3() 120 public void handleEvent(Event event) { in CCombo3() 133 public void handleEvent(Event event) { 150 public void handleEvent(final Event event) { 226 public void handleEvent(Event event) { 240 public void handleEvent(Event event) {
|
D | CImageLabel.java | 45 public void handleEvent(Event event) { in CImageLabel() 53 public void handleEvent(Event event) { in CImageLabel()
|
D | CFlatButton.java | 108 public void handleEvent(Event e) { in CFlatButton() 114 public void handleEvent(Event e) { in CFlatButton()
|
/external/xmlrpcpp/src/ |
D | XmlRpcDispatch.cpp | 128 newMask &= src->handleEvent(ReadableEvent); in work() 130 newMask &= src->handleEvent(WritableEvent); in work() 132 newMask &= src->handleEvent(Exception); in work()
|
D | XmlRpcSource.h | 38 virtual unsigned handleEvent(unsigned eventType) = 0;
|
D | XmlRpcServer.h | 74 virtual unsigned handleEvent(unsigned eventType);
|
D | XmlRpcClient.h | 71 virtual unsigned handleEvent(unsigned eventType);
|
D | XmlRpcServerConnection.h | 49 virtual unsigned handleEvent(unsigned eventType);
|
D | XmlRpcServer.cpp | 135 XmlRpcServer::handleEvent(unsigned /* mask */) in handleEvent() function in XmlRpcServer
|
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/table/ |
D | PropertyTableTooltipHelper.java | 43 public void handleEvent(Event event) { in PropertyTableTooltipHelper() 51 public void handleEvent(Event event) { in PropertyTableTooltipHelper()
|
D | PropertyTooltipProvider.java | 93 public void handleEvent(Event event) { in handleEvent() method in PropertyTooltipProvider.HideListener
|
D | PropertyTable.java | 174 public void handleEvent(Event event) { in hookControlEvents() 180 public void handleEvent(Event event) { in hookControlEvents() 186 public void handleEvent(Event event) { in hookControlEvents() 192 public void handleEvent(Event event) { in hookControlEvents()
|
/external/sl4a/Common/src/com/googlecode/android_scripting/trigger/ |
D | Trigger.java | 39 void handleEvent(Event event, Context context); in handleEvent() method
|
D | ScriptTrigger.java | 42 public void handleEvent(Event event, Context context) { in handleEvent() method in ScriptTrigger
|
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/core/controls/flyout/ |
D | FlyoutControlComposite.java | 95 public void handleEvent(Event event) { in FlyoutControlComposite() 326 public void handleEvent(Event event) { in FlyoutContainer() 342 public void handleEvent(Event event) { in FlyoutContainer() 351 public void handleEvent(Event event) { in FlyoutContainer() 549 public void handleEvent(Event event) { 598 public void handleEvent(Event event2) {
|
/external/nist-sip/java/gov/nist/javax/sip/ |
D | SipProviderImpl.java | 168 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()
|
/external/autotest/frontend/client/src/autotest/common/spreadsheet/ |
D | Spreadsheet.java | 512 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/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/editor/ |
D | AbstractComboPropertyEditor.java | 71 public void handleEvent(Event event) { in activate()
|
/external/clang/tools/scan-build/share/scan-build/ |
D | sorttable.js | 394 element["on" + type] = handleEvent; 411 function handleEvent(event) { function
|
/external/sl4a/ScriptingLayerForAndroid/src/com/googlecode/android_scripting/activity/ |
D | TriggerService.java | 128 mTrigger.handleEvent(event, TriggerService.this); in onEventReceived()
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/ |
D | ANTLRReaderStream.m | 113 - (void)stream:(NSStream *)stream handleEvent:(NSStreamEvent)eventCode
|