HomeSort by relevance Sort by last modified time
    Searched full:gettimeofday (Results 426 - 450 of 1099) sorted by null

<<11121314151617181920>>

  /system/core/libnl_2/
netlink.c 41 if (gettimeofday(&tv, NULL))
  /external/chromium_org/third_party/cld/encodings/compact_lang_det/
getonescriptspan.cc 178 // Convert GetTimeOfDay output to 64-bit usec
373 // gettimeofday(&script_start, NULL);
383 // gettimeofday(&script_mid, NULL);
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/x11/
xm_dd.c 771 * indirect renderer. Not sure about how/if wrapping of gettimeofday()
799 (void) gettimeofday(&xq->StartTime, NULL);
827 (void) gettimeofday(&endTime, NULL);
  /external/chromium_org/v8/src/
d8-posix.cc 115 gettimeofday(&time_now, NULL);
145 gettimeofday(&time_now, NULL);
487 gettimeofday(&start_time, NULL);
  /external/grub/grub/
asmstub.c 501 gettimeofday (&tv, 0);
1054 gettimeofday (&otv, 0);
1060 gettimeofday (&tv, 0);
  /external/iputils/
arping.c 302 gettimeofday(&now, NULL);
342 gettimeofday(&tv, NULL);
383 gettimeofday(&tv, NULL);
traceroute6.c 605 gettimeofday(&t1, &tz);
610 gettimeofday(&t2, &tz);
733 gettimeofday(&pkt->tv, &tz);
  /external/mesa3d/src/mesa/drivers/x11/
xm_dd.c 771 * indirect renderer. Not sure about how/if wrapping of gettimeofday()
799 (void) gettimeofday(&xq->StartTime, NULL);
827 (void) gettimeofday(&endTime, NULL);
  /external/openssh/
ssh-keyscan.c 352 gettimeofday(&fdcon[s].c_tv, NULL);
381 gettimeofday(&fdcon[s].c_tv, NULL);
525 gettimeofday(&now, NULL);
  /external/v8/src/
d8-posix.cc 115 gettimeofday(&time_now, NULL);
145 gettimeofday(&time_now, NULL);
473 gettimeofday(&start_time, NULL);
  /hardware/ti/omap3/omx/image/src/openmax_il/jpeg_dec/tests/
JPEGTest.c     [all...]
  /external/chromium_org/third_party/libxslt/libxslt/
xsltutils.c 44 /* gettimeofday on Windows ??? */
49 #define gettimeofday(p1,p2) macro
    [all...]
  /external/libxslt/libxslt/
xsltutils.c 44 /* gettimeofday on Windows ??? */
49 #define gettimeofday(p1,p2) macro
    [all...]
  /external/ppp/pppd/
main.c 577 gettimeofday(&start_time, NULL);
1207 gettimeofday(&start_time, NULL);
1221 || gettimeofday(&now, NULL) < 0)
1268 gettimeofday(&timenow, NULL);
    [all...]
  /external/compiler-rt/lib/msan/
msan_interceptors.cc 502 INTERCEPTOR(int, gettimeofday, void *tv, void *tz) {
504 int res = REAL(gettimeofday)(tv, tz);
    [all...]
  /external/dropbear/
scp.c 775 gettimeofday(&bwstart, NULL);
783 gettimeofday(&bwend, NULL);
817 gettimeofday(&bwstart, NULL);
  /art/runtime/
utils.cc 138 gettimeofday(&now, NULL);
150 gettimeofday(&now, NULL);
162 gettimeofday(&now, NULL);
194 gettimeofday(&tv, NULL);
    [all...]
  /dalvik/vm/jdwp/
JdwpMain.cpp 417 gettimeofday(&now, NULL);
  /dalvik/vm/test/
AtomicTest.cpp 78 gettimeofday(&now, NULL);
TestIndirectRefTable.cpp 53 gettimeofday(&tv, NULL);
  /development/ndk/platforms/android-8/samples/bitmap-plasma/jni/
plasma.c 40 gettimeofday(&tv, NULL);
  /external/chromium/third_party/libevent/
configure.in 139 AC_CHECK_FUNCS(gettimeofday vasprintf fcntl clock_gettime strtok_r strsep getaddrinfo getnameinfo strlcpy inet_ntop signal sigaction strtoll issetugid geteuid getegid)
evdns.3 110 Using the bottom 16 bits of the usec result from gettimeofday. This
  /external/chromium_org/third_party/WebKit/Source/platform/mac/
ScrollElasticityController.mm 49 if (boottime.tv_sec && -1 != gettimeofday(&now, 0)) {
  /external/chromium_org/third_party/libevent/
configure.in 139 AC_CHECK_FUNCS(gettimeofday vasprintf fcntl clock_gettime strtok_r strsep getaddrinfo getnameinfo strlcpy inet_ntop signal sigaction strtoll issetugid geteuid getegid)

Completed in 1510 milliseconds

<<11121314151617181920>>