/third_party/weston/xwayland/ |
D | selection.c | 323 selection_notify.requestor = wm->selection_request.requestor; in weston_wm_send_selection_notify() 329 wm->selection_request.requestor, in weston_wm_send_selection_notify() 347 wm->selection_request.requestor, in weston_wm_send_targets() 361 wm->selection_request.requestor, in weston_wm_send_timestamp() 377 wm->selection_request.requestor, in weston_wm_flush_source_data() 428 wm->selection_request.requestor, in weston_wm_read_data_source() 464 wm->selection_request.requestor = XCB_NONE; in weston_wm_read_data_source() 548 wm->selection_request.requestor = XCB_NONE; in weston_wm_send_incr_chunk() 566 } else if (property_notify->window == wm->selection_request.requestor) { in weston_wm_handle_selection_property_notify() 728 wm->selection_request.requestor = XCB_NONE; in weston_wm_selection_init()
|
/third_party/skia/tools/sk_app/unix/ |
D | Window_unix.cpp | 335 xsel.requestor = xsr->requestor; in handleEvent() 349 XSendEvent(fDisplay, xsr->requestor, True, NoEventMask, (XEvent*)&xsel); in handleEvent() 353 XChangeProperty(fDisplay, xsr->requestor, xsr->property, UTF8, /*format=*/8, in handleEvent() 356 XSendEvent(fDisplay, xsr->requestor, True, NoEventMask, (XEvent*)&xsel); in handleEvent() 484 XGetWindowProperty(xsel.display, xsel.requestor, xsel.property, /*offset=*/0, in getClipboardText() 492 XDeleteProperty(xsel.display, xsel.requestor, xsel.property); in getClipboardText()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/ |
D | twt.c | 31 bool requestor, bool trigger, bool implicit, in wpas_twt_send_setup() argument 67 if (requestor) in wpas_twt_send_setup()
|
D | wpa_supplicant_i.h | 1650 bool requestor, bool trigger, bool implicit,
|
D | ctrl_iface.c | 10045 bool requestor = true; in wpas_ctrl_iface_send_twt_setup() local 10083 requestor = atoi(tok_s + os_strlen(" requestor=")); in wpas_ctrl_iface_send_twt_setup() 10114 setup_cmd, twt, requestor, trigger, implicit, in wpas_ctrl_iface_send_twt_setup()
|
/third_party/node/deps/npm/lib/install/ |
D | deps.js | 43 function doesChildVersionMatch (child, requested, requestor) { argument 70 return doesChildVersionMatch(child, requested.subSpec, requestor) 755 var findRequirement = exports.findRequirement = function (tree, name, requested, requestor) { 757 if (!requestor) requestor = tree 762 return doesChildVersionMatch(child, requested, requestor) 780 return findRequirement(tree.parent, name, requested, requestor)
|
/third_party/flutter/glfw/src/ |
D | x11_window.c | 686 request->requestor, in writeTargetToProperty() 704 count = _glfwGetWindowPropertyX11(request->requestor, in writeTargetToProperty() 722 request->requestor, in writeTargetToProperty() 735 request->requestor, in writeTargetToProperty() 754 request->requestor, in writeTargetToProperty() 774 request->requestor, in writeTargetToProperty() 807 reply.xselection.requestor = request->requestor; in handleSelectionRequest() 812 XSendEvent(_glfw.x11.display, request->requestor, False, 0, &reply); in handleSelectionRequest() 1367 _glfwGetWindowPropertyX11(event->xselection.requestor, in processEvent() 2279 if (_glfwGetWindowPropertyX11(event.xselection.requestor, in _glfwPlatformGetClipboardString() [all …]
|
/third_party/flutter/skia/third_party/externals/sdl/src/video/x11/ |
D | SDL_x11events.c | 1222 req->requestor, req->target); in X11_DispatchEvent() 1230 sevent.xselection.requestor = req->requestor; in X11_DispatchEvent() 1239 X11_XChangeProperty(display, req->requestor, req->property, in X11_DispatchEvent() 1245 X11_XChangeProperty(display, req->requestor, req->property, in X11_DispatchEvent() 1254 X11_XSendEvent(display, req->requestor, False, 0, &sevent); in X11_DispatchEvent() 1263 xevent.xselection.requestor, xevent.xselection.target); in X11_DispatchEvent()
|
/third_party/node/deps/cares/ |
D | CHANGES | 535 If there are more ttls returned than the maximum provided by the requestor, then
|