Searched refs:mytime (Results 1 - 3 of 3) sorted by relevance

/external/libpng/contrib/libtests/
H A Dtimepng.c100 static int mytime(struct timespec *t) function
119 if (mytime(&before))
145 if (mytime(&after))
/external/icu/icu4c/source/test/perf/ustrperf/
H A Dstringperf.h441 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/
H A Durlparser.py463 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 165 milliseconds