Home
last modified time | relevance | path

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

/external/libpng/contrib/libtests/
Dtimepng.c100 static int mytime(struct timespec *t) in mytime() function
119 if (mytime(&before)) in perform_one_test()
145 if (mytime(&after)) in perform_one_test()
/external/icu/icu4c/source/test/perf/ustrperf/
Dstringperf.h441 double mytime = utimer_getDeltaSeconds(&mystart,&mystop); in catenate() local
442 printf("\nmytime=%f \n", mytime); in catenate()
530 double mytime = utimer_getDeltaSeconds(&mystart,&mystop); in StdLibCatenate() local
531 printf("\nmytime=%f \n", mytime); in StdLibCatenate()
/external/chromium-trace/trace-viewer/third_party/Paste/paste/
Durlparser.py463 mytime = os.stat(full).st_mtime
464 if str(mytime) == if_none_match:
468 ETAG.update(headers, mytime)