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

  /system/core/liblog/
fake_log_device.c 359 char timeBuf[32];
385 //strftime(timeBuf, sizeof(timeBuf), "%Y-%m-%d %H:%M:%S", ptm);
386 strftime(timeBuf, sizeof(timeBuf), "%m-%d %H:%M:%S", ptm);
416 "%s %-8s\n\t", timeBuf, tag);
421 "%s %5d %5d %c %-8s \n\t", timeBuf, pid, tid, priChar, tag);
427 timeBuf, pid, tid, priChar, tag);
logprint.c 694 char timeBuf[32];
716 //strftime(timeBuf, sizeof(timeBuf), "%Y-%m-%d %H:%M:%S", ptm);
717 strftime(timeBuf, sizeof(timeBuf), "%m-%d %H:%M:%S", ptm);
750 "%s.%03ld %c/%-8s(%5d): ", timeBuf, entry->tv_nsec / 1000000,
757 "%s.%03ld %5d %5d %c %-8s: ", timeBuf, entry->tv_nsec / 1000000,
765 timeBuf, entry->tv_nsec / 1000000, entry->pid,
  /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;
  /device/moto/shamu/camera/QCamera2/HAL/
QCamera2HWICallbacks.cpp     [all...]
  /system/core/debuggerd/
tombstone.cpp 516 char timeBuf[32];
521 strftime(timeBuf, sizeof(timeBuf), "%m-%d %H:%M:%S", ptm);
531 timeBuf, entry->nsec / 1000000, entry->pid, entry->tid,
558 timeBuf, entry->nsec / 1000000, entry->pid, entry->tid,
  /external/chromium_org/third_party/icu/source/tools/genrb/
wrtxml.cpp 1020 char timeBuf[128];
    [all...]
  /external/icu/icu4c/source/tools/genrb/
wrtxml.cpp 1030 char timeBuf[128];
    [all...]
  /external/srec/srec/EventLog/src/
EventLogImpl.c 85 struct tms timeBuf;
90 times(&timeBuf);
91 *userTime = (long)timeBuf.tms_utime * 1000 / CLK_TCK;
92 *kernelTime = (long)timeBuf.tms_stime * 1000 / CLK_TCK;
  /device/lge/hammerhead/camera/QCamera2/HAL3/
QCamera3HWI.cpp     [all...]
  /device/moto/shamu/camera/QCamera2/HAL3/
QCamera3HWI.cpp     [all...]

Completed in 408 milliseconds