/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 | 1173 struct tm *mytime; local 1177 mytime = gmtime_r(&myclock, &res); 1179 mytime = gmtime(&myclock); 1181 mytime->tm_year += 1900; 1182 mytime->tm_mon += 1; 1184 mytime->tm_year, mytime->tm_mon, mytime->tm_mday, 1185 mytime->tm_hour, mytime->tm_min, mytime->tm_sec) [all...] |
/external/chromium_org/third_party/icu/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/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);
|