/external/curl/src/ |
D | tool_cb_dbg.c | 35 static void dump(const char *timebuf, const char *text, 53 char timebuf[20]; in tool_debug_cb() local 68 snprintf(timebuf, sizeof(timebuf), "%02d:%02d:%02d.%06ld ", in tool_debug_cb() 72 timebuf[0] = 0; in tool_debug_cb() 114 fprintf(output, "%s%s ", timebuf, s_infotype[type]); in tool_debug_cb() 122 fprintf(output, "%s%s ", timebuf, s_infotype[type]); in tool_debug_cb() 131 fprintf(output, "%s%s ", timebuf, s_infotype[type]); in tool_debug_cb() 147 fprintf(output, "%s%s ", timebuf, s_infotype[type]); in tool_debug_cb() 174 dump(timebuf, text, output, data, i + 4, config->tracetype, type); in tool_debug_cb() 187 fprintf(output, "%s== Info: %s", timebuf, data); in tool_debug_cb() [all …]
|
/external/curl/tests/libtest/ |
D | testtrace.c | 34 void libtest_debug_dump(const char *timebuf, const char *text, FILE *stream, in libtest_debug_dump() argument 46 fprintf(stream, "%s%s, %d bytes (0x%x)\n", timebuf, text, in libtest_debug_dump() 92 char timebuf[20]; in libtest_debug_cb() local 98 timebuf[0] = '\0'; in libtest_debug_cb() 99 timestr = &timebuf[0]; in libtest_debug_cb() 109 snprintf(timebuf, sizeof(timebuf), "%02d:%02d:%02d.%06ld ", in libtest_debug_cb() 139 libtest_debug_dump(timebuf, text, stderr, data, size, trace_cfg->nohex); in libtest_debug_cb()
|
/external/eigen/unsupported/doc/examples/ |
D | FFT.cpp | 78 vector<T_time> timebuf(nfft); in fwd_inv() local 79 RandomFill(timebuf); in fwd_inv() 83 fft.fwd(freqbuf,timebuf); in fwd_inv() 88 long double rmse = mag2(timebuf - timebuf2) / mag2(timebuf); in fwd_inv()
|
/external/curl/tests/server/ |
D | util.c | 98 char timebuf[20]; in logmsg() local 115 snprintf(timebuf, sizeof(timebuf), "%02d:%02d:%02d.%06ld", in logmsg() 124 fprintf(logfp, "%s %s\n", timebuf, buffer); in logmsg() 132 fprintf(stderr, "Msg not logged: %s %s\n", timebuf, buffer); in logmsg()
|
/external/ppp/pppd/plugins/rp-pppoe/ |
D | debug.c | 95 char timebuf[256]; in dumpPacket() local 103 strftime(timebuf, 256, "%H:%M:%S", lt); in dumpPacket() 104 fprintf(fp, "%s.%03d %s PPPoE ", timebuf, millisec, dir); in dumpPacket()
|
/external/curl/docs/examples/ |
D | http2-upload.c | 109 char timebuf[20]; in my_trace() local 128 snprintf(timebuf, sizeof(timebuf), "%02d:%02d:%02d.%06ld", in my_trace() 133 fprintf(stderr, "%s [%d] Info: %s", timebuf, num, data); in my_trace()
|
/external/eigen/unsupported/test/ |
D | FFTW.cpp | 29 long double fft_rmse( const VT1 & fftbuf,const VT2 & timebuf) in fft_rmse() argument 36 long double phinc = -2.*k0* pi / timebuf.size(); in fft_rmse() 37 for (size_t k1=0;k1<(size_t)timebuf.size();++k1) { in fft_rmse() 38 acc += promote( timebuf[k1] ) * exp( complex<long double>(0,k1*phinc) ); in fft_rmse()
|
/external/blktrace/ |
D | blkparse_fmt.c | 86 static char timebuf[128]; in print_time() local 99 snprintf(timebuf, sizeof(timebuf), in print_time() 105 return timebuf; in print_time()
|
/external/opencv3/modules/videoio/src/ |
D | cap_gphoto2.cpp | 1123 char timebuf[200]; in widgetDescription() local 1127 strftime(timebuf, sizeof(timebuf), "%c", xtm); in widgetDescription() 1128 os << t << ":" << timebuf << separator; in widgetDescription()
|
/external/curl/lib/ |
D | asyn-ares.c | 221 struct timeval timebuf; in Curl_resolver_getsock() local 231 &timebuf); in Curl_resolver_getsock()
|
/external/fio/ |
D | gclient.c | 123 char tmp[64], timebuf[80]; in gfio_text_op() local 128 sprintf(timebuf, "%s.%03ld", tmp, (long) p->log_usec / 1000); in gfio_text_op() 133 gtk_list_store_set(ui->log_model, &iter, 0, timebuf, -1); in gfio_text_op()
|