HomeSort by relevance Sort by last modified time
    Searched refs:system_time (Results 1 - 10 of 10) sorted by null

  /external/qemu/distrib/sdl-1.2.12/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/webkit/Source/JavaScriptCore/runtime/
TimeoutChecker.cpp 71 time += info.system_time.seconds * 1000 + info.system_time.microseconds / 1000;
  /system/extras/tests/memtest/
memtest.cpp 44 static nsecs_t system_time() function
55 nsecs_t overhead = -system_time();
59 overhead += system_time();
193 nsecs_t t = -system_time();
198 t += system_time() - overhead;
308 nsecs_t t = -system_time();
313 t += system_time() - overhead;
450 nsecs_t t = -system_time();
459 t += system_time() - overhead;
560 nsecs_t t = -system_time();
    [all...]
fptest.cpp 38 static nsecs_t system_time() function
48 gTime = system_time();
53 nsecs_t t = system_time() - gTime;
  /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/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/bluetooth/bluez/audio/
android_audio_hw.c 128 static uint64_t system_time(void) function
423 out->last_write_time = system_time();
547 now = system_time();
  /external/openssh/openbsd-compat/
bsd-cray.c 189 time_t system_time; /* current system clock */ local

Completed in 2033 milliseconds