gettimeofday       91 base/process/process_metrics_freebsd.cc   int retval = gettimeofday(&now, NULL);
gettimeofday      186 base/process/process_metrics_linux.cc   int retval = gettimeofday(&now, NULL);
gettimeofday      271 base/process/process_metrics_mac.cc   int retval = gettimeofday(&now, NULL);
gettimeofday      318 base/process/process_metrics_mac.cc   int retval = gettimeofday(&now, NULL);
gettimeofday      111 base/process/process_metrics_openbsd.cc   int retval = gettimeofday(&now, NULL);
gettimeofday       82 base/synchronization/condition_variable_posix.cc   gettimeofday(&now, NULL);
gettimeofday      199 base/synchronization/condition_variable_unittest.cc   gettimeofday(&tv, NULL);
gettimeofday      210 base/synchronization/condition_variable_unittest.cc   gettimeofday(&tv, NULL);
gettimeofday      427 base/third_party/xdg_mime/xdgmime.c   gettimeofday (&tv, NULL);
gettimeofday      141 base/time/time_posix.cc   if (gettimeofday(&tv, &tz) != 0) {
gettimeofday      133 components/breakpad/app/breakpad_linux.cc   if (!gettimeofday(&tv, NULL))
gettimeofday       28 components/nacl/loader/nonsfi/irt_basic.cc   if (gettimeofday(&host_tv, NULL))
gettimeofday       51 native_client_sdk/src/examples/demo/earth/earth.cc int start_tv_retv = gettimeofday(&start_tv, NULL);
gettimeofday       56 native_client_sdk/src/examples/demo/earth/earth.cc   if ((0 == start_tv_retv) && (0 == gettimeofday(&tv, NULL)))
gettimeofday       12 native_client_sdk/src/examples/demo/flock/frame_counter.cc   gettimeofday(&start_time, NULL);
gettimeofday       19 native_client_sdk/src/examples/demo/flock/frame_counter.cc   gettimeofday(&end_time, NULL);
gettimeofday       74 native_client_sdk/src/examples/demo/voronoi/voronoi.cc   if (0 == gettimeofday(&tv, NULL))
gettimeofday       17 native_client_sdk/src/gonacl_appengine/src/common/fps.h     start_tv_retv = gettimeofday(&start_tv, NULL);
gettimeofday       21 native_client_sdk/src/gonacl_appengine/src/common/fps.h   if ((0 == start_tv_retv) && (0 == gettimeofday(&tv, NULL)))
gettimeofday       39 native_client_sdk/src/libraries/nacl_io/event_listener.cc   gettimeofday(&tv, NULL);
gettimeofday       36 native_client_sdk/src/libraries/xray/xray.c   gettimeofday(&tv, NULL);
gettimeofday      169 third_party/libevent/evutil.h #define evutil_gettimeofday(tv, tz) gettimeofday((tv), (tz))
gettimeofday      106 third_party/libevent/test/bench.c 	gettimeofday(&ts, NULL);
gettimeofday      111 third_party/libevent/test/bench.c 	gettimeofday(&te, NULL);
gettimeofday      453 third_party/libusb/src/libusb/libusbi.h #define usbi_gettimeofday(tv, tz) gettimeofday((tv), (tz))
gettimeofday      108 third_party/libxml/src/testSAX.c     gettimeofday(&begin, NULL);
gettimeofday      122 third_party/libxml/src/testSAX.c     gettimeofday(&end, NULL);
gettimeofday      439 third_party/libxml/src/xmllint.c     gettimeofday(&begin, NULL);
gettimeofday      453 third_party/libxml/src/xmllint.c     gettimeofday(&end, NULL);
gettimeofday     1849 third_party/libxslt/libxslt/xsltutils.c         gettimeofday(&startup, NULL);
gettimeofday     1852 third_party/libxslt/libxslt/xsltutils.c         gettimeofday(&startup, NULL);
gettimeofday     1856 third_party/libxslt/libxslt/xsltutils.c     gettimeofday(&cur, NULL);
gettimeofday      175 third_party/npapi/npspy/extern/nspr/md/_beos.h #define GETTIMEOFDAY(tp)	gettimeofday((tp), NULL)
gettimeofday      507 third_party/npapi/npspy/extern/nspr/md/_unixos.h #define GETTIMEOFDAY(tp) gettimeofday(tp)
gettimeofday      509 third_party/npapi/npspy/extern/nspr/md/_unixos.h #define GETTIMEOFDAY(tp) gettimeofday((tp), NULL)
gettimeofday      136 third_party/npapi/npspy/extern/nspr/md/sunos4.h extern int gettimeofday(struct timeval *, struct timezone *);
gettimeofday       29 third_party/re2/util/benchmark.cc 	if(gettimeofday(&tv, 0) < 0)
gettimeofday     29585 third_party/sqlite/amalgamation/sqlite3.c   gettimeofday(&sNow, 0);
gettimeofday     5444 third_party/sqlite/src/src/os_unix.c   gettimeofday(&sNow, 0);
gettimeofday      220 third_party/sqlite/src/src/test_osinst.c   gettimeofday(&sTime, 0);
gettimeofday       33 third_party/talloc/testsuite.c 	gettimeofday(&tv, NULL);
gettimeofday      145 third_party/tcmalloc/chromium/src/base/cycleclock.h     gettimeofday(&tv, NULL);
gettimeofday      152 third_party/tcmalloc/chromium/src/base/cycleclock.h     gettimeofday(&tv, NULL);
gettimeofday      143 third_party/tcmalloc/vendor/src/base/cycleclock.h     gettimeofday(&tv, NULL);
gettimeofday      150 third_party/tcmalloc/vendor/src/base/cycleclock.h     gettimeofday(&tv, NULL);
gettimeofday       88 tools/android/file_poller/file_poller.cc   gettimeofday(&tv, NULL);
gettimeofday      226 tools/cygprofile/cygprofile.cc     gettimeofday(&timestamp, NULL);