OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mytime
(Results
1 - 4
of
4
) sorted by null
/external/libpng/contrib/libtests/
timepng.c
100
static int
mytime
(struct timespec *t)
function
119
if (
mytime
(&before))
145
if (
mytime
(&after))
/bionic/libc/dns/resolv/
res_debug.c
1165
struct tm *
mytime
;
local
1169
mytime
= gmtime_r(&myclock, &res);
1171
mytime
= gmtime(&myclock);
1173
mytime
->tm_year += 1900;
1174
mytime
->tm_mon += 1;
1176
mytime
->tm_year,
mytime
->tm_mon,
mytime
->tm_mday,
1177
mytime
->tm_hour,
mytime
->tm_min, mytime->tm_sec)
[
all
...]
/external/icu/icu4c/source/test/perf/ustrperf/
stringperf.h
441
double
mytime
= utimer_getDeltaSeconds(&mystart,&mystop);
local
442
printf("\nmytime=%f \n",
mytime
);
530
double
mytime
= utimer_getDeltaSeconds(&mystart,&mystop);
local
531
printf("\nmytime=%f \n",
mytime
);
/external/chromium-trace/catapult/third_party/Paste/paste/
urlparser.py
463
mytime
= os.stat(full).st_mtime
464
if str(
mytime
) == if_none_match:
467
## ETAG.update(headers, '"%s"' %
mytime
)
468
ETAG.update(headers,
mytime
)
Completed in 289 milliseconds