HomeSort by relevance Sort by last modified time
    Searched full:sys_time (Results 1 - 25 of 48) 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/valgrind/main/
README_MISSING_SYSCALL_OR_IOCTL 49 PRE(sys_time)
52 PRINT("sys_time ( %p )",ARG1);
59 POST(sys_time)
  /external/llvm/include/llvm/Support/
Process.h 148 /// 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/Windows/
Process.inc 110 TimeValue &sys_time) {
119 sys_time = getTimeValueFromFILETIME(KernelTime);
  /external/llvm/lib/Support/Unix/
Process.inc 136 TimeValue &sys_time) {
138 llvm::tie(user_time, sys_time) = getRUsageTimes();
  /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
  /external/strace/linux/
dummy.h 133 #define sys_time printargs macro
  /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
  /bionic/libc/include/sys/
glibc-syscalls.h 314 #define SYS_time __NR_time
665 #define SYS_time __NR_time
    [all...]
  /ndk/sources/host-tools/sed-4.2.1/lib/
gnulib.mk 910 ## begin gnulib module sys_time
916 sys/time.h: sys_time.in.h
926 < $(srcdir)/sys_time.in.h; \
931 EXTRA_DIST += sys_time.in.h
933 ## end gnulib module sys_time
    [all...]

Completed in 468 milliseconds

1 2