Home
last modified time | relevance | path

Searched refs:systime (Results 1 – 9 of 9) sorted by relevance

/external/icu/icu4c/source/test/compat/
Dtzdate.c32 int64_t getSystemCurrentTime(char* systime, int year, int month, int day, int hour, int minute, int…
34 void printTime(char* systime, char* icutime);
37 char systime[SIZE]; in main() local
61 systemtime = getSystemCurrentTime(systime, sysyear, month, day, hour, minute, useCurrentTime); in main()
65 if (strcmp(systime, icutime) != 0) { in main()
67 printTime(systime, icutime); in main()
109 int64_t getSystemCurrentTime(char* systime, int year, int month, int day, int hour, int minute, int… in getSystemCurrentTime() argument
130 strftime(systime, sizeof(char) * 80, "%Y%m%d %I:%M %p", &ts); in getSystemCurrentTime()
135 void printTime(char* systime, char* icutime) { in printTime() argument
136 printf("System Time: %s\n", systime); in printTime()
/external/pdfium/fpdfsdk/include/
Dfsdk_mgr.h83 FPDF_SYSTEMTIME systime = m_pInfo->FFI_GetLocalTime(m_pInfo); in FFI_GetLocalTime() local
84 fxtime.wDay = systime.wDay; in FFI_GetLocalTime()
85 fxtime.wDayOfWeek = systime.wDayOfWeek; in FFI_GetLocalTime()
86 fxtime.wHour = systime.wHour; in FFI_GetLocalTime()
87 fxtime.wMilliseconds = systime.wMilliseconds; in FFI_GetLocalTime()
88 fxtime.wMinute = systime.wMinute; in FFI_GetLocalTime()
89 fxtime.wMonth = systime.wMonth; in FFI_GetLocalTime()
90 fxtime.wSecond = systime.wSecond; in FFI_GetLocalTime()
91 fxtime.wYear = systime.wYear; in FFI_GetLocalTime()
/external/valgrind/callgrind/tests/
Dthreads-use.vgtest2 vgopts: --separate-threads=yes --cacheuse=yes --collect-bus=yes --collect-systime=yes
/external/libusb/libusb/
Dio.c1700 struct timeval systime; in handle_timeouts_locked() local
1711 TIMESPEC_TO_TIMEVAL(&systime, &systime_ts); in handle_timeouts_locked()
1727 if ((cur_tv->tv_sec > systime.tv_sec) || in handle_timeouts_locked()
1728 (cur_tv->tv_sec == systime.tv_sec && in handle_timeouts_locked()
1729 cur_tv->tv_usec > systime.tv_usec)) in handle_timeouts_locked()
/external/mksh/src/
Djobs.c81 struct timeval systime; /* system time used by job */ member
487 timerclear(&j->systime); in exchild()
1239 j_systime = j->systime; in j_waitj()
1376 timeradd(&j->systime, &ru1.ru_stime, &j->systime); in j_sigchld()
1377 timersub(&j->systime, &ru0.ru_stime, &j->systime); in j_sigchld()
Dfuncs.c2564 struct timeval usrtime, systime, tv0, tv1; in timex() local
2593 timeradd(&ru0.ru_stime, &cru0.ru_stime, &systime); in timex()
2597 timersub(&ru1.ru_stime, &ru0.ru_stime, &systime); in timex()
2598 timeradd(&systime, &j_systime, &systime); in timex()
2617 p_time(shl_out, true, systime.tv_sec, systime.tv_usec, in timex()
2620 p_time(shl_out, false, systime.tv_sec, systime.tv_usec, in timex()
/external/pdfium/fpdfsdk/src/
Dfsdk_baseannot.cpp713 FX_SYSTEMTIME systime; in GetModifiedDate() local
717 dt.ToSystemTime(systime); in GetModifiedDate()
719 return systime; in GetModifiedDate()
/external/valgrind/docs/internals/
D3_2_BUGSTATUS.txt148 r6593 r6711 32 139363 callgrind: fix --collect-systime=yes
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...