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

  /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...]
  /system/extras/tests/memtest/
fptest.cpp 38 static nsecs_t system_time() function
48 gTime = system_time();
53 nsecs_t t = system_time() - gTime;
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...]
  /external/openssh/openbsd-compat/
bsd-cray.c 189 time_t system_time; /* current system clock */ local
  /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/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;

Completed in 3895 milliseconds