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

1 2 3 4 5 67 8 91011>>

  /external/netperf/
netcpu_looper.c 520 gettimeofday (&time1, &tz);
522 gettimeofday (&time2, &tz);
  /external/libxml2/
xmllint.c 19 #define gettimeofday(p1,p2) macro
418 #define gettimeofday my_gettimeofday macro
434 gettimeofday(&begin, NULL);
448 gettimeofday(&end, NULL);
464 * No gettimeofday function, so we have to make do with calling clock.
498 * We don't have a gettimeofday or time.h, so we just don't do timing
519 /* We don't have gettimeofday, time or stdarg.h, what crazy world is
    [all...]
  /bionic/libc/
SYSCALLS.TXT 158 int gettimeofday(struct timeval*, struct timezone*) 78
  /dalvik/tools/dmtracedump/
CreateTestTrace.c 368 gettimeofday(&tv, &tz);
  /dalvik/vm/alloc/
DdmHeap.c 89 if (gettimeofday(&now, NULL) < 0) {
  /dalvik/vm/jdwp/
JdwpMain.c 405 gettimeofday(&now, NULL);
  /development/samples/BrowserPlugin/jni/background/
BackgroundPlugin.cpp 49 gettimeofday(&tv, NULL);
  /external/bluetooth/glib/gio/xdgmime/
xdgmime.c 425 gettimeofday (&tv, NULL);
  /external/clearsilver/
configure.in 46 AC_CHECK_FUNCS(gettimeofday mktime putenv strerror strspn strtod strtol strtoul)
  /external/iproute2/misc/
nstat.c 388 gettimeofday(&now, NULL);
rtacct.c 382 gettimeofday(&now, NULL);
  /external/qemu/telephony/
sysdeps_posix.c 308 gettimeofday( &tv, NULL );
  /external/quake/quake/src/WinQuake/
sys_android.cpp 328 gettimeofday(&tp, &tzp);
sys_linux.cpp 287 gettimeofday(&tp, &tzp);
  /external/strace/linux/
syscallent.h 113 { 2, 0, sys_gettimeofday, "gettimeofday" }, /* 78 */
  /external/strace/strace/linux/powerpc/
syscallent.h 109 { 2, 0, sys_gettimeofday, "gettimeofday" }, /* 78 */
  /external/strace/strace/linux/s390/
syscallent.h 109 { 2, 0, sys_gettimeofday, "gettimeofday" }, /* 78 */
  /external/strace/strace/linux/s390x/
syscallent.h 108 { 2, 0, sys_gettimeofday, "gettimeofday" }, /* 78 */
  /external/strace/strace/linux/sh64/
syscallent.h 109 { 2, 0, sys_gettimeofday, "gettimeofday" }, /* 78 */
  /external/strace/strace/linux/sparc/
syscallent1.h 186 { 6, 0, solaris_gettimeofday, "gettimeofday" }, /* 156 */
  /external/strace/strace/linux/sparc64/
syscallent1.h 186 { 6, 0, solaris_gettimeofday, "gettimeofday" }, /* 156 */
  /external/strace/strace/linux/
syscallent.h 113 { 2, 0, sys_gettimeofday, "gettimeofday" }, /* 78 */
  /external/v8/src/
platform-freebsd.cc 536 if (gettimeofday(&current_time, NULL) == -1) {
platform-openbsd.cc 509 if (gettimeofday(&current_time, NULL) == -1) {
  /frameworks/base/cmds/stagefright/
stagefright.cpp 52 gettimeofday(&tv, NULL);

Completed in 2692 milliseconds

1 2 3 4 5 67 8 91011>>