HomeSort by relevance Sort by last modified time
    Searched refs:timebuf (Results 1 - 18 of 18) sorted by null

  /external/curl/tests/libtest/
testtrace.c 34 void libtest_debug_dump(const char *timebuf, const char *text, FILE *stream,
46 fprintf(stream, "%s%s, %d bytes (0x%x)\n", timebuf, text,
94 char timebuf[20]; local
100 timebuf[0] = '\0';
101 timestr = &timebuf[0];
111 snprintf(timebuf, sizeof(timebuf), "%02d:%02d:%02d.%06ld ",
142 libtest_debug_dump(timebuf, text, stderr, data, size, trace_cfg->nohex);
  /external/curl/src/
tool_cb_dbg.c 36 static void dump(const char *timebuf, const char *text,
54 char timebuf[20]; local
69 snprintf(timebuf, sizeof(timebuf), "%02d:%02d:%02d.%06ld ",
73 timebuf[0] = 0;
115 fprintf(output, "%s%s ", timebuf, s_infotype[type]);
123 fprintf(output, "%s%s ", timebuf, s_infotype[type]);
132 fprintf(output, "%s%s ", timebuf, s_infotype[type]);
148 fprintf(output, "%s%s ", timebuf, s_infotype[type]);
175 dump(timebuf, text, output, (unsigned char *)data, i + 4
    [all...]
  /frameworks/base/libs/common_time/
utils.cpp 134 char timebuf[64]; local
140 strftime(timebuf, sizeof(timebuf), kTimeFmt, &t);
144 timebuf,
152 strftime(timebuf, sizeof(timebuf), kTimeFmt, &t);
154 i, timebuf,
  /external/eigen/unsupported/doc/examples/
FFT.cpp 78 vector<T_time> timebuf(nfft);
79 RandomFill(timebuf);
83 fft.fwd(freqbuf,timebuf);
88 long double rmse = mag2(timebuf - timebuf2) / mag2(timebuf);
  /external/ppp/pppd/plugins/rp-pppoe/
debug.c 95 char timebuf[256]; local
103 strftime(timebuf, 256, "%H:%M:%S", lt);
104 fprintf(fp, "%s.%03d %s PPPoE ", timebuf, millisec, dir);
  /external/curl/tests/server/
util.c 108 char timebuf[20]; local
125 snprintf(timebuf, sizeof(timebuf), "%02d:%02d:%02d.%06ld",
134 fprintf(logfp, "%s %s\n", timebuf, buffer);
142 fprintf(stderr, "Msg not logged: %s %s\n", timebuf, buffer);
  /external/curl/docs/examples/
http2-upload.c 116 char timebuf[20]; local
135 snprintf(timebuf, sizeof(timebuf), "%02d:%02d:%02d.%06ld",
140 fprintf(stderr, "%s [%d] Info: %s", timebuf, num, data);
  /external/eigen/unsupported/test/
FFTW.cpp 29 long double fft_rmse( const VT1 & fftbuf,const VT2 & timebuf)
36 long double phinc = (long double)(-2.)*k0* pi / timebuf.size();
37 for (size_t k1=0;k1<(size_t)timebuf.size();++k1) {
38 acc += promote( timebuf[k1] ) * exp( complex<long double>(0,k1*phinc) );
  /external/blktrace/
blkparse_fmt.c 86 static char timebuf[128]; local
99 snprintf(timebuf, sizeof(timebuf),
105 return timebuf;
  /external/lz4/programs/
util.h 178 struct utimbuf timebuf; local
180 timebuf.actime = time(NULL);
181 timebuf.modtime = statbuf->st_mtime;
182 res += utime(filename, &timebuf); /* set access and modification times */
  /toolchain/binutils/binutils-2.27/binutils/
bucomm.c 431 char timebuf[40];
438 sprintf (timebuf, _("<time data corrupt>"));
441 sprintf (timebuf, "%.12s %.4s", ctime_result + 4, ctime_result + 20);
449 size, timebuf);
427 char timebuf[40]; local
readelf.c 8823 char timebuf[128]; local
14631 char timebuf[128]; local
15285 char timebuf[128]; local
    [all...]
  /external/curl/lib/
asyn-ares.c 219 struct timeval timebuf; local
229 &timebuf);
ftp.c 2056 char timebuf[24]; local
    [all...]
  /system/core/logd/
LogTags.cpp 97 char timebuf[20]; local
99 strftime(timebuf, sizeof(timebuf), "%Y-%m-%d %H:%M:%S", &tm);
102 "# Rebuilt %.20s, content owned by logd\n", timebuf),
  /external/fio/
gclient.c 124 char tmp[64], timebuf[80]; local
129 sprintf(timebuf, "%s.%03ld", tmp, (long) p->log_usec / 1000);
134 gtk_list_store_set(ui->log_model, &iter, 0, timebuf, -1);
    [all...]
  /external/linux-kselftest/tools/testing/selftests/seccomp/
seccomp_bpf.c 542 struct tms timebuf; local
543 clock_t clock = times(&timebuf);
552 EXPECT_LE(clock, syscall(__NR_times, &timebuf));
    [all...]
  /external/seccomp-tests/linux/
seccomp_bpf.c 454 struct tms timebuf; local
455 clock_t clock = times(&timebuf);
464 EXPECT_LE(clock, syscall(__NR_times, &timebuf));
    [all...]

Completed in 926 milliseconds