HomeSort by relevance Sort by last modified time
    Searched full:timebuf (Results 26 - 50 of 66) sorted by null

12 3

  /prebuilts/ndk/current/platforms/android-17/arch-mips/usr/include/sys/
timeb.h 42 extern int ftime(struct timeb* timebuf);
  /prebuilts/ndk/current/platforms/android-17/arch-x86/usr/include/sys/
timeb.h 42 extern int ftime(struct timeb* timebuf);
  /prebuilts/ndk/current/platforms/android-18/arch-arm/usr/include/sys/
timeb.h 42 extern int ftime(struct timeb* timebuf);
  /prebuilts/ndk/current/platforms/android-18/arch-mips/usr/include/sys/
timeb.h 42 extern int ftime(struct timeb* timebuf);
  /prebuilts/ndk/current/platforms/android-18/arch-x86/usr/include/sys/
timeb.h 42 extern int ftime(struct timeb* timebuf);
  /prebuilts/ndk/current/platforms/android-19/arch-arm/usr/include/sys/
timeb.h 42 extern int ftime(struct timeb* timebuf);
  /prebuilts/ndk/current/platforms/android-19/arch-mips/usr/include/sys/
timeb.h 42 extern int ftime(struct timeb* timebuf);
  /prebuilts/ndk/current/platforms/android-19/arch-x86/usr/include/sys/
timeb.h 42 extern int ftime(struct timeb* timebuf);
  /prebuilts/ndk/current/platforms/android-3/arch-arm/usr/include/sys/
timeb.h 42 extern int ftime(struct timeb* timebuf);
  /prebuilts/ndk/current/platforms/android-4/arch-arm/usr/include/sys/
timeb.h 42 extern int ftime(struct timeb* timebuf);
  /prebuilts/ndk/current/platforms/android-5/arch-arm/usr/include/sys/
timeb.h 42 extern int ftime(struct timeb* timebuf);
  /prebuilts/ndk/current/platforms/android-8/arch-arm/usr/include/sys/
timeb.h 42 extern int ftime(struct timeb* timebuf);
  /prebuilts/ndk/current/platforms/android-9/arch-arm/usr/include/sys/
timeb.h 42 extern int ftime(struct timeb* timebuf);
  /prebuilts/ndk/current/platforms/android-9/arch-mips/usr/include/sys/
timeb.h 42 extern int ftime(struct timeb* timebuf);
  /prebuilts/ndk/current/platforms/android-9/arch-x86/usr/include/sys/
timeb.h 42 extern int ftime(struct timeb* timebuf);
  /external/curl/tests/server/
util.c 98 char timebuf[20]; local
115 snprintf(timebuf, sizeof(timebuf), "%02d:%02d:%02d.%06ld",
124 fprintf(logfp, "%s %s\n", timebuf, buffer);
132 fprintf(stderr, "Msg not logged: %s %s\n", timebuf, buffer);
  /external/eigen/unsupported/test/
FFTW.cpp 29 long double fft_rmse( const VT1 & fftbuf,const VT2 & timebuf)
36 long double phinc = -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/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/docs/examples/
synctime.c 261 char timeBuf[61];
323 snprintf(timeBuf, 60, "%s, %02d %s %04d %02d:%02d:%02d.%03d, ",
330 fprintf(stderr, "Before HTTP. Date: %s%s\n\n", timeBuf, tzoneBuf);
337 snprintf(timeBuf, 60, "%s, %02d %s %04d %02d:%02d:%02d.%03d, ",
342 fprintf(stderr, "\nAfter HTTP. Date: %s%s\n", timeBuf, tzoneBuf);
353 snprintf(timeBuf, 60, "%s, %02d %s %04d %02d:%02d:%02d.%03d, ",
358 fprintf(stderr, "\nNew System's Date: %s%s\n", timeBuf, tzoneBuf);
http2-upload.c 109 char timebuf[20]; local
128 snprintf(timebuf, sizeof(timebuf), "%02d:%02d:%02d.%06ld",
133 fprintf(stderr, "%s [%d] Info: %s", timebuf, num, data);
  /external/blktrace/
blkparse_fmt.c 86 static char timebuf[128]; local
99 snprintf(timebuf, sizeof(timebuf),
105 return timebuf;
  /frameworks/av/cmds/screenrecord/
Overlay.cpp 368 char timeBuf[64];
369 strftime(timeBuf, sizeof(timeBuf), "%a, %d %b %Y %T %z", &tm);
371 header += timeBuf;
  /system/core/liblog/
logprint.c     [all...]
fake_log_device.c 360 char timeBuf[32];
390 //strftime(timeBuf, sizeof(timeBuf), "%Y-%m-%d %H:%M:%S", ptm);
391 strftime(timeBuf, sizeof(timeBuf), "%m-%d %H:%M:%S", ptm);
421 "%s %-8s\n\t", timeBuf, tag);
426 "%s %5d %5d %c %-8s \n\t", timeBuf, pid, tid, priChar, tag);
432 timeBuf, pid, tid, priChar, tag);
  /system/core/debuggerd/
tombstone.cpp 549 char timeBuf[32];
554 strftime(timeBuf, sizeof(timeBuf), "%m-%d %H:%M:%S", ptm);
564 timeBuf, entry->nsec / 1000000, entry->pid, entry->tid,
591 timeBuf, entry->nsec / 1000000, entry->pid, entry->tid,

Completed in 1794 milliseconds

12 3