/external/libmicrohttpd/src/testcurl/ |
D | perf_get_concurrent.c | 98 start_timer() in start_timer() function 241 start_timer (); in testInternalGet() 258 start_timer (); in testMultithreadedGet() 275 start_timer (); in testMultithreadedPoolGet() 299 start_timer (); in testExternalGet()
|
D | perf_get.c | 102 start_timer() in start_timer() function 199 start_timer (); in testInternalGet() 259 start_timer (); in testMultithreadedGet() 319 start_timer (); in testMultithreadedPoolGet() 388 start_timer (); in testExternalGet()
|
/external/python/cpython2/Lib/test/ |
D | test_profile.py | 24 start_timer = timer() 26 results.append(timer() - start_timer)
|
/external/syslinux/gpxe/src/net/ |
D | retry.c | 59 void start_timer ( struct retry_timer *timer ) { in start_timer() function 86 start_timer ( timer ); in start_timer_fixed()
|
D | tcp.c | 437 start_timer ( &tcp->timer ); in tcp_xmit() 1017 start_timer ( &tcp->timer ); in tcp_rx()
|
D | aoe.c | 112 start_timer ( &aoe->timer ); in aoe_send_command()
|
D | ipv4.c | 229 start_timer ( &fragbuf->frag_timer ); in ipv4_reassemble()
|
/external/syslinux/gpxe/src/include/gpxe/ |
D | retry.h | 54 extern void start_timer ( struct retry_timer *timer );
|
/external/syslinux/gpxe/src/net/udp/ |
D | slam.c | 324 start_timer ( timer ); in slam_master_timer_expired() 347 start_timer ( timer ); in slam_slave_timer_expired() 572 start_timer ( &slam->master_timer ); in slam_socket_deliver()
|
D | dns.c | 297 start_timer ( &dns->timer ); in dns_send_packet()
|
D | tftp.c | 465 start_timer ( &tftp->timer ); in tftp_send_packet()
|
D | dhcp.c | 1201 start_timer ( &dhcp->timer ); in dhcp_tx()
|
/external/netperf/src/ |
D | nettest_unix.c | 447 start_timer(test_time); in send_stream_stream() 1251 start_timer(test_time); in send_stream_rr() 1706 start_timer(test_time); in send_dg_stream() 2098 start_timer(test_time + PAD_TIME); in recv_dg_stream() 2441 start_timer(test_time); in send_dg_rr() 2912 start_timer(dg_rr_request->test_length + PAD_TIME); in recv_dg_rr() 3228 start_timer(stream_rr_request->test_length + PAD_TIME); in recv_stream_rr()
|
D | nettest_bsd.c | 2021 start_timer(test_time); in send_tcp_stream() 2744 start_timer(test_time + PAD_TIME); in send_tcp_maerts() 2748 start_timer(test_time); in send_tcp_maerts() 3675 start_timer(test_time); in send_exs_tcp_stream() 4471 start_timer(test_time); 5115 start_timer(tcp_stream_request->test_length + PAD_TIME); in recv_tcp_stream() 5449 start_timer(tcp_maerts_request->test_length); in recv_tcp_maerts() 5928 start_timer(test_time); in send_tcp_rr() 6688 start_timer(test_time); in send_udp_stream() 7223 start_timer(test_time + PAD_TIME); in recv_udp_stream() [all …]
|
D | nettest_sdp.c | 474 start_timer(test_time); in send_sdp_stream() 1175 start_timer(test_time + PAD_TIME); in send_sdp_maerts() 1179 start_timer(test_time); in send_sdp_maerts() 2120 start_timer(sdp_maerts_request->test_length); in recv_sdp_maerts() 2563 start_timer(test_time); in send_sdp_rr() 3230 start_timer(sdp_rr_request->test_length + PAD_TIME); in recv_sdp_rr()
|
D | nettest_dlpi.c | 659 start_timer(test_time); in send_dlpi_co_stream() 1550 start_timer(test_time); in send_dlpi_co_rr() 2082 start_timer(test_time); in send_dlpi_cl_stream() 2501 start_timer(test_time + PAD_TIME); in recv_dlpi_cl_stream() 2938 start_timer(test_time); in send_dlpi_cl_rr() 3442 start_timer(dlpi_cl_rr_request->test_length + PAD_TIME); in recv_dlpi_cl_rr() 3820 start_timer(dlpi_co_rr_request->test_length + PAD_TIME); in recv_dlpi_co_rr()
|
D | nettest_xti.c | 854 start_timer(test_time); in send_xti_tcp_stream() 2032 start_timer(test_time); in send_xti_tcp_rr() 2726 start_timer(test_time); in send_xti_udp_stream() 3292 start_timer(test_time + PAD_TIME); in recv_xti_udp_stream() 3764 start_timer(test_time); in send_xti_udp_rr() 4407 start_timer(xti_udp_rr_request->test_length + PAD_TIME); in recv_xti_udp_rr() 4813 start_timer(xti_tcp_rr_request->test_length + PAD_TIME); in recv_xti_tcp_rr() 5203 start_timer(test_time); in send_xti_tcp_conn_rr() 5770 start_timer(xti_tcp_conn_rr_request->test_length + PAD_TIME); in recv_xti_tcp_conn_rr()
|
D | nettest_sctp.c | 639 start_timer(test_time); in send_sctp_stream() 1777 start_timer(test_time); in send_sctp_stream_1toMany() 2836 start_timer(test_time); in send_sctp_rr() 3468 start_timer(sctp_rr_request->test_length + PAD_TIME); in recv_sctp_rr() 3893 start_timer(test_time); in send_sctp_rr_1toMany() 4508 start_timer(sctp_rr_request->test_length + PAD_TIME); in recv_sctp_rr_1toMany()
|
D | netlib.h | 558 extern void start_timer(int time);
|
D | nettest_omni.c | 4114 start_timer(test_time + pad_time); in send_omni_inner() 5370 start_timer(omni_request->test_length + pad_time); in recv_omni()
|
D | netlib.c | 1167 start_timer(int time) in start_timer() function
|
/external/libpng/contrib/tools/ |
D | pngcp.c | 1512 start_timer(struct display *dp, int what) in start_timer() function 1571 #define start_timer(dp, what) ((void)0) macro 1793 start_timer(dp, PNGCP_TIME_READ); in read_png() 2062 start_timer(dp, PNGCP_TIME_WRITE); in write_png()
|
/external/syslinux/gpxe/src/net/infiniband/ |
D | ib_mi.c | 258 start_timer ( timer ); in ib_mi_timer_expired()
|