/external/libchrome/base/message_loop/ |
D | message_pump_libevent.cc | 140 int event_mask = persistent ? EV_PERSIST : 0; in WatchFileDescriptor() local 142 event_mask |= EV_READ; in WatchFileDescriptor() 145 event_mask |= EV_WRITE; in WatchFileDescriptor() 157 event_mask |= old_interest_mask; in WatchFileDescriptor() 171 event_set(evt.get(), fd, event_mask, OnLibeventNotification, controller); in WatchFileDescriptor()
|
/external/ImageMagick/MagickCore/ |
D | log.c | 111 event_mask; member 149 event_mask; member 317 log_info->event_mask=p->event_mask; in AcquireLogCache() 676 event_logging=(p != (LogInfo *) NULL) && (p->event_mask != NoEvents) ? in CheckEventLogging() 1296 if ((log_info->event_mask & type) == 0) in LogMagickEventList() 1578 log_info->event_mask=(LogEventType) (log_info->event_mask | in LoadLogCache() 1755 log_info->event_mask=(LogEventType) option; in SetLogEventMask() 1757 log_info->event_mask=UndefinedEvents; in SetLogEventMask() 1760 return(log_info->event_mask); in SetLogEventMask()
|
D | animate.c | 1630 windows->icon.attributes.event_mask=ExposureMask | StructureNotifyMask; in XAnimateImages() 1700 windows->image.attributes.event_mask=ButtonMotionMask | ButtonPressMask | in XAnimateImages() 1723 windows->backdrop.attributes.event_mask=ButtonPressMask | KeyPressMask | in XAnimateImages() 1791 windows->info.attributes.event_mask=ButtonPressMask | ExposureMask | in XAnimateImages() 1823 windows->command.attributes.event_mask=ButtonMotionMask | ButtonPressMask | in XAnimateImages() 1852 windows->widget.attributes.event_mask=ButtonMotionMask | ButtonPressMask | in XAnimateImages() 1877 windows->popup.attributes.event_mask=ButtonMotionMask | ButtonPressMask | in XAnimateImages()
|
D | display.c | 1919 windows->image.attributes.event_mask | PointerMotionMask); in XAnnotateEditImage() 2232 windows->image.attributes.event_mask); in XAnnotateEditImage() 2932 windows->image.attributes.event_mask | PointerMotionMask); in XChopImage() 3091 windows->image.attributes.event_mask); in XChopImage() 3375 windows->image.attributes.event_mask | PointerMotionMask); in XColorEditImage() 3865 windows->image.attributes.event_mask); in XColorEditImage() 4003 windows->image.attributes.event_mask | PointerMotionMask); in XCompositeImage() 4255 windows->image.attributes.event_mask); in XCompositeImage() 4676 windows->image.attributes.event_mask | PointerMotionMask); in XCropImage() 4852 windows->image.attributes.event_mask); in XCropImage() [all …]
|
/external/mesa3d/src/glx/apple/ |
D | apple_glx_pbuffer.c | 175 pbuf->event_mask = 0; in apple_glx_pbuffer_create() 326 d->types.pbuffer.event_mask = mask; in apple_glx_pbuffer_set_event_mask() 343 *mask = d->types.pbuffer.event_mask; in apple_glx_pbuffer_get_event_mask()
|
D | apple_glx_drawable.h | 75 unsigned long event_mask; member
|
/external/autotest/client/deps/glbench/src/ |
D | xlib_window.cc | 49 attr.event_mask = StructureNotifyMask | ExposureMask | KeyPressMask; in XlibInit()
|
/external/libpcap/ |
D | pcap-bt-linux.c | 260 memset((void *) &flt.event_mask, 0xff, sizeof(flt.event_mask)); in bt_activate()
|
/external/mesa3d/include/GL/ |
D | glx.h | 307 typedef void (* PFNGLXSELECTEVENTPROC) (Display *dpy, GLXDrawable draw, unsigned long event_mask); 308 …ef void (* PFNGLXGETSELECTEDEVENTPROC) (Display *dpy, GLXDrawable draw, unsigned long *event_mask);
|
D | glxext.h | 125 typedef void ( *PFNGLXSELECTEVENTPROC) (Display *dpy, GLXDrawable draw, unsigned long event_mask); 126 …ef void ( *PFNGLXGETSELECTEDEVENTPROC) (Display *dpy, GLXDrawable draw, unsigned long *event_mask); 143 void glXSelectEvent (Display *dpy, GLXDrawable draw, unsigned long event_mask); 144 void glXGetSelectedEvent (Display *dpy, GLXDrawable draw, unsigned long *event_mask);
|
/external/webrtc/webrtc/base/ |
D | x11windowpicker.cc | 254 long event_mask; in MoveToFront() local 272 event_mask = SubstructureRedirectMask | SubstructureNotifyMask; in MoveToFront() 274 XSendEvent(display_, root, False, event_mask, &xev); in MoveToFront()
|
/external/mesa3d/src/gallium/targets/graw-xlib/ |
D | graw_xlib.c | 110 attr.event_mask = StructureNotifyMask | ExposureMask | KeyPressMask; in graw_create_window_and_screen()
|
/external/swiftshader/third_party/PowerVR_SDK/Shell/OS/LinuxX11/ |
D | PVRShellOS.cpp | 585 …WinAttibutes.event_mask = StructureNotifyMask | ExposureMask | ButtonPressMask | ButtonReleaseMask… in OpenX11Window() 623 …WinAttibutes.event_mask = StructureNotifyMask | ExposureMask | ButtonPressMask | ButtonReleaseMask… in OpenX11Window()
|
/external/webrtc/webrtc/test/linux/ |
D | glx_renderer.cc | 62 window_attributes.event_mask = StructureNotifyMask | ExposureMask; in Init()
|
/external/swiftshader/include/GL/ |
D | glxext.h | 125 typedef void ( *PFNGLXSELECTEVENTPROC) (Display *dpy, GLXDrawable draw, unsigned long event_mask); 126 …ef void ( *PFNGLXGETSELECTEDEVENTPROC) (Display *dpy, GLXDrawable draw, unsigned long *event_mask); 143 void glXSelectEvent (Display *dpy, GLXDrawable draw, unsigned long event_mask); 144 void glXGetSelectedEvent (Display *dpy, GLXDrawable draw, unsigned long *event_mask);
|
/external/deqp/framework/platform/lnx/X11/ |
D | tcuLnxX11.cpp | 194 swa.event_mask = ExposureMask|KeyPressMask|KeyReleaseMask|StructureNotifyMask; in XlibWindow()
|
/external/ImageMagick/MagickWand/ |
D | compare.c | 539 event_mask; in CompareImagesCommand() local 546 event_mask=SetLogEventMask(argv[i]); in CompareImagesCommand() 547 if (event_mask == UndefinedEvents) in CompareImagesCommand()
|
/external/swiftshader/third_party/PowerVR_SDK/Examples/Beginner/01_HelloAPI/OGLES2/ |
D | OGLES2HelloAPI_LinuxX11.cpp | 178 windowAttributes.event_mask = StructureNotifyMask | ExposureMask | ButtonPressMask; in CreateNativeWindow()
|
/external/skia/tools/sk_app/unix/ |
D | Window_unix.cpp | 122 swa.event_mask = kEventMask; in initWindow()
|
/external/skqp/tools/sk_app/unix/ |
D | Window_unix.cpp | 122 swa.event_mask = kEventMask; in initWindow()
|
/external/webrtc/webrtc/modules/video_render/test/testAPI/ |
D | testAPI.cc | 186 xswa.event_mask = StructureNotifyMask | ExposureMask; in WebRtcCreateWindow()
|
/external/autotest/client/deps/nvmap_compactor/src/ |
D | nvmap_carveout_compactor.c | 586 swa.event_mask = ExposureMask | PointerMotionMask | KeyPressMask; in XInitialize()
|
/external/libpng/contrib/gregbook/ |
D | rpng-x.c | 549 attr.event_mask = ExposureMask | KeyPressMask | ButtonPressMask; in rpng_x_create_window()
|
D | rpng2-x.c | 933 attr.event_mask = ExposureMask | KeyPressMask | ButtonPressMask; in rpng2_x_create_window()
|
/external/wpa_supplicant_8/src/eap_peer/ |
D | eap_proxy_qmi_oc.c | 289 event_reg_params.event_mask |= (WPA_UIM_QMI_EVENT_MASK_CARD_STATUS); in wpa_qmi_register_events() 317 event_resp_msg.event_mask); in wpa_qmi_register_events()
|