OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:timeBuf
(Results
1 - 5
of
5
) sorted by null
/system/core/liblog/
fake_log_device.c
353
char
timeBuf
[32];
379
//strftime(
timeBuf
, sizeof(
timeBuf
), "%Y-%m-%d %H:%M:%S", ptm);
380
strftime(
timeBuf
, sizeof(
timeBuf
), "%m-%d %H:%M:%S", ptm);
410
"%s %-8s\n\t",
timeBuf
, tag);
415
"%s %5d %5d %c %-8s \n\t",
timeBuf
, pid, tid, priChar, tag);
421
timeBuf
, pid, tid, priChar, tag);
logprint.c
711
char
timeBuf
[32];
734
//strftime(
timeBuf
, sizeof(
timeBuf
), "%Y-%m-%d %H:%M:%S", ptm);
735
strftime(
timeBuf
, sizeof(
timeBuf
), "%m-%d %H:%M:%S", ptm);
768
"%s.%03ld %c/%-8s(%5d): ",
timeBuf
, entry->tv_nsec / 1000000,
775
"%s.%03ld %5d %5d %c %-8s: ",
timeBuf
, entry->tv_nsec / 1000000,
783
timeBuf
, entry->tv_nsec / 1000000, entry->pid,
/system/core/debuggerd/
tombstone.c
574
char
timeBuf
[32];
579
strftime(
timeBuf
, sizeof(
timeBuf
), "%m-%d %H:%M:%S", ptm);
584
timeBuf
, entry->nsec / 1000000, entry->pid, entry->tid,
590
timeBuf
, entry->nsec / 1000000, entry->pid, entry->tid,
/external/icu4c/tools/genrb/
wrtxml.cpp
1020
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;
Completed in 1817 milliseconds