Searched refs:sys_time (Results 1 – 25 of 34) sorted by relevance
12
/external/chromium/base/win/ |
D | scoped_variant_unittest.cc | 115 SYSTEMTIME sys_time; in TEST() local 116 ::GetSystemTime(&sys_time); in TEST() 118 ::SystemTimeToVariantTime(&sys_time, &date); in TEST()
|
/external/llvm/include/llvm/Support/ |
D | Process.h | 156 TimeValue &sys_time);
|
/external/valgrind/main/ |
D | README_MISSING_SYSCALL_OR_IOCTL | 49 PRE(sys_time) 52 PRINT("sys_time ( %p )",ARG1); 59 POST(sys_time)
|
/external/llvm/lib/Support/Windows/ |
D | Process.inc | 110 TimeValue &sys_time) { 119 sys_time = getTimeValueFromFILETIME(KernelTime);
|
/external/strace/linux/ |
D | dummy.h | 133 #define sys_time printargs macro
|
D | syscall.h | 38 int sys_unlink(), sys_execve(), sys_chdir(), sys_time(), sys_mknod();
|
/external/libsepol/tests/policies/test-hooks/ |
D | small-base.conf | 383 sys_time
|
D | cmp_policy.conf | 383 sys_time
|
/external/libsepol/tests/policies/test-expander/ |
D | role-base.conf | 383 sys_time
|
D | alias-base.conf | 383 sys_time
|
D | user-base.conf | 383 sys_time
|
D | small-base.conf | 383 sys_time
|
/external/llvm/lib/Support/Unix/ |
D | Process.inc | 136 TimeValue &sys_time) { 138 llvm::tie(user_time, sys_time) = getRUsageTimes();
|
/external/libusb/libusb/os/ |
D | darwin_usb.c | 1450 mach_timespec_t sys_time; in darwin_clock_gettime() local 1466 clock_get_time (clock_ref, &sys_time); in darwin_clock_gettime() 1468 tp->tv_sec = sys_time.tv_sec; in darwin_clock_gettime() 1469 tp->tv_nsec = sys_time.tv_nsec; in darwin_clock_gettime()
|
/external/libsepol/tests/policies/test-deps/ |
D | base-notmetreq.conf | 378 sys_time
|
D | base-metreq.conf | 383 sys_time
|
D | small-base.conf | 383 sys_time
|
/external/libsepol/tests/policies/test-linker/ |
D | small-base.conf | 383 sys_time
|
/external/libusb_aah/libusb/os/ |
D | darwin_usb.c | 1687 mach_timespec_t sys_time; in darwin_clock_gettime() local 1703 clock_get_time (clock_ref, &sys_time); in darwin_clock_gettime() 1705 tp->tv_sec = sys_time.tv_sec; in darwin_clock_gettime() 1706 tp->tv_nsec = sys_time.tv_nsec; in darwin_clock_gettime()
|
/external/strace/linux/arm/ |
D | syscallent.h | 44 { 1, 0, sys_time, "time" }, /* 13 */
|
/external/strace/linux/sh/ |
D | syscallent.h | 46 { 1, 0, sys_time, "time" }, /* 13 */
|
/external/strace/linux/i386/ |
D | syscallent.h | 44 { 1, 0, sys_time, "time" }, /* 13 */
|
/external/valgrind/main/coregrind/m_syswrap/ |
D | priv_syswrap-generic.h | 102 DECL_TEMPLATE(generic, sys_time);
|
/external/sepolicy/ |
D | access_vectors | 434 sys_time
|
/external/strace/ |
D | time.c | 214 sys_time(tcp) in sys_time() function
|
12