Home
last modified time | relevance | path

Searched refs:coalescedEvt (Results 1 – 5 of 5) sorted by relevance

/dports/lang/gcc6-aux/gcc-6-20180516/libjava/classpath/java/awt/
H A DEventQueue.java348 AWTEvent coalescedEvt = srccmp.coalesceEvents(qevt, evt); in postEventImpl() local
349 if (coalescedEvt != null) in postEventImpl()
352 if (qevt != coalescedEvt) in postEventImpl()
357 previous.queueNext = coalescedEvt; in postEventImpl()
362 q.queueHead = coalescedEvt; in postEventImpl()
364 coalescedEvt.queueNext = qevt.queueNext; in postEventImpl()
366 q.queueTail = coalescedEvt; in postEventImpl()
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libjava/classpath/java/awt/
H A DEventQueue.java348 AWTEvent coalescedEvt = srccmp.coalesceEvents(qevt, evt); in postEventImpl() local
349 if (coalescedEvt != null) in postEventImpl()
352 if (qevt != coalescedEvt) in postEventImpl()
357 previous.queueNext = coalescedEvt; in postEventImpl()
362 q.queueHead = coalescedEvt; in postEventImpl()
364 coalescedEvt.queueNext = qevt.queueNext; in postEventImpl()
366 q.queueTail = coalescedEvt; in postEventImpl()
/dports/lang/gnat_util/gcc-6-20180516/libjava/classpath/java/awt/
H A DEventQueue.java348 AWTEvent coalescedEvt = srccmp.coalesceEvents(qevt, evt); in postEventImpl() local
349 if (coalescedEvt != null) in postEventImpl()
352 if (qevt != coalescedEvt) in postEventImpl()
357 previous.queueNext = coalescedEvt; in postEventImpl()
362 q.queueHead = coalescedEvt; in postEventImpl()
364 coalescedEvt.queueNext = qevt.queueNext; in postEventImpl()
366 q.queueTail = coalescedEvt; in postEventImpl()
/dports/devel/mingw32-gcc/gcc-4.8.1/libjava/classpath/java/awt/
H A DEventQueue.java348 AWTEvent coalescedEvt = srccmp.coalesceEvents(qevt, evt); in postEventImpl() local
349 if (coalescedEvt != null) in postEventImpl()
352 if (qevt != coalescedEvt) in postEventImpl()
357 previous.queueNext = coalescedEvt; in postEventImpl()
362 q.queueHead = coalescedEvt; in postEventImpl()
364 coalescedEvt.queueNext = qevt.queueNext; in postEventImpl()
366 q.queueTail = coalescedEvt; in postEventImpl()
/dports/lang/gcc48/gcc-4.8.5/libjava/classpath/java/awt/
H A DEventQueue.java348 AWTEvent coalescedEvt = srccmp.coalesceEvents(qevt, evt); in postEventImpl() local
349 if (coalescedEvt != null) in postEventImpl()
352 if (qevt != coalescedEvt) in postEventImpl()
357 previous.queueNext = coalescedEvt; in postEventImpl()
362 q.queueHead = coalescedEvt; in postEventImpl()
364 coalescedEvt.queueNext = qevt.queueNext; in postEventImpl()
366 q.queueTail = coalescedEvt; in postEventImpl()