HomeSort by relevance Sort by last modified time
    Searched refs:mytime (Results 1 - 3 of 3) sorted by null

  /bionic/libc/netbsd/resolv/
res_debug.c 1114 struct tm *mytime; local
1118 mytime = gmtime_r(&myclock, &res);
1120 mytime = gmtime(&myclock);
1122 mytime->tm_year += 1900;
1123 mytime->tm_mon += 1;
1125 mytime->tm_year, mytime->tm_mon, mytime->tm_mday,
1126 mytime->tm_hour, mytime->tm_min, mytime->tm_sec)
    [all...]
  /external/chromium/third_party/icu/source/test/perf/ustrperf/
stringperf.h 439 double mytime = utimer_getDeltaSeconds(&mystart,&mystop); local
440 printf("\nmytime=%f \n", mytime);
528 double mytime = utimer_getDeltaSeconds(&mystart,&mystop); local
529 printf("\nmytime=%f \n", mytime);
  /external/icu4c/test/perf/ustrperf/
stringperf.h 439 double mytime = utimer_getDeltaSeconds(&mystart,&mystop); local
440 printf("\nmytime=%f \n", mytime);
528 double mytime = utimer_getDeltaSeconds(&mystart,&mystop); local
529 printf("\nmytime=%f \n", mytime);

Completed in 22 milliseconds