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

/external/chromium_org/third_party/webrtc/system_wrappers/source/
H A Dtrace_win.cc45 SYSTEMTIME system_time; local
46 GetSystemTime(&system_time);
63 sprintf(trace_message, "(%2u:%2u:%2u:%3u |%5u) ", system_time.wHour,
64 system_time.wMinute, system_time.wSecond,
65 system_time.wMilliseconds, dw_delta_time);
80 sprintf(trace_message, "(%2u:%2u:%2u:%3u |%5u) ", system_time.wHour,
81 system_time.wMinute, system_time.wSecond,
82 system_time
[all...]
H A Dtrace_posix.cc54 const struct tm* system_time = local
82 sprintf(trace_message, "(%2u:%2u:%2u:%3u |%5lu) ", system_time->tm_hour,
83 system_time->tm_min, system_time->tm_sec, ms_time,
/external/chromium_org/ui/gl/
H A Dsync_control_vsync_provider.cc48 int64 system_time; local
51 if (!GetSyncValues(&system_time, &media_stream_counter, &swap_buffer_counter))
80 llabs(system_time - real_time_in_microseconds) <
81 llabs(system_time - monotonic_time_in_microseconds);
84 system_time += monotonic_time_in_microseconds - real_time_in_microseconds;
86 // Return if |system_time| is more than 1 frames in the future.
88 if (system_time > monotonic_time_in_microseconds + interval_in_microseconds)
91 // If |system_time| is slightly in the future, adjust it to the previous
93 if (system_time > monotonic_time_in_microseconds) {
94 system_time
[all...]
H A Dsync_control_vsync_provider.h24 virtual bool GetSyncValues(int64* system_time,
H A Dgl_surface_egl.cc80 virtual bool GetSyncValues(int64* system_time,
88 *system_time = static_cast<int64>(u_system_time);
H A Dgl_surface_glx.cc83 virtual bool GetSyncValues(int64* system_time,
86 return glXGetSyncValuesOML(g_display, window_, system_time,
/external/qemu/distrib/sdl-1.2.15/src/timer/beos/
H A DSDL_systimer.c37 start = system_time();
42 return((system_time()-start)/1000);
/external/chromium_org/net/cert/
H A Dx509_certificate_win.cc33 SYSTEMTIME* system_time) {
34 system_time->wYear = exploded.year;
35 system_time->wMonth = exploded.month;
36 system_time->wDayOfWeek = exploded.day_of_week;
37 system_time->wDay = exploded.day_of_month;
38 system_time->wHour = exploded.hour;
39 system_time->wMinute = exploded.minute;
40 system_time->wSecond = exploded.second;
41 system_time->wMilliseconds = exploded.millisecond;
32 ExplodedTimeToSystemTime(const base::Time::Exploded& exploded, SYSTEMTIME* system_time) argument
/external/chromium_org/base/process/
H A Dprocess_metrics_win.cc210 int64 system_time = (FileTimeToUTC(kernel_time) + FileTimeToUTC(user_time)) / local
216 last_system_time_ = system_time;
221 int64 system_time_delta = system_time - last_system_time_;
232 last_system_time_ = system_time;
H A Dprocess_metrics_mac.cc255 TIME_VALUE_TO_TIMEVAL(&thread_info_data.system_time, &system_timeval);
260 TIME_VALUE_TO_TIMEVAL(&task_info_data.system_time, &system_timeval);
/external/chromium_org/third_party/skia/tools/timer/
H A DSysTimer_mach.cpp26 time_value_add(&thread_info_data.user_time, &thread_info_data.system_time)
/external/skia/tools/timer/
H A DSysTimer_mach.cpp26 time_value_add(&thread_info_data.user_time, &thread_info_data.system_time)
/external/chromium_org/chrome/browser/media_galleries/win/
H A Dmtp_device_operations_util.cc142 SYSTEMTIME system_time; local
145 VariantTimeToSystemTime(last_modified_date.get().date, &system_time) &&
146 SystemTimeToFileTime(&system_time, &file_time)) {
/external/chromium_org/third_party/webrtc/base/
H A Dcpumonitor.cc340 TimeValueTToInt64(task_times_info.system_time) +
342 TimeValueTToInt64(task_term_info.system_time));
/external/lldb/tools/darwin-threads/
H A Dexamine-threads.c438 basic_info->system_time.seconds, basic_info->system_time.microseconds);
/external/lldb/tools/debugserver/source/MacOSX/
H A DMachThread.cpp370 m_basic_info.system_time.seconds, m_basic_info.system_time.microseconds,
H A DMachTask.cpp283 TIME_VALUE_TO_TIMEVAL(&basic_info.system_time, &tv);
339 TIME_VALUE_TO_TIMEVAL(&task_info.system_time, &tv);
541 DNBLogThreaded ("task_basic_info = { suspend_count = %i, virtual_size = 0x%8.8llx, resident_size = 0x%8.8llx, user_time = %f, system_time = %f }",

Completed in 1082 milliseconds