Home
last modified time | relevance | path

Searched refs:system_time (Results 1 – 8 of 8) sorted by relevance

/external/chromium/chrome/browser/history/
Dhistory_publisher_win.cc71 SYSTEMTIME system_time; in TimeToUTCVariantTime() local
72 system_time.wYear = exploded.year; in TimeToUTCVariantTime()
73 system_time.wMonth = exploded.month; in TimeToUTCVariantTime()
74 system_time.wDayOfWeek = exploded.day_of_week; in TimeToUTCVariantTime()
75 system_time.wDay = exploded.day_of_month; in TimeToUTCVariantTime()
76 system_time.wHour = exploded.hour; in TimeToUTCVariantTime()
77 system_time.wMinute = exploded.minute; in TimeToUTCVariantTime()
78 system_time.wSecond = exploded.second; in TimeToUTCVariantTime()
79 system_time.wMilliseconds = exploded.millisecond; in TimeToUTCVariantTime()
80 SystemTimeToVariantTime(&system_time, &var_time); in TimeToUTCVariantTime()
/external/qemu/distrib/sdl-1.2.15/src/timer/beos/
DSDL_systimer.c37 start = system_time(); in SDL_StartTicks()
42 return((system_time()-start)/1000); in SDL_GetTicks()
/external/webkit/Source/JavaScriptCore/runtime/
DTimeoutChecker.cpp71 time += info.system_time.seconds * 1000 + info.system_time.microseconds / 1000; in getCPUTime()
/external/chromium/net/base/
Dx509_certificate_win.cc152 SYSTEMTIME* system_time) { in ExplodedTimeToSystemTime() argument
153 system_time->wYear = exploded.year; in ExplodedTimeToSystemTime()
154 system_time->wMonth = exploded.month; in ExplodedTimeToSystemTime()
155 system_time->wDayOfWeek = exploded.day_of_week; in ExplodedTimeToSystemTime()
156 system_time->wDay = exploded.day_of_month; in ExplodedTimeToSystemTime()
157 system_time->wHour = exploded.hour; in ExplodedTimeToSystemTime()
158 system_time->wMinute = exploded.minute; in ExplodedTimeToSystemTime()
159 system_time->wSecond = exploded.second; in ExplodedTimeToSystemTime()
160 system_time->wMilliseconds = exploded.millisecond; in ExplodedTimeToSystemTime()
/external/skia/bench/
DBenchSysTimer_mach.cpp32 time_value_add(&thread_info_data.user_time, &thread_info_data.system_time) in macCpuTime()
/external/chromium/base/
Dprocess_util_win.cc760 int64 system_time = (FileTimeToUTC(kernel_time) + FileTimeToUTC(user_time)) / in GetCPUUsage() local
766 last_system_time_ = system_time; in GetCPUUsage()
771 int64 system_time_delta = system_time - last_system_time_; in GetCPUUsage()
781 last_system_time_ = system_time; in GetCPUUsage()
Dprocess_util_mac.mm414 TIME_VALUE_TO_TIMEVAL(&thread_info_data.system_time, &system_timeval);
419 TIME_VALUE_TO_TIMEVAL(&task_info_data.system_time, &system_timeval);
/external/openssh/openbsd-compat/
Dbsd-cray.c189 time_t system_time; /* current system clock */ in cray_setup() local