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

  /external/icu/icu4c/source/test/compat/
tzdate.c 32 int64_t getSystemCurrentTime(char* systime, int year, int month, int day, int hour, int minute, int useCurrentTime);
34 void printTime(char* systime, char* icutime);
37 char systime[SIZE]; local
61 systemtime = getSystemCurrentTime(systime, sysyear, month, day, hour, minute, useCurrentTime);
65 if (strcmp(systime, icutime) != 0) {
67 printTime(systime, icutime);
109 int64_t getSystemCurrentTime(char* systime, int year, int month, int day, int hour, int minute, int useCurrentTime) {
130 strftime(systime, sizeof(char) * 80, "%Y%m%d %I:%M %p", &ts);
135 void printTime(char* systime, char* icutime) {
136 printf("System Time: %s\n", systime);
    [all...]
  /external/autotest/client/tests/btreplay/
btreplay.py 98 systime = 0.0
101 systime += float(s[i]) * (60**n)
116 self.write_perf_keyval({'time':elapsed, 'systime':systime,
  /external/pdfium/fpdfsdk/include/
fsdk_mgr.h 89 FPDF_SYSTEMTIME systime = m_pInfo->FFI_GetLocalTime(m_pInfo); local
90 fxtime.wDay = systime.wDay;
91 fxtime.wDayOfWeek = systime.wDayOfWeek;
92 fxtime.wHour = systime.wHour;
93 fxtime.wMilliseconds = systime.wMilliseconds;
94 fxtime.wMinute = systime.wMinute;
95 fxtime.wMonth = systime.wMonth;
96 fxtime.wSecond = systime.wSecond;
97 fxtime.wYear = systime.wYear;
  /external/mksh/src/
jobs.c 81 struct timeval systime; /* system time used by job */ member in struct:job
487 timerclear(&j->systime);
1239 j_systime = j->systime;
    [all...]
funcs.c 2621 struct timeval usrtime, systime, tv0, tv1; local
    [all...]
  /external/libusb/libusb/
io.c 1700 struct timeval systime; local
    [all...]
  /prebuilts/go/darwin-x86/src/runtime/
sys_darwin_386.s 125 JNZ systime
132 JZ systime
197 systime: label
sys_darwin_amd64.s 127 JZ systime
156 systime: label
  /prebuilts/go/linux-x86/src/runtime/
sys_darwin_386.s 125 JNZ systime
132 JZ systime
197 systime: label
sys_darwin_amd64.s 127 JZ systime
156 systime: label
  /system/extras/perfprofd/
perfprofdcore.cc 378 long unsigned usertime, nicetime, systime, idletime, iowaittime; local
382 &usertime, &nicetime, &systime, &idletime,
388 *remainingticks = usertime + nicetime + systime + iowaittime + irqtime + softirqtime;

Completed in 349 milliseconds