/external/libedit/src/ |
D | history.c | 81 #define HNEXT(h, ev) (*(h)->h_next)((h)->h_ref, ev) argument 82 #define HFIRST(h, ev) (*(h)->h_first)((h)->h_ref, ev) argument 83 #define HPREV(h, ev) (*(h)->h_prev)((h)->h_ref, ev) argument 84 #define HLAST(h, ev) (*(h)->h_last)((h)->h_ref, ev) argument 85 #define HCURR(h, ev) (*(h)->h_curr)((h)->h_ref, ev) argument 86 #define HSET(h, ev, n) (*(h)->h_set)((h)->h_ref, ev, n) argument 87 #define HCLEAR(h, ev) (*(h)->h_clear)((h)->h_ref, ev) argument 88 #define HENTER(h, ev, str) (*(h)->h_enter)((h)->h_ref, ev, str) argument 89 #define HADD(h, ev, str) (*(h)->h_add)((h)->h_ref, ev, str) argument 90 #define HDEL(h, ev, n) (*(h)->h_del)((h)->h_ref, ev, n) argument [all …]
|
D | readline.c | 199 HistEvent ev; in _move_history() local 287 HistEvent ev; in rl_initialize() local 386 HistEvent ev; in readline() local 514 HistEvent ev; in get_history_event() local 1135 HistEvent ev; in stifle_history() local 1151 HistEvent ev; in unstifle_history() local 1313 HistEvent ev; in read_history() local 1330 HistEvent ev; in write_history() local 1350 HistEvent ev; in history_get() local 1384 HistEvent ev; in add_history() local [all …]
|
/external/mesa3d/src/gallium/state_trackers/clover/api/ |
D | event.cpp | 42 clSetUserEventStatus(cl_event ev, cl_int status) { in clSetUserEventStatus() 65 std::for_each(evs, evs + num_evs, [&](const cl_event ev) { in clWaitForEvents() 91 clGetEventInfo(cl_event ev, cl_event_info param, in clGetEventInfo() 118 clSetEventCallback(cl_event ev, cl_int type, in clSetEventCallback() 144 clRetainEvent(cl_event ev) { in clRetainEvent() 153 clReleaseEvent(cl_event ev) { in clReleaseEvent() 164 clEnqueueMarker(cl_command_queue q, cl_event *ev) try { in clEnqueueMarker() 197 std::for_each(evs, evs + num_evs, [&](const cl_event ev) { in clEnqueueWaitForEvents() 218 clGetEventProfilingInfo(cl_event ev, cl_profiling_info param, in clGetEventProfilingInfo()
|
D | transfer.cpp | 46 if (any_of([&](const cl_event ev) { in validate_base() 141 cl_event *ev) try { in clEnqueueReadBuffer() 166 cl_event *ev) try { in clEnqueueWriteBuffer() 195 cl_event *ev) try { in clEnqueueReadBufferRect() 226 cl_event *ev) try { in clEnqueueWriteBufferRect() 253 cl_event *ev) try { in clEnqueueCopyBuffer() 278 cl_event *ev) try { in clEnqueueCopyBufferRect() 304 cl_event *ev) try { in clEnqueueReadImage() 334 cl_event *ev) try { in clEnqueueWriteImage() 364 cl_event *ev) try { in clEnqueueCopyImage() [all …]
|
D | kernel.cpp | 195 cl_event *ev) { in kernel_validate() 203 any_of([&](const cl_event ev) { in kernel_validate() 277 cl_event *ev) try { in clEnqueueNDRangeKernel() 299 cl_event *ev) try { in clEnqueueTask() 323 const cl_event *deps, cl_event *ev) { in clEnqueueNativeKernel()
|
/external/libcxx/test/std/input.output/iostreams.base/ios/basic.ios.members/ |
D | copyfmt.pass.cpp | 37 void f1(std::ios_base::event ev, std::ios_base& stream, int index) in f1() 52 void f2(std::ios_base::event ev, std::ios_base& stream, int index) in f2() 67 void g1(std::ios_base::event ev, std::ios_base& stream, int index) in g1() 82 void g2(std::ios_base::event ev, std::ios_base& stream, int index) in g2() 97 void g3(std::ios_base::event ev, std::ios_base& stream, int index) in g3()
|
D | move.pass.cpp | 44 void f1(std::ios_base::event ev, std::ios_base& stream, int index) in f1() 49 void f2(std::ios_base::event ev, std::ios_base& stream, int index) in f2() 54 void g1(std::ios_base::event ev, std::ios_base& stream, int index) in g1() 63 void g2(std::ios_base::event ev, std::ios_base& stream, int index) in g2() 72 void g3(std::ios_base::event ev, std::ios_base& stream, int index) in g3()
|
D | swap.pass.cpp | 44 void f1(std::ios_base::event ev, std::ios_base& stream, int index) in f1() 50 void f2(std::ios_base::event ev, std::ios_base& stream, int index) in f2() 56 void g1(std::ios_base::event ev, std::ios_base& stream, int index) in g1() 62 void g2(std::ios_base::event ev, std::ios_base& stream, int index) in g2() 68 void g3(std::ios_base::event ev, std::ios_base& stream, int index) in g3()
|
D | imbue.pass.cpp | 31 void f1(std::ios_base::event ev, std::ios_base& stream, int index) in f1() 44 void f2(std::ios_base::event ev, std::ios_base& stream, int index) in f2() 57 void f3(std::ios_base::event ev, std::ios_base& stream, int index) in f3()
|
/external/javassist/sample/duplicate/ |
D | Viewer.java | 34 public void mouseClicked(MouseEvent ev) { in mouseClicked() 39 public void mouseEntered(MouseEvent ev) {} in mouseEntered() 41 public void mouseExited(MouseEvent ev) {} in mouseExited() 43 public void mousePressed(MouseEvent ev) {} in mousePressed() 45 public void mouseReleased(MouseEvent ev) {} in mouseReleased()
|
/external/mesa3d/src/gallium/state_trackers/clover/core/ |
D | event.cpp | 33 for (auto ev : deps) in _cl_event() local 69 _cl_event::chain(clover::event *ev) { in chain() 79 _cl_event(q.ctx, deps, action, [](event &ev){}), in hard_event() 149 any_of([](const ref_ptr<event> &ev) { in status() 170 for (auto ev : deps) in wait() local
|
D | queue.cpp | 53 [](event_ptr &ev) { return !ev->signalled(); }); in flush() 57 std::for_each(first, last, [&](event_ptr &ev) { ev->fence(fence); }); in flush() 64 _cl_command_queue::sequence(clover::hard_event *ev) { in sequence()
|
/external/libcxx/test/std/input.output/iostreams.base/ios.base/ios.base.cons/ |
D | dtor.pass.cpp | 35 void f1(std::ios_base::event ev, std::ios_base& stream, int index) in f1() 48 void f2(std::ios_base::event ev, std::ios_base& stream, int index) in f2() 61 void f3(std::ios_base::event ev, std::ios_base& stream, int index) in f3()
|
/external/libcxx/test/std/input.output/iostreams.base/ios.base/ios.base.locales/ |
D | imbue.pass.cpp | 37 void f1(std::ios_base::event ev, std::ios_base& stream, int index) in f1() 50 void f2(std::ios_base::event ev, std::ios_base& stream, int index) in f2() 63 void f3(std::ios_base::event ev, std::ios_base& stream, int index) in f3()
|
/external/libcxx/src/ |
D | system_error.cpp | 176 system_error::system_error(int ev, const error_category& ecat, const string& what_arg) in system_error() 182 system_error::system_error(int ev, const error_category& ecat, const char* what_arg) in system_error() 188 system_error::system_error(int ev, const error_category& ecat) in system_error() 199 __throw_system_error(int ev, const char* what_arg) in __throw_system_error()
|
/external/tinyalsa/ |
D | mixer.c | 302 struct snd_ctl_elem_value ev; in mixer_ctl_get_value() local 336 struct snd_ctl_elem_value ev; in mixer_ctl_get_array() local 379 struct snd_ctl_elem_value ev; in mixer_ctl_set_value() local 413 struct snd_ctl_elem_value ev; in mixer_ctl_set_array() local 486 struct snd_ctl_elem_value ev; in mixer_ctl_set_enum_by_string() local
|
/external/ltrace/ |
D | libltrace.c | 156 dispatch_callbacks(Event * ev) { in dispatch_callbacks() 174 Event * ev; in ltrace_main() local
|
/external/libvncserver/x11vnc/ |
D | selection.c | 90 void selection_request(XEvent *ev, char *type) { in selection_request() 374 void selection_send(XEvent *ev) { in selection_send()
|
/external/toybox/toys/posix/ |
D | env.c | 26 char **ev; in env_main() local
|
/external/libcxx/test/std/input.output/iostreams.base/ios.base/ios.base.callback/ |
D | register_callback.pass.cpp | 35 void f1(std::ios_base::event ev, std::ios_base& stream, int index) in f1()
|
/external/dnsmasq/src/ |
D | dnsmasq.c | 310 struct event_desc ev; in main() local 754 struct event_desc ev; in send_event() local 768 static void fatal_event(struct event_desc *ev) in fatal_event() 806 struct event_desc ev; in async_event() local
|
/external/valgrind/memcheck/tests/linux/ |
D | syscalls-2007.c | 39 eventfd_t ev; in main() local
|
/external/nist-sip/java/gov/nist/javax/sip/ |
D | SipProviderImpl.java | 914 TimeoutEvent ev = null; in transactionErrorEvent() local 934 TimeoutEvent ev = null; in transactionErrorEvent() local 964 TimeoutEvent ev = null; in transactionErrorEvent() local 993 DialogTimeoutEvent ev = new DialogTimeoutEvent(this, sipDialog, reason); in dialogErrorEvent() local
|
/external/bison/lib/ |
D | unsetenv.c | 28 # define __set_errno(ev) ((errno) = (ev)) argument
|
/external/openssh/openbsd-compat/ |
D | strtonum.c | 43 } ev[4] = { in strtonum() local
|