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

1 2 3 4 5 6 7 8 91011>>

  /bionic/libc/arch-arm/syscalls/
gettimeofday.S 5 .type gettimeofday, #function
6 .globl gettimeofday
10 gettimeofday: label
  /bionic/libc/arch-sh/syscalls/
gettimeofday.S 5 .type gettimeofday, @function
6 .globl gettimeofday
9 gettimeofday: label
  /bionic/libc/arch-x86/syscalls/
gettimeofday.S 5 .type gettimeofday, @function
6 .globl gettimeofday
9 gettimeofday: label
  /system/extras/tests/icachetest/
icache_main.c 19 gettimeofday(&now, 0);
21 gettimeofday(&tm, 0);
26 gettimeofday(&now, 0);
28 gettimeofday(&tm, 0);
  /external/e2fsprogs/include/nonunix/
unistd.h 43 #define gettimeofday(p, v) ((p)->tv_sec = (p)->tv_usec = 0) macro
  /system/extras/tests/bionic/libc/other/
bench_locks.c 10 gettimeofday(&tv, NULL);
  /system/extras/tests/schedtest/
schedtest.c 32 gettimeofday(&tv1, NULL);
34 gettimeofday(&tv2, NULL);
  /frameworks/base/media/libstagefright/
TimeSource.cpp 35 gettimeofday(&tv, NULL);
  /external/opencore/oscl/oscl/osclutil/src/
oscl_tickcount.inl 28 //See if the gettimeofday implementation is available.
64 gettimeofday(&stv, NULL);
66 gettimeofday(&tv, NULL);
  /frameworks/base/libs/utils/
Timers.cpp 51 gettimeofday(&t, NULL);
67 gettimeofday(&mStartWhen, NULL);
73 gettimeofday(&mStopWhen, NULL);
  /external/blktrace/btt/
bt_timeline.c 105 gettimeofday(&tvs, NULL);
112 gettimeofday(&tve, NULL);
  /hardware/ti/omap3/dspbridge/libbridge/
perfutils.c 42 Result = gettimeofday(tv, &tz);
44 fprintf(stdout, "FAIL: gettimeofday is failed\n");
  /development/simulator/app/
ported.h 32 int gettimeofday(struct timeval* tv, struct timezone* tz);
ported.cpp 32 * Replacement gettimeofday() for Windows environments (primarily MinGW).
36 int gettimeofday(struct timeval* ptv, struct timezone* tz) function
  /external/skia/src/ports/
SkTime_Unix.cpp 46 gettimeofday(&tv, NULL);
  /prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/lib/gcc/i686-unknown-linux-gnu/4.2.1/include/X11/
Xos.h 231 #define gettimeofday(t) \ macro
254 /* define X_GETTIMEOFDAY macro, a portable gettimeofday() */
256 #define X_GETTIMEOFDAY(t) gettimeofday(t, (struct timezone*)0)
259 #define X_GETTIMEOFDAY(t) gettimeofday(t)
261 #define X_GETTIMEOFDAY(t) gettimeofday(t, (struct timezone*)0)
  /external/e2fsprogs/e2fsck/
scantest.c 60 gettimeofday(&track->time_start, 0);
78 gettimeofday(&time_end, 0);
  /bionic/libc/unistd/
ftime.c 35 if (gettimeofday (&tv, &tz) < 0)
  /external/libpcap/lbl/
os-ultrix4.h 34 int gettimeofday(struct timeval *, struct timezone *);
  /external/qemu/
osdep.h 94 #define qemu_gettimeofday(tp) gettimeofday(tp, NULL);
  /external/strace/
TODO 15 declare gettimeofday and pread for solaris2
  /external/tcpdump/lbl/
os-ultrix4.h 34 int gettimeofday(struct timeval *, struct timezone *);
  /frameworks/base/core/jni/
android_os_SystemClock.cpp 77 gettimeofday(&tv, NULL);
  /external/ipsec-tools/src/racoon/
algorithm.c 426 gettimeofday(&start, NULL);
432 gettimeofday(&end, NULL);
538 gettimeofday(&start, NULL);
544 gettimeofday(&end, NULL);
567 gettimeofday(&start, NULL);
573 gettimeofday(&end, NULL);
  /bionic/libc/include/sys/
time.h 37 extern int gettimeofday(struct timeval *, struct timezone *);

Completed in 3511 milliseconds

1 2 3 4 5 6 7 8 91011>>