/system/extras/tests/memtest/ |
memtest.h | 23 nsecs_t system_time();
|
fptest.cpp | 38 static nsecs_t system_time() function 48 gTime = system_time(); 53 nsecs_t t = system_time() - gTime;
|
bandwidth.h | 41 nsecs_t t = system_time(); 43 t = system_time() - t;
|
memtest.cpp | 31 nsecs_t system_time() function
|
bandwidth.cpp | 240 nsecs_t t = system_time(); 242 t = system_time() - t;
|
/external/chromium_org/ui/gl/ |
sync_control_vsync_provider.cc | 48 int64 system_time; local 51 if (!GetSyncValues(&system_time, &media_stream_counter, &swap_buffer_counter)) 78 llabs(system_time - real_time_in_microseconds) < 79 llabs(system_time - monotonic_time_in_microseconds); 82 system_time += monotonic_time_in_microseconds - real_time_in_microseconds; 84 // Return if |system_time| is more than 1 frames in the future. 86 if (system_time > monotonic_time_in_microseconds + interval_in_microseconds) 89 // If |system_time| is slightly in the future, adjust it to the previous 91 if (system_time > monotonic_time_in_microseconds) { 92 system_time -= interval_in_microseconds [all...] |
sync_control_vsync_provider.h | 24 virtual bool GetSyncValues(int64* system_time,
|
gl_surface_egl.cc | 71 virtual bool GetSyncValues(int64* system_time, 79 *system_time = static_cast<int64>(u_system_time);
|
gl_surface_glx.cc | 68 virtual bool GetSyncValues(int64* system_time, 71 return glXGetSyncValuesOML(g_display, window_, system_time,
|
/external/qemu/distrib/sdl-1.2.15/src/timer/beos/ |
SDL_systimer.c | 37 start = system_time(); 42 return((system_time()-start)/1000);
|
/external/chromium/chrome/browser/history/ |
history_publisher_win.cc | 71 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, &var_time) [all...] |
/external/chromium_org/net/cert/ |
x509_certificate_win.cc | 33 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;
|
/external/chromium_org/base/process/ |
process_metrics_win.cc | 213 int64 system_time = (FileTimeToUTC(kernel_time) + FileTimeToUTC(user_time)) / local 219 last_system_time_ = system_time; 224 int64 system_time_delta = system_time - last_system_time_; 234 last_system_time_ = system_time;
|
process_metrics_mac.cc | 244 TIME_VALUE_TO_TIMEVAL(&thread_info_data.system_time, &system_timeval); 249 TIME_VALUE_TO_TIMEVAL(&task_info_data.system_time, &system_timeval);
|
/external/skia/bench/ |
BenchSysTimer_mach.cpp | 32 time_value_add(&thread_info_data.user_time, &thread_info_data.system_time)
|
/external/chromium/net/base/ |
x509_certificate_win.cc | 152 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; [all...] |
/external/chromium_org/chrome/browser/media_galleries/win/ |
mtp_device_operations_util.cc | 137 SYSTEMTIME system_time; local 139 if (VariantTimeToSystemTime(last_modified_date.get().date, &system_time) && 140 SystemTimeToFileTime(&system_time, &file_time)) {
|
/external/chromium/base/ |
process_util_win.cc | 760 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/chromium_org/third_party/libjingle/source/talk/base/ |
cpumonitor.cc | 353 TimeValueTToInt64(task_times_info.system_time) + 355 TimeValueTToInt64(task_term_info.system_time));
|
/external/openssh/openbsd-compat/ |
bsd-cray.c | 189 time_t system_time; /* current system clock */ local
|