HomeSort by relevance Sort by last modified time
    Searched full:sys_time (Results 1 - 25 of 47) sorted by null

1 2

  /libcore/luni/src/main/java/libcore/io/
StructTimeval.java 21 * <a href="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_time.h.html">&lt;sys/time.h&gt;</a>
  /external/libcap-ng/libcap-ng-0.7/src/
captab.h 48 _S(CAP_SYS_TIME, "sys_time" )
  /external/chromium/base/win/
scoped_variant_unittest.cc 115 SYSTEMTIME sys_time; local
116 ::GetSystemTime(&sys_time);
118 ::SystemTimeToVariantTime(&sys_time, &date);
  /external/llvm/lib/Support/Windows/
Process.inc 85 TimeValue& elapsed, TimeValue& user_time, TimeValue& sys_time)
97 sys_time.seconds( KernelTime / 10000000 );
98 sys_time.nanoseconds( unsigned(KernelTime % 10000000) * 100 );
  /external/valgrind/main/
README_MISSING_SYSCALL_OR_IOCTL 49 PRE(sys_time)
52 PRINT("sys_time ( %p )",ARG1);
59 POST(sys_time)
  /external/llvm/lib/Support/Unix/
Process.inc 111 TimeValue& sys_time)
121 sys_time = TimeValue(
129 sys_time.seconds(0);
130 sys_time.microseconds(0);
  /external/llvm/include/llvm/Support/
Process.h 51 /// spent in user (non-kernel) mode and \p sys_time to the amount of CPU
60 TimeValue& sys_time
  /external/libsepol/tests/policies/test-deps/
base-metreq.conf 383 sys_time
base-notmetreq.conf 378 sys_time
small-base.conf 383 sys_time
  /external/libsepol/tests/policies/test-expander/
alias-base.conf 383 sys_time
role-base.conf 383 sys_time
user-base.conf 383 sys_time
small-base.conf 383 sys_time
  /external/libsepol/tests/policies/test-hooks/
cmp_policy.conf 383 sys_time
small-base.conf 383 sys_time
  /external/libsepol/tests/policies/test-linker/
small-base.conf 383 sys_time
  /external/sepolicy/
access_vectors 434 sys_time
system.te 73 allow system self:capability { kill net_bind_service net_broadcast net_admin net_raw sys_module sys_boot sys_nice sys_resource sys_time sys_tty_config };
  /external/strace/linux/
dummy.h 133 #define sys_time printargs macro
  /external/strace/
syscall-android.h 262 #define SYS_time __NR_time
  /external/qemu/
arm-semi.c 53 #define SYS_TIME 0x11
351 case SYS_TIME:
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/
syscall.h 233 #define SYS_time __NR_time
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/bits/
syscall.h 233 #define SYS_time __NR_time
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/bits/
syscall.h 233 #define SYS_time __NR_time

Completed in 1615 milliseconds

1 2