/external/python/cpython3/PC/bdist_wininst/ |
D | extract.c | 28 BOOL ensure_directory(char *pathname, char *new_part, NOTIFYPROC notify) in ensure_directory() argument 36 if (!CreateDirectory(pathname, NULL) && notify) in ensure_directory() 37 notify(SYSTEM_ERROR, in ensure_directory() 40 notify(DIR_CREATED, pathname); in ensure_directory() 46 if (notify) in ensure_directory() 47 notify(SYSTEM_ERROR, in ensure_directory() 62 NOTIFYPROC notify) in map_new_file() argument 80 if (notify && notify(CAN_OVERWRITE, filename)) in map_new_file() 88 if (notify) in map_new_file() 89 notify(FILE_OVERWRITTEN, filename); in map_new_file() [all …]
|
/external/python/cpython2/PC/bdist_wininst/ |
D | extract.c | 29 BOOL ensure_directory(char *pathname, char *new_part, NOTIFYPROC notify) in ensure_directory() argument 37 if (!CreateDirectory(pathname, NULL) && notify) in ensure_directory() 38 notify(SYSTEM_ERROR, in ensure_directory() 41 notify(DIR_CREATED, pathname); in ensure_directory() 47 if (notify) in ensure_directory() 48 notify(SYSTEM_ERROR, in ensure_directory() 63 NOTIFYPROC notify) in map_new_file() argument 81 if (notify && notify(CAN_OVERWRITE, filename)) in map_new_file() 89 if (notify) in map_new_file() 90 notify(FILE_OVERWRITTEN, filename); in map_new_file() [all …]
|
/external/grpc-grpc/src/core/lib/transport/ |
D | connectivity_state.cc | 69 GRPC_CLOSURE_SCHED(w->notify, error); in grpc_connectivity_state_destroy() 108 grpc_closure* notify) { in grpc_connectivity_state_notify_on_state_change() argument 114 tracker->name, notify); in grpc_connectivity_state_notify_on_state_change() 118 grpc_connectivity_state_name(cur), notify); in grpc_connectivity_state_notify_on_state_change() 123 if (w != nullptr && w->notify == notify) { in grpc_connectivity_state_notify_on_state_change() 124 GRPC_CLOSURE_SCHED(notify, GRPC_ERROR_CANCELLED); in grpc_connectivity_state_notify_on_state_change() 131 if (rm_candidate != nullptr && rm_candidate->notify == notify) { in grpc_connectivity_state_notify_on_state_change() 132 GRPC_CLOSURE_SCHED(notify, GRPC_ERROR_CANCELLED); in grpc_connectivity_state_notify_on_state_change() 143 GRPC_CLOSURE_SCHED(notify, GRPC_ERROR_REF(tracker->current_error)); in grpc_connectivity_state_notify_on_state_change() 148 w->notify = notify; in grpc_connectivity_state_notify_on_state_change() [all …]
|
/external/grpc-grpc/src/core/ext/transport/chttp2/client/ |
D | chttp2_connector.cc | 50 grpc_closure* notify; member 149 grpc_closure* notify = c->notify; in on_handshake_done() local 150 c->notify = nullptr; in on_handshake_done() 151 GRPC_CLOSURE_SCHED(notify, error); in on_handshake_done() 182 grpc_closure* notify = c->notify; in connected() local 183 c->notify = nullptr; in connected() 184 GRPC_CLOSURE_SCHED(notify, error); in connected() 200 grpc_closure* notify) { in chttp2_connector_connect() argument 205 GPR_ASSERT(c->notify == nullptr); in chttp2_connector_connect() 206 c->notify = notify; in chttp2_connector_connect()
|
/external/ltp/testcases/kernel/syscalls/mq_notify/ |
D | mq_notify01.c | 44 int notify; member 52 .notify = SIGEV_NONE, 58 .notify = SIGEV_SIGNAL, 64 .notify = SIGEV_THREAD, 70 .notify = SIGEV_NONE, 76 .notify = SIGEV_NONE, 82 .notify = SIGEV_NONE, 88 .notify = SIGEV_NONE, 120 ev.sigev_notify = tc->notify; in do_test() 123 switch (tc->notify) { in do_test() [all …]
|
/external/wayland/tests/ |
D | signal-test.c | 56 struct wl_listener l1 = {.notify = (wl_notify_func_t) 0x1}; in TEST() 57 struct wl_listener l2 = {.notify = (wl_notify_func_t) 0x2}; in TEST() 58 struct wl_listener l3 = {.notify = (wl_notify_func_t) 0x3}; in TEST() 60 struct wl_listener l4 = {.notify = signal_notify}; in TEST() 87 struct wl_listener l1 = {.notify = signal_notify}; in TEST() 104 struct wl_listener l1 = {.notify = signal_notify}; in TEST() 105 struct wl_listener l2 = {.notify = signal_notify}; in TEST() 106 struct wl_listener l3 = {.notify = signal_notify}; in TEST()
|
/external/autotest/frontend/client/src/autotest/common/ |
D | XhrJsonRpcProxy.java | 33 notify.showError("Unable to connect to server"); in sendRequest() 38 notify.setLoading(true); in sendRequest() 49 notify.setLoading(false); in onError() 50 notify.showError("Unable to make RPC call", exception.toString()); in onError() 55 notify.setLoading(false); in onResponseReceived() 60 notify.showError("Received error " + Integer.toString(statusCode) + " " + in onResponseReceived() 77 JsonRpcProxy.notify.showError(exc.toString(), responseText); in handleResponseText()
|
D | PaddedJsonRpcProxy.java | 53 notify.showError("Request timed out"); in JsonpRequest() 69 notify.setLoading(true); in send() 76 notify.setLoading(false); in cleanup()
|
/external/syzkaller/vendor/golang.org/x/net/context/ctxhttp/ |
D | ctxhttp_pre17.go | 128 notify chan<- struct{} member 133 if err != nil && r.notify != nil { 134 close(r.notify) 135 r.notify = nil 142 if r.notify != nil { 143 close(r.notify) 144 r.notify = nil
|
/external/google-fruit/examples/multibindings/ |
D | main.cpp | 25 virtual void notify() = 0; 32 void notify() override { in notify() function in Listener1 59 void notify() override { in notify() function in Listener2 79 listener->notify(); in main()
|
/external/wayland/src/ |
D | wayland-server-core.h | 110 wl_notify_func_t notify); 160 wl_notify_func_t notify); 208 wl_notify_func_t notify); 278 wl_notify_func_t notify; member 333 wl_signal_get(struct wl_signal *signal, wl_notify_func_t notify) in wl_signal_get() argument 338 if (l->notify == notify) in wl_signal_get() 357 l->notify(l, data); in wl_signal_emit() 467 wl_notify_func_t notify);
|
/external/u-boot/arch/arm/mach-tegra/ |
D | ivc.c | 282 ivc->notify(ivc); in tegra_ivc_read_advance() 327 ivc->notify(ivc); in tegra_ivc_write_advance() 396 ivc->notify(ivc); in tegra_ivc_channel_notified() 434 ivc->notify(ivc); in tegra_ivc_channel_notified() 456 ivc->notify(ivc); in tegra_ivc_channel_notified() 479 ivc->notify(ivc); in tegra_ivc_channel_reset() 532 void (*notify)(struct tegra_ivc *)) in tegra_ivc_init() 549 ivc->notify = notify; in tegra_ivc_init()
|
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/ |
D | ShadowNotificationManagerTest.java | 434 notificationManager.notify(1, notification1); in testNotify() 438 notificationManager.notify(31, notification2); in testNotify() 445 notificationManager.notify(1, notification1); in testNotifyReplaces() 447 notificationManager.notify(1, notification2); in testNotifyReplaces() 454 notificationManager.notify("a tag", 1, notification1); in testNotifyWithTag() 461 notificationManager.notify("a tag", 1, notification1); in notifyWithTag_shouldReturnNullForNullTag() 468 notificationManager.notify("a tag", 1, notification1); in notifyWithTag_shouldReturnNullForUnknownTag() 475 notificationManager.notify(1, notification1); in testCancel() 484 notificationManager.notify("a tag", 1, notification1); in testCancelWithTag() 494 notificationManager.notify(1, notification1); in testCancelAll() [all …]
|
/external/mesa3d/src/gallium/state_trackers/clover/core/ |
D | context.cpp | 29 const notify_action ¬ify) : in context() argument 30 notify(notify), props(props), devs(devs) { in context()
|
D | context.hpp | 42 const notify_action ¬ify); 59 const notify_action notify; member in clover::context
|
/external/python/cpython2/Doc/includes/ |
D | mp_benchmarks.py | 23 c.notify() 63 cond.notify() 145 c.notify() 149 c.notify() 169 c.notify()
|
/external/ipsec-tools/src/racoon/ |
D | isakmp_inf.c | 330 isakmp_info_recv_n(iph1, notify, msgid, encrypted) in isakmp_info_recv_n() argument 332 struct isakmp_pl_n *notify; 342 type = ntohs(notify->type); 362 (struct isakmp_pl_ru *)notify, msgid); 367 (struct isakmp_pl_ru *)notify, msgid); 404 if(notify->spi_size > 0) { 405 if (ntohs(notify->h.len) < sizeof(*notify) + notify->spi_size) { 410 spi = val2str((char *)(notify + 1), notify->spi_size); 416 ntohl(notify->doi), notify->proto_id, spi, notify->spi_size); 424 l = ntohs(notify->h.len) - sizeof(*notify) - notify->spi_size; [all …]
|
/external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/util/ |
D | Redrawer.java | 47 notify(); in pause() 56 notify(); in start() 68 notify(); in finish()
|
/external/skqp/src/compute/skc/platforms/cl_12/ |
D | surface_cl_12.c | 67 skc_surface_render_notify notify; member 189 if (render->notify != NULL) { in skc_surface_render_complete() 190 render->notify(render->impl->surface, in skc_surface_render_complete() 334 skc_surface_render_notify notify, in skc_surface_pfn_render() argument 371 render->notify = notify; in skc_surface_pfn_render()
|
/external/skia/src/compute/skc/platforms/cl_12/ |
D | surface_cl_12.c | 67 skc_surface_render_notify notify; member 189 if (render->notify != NULL) { in skc_surface_render_complete() 190 render->notify(render->impl->surface, in skc_surface_render_complete() 334 skc_surface_render_notify notify, in skc_surface_pfn_render() argument 371 render->notify = notify; in skc_surface_pfn_render()
|
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/ |
D | CoroutineManager.java | 271 notify(); in co_resume() 315 notify(); in co_exit() 342 notify(); in co_exit_to()
|
/external/u-boot/lib/efi_selftest/ |
D | efi_selftest_watchdog.c | 44 static void EFIAPI notify(struct efi_event *event, void *context) in notify() function 80 TPL_CALLBACK, notify, in setup() 88 TPL_CALLBACK, notify, NULL, &event_wait); in setup()
|
D | efi_selftest_events.c | 26 static void EFIAPI notify(struct efi_event *event, void *context) in notify() function 52 TPL_CALLBACK, notify, (void *)&timer_ticks, in setup() 59 TPL_CALLBACK, notify, NULL, &event_wait); in setup()
|
/external/grpc-grpc/src/core/ext/filters/client_channel/ |
D | connector.cc | 35 grpc_closure* notify) { in grpc_connector_connect() argument 36 connector->vtable->connect(connector, in_args, out_args, notify); in grpc_connector_connect()
|
/external/u-boot/arch/arm/include/asm/arch-tegra/ |
D | ivc.h | 80 void (*notify)(struct tegra_ivc *); member 176 void (*notify)(struct tegra_ivc *));
|