HomeSort by relevance Sort by last modified time
    Searched defs:gettimeofday (Results 1 - 22 of 22) sorted by null

  /bionic/libc/arch-arm/syscalls/
gettimeofday.S 5 ENTRY(gettimeofday) function
14 END(gettimeofday)
  /bionic/libc/arch-mips/syscalls/
gettimeofday.S 5 ENTRY(gettimeofday) function
19 END(gettimeofday)
  /bionic/libc/arch-mips64/syscalls/
gettimeofday.S 5 ENTRY(gettimeofday) function
25 END(gettimeofday)
  /bionic/libc/arch-x86/syscalls/
gettimeofday.S 5 ENTRY(gettimeofday) function
26 END(gettimeofday)
  /bionic/libc/bionic/
vdso.cpp 59 int gettimeofday(timeval* tv, struct timezone* tz) { function
  /ndk/sources/host-tools/sed-4.2.1/lib/
gettimeofday.c 3 /* Provide gettimeofday for systems that don't have it or for which it's broken.
37 /* Work around the bug in some systems whereby gettimeofday clobbers
39 gettimeofday function from Mac OS X 10.0.4 (i.e., Darwin 1.3.7) has
53 gettimeofday clobbers the static buffer used for localtime's result.
101 /* This is a wrapper for gettimeofday. It is used only on systems
108 #undef gettimeofday macro
112 result around the call to gettimeofday. */
116 int result = gettimeofday (tv, tz);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/X11/
Xos.h 111 # define gettimeofday(t) \ macro
123 /* define X_GETTIMEOFDAY macro, a portable gettimeofday() */
125 # define X_GETTIMEOFDAY(t) gettimeofday(t, (struct timezone*)0)
128 # define X_GETTIMEOFDAY(t) gettimeofday(t)
130 # define X_GETTIMEOFDAY(t) gettimeofday(t, (struct timezone*)0)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/X11/
Xos.h 111 # define gettimeofday(t) \ macro
123 /* define X_GETTIMEOFDAY macro, a portable gettimeofday() */
125 # define X_GETTIMEOFDAY(t) gettimeofday(t, (struct timezone*)0)
128 # define X_GETTIMEOFDAY(t) gettimeofday(t)
130 # define X_GETTIMEOFDAY(t) gettimeofday(t, (struct timezone*)0)
  /external/e2fsprogs/include/nonunix/
unistd.h 43 #define gettimeofday(p, v) ((p)->tv_sec = (p)->tv_usec = 0) macro
  /external/qemu/slirp-android/
slirp.h 127 #define gettimeofday(x, y) gettimeofday(x) macro
  /external/chromium_org/third_party/libjingle/source/talk/base/
timeutils.cc 109 // Emulate POSIX gettimeofday().
111 static int gettimeofday(struct timeval *tv, void *tz) { function in namespace:talk_base
142 if (gettimeofday(&timeval, NULL) < 0) {
  /external/chromium_org/third_party/webrtc/base/
timeutils.cc 92 // Emulate POSIX gettimeofday().
94 static int gettimeofday(struct timeval *tv, void *tz) { function in namespace:rtc
125 if (gettimeofday(&timeval, NULL) < 0) {
  /external/qemu/slirp/
slirp.h 135 #define gettimeofday(x, y) gettimeofday(x) macro
  /external/chromium_org/third_party/libxml/src/
testSAX.c 92 #define gettimeofday my_gettimeofday macro
108 gettimeofday(&begin, NULL);
122 gettimeofday(&end, NULL);
138 * No gettimeofday function, so we have to make do with calling clock.
172 * We don't have a gettimeofday or time.h, so we just don't do timing
193 /* We don't have gettimeofday, time or stdarg.h, what crazy world is
xmllint.c 19 #define gettimeofday(p1,p2) macro
423 #define gettimeofday my_gettimeofday macro
439 gettimeofday(&begin, NULL);
453 gettimeofday(&end, NULL);
469 * No gettimeofday function, so we have to make do with calling clock.
503 * We don't have a gettimeofday or time.h, so we just don't do timing
524 /* We don't have gettimeofday, time or stdarg.h, what crazy world is
    [all...]
  /external/e2fsprogs/lib/uuid/
gen_uuid.c 114 static void gettimeofday (struct timeval *tv, void *dummy) function
144 gettimeofday(&tv, 0);
163 gettimeofday(&tv, 0);
306 /* Assume that the gettimeofday() has microsecond granularity */
367 gettimeofday(&last, 0);
372 gettimeofday(&tv, 0);
  /external/chromium_org/third_party/libxslt/libxslt/
xsltutils.c 44 /* gettimeofday on Windows ??? */
49 #define gettimeofday(p1,p2) macro
    [all...]
  /external/fio/os/windows/
posix.c 232 int gettimeofday(struct timeval *restrict tp, void *restrict tzp) function
446 /* clock_gettime(CLOCK_REALTIME,...) is just an alias for gettimeofday with a
449 gettimeofday(&tv, NULL);
  /external/libxml2/
xmllint.c 19 #define gettimeofday(p1,p2) macro
428 #define gettimeofday my_gettimeofday macro
444 gettimeofday(&begin, NULL);
458 gettimeofday(&end, NULL);
474 * No gettimeofday function, so we have to make do with calling clock.
508 * We don't have a gettimeofday or time.h, so we just don't do timing
530 /* We don't have gettimeofday, time or stdarg.h, what crazy world is
    [all...]
  /external/netperf/
netlib.c 730 gettimeofday( struct timeval *tv , struct timezone *not_used )
724 gettimeofday( struct timeval *tv , struct timezone *not_used ) function
    [all...]
  /external/llvm/include/llvm/Target/
TargetLibraryInfo.h 350 /// int gettimeofday(struct timeval *tp, void *tzp);
351 gettimeofday, enumerator in enum:llvm::LibFunc::Func
  /cts/suite/cts/deviceTests/browserbench/assets/octane/
mandreel.js 3483 function gettimeofday(sp) function
    [all...]

Completed in 918 milliseconds