/external/linux-kselftest/tools/testing/selftests/net/ |
D | ipv6_flowlabel.c | 38 static void do_send(int fd, bool with_flowlabel, uint32_t flowlabel) in do_send() function 211 do_send(fdt, false, 0); in main() 215 do_send(fdt, false, 0); in main() 220 do_send(fdt, true, cfg_label); in main()
|
D | psock_snd.c | 184 static void do_send(int fd, char *buf, int len) in do_send() function 243 do_send(fd, tbuf, len); in do_tx()
|
/external/tensorflow/tensorflow/core/common_runtime/ |
D | ring_alg.cc | 340 rf->do_send = in InitRingField() 345 if (rf->do_send || rf->do_recv) { in InitRingField() 363 rf->do_send = in AdvanceToSecondPass() 376 strings::StrAppend(&rv, " do_send=", do_send, " do_recv=", do_recv, in DebugString() 383 DCHECK(rf->do_send); in DispatchSend()
|
D | ring_alg.h | 79 bool do_send = false; // is the value sent in this pass? member
|
D | ring_gatherer.cc | 214 if (rf->do_send) { in RunAsyncParts()
|
D | ring_reducer.cc | 287 if (rf->do_send) { in RunAsyncParts()
|
/external/strace/tests-m32/ |
D | mq_sendrecv.c | 131 do_send(int fd, char *msg, unsigned int msg_size, struct timespec *tmout, in do_send() function 463 do_send(fd, msg, MSG_CUT, future_tmout, false); in main() 464 do_send(fd, msg, MSG_SIZE, future_tmout, true); in main()
|
/external/strace/tests/ |
D | mq_sendrecv.c | 131 do_send(int fd, char *msg, unsigned int msg_size, struct timespec *tmout, in do_send() function 463 do_send(fd, msg, MSG_CUT, future_tmout, false); in main() 464 do_send(fd, msg, MSG_SIZE, future_tmout, true); in main()
|
/external/strace/tests-mx32/ |
D | mq_sendrecv.c | 131 do_send(int fd, char *msg, unsigned int msg_size, struct timespec *tmout, in do_send() function 463 do_send(fd, msg, MSG_CUT, future_tmout, false); in main() 464 do_send(fd, msg, MSG_SIZE, future_tmout, true); in main()
|
/external/linux-kselftest/tools/testing/selftests/networking/timestamping/ |
D | rxtimestamp.c | 157 void do_send(int src) in do_send() function 313 do_send(src); in run_test_case()
|
/external/openssh/ |
D | nchan.c | 331 chan_is_dead(struct ssh *ssh, Channel *c, int do_send) in chan_is_dead() argument 352 if (do_send) { in chan_is_dead()
|
/external/python/cpython3/Lib/test/ |
D | test_exceptions.py | 902 def do_send(g): function 909 self._check_generator_cleanup_exc_state(do_send)
|
/external/strace/ |
D | ChangeLog | 16549 * tests/mq_sendrecv.c (do_send, do_recv, main): Likewise. 23179 * tests/mq_sendrecv.c (do_send, do_recv): Likewise.
|