| /xsrc/external/mit/xmag/dist/ |
| H A D | CutPaste.h | 29 extern void SWGrabSelection ( Widget w, Time time ); 30 extern void SWRequestSelection ( Widget w, Time time );
|
| /xsrc/external/mit/libX11/dist/src/ |
| H A D | UngrabKbd.c | 35 Time time) 40 GetResReq(UngrabKeyboard, time, req); 33 XUngrabKeyboard(register Display * dpy,Time time) argument
|
| H A D | UngrabPtr.c | 35 Time time) 40 GetResReq(UngrabPointer, time, req); 33 XUngrabPointer(register Display * dpy,Time time) argument
|
| H A D | AllowEv.c | 36 Time time) 44 req->time = time; 33 XAllowEvents(register Display * dpy,int mode,Time time) argument
|
| H A D | ChActPGb.c | 37 Time time) 45 req->time = time; 33 XChangeActivePointerGrab(register Display * dpy,unsigned int event_mask,Cursor curs,Time time) argument
|
| H A D | SetIFocus.c | 37 Time time) 45 req->time = time; 33 XSetInputFocus(register Display * dpy,Window focus,int revert_to,Time time) argument
|
| H A D | SetSOwner.c | 37 Time time) 45 req->time = time; 33 XSetSelectionOwner(register Display * dpy,Atom selection,Window owner,Time time) argument
|
| H A D | ConvSel.c | 39 Time time) 49 req->time = time; 33 XConvertSelection(register Display * dpy,Atom selection,Atom target,Atom property,Window requestor,Time time) argument
|
| H A D | GrKeybd.c | 37 Time time) 48 req->time = time; 31 XGrabKeyboard(register Display * dpy,Window window,Bool ownerEvents,int pointerMode,int keyboardMode,Time time) argument
|
| /xsrc/external/mit/xorg-server.old/dist/Xi/ |
| H A D | allowev.c | 80 swapl(&stuff->time, n); 93 TimeStamp time; local in function:ProcXAllowDeviceEvents 103 time = ClientTimeToServerTime(stuff->time); 107 AllowSome(client, time, thisdev, NOT_GRABBED); 110 AllowSome(client, time, thisdev, FREEZE_NEXT_EVENT); 113 AllowSome(client, time, thisdev, THAWED); 116 AllowSome(client, time, thisdev, THAW_OTHERS); 119 AllowSome(client, time, thisdev, FREEZE_BOTH_NEXT_EVENT); 122 AllowSome(client, time, thisde [all...] |
| H A D | xiallowev.c | 54 swapl(&stuff->time, n); 62 TimeStamp time; local in function:ProcXIAllowEvents 73 time = ClientTimeToServerTime(stuff->time); 77 AllowSome(client, time, dev, NOT_GRABBED); 80 AllowSome(client, time, dev, FREEZE_NEXT_EVENT); 83 AllowSome(client, time, dev, THAWED); 87 AllowSome(client, time, dev, THAW_OTHERS); 91 AllowSome(client, time, dev, FREEZE_BOTH_NEXT_EVENT); 95 AllowSome(client, time, de [all...] |
| H A D | ungrdev.c | 78 swapl(&stuff->time, n); 93 TimeStamp time; local in function:ProcXUngrabDevice 104 time = ClientTimeToServerTime(stuff->time); 105 if ((CompareTimeStamps(time, currentTime) != LATER) && 106 (CompareTimeStamps(time, dev->deviceGrab.grabTime) != EARLIER) &&
|
| /xsrc/external/mit/xorg-server/dist/Xi/ |
| H A D | allowev.c | 78 swapl(&stuff->time); 91 TimeStamp time; local in function:ProcXAllowDeviceEvents 101 time = ClientTimeToServerTime(stuff->time); 105 AllowSome(client, time, thisdev, NOT_GRABBED); 108 AllowSome(client, time, thisdev, FREEZE_NEXT_EVENT); 111 AllowSome(client, time, thisdev, THAWED); 114 AllowSome(client, time, thisdev, THAW_OTHERS); 117 AllowSome(client, time, thisdev, FREEZE_BOTH_NEXT_EVENT); 120 AllowSome(client, time, thisde [all...] |
| H A D | ungrdev.c | 76 swapl(&stuff->time); 91 TimeStamp time; local in function:ProcXUngrabDevice 102 time = ClientTimeToServerTime(stuff->time); 103 if ((CompareTimeStamps(time, currentTime) != LATER) && 104 (CompareTimeStamps(time, dev->deviceGrab.grabTime) != EARLIER) &&
|
| H A D | xiallowev.c | 55 swapl(&stuff->time); 70 TimeStamp time; local in function:ProcXIAllowEvents 93 time = ClientTimeToServerTime(stuff->time); 97 AllowSome(client, time, dev, NOT_GRABBED); 100 AllowSome(client, time, dev, FREEZE_NEXT_EVENT); 103 AllowSome(client, time, dev, THAWED); 107 AllowSome(client, time, dev, THAW_OTHERS); 111 AllowSome(client, time, dev, FREEZE_BOTH_NEXT_EVENT); 115 AllowSome(client, time, de [all...] |
| /xsrc/external/mit/libXt/dist/src/ |
| H A D | ClickTime.c | 81 XtSetMultiClickTime(Display *dpy, int time) argument 86 _XtGetPerDisplay(dpy)->multi_click_time = time;
|
| /xsrc/external/mit/MesaGLUT/dist/src/glut/glx/ |
| H A D | glut_swap.c | 62 float time = 0.001 * (t - __glutSwapTime); local in function:glutSwapBuffers 63 float fps = (float) __glutSwapCount / time; 65 __glutSwapCount, time, fps);
|
| /xsrc/external/mit/xorg-server.old/dist/hw/dmx/input/ |
| H A D | dmxmotion.h | 48 unsigned long time);
|
| /xsrc/external/mit/MesaLib.old/dist/src/util/ |
| H A D | os_time.c | 30 * OS independent time-manipulation functions. 44 # include <time.h> /* timeval */ 45 # include <sys/time.h> /* timeval */ 99 struct timespec time; local in function:os_time_sleep 100 time.tv_sec = usecs / 1000000; 101 time.tv_nsec = (usecs % 1000000) * 1000; 102 while (clock_nanosleep(CLOCK_MONOTONIC, 0, &time, &time) == EINTR); 123 int64_t time, abs_timeout; local in function:os_time_get_absolute_timeout 129 time [all...] |
| /xsrc/external/mit/MesaLib/dist/src/util/ |
| H A D | os_time.c | 30 * OS independent time-manipulation functions. 42 # include <time.h> /* timeval */ 43 # include <sys/time.h> /* timeval */ 96 struct timespec time; local in function:os_time_sleep 97 time.tv_sec = usecs / 1000000; 98 time.tv_nsec = (usecs % 1000000) * 1000; 99 while (clock_nanosleep(CLOCK_MONOTONIC, 0, &time, &time) == EINTR); 120 int64_t time, abs_timeout; local in function:os_time_get_absolute_timeout 126 time [all...] |
| /xsrc/external/mit/libXi/dist/src/ |
| H A D | XAllowDv.c | 68 Time time) 82 req->time = time; 64 XAllowDeviceEvents(register Display * dpy,XDevice * dev,int event_mode,Time time) argument
|
| H A D | XGtFocus.c | 69 Time *time) 87 *time = rep.time; 64 XGetDeviceFocus(register Display * dpy,XDevice * dev,Window * focus,int * revert_to,Time * time) argument
|
| H A D | XISetDevFocus.c | 37 XISetFocus(Display *dpy, int deviceid, Window focus, Time time) argument 52 req->time = time;
|
| H A D | XStFocus.c | 69 Time time) 84 req->time = time; 64 XSetDeviceFocus(register Display * dpy,XDevice * dev,Window focus,int revert_to,Time time) argument
|
| H A D | XUngrDev.c | 67 Time time) 81 req->time = time; 64 XUngrabDevice(register Display * dpy,XDevice * dev,Time time) argument
|