Home
last modified time | relevance | path

Searched refs:requestor (Results 1 – 16 of 16) sorted by relevance

/external/kotlinx.coroutines/benchmarks/src/jmh/kotlin/benchmarks/scheduler/actors/
DConcurrentStatefulActorBenchmark.kt71 val requestor = requestorActorUnfair(computations, resultChannel) in <lambda>() constant
72 requestor.send(Letter(Start(), requestor)) in <lambda>()
80 val requestor = requestorActorFair(computations, resultChannel) in <lambda>() constant
81 requestor.send(Letter(Start(), requestor)) in <lambda>()
DStatefulActorBenchmark.kt72 for (requestor in requestors) { in run() method
73 requestor.send(Letter(1L, Channel())) in run()
/external/skia/tools/sk_app/unix/
DWindow_unix.cpp331 xsel.requestor = xsr->requestor; in handleEvent()
345 XSendEvent(fDisplay, xsr->requestor, True, NoEventMask, (XEvent*)&xsel); in handleEvent()
349 XChangeProperty(fDisplay, xsr->requestor, xsr->property, UTF8, /*format=*/8, in handleEvent()
352 XSendEvent(fDisplay, xsr->requestor, True, NoEventMask, (XEvent*)&xsel); in handleEvent()
487 XGetWindowProperty(xsel.display, xsel.requestor, xsel.property, /*offset=*/0, in getClipboardText()
495 XDeleteProperty(xsel.display, xsel.requestor, xsel.property); in getClipboardText()
/external/wpa_supplicant_8/wpa_supplicant/
Dtwt.c31 bool requestor, bool trigger, bool implicit, in wpas_twt_send_setup() argument
67 if (requestor) in wpas_twt_send_setup()
Dwpa_supplicant_i.h1689 bool requestor, bool trigger, bool implicit,
Dctrl_iface.c10331 bool requestor = true; in wpas_ctrl_iface_send_twt_setup() local
10371 requestor = atoi(tok_s + os_strlen(" requestor=")); in wpas_ctrl_iface_send_twt_setup()
10402 setup_cmd, twt, requestor, trigger, implicit, in wpas_ctrl_iface_send_twt_setup()
/external/kotlinx.coroutines/benchmarks/src/jmh/kotlin/benchmarks/akka/
DStatefulActorAkkaBenchmark.kt101 for (requestor in requestors) { in run() constant
102 requestor.tell(1L, ActorRef.noSender()) in run()
/external/clang/test/SemaObjC/
Dproperty-9.m13 @property (retain, nonatomic) id requestor; property
20 @synthesize requestor = _requestor, appleEventDescriptor = _appleEventDescriptor;
/external/smali/smalidea/src/main/java/org/jf/smalidea/debugging/
DSmaliPositionManager.java162 public ClassPrepareRequest createPrepareRequest(@NotNull final ClassPrepareRequestor requestor,
181 requestor.processClassPrepare(debuggerProcess, referenceType);
/external/ImageMagick/MagickCore/
Dwidget.c2689 status=XGetWindowProperty(display,event.xselection.requestor, in XColorBrowserWidget()
2726 (void) XChangeProperty(request->display,request->requestor, in XColorBrowserWidget()
2732 notify.requestor=request->requestor; in XColorBrowserWidget()
2740 (void) XSendEvent(request->display,request->requestor,False, in XColorBrowserWidget()
4114 status=XGetWindowProperty(display,event.xselection.requestor, in XDialogWidget()
4149 (void) XChangeProperty(request->display,request->requestor, in XDialogWidget()
4154 notify.requestor=request->requestor; in XDialogWidget()
4162 (void) XSendEvent(request->display,request->requestor,False,0, in XDialogWidget()
5337 status=XGetWindowProperty(display,event.xselection.requestor, in XFileBrowserWidget()
5374 (void) XChangeProperty(request->display,request->requestor, in XFileBrowserWidget()
[all …]
Ddisplay.c2561 status=XGetWindowProperty(display,event.xselection.requestor, in XAnnotateEditImage()
5236 (void) XChangeProperty(request->display,request->requestor, in XCropImage()
5241 notify.requestor=request->requestor; in XCropImage()
5249 (void) XSendEvent(request->display,request->requestor,False,0, in XCropImage()
11932 (void) XChangeProperty(request->display,request->requestor, in XROIImage()
11937 notify.requestor=request->requestor; in XROIImage()
11945 (void) XSendEvent(request->display,request->requestor,False,0, in XROIImage()
/external/libchrome/mojo/core/
Dnode_controller.cc1022 scoped_refptr<NodeChannel> requestor = GetPeerChannel(from_node); in OnRequestIntroduction() local
1023 if (from_node == name || name == ports::kInvalidNodeName || !requestor) { in OnRequestIntroduction()
1033 requestor->Introduce(name, PlatformHandle()); in OnRequestIntroduction()
1036 requestor->Introduce(name, in OnRequestIntroduction()
/external/swiftshader/include/xcb/
Dxproto.h1117 xcb_window_t requestor; member
1134 xcb_window_t requestor; member
2093 xcb_window_t requestor; member
7188 xcb_window_t requestor,
7204 xcb_window_t requestor,
/external/crosvm/gpu_display/src/generated/
Dxlib.rs2444 pub requestor: Window, field
2457 pub requestor: Window, field
/external/bcc/libbpf-tools/powerpc/
Dvmlinux_510.h21834 struct device_node *requestor; member
Dvmlinux.h21834 struct device_node *requestor; member