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

  /external/chromium_org/third_party/webrtc/system_wrappers/source/
trace_win.cc 98 SYSTEMTIME sys_time; local
99 GetLocalTime(&sys_time);
105 GetDateFormat(LOCALE_SYSTEM_DEFAULT, 0, &sys_time, TEXT("MMM dd yyyy"),
109 GetTimeFormat(LOCALE_SYSTEM_DEFAULT, 0, &sys_time, TEXT("HH':'mm':'ss"),
  /external/chromium_org/base/win/
scoped_variant_unittest.cc 115 SYSTEMTIME sys_time; local
116 ::GetSystemTime(&sys_time);
118 ::SystemTimeToVariantTime(&sys_time, &date);
  /bionic/libc/tzcode/
private.h 259 static time_t sys_time(time_t *x) { return time(x); } function
296 time_t r = sys_time(0);
  /external/fio/
stat.h 144 uint64_t sys_time; member in struct:thread_stat
  /external/strace/
time.c 162 sys_time(struct tcb *tcp) function
  /external/chromium_org/third_party/libusb/src/libusb/os/
darwin_usb.c 1845 mach_timespec_t sys_time; local
    [all...]
  /external/libusb/libusb/os/
darwin_usb.c 1450 mach_timespec_t sys_time; local
    [all...]
  /external/strace/linux/ia64/
syscallent.h 39 #define sys_time printargs macro
140 #undef sys_time macro
    [all...]

Completed in 112 milliseconds