Searched refs:sys_time (Results 1 - 25 of 32) sorted by relevance

12

/external/llvm/include/llvm/Support/
H A DProcess.h148 /// spent in user (non-kernel) mode and \p sys_time to the amount of CPU
154 /// \param sys_time Returns the current amount of system time for the process
156 TimeValue &sys_time);
/external/llvm/lib/Support/Unix/
H A DProcess.inc136 TimeValue &sys_time) {
138 llvm::tie(user_time, sys_time) = getRUsageTimes();
/external/chromium/base/win/
H A Dscoped_variant_unittest.cc115 SYSTEMTIME sys_time; local
116 ::GetSystemTime(&sys_time);
118 ::SystemTimeToVariantTime(&sys_time, &date);
/external/libsepol/tests/policies/test-deps/
H A Dbase-notmetreq.conf378 sys_time
H A Dbase-metreq.conf383 sys_time
H A Dsmall-base.conf383 sys_time
/external/libsepol/tests/policies/test-expander/
H A Dalias-base.conf383 sys_time
H A Drole-base.conf383 sys_time
H A Duser-base.conf383 sys_time
H A Dsmall-base.conf383 sys_time
/external/libsepol/tests/policies/test-hooks/
H A Dcmp_policy.conf383 sys_time
H A Dsmall-base.conf383 sys_time
/external/strace/linux/
H A Ddummy.h133 #define sys_time printargs macro
H A Dsyscall.h38 int sys_unlink(), sys_execve(), sys_chdir(), sys_time(), sys_mknod();
/external/libsepol/tests/policies/test-linker/
H A Dsmall-base.conf383 sys_time
/external/libusb/libusb/os/
H A Ddarwin_usb.c1450 mach_timespec_t sys_time; local
1466 clock_get_time (clock_ref, &sys_time);
1468 tp->tv_sec = sys_time.tv_sec;
1469 tp->tv_nsec = sys_time.tv_nsec;
/external/libusb_aah/libusb/os/
H A Ddarwin_usb.c1687 mach_timespec_t sys_time; local
1703 clock_get_time (clock_ref, &sys_time);
1705 tp->tv_sec = sys_time.tv_sec;
1706 tp->tv_nsec = sys_time.tv_nsec;
/external/strace/linux/arm/
H A Dsyscallent.h44 { 1, 0, sys_time, "time" }, /* 13 */
/external/strace/linux/i386/
H A Dsyscallent.h44 { 1, 0, sys_time, "time" }, /* 13 */
/external/strace/linux/sh/
H A Dsyscallent.h46 { 1, 0, sys_time, "time" }, /* 13 */
/external/valgrind/main/coregrind/m_syswrap/
H A Dpriv_syswrap-generic.h102 DECL_TEMPLATE(generic, sys_time);
H A Dsyswrap-ppc64-linux.c1115 GENXY(__NR_time, sys_time), // 13
H A Dsyswrap-amd64-linux.c1313 GENXY(__NR_time, sys_time), /*was sys_time64*/ // 201
/external/sepolicy/
H A Daccess_vectors434 sys_time
/external/strace/
H A Dtime.c214 sys_time(tcp) function

Completed in 342 milliseconds

12