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

1 2 3

  /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"),
  /bionic/tests/
sys_time_test.cpp 25 TEST(sys_time, utimes) {
46 TEST(sys_time, utimes_NULL) {
51 TEST(sys_time, gettimeofday) {
  /external/llvm/include/llvm/Support/
Process.h 154 /// spent in user (non-kernel) mode and \p sys_time to the amount of CPU
160 /// \param sys_time Returns the current amount of system time for the process
162 TimeValue &sys_time);
  /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/chromium_org/tools/memory_inspector/memory_inspector/backends/
android_backend_unittest.py 68 "sys_time": 445, "min_faults": 0, "maj_faults": 0, "vm_rss": 528},
71 "sys_time": 445, "min_faults": 0, "maj_faults": 0, "vm_rss": 528}}
  /external/fio/
stat.h 144 uint64_t sys_time; member in struct:thread_stat
  /external/strace/linux/
syscall.h 289 int 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
  /external/libsepol/tests/policies/test-hooks/
cmp_policy.conf 383 sys_time
small-base.conf 383 sys_time
  /external/strace/linux/sparc/
syscallent.h 26 { 1, 0, sys_time, "time" }, /* 25 */
232 { 1, 0, sys_time, "time" }, /* 231 */
dummy2.h 193 #define solaris_time sys_time
  /external/strace/linux/avr32/
syscallent.h 41 { 1, 0, sys_time, "time" }, /* 13 */
  /external/strace/linux/sparc64/
dummy2.h 193 #define solaris_time 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-linker/
small-base.conf 383 sys_time
  /external/libusb/libusb/os/
darwin_usb.c 1450 mach_timespec_t sys_time; local
    [all...]
  /external/strace/linux/aarch64/
syscallent1.h 313 { 1, 0, sys_time, "time" }, /* 1062 */
  /external/strace/linux/bfin/
syscallent.h 42 { 1, 0, sys_time, "time" }, /* 13 */
  /external/strace/linux/hppa/
syscallent.h 18 { 1, 0, sys_time, "time" }, /* 13 */

Completed in 715 milliseconds

1 2 3