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

/external/qemu/distrib/sdl-1.2.12/src/timer/beos/
H A DSDL_systimer.c37 start = system_time();
42 return((system_time()-start)/1000);
/external/chromium/chrome/browser/history/
H A Dhistory_publisher_win.cc71 SYSTEMTIME system_time; local
72 system_time.wYear = exploded.year;
73 system_time.wMonth = exploded.month;
74 system_time.wDayOfWeek = exploded.day_of_week;
75 system_time.wDay = exploded.day_of_month;
76 system_time.wHour = exploded.hour;
77 system_time.wMinute = exploded.minute;
78 system_time.wSecond = exploded.second;
79 system_time.wMilliseconds = exploded.millisecond;
80 SystemTimeToVariantTime(&system_time,
[all...]
/external/webkit/Source/JavaScriptCore/runtime/
H A DTimeoutChecker.cpp71 time += info.system_time.seconds * 1000 + info.system_time.microseconds / 1000;
/external/skia/bench/
H A DBenchSysTimer_mach.cpp32 time_value_add(&thread_info_data.user_time, &thread_info_data.system_time)
/external/chromium/net/base/
H A Dx509_certificate_win.cc152 SYSTEMTIME* system_time) {
153 system_time->wYear = exploded.year;
154 system_time->wMonth = exploded.month;
155 system_time->wDayOfWeek = exploded.day_of_week;
156 system_time->wDay = exploded.day_of_month;
157 system_time->wHour = exploded.hour;
158 system_time->wMinute = exploded.minute;
159 system_time->wSecond = exploded.second;
160 system_time->wMilliseconds = exploded.millisecond;
151 ExplodedTimeToSystemTime(const base::Time::Exploded& exploded, SYSTEMTIME* system_time) argument
/external/chromium/base/
H A Dprocess_util_win.cc760 int64 system_time = (FileTimeToUTC(kernel_time) + FileTimeToUTC(user_time)) / local
766 last_system_time_ = system_time;
771 int64 system_time_delta = system_time - last_system_time_;
781 last_system_time_ = system_time;
/external/bluetooth/bluez/audio/
H A Dandroid_audio_hw.c128 static uint64_t system_time(void) function
423 out->last_write_time = system_time();
547 now = system_time();
/external/openssh/openbsd-compat/
H A Dbsd-cray.c189 time_t system_time; /* current system clock */ local

Completed in 170 milliseconds