timeval            61 base/files/file_posix.cc static int CallFutimes(PlatformFile file, const struct timeval times[2]) {
timeval           107 base/files/file_posix.cc static int CallFutimes(PlatformFile file, const struct timeval times[2]) {
timeval           423 base/files/file_posix.cc   timeval times[2];
timeval           263 base/message_loop/message_pump_libevent.cc         struct timeval poll_tv;
timeval            21 base/os_compat_android.cc int futimes(int fd, const struct timeval tv[2]) {
timeval            13 base/os_compat_android.h extern "C" int futimes(int fd, const struct timeval tv[2]);
timeval            61 base/platform_file_posix.cc static int CallFutimes(PlatformFile file, const struct timeval times[2]) {
timeval           107 base/platform_file_posix.cc static int CallFutimes(PlatformFile file, const struct timeval times[2]) {
timeval           360 base/platform_file_posix.cc   timeval times[2];
timeval           100 base/process/process_metrics.h BASE_EXPORT int64 TimeValToMicroseconds(const struct timeval& tv);
timeval            90 base/process/process_metrics_freebsd.cc   struct timeval now;
timeval           185 base/process/process_metrics_linux.cc   struct timeval now;
timeval           259 base/process/process_metrics_mac.cc   struct timeval user_timeval, system_timeval, task_timeval;
timeval           270 base/process/process_metrics_mac.cc   struct timeval now;
timeval           317 base/process/process_metrics_mac.cc   struct timeval now;
timeval           109 base/process/process_metrics_openbsd.cc   struct timeval now;
timeval            14 base/process/process_metrics_posix.cc int64 TimeValToMicroseconds(const struct timeval& tv) {
timeval           154 base/sync_socket_posix.cc     struct timeval timeout_struct =
timeval            81 base/synchronization/condition_variable_posix.cc   struct timeval now;
timeval           198 base/synchronization/condition_variable_unittest.cc   timeval tv;
timeval           209 base/synchronization/condition_variable_unittest.cc   timeval tv;
timeval           423 base/third_party/xdg_mime/xdgmime.c   struct timeval tv;
timeval           318 base/time/time.h   static Time FromTimeVal(struct timeval t);
timeval           319 base/time/time.h   struct timeval ToTimeVal() const;
timeval            29 base/time/time_mac.cc   struct timeval boottime;
timeval           139 base/time/time_posix.cc   struct timeval tv;
timeval           358 base/time/time_posix.cc Time Time::FromTimeVal(struct timeval t) {
timeval           372 base/time/time_posix.cc struct timeval Time::ToTimeVal() const {
timeval           373 base/time/time_posix.cc   struct timeval result;
timeval           549 base/time/time_unittest.cc   struct timeval tval;
timeval           165 chrome/browser/process_singleton_linux.cc   struct timeval tv;
timeval           769 chrome/browser/process_singleton_linux.cc   timeval timeout = {timeout_seconds, 0};
timeval            76 chrome/test/chromedriver/net/port_server.cc   struct timeval tv;
timeval            29 cloud_print/gcp20/prototype/conio_posix.cc   timeval tv;
timeval           112 components/breakpad/app/breakpad_linux.cc uint64_t timeval_to_ms(struct timeval *tv) {
timeval           132 components/breakpad/app/breakpad_linux.cc   struct timeval tv;
timeval            27 components/nacl/loader/nonsfi/irt_basic.cc   struct timeval host_tv;
timeval            88 components/nacl/loader/nonsfi/irt_basic.cc   reinterpret_cast<int(*)(struct timeval*)>(IrtGetToD),
timeval           463 media/video/capture/linux/video_capture_device_linux.cc   timeval timeout;
timeval            50 native_client_sdk/src/examples/demo/earth/earth.cc timeval start_tv;
timeval            55 native_client_sdk/src/examples/demo/earth/earth.cc   timeval tv;
timeval            11 native_client_sdk/src/examples/demo/flock/frame_counter.cc   struct timeval start_time;
timeval            18 native_client_sdk/src/examples/demo/flock/frame_counter.cc   struct timeval end_time;
timeval            73 native_client_sdk/src/examples/demo/voronoi/voronoi.cc   timeval tv;
timeval            11 native_client_sdk/src/gonacl_appengine/src/common/fps.h   static struct timeval start_tv;
timeval            20 native_client_sdk/src/gonacl_appengine/src/common/fps.h   struct timeval tv;
timeval            38 native_client_sdk/src/libraries/nacl_io/event_listener.cc   struct timeval tv;
timeval           300 native_client_sdk/src/libraries/nacl_io/kernel_intercept.cc int ki_utimes(const char *path, const struct timeval times[2]) {
timeval           355 native_client_sdk/src/libraries/nacl_io/kernel_intercept.cc               fd_set* exceptfds, struct timeval* timeout) {
timeval           106 native_client_sdk/src/libraries/nacl_io/kernel_intercept.h int ki_utimes(const char *path, const struct timeval times[2]);
timeval           120 native_client_sdk/src/libraries/nacl_io/kernel_intercept.h               fd_set* exceptfds, struct timeval* timeout);
timeval           808 native_client_sdk/src/libraries/nacl_io/kernel_proxy.cc int KernelProxy::utimes(const char *filename, const struct timeval times[2]) {
timeval          1031 native_client_sdk/src/libraries/nacl_io/kernel_proxy.cc                         fd_set* exceptfds, struct timeval* timeout) {
timeval            23 native_client_sdk/src/libraries/nacl_io/kernel_proxy.h struct timeval;
timeval           136 native_client_sdk/src/libraries/nacl_io/kernel_proxy.h   virtual int utimes(const char *filename, const struct timeval times[2]);
timeval           159 native_client_sdk/src/libraries/nacl_io/kernel_proxy.h                     fd_set* exceptfds, struct timeval* timeout);
timeval           311 native_client_sdk/src/libraries/nacl_io/kernel_wrap_bionic.cc                  fd_set* exceptfds, struct timeval* timeout, int* count) {
timeval           269 native_client_sdk/src/libraries/nacl_io/kernel_wrap_glibc.cc                  fd_set* exceptfds, struct timeval* timeout, int* count) {
timeval           254 native_client_sdk/src/libraries/nacl_io/kernel_wrap_newlib.cc int WRAP(utimes)(const char* pathname, const struct timeval times[2]) {
timeval             9 native_client_sdk/src/libraries/nacl_io/syscalls/select.c            fd_set* exceptfds, struct timeval* timeout) {
timeval            12 native_client_sdk/src/libraries/nacl_io/syscalls/utimes.c int utimes(const char* filename, const struct timeval times[2]) {
timeval            16 native_client_sdk/src/libraries/third_party/newlib-extras/sys/select.h             struct timeval *__restrict __timeout) __THROW;
timeval            35 native_client_sdk/src/libraries/xray/xray.c   struct timeval tv;
timeval           244 native_client_sdk/src/tests/nacl_io_test/event_test.cc   timeval tv;
timeval           188 native_client_sdk/src/tests/nacl_io_test/jspipe_test.cc   struct timeval timeout = {0, 0};
timeval           208 native_client_sdk/src/tests/nacl_io_test/jspipe_test.cc   struct timeval timeout;
timeval            26 native_client_sdk/src/tests/nacl_io_test/kernel_wrap_test.cc int utimes(const char *filename, const struct timeval times[2]);
timeval           548 native_client_sdk/src/tests/nacl_io_test/kernel_wrap_test.cc   struct timeval* times = NULL;
timeval            68 native_client_sdk/src/tests/nacl_io_test/mock_kernel_proxy.h   MOCK_METHOD2(utimes, int(const char*, const struct timeval[2]));
timeval            74 native_client_sdk/src/tests/nacl_io_test/mock_kernel_proxy.h   MOCK_METHOD5(select, int(int, fd_set*, fd_set*, fd_set*, struct timeval*));
timeval           147 native_client_sdk/src/tests/nacl_io_test/tty_test.cc   struct timeval timeout = {0, 0};
timeval           167 native_client_sdk/src/tests/nacl_io_test/tty_test.cc   struct timeval timeout;
timeval           307 native_client_sdk/src/tests/nacl_io_test/tty_test.cc   struct timeval timeout;
timeval           348 native_client_sdk/src/tests/nacl_io_test/tty_test.cc   struct timeval timeout;
timeval           139 third_party/libevent/compat/sys/_libevent_time.h 	struct	timeval it_interval;	/* timer interval */
timeval           140 third_party/libevent/compat/sys/_libevent_time.h 	struct	timeval it_value;	/* current value */
timeval           139 third_party/libevent/compat/sys/_time.h 	struct	timeval it_interval;	/* timer interval */
timeval           140 third_party/libevent/compat/sys/_time.h 	struct	timeval it_value;	/* current value */
timeval            75 third_party/libevent/devpoll.c static int devpoll_dispatch	(struct event_base *, void *, struct timeval *);
timeval           213 third_party/libevent/devpoll.c devpoll_dispatch(struct event_base *base, void *arg, struct timeval *tv)
timeval            75 third_party/libevent/epoll.c static int epoll_dispatch	(struct event_base *, void *, struct timeval *);
timeval           182 third_party/libevent/epoll.c epoll_dispatch(struct event_base *base, void *arg, struct timeval *tv)
timeval            60 third_party/libevent/evbuffer.c 	struct timeval tv, *ptv = NULL;
timeval           309 third_party/libevent/evdns.c static struct timeval global_timeout = {5, 0};  /* 5 seconds */
timeval           317 third_party/libevent/evdns.c static const struct timeval global_nameserver_timeouts[] = {{10, 0}, {60, 0}, {300, 0}, {900, 0}, {3600, 0}};
timeval           318 third_party/libevent/evdns.c static const int global_nameserver_timeouts_length = sizeof(global_nameserver_timeouts)/sizeof(struct timeval);
timeval           462 third_party/libevent/evdns.c 	const struct timeval * timeout;
timeval           475 third_party/libevent/evdns.c 	if (evtimer_add(&ns->timeout_event, (struct timeval *) timeout) < 0) {
timeval           503 third_party/libevent/evdns.c 	if (evtimer_add(&ns->timeout_event, (struct timeval *) &global_nameserver_timeouts[0]) < 0) {
timeval          1067 third_party/libevent/evdns.c 	struct timeval tv;
timeval            43 third_party/libevent/event-internal.h 	int (*dispatch)(struct event_base *, void *, struct timeval *);
timeval            66 third_party/libevent/event-internal.h 	struct timeval event_tv;
timeval            70 third_party/libevent/event-internal.h 	struct timeval tv_cache;
timeval           119 third_party/libevent/event.c static int	timeout_next(struct event_base *, struct timeval **);
timeval           121 third_party/libevent/event.c static void	timeout_correct(struct event_base *, struct timeval *);
timeval           135 third_party/libevent/event.c gettime(struct event_base *base, struct timeval *tp)
timeval           424 third_party/libevent/event.c event_loopexit(const struct timeval *tv)
timeval           431 third_party/libevent/event.c event_base_loopexit(struct event_base *event_base, const struct timeval *tv)
timeval           469 third_party/libevent/event.c 	struct timeval tv;
timeval           470 third_party/libevent/event.c 	struct timeval *tv_p;
timeval           562 third_party/libevent/event.c     void (*callback)(int, short, void *), void *arg, const struct timeval *tv)
timeval           570 third_party/libevent/event.c     void (*callback)(int, short, void *), void *arg, const struct timeval *tv)
timeval           573 third_party/libevent/event.c 	struct timeval etv;
timeval           673 third_party/libevent/event.c event_pending(struct event *ev, short event, struct timeval *tv)
timeval           675 third_party/libevent/event.c 	struct timeval	now, res;
timeval           700 third_party/libevent/event.c event_add(struct event *ev, const struct timeval *tv)
timeval           739 third_party/libevent/event.c 		struct timeval now;
timeval           829 third_party/libevent/event.c timeout_next(struct event_base *base, struct timeval **tv_p)
timeval           831 third_party/libevent/event.c 	struct timeval now;
timeval           833 third_party/libevent/event.c 	struct timeval *tv = *tv_p;
timeval           865 third_party/libevent/event.c timeout_correct(struct event_base *base, struct timeval *tv)
timeval           869 third_party/libevent/event.c 	struct timeval off;
timeval           892 third_party/libevent/event.c 		struct timeval *ev_tv = &(**pev).ev_timeout;
timeval           902 third_party/libevent/event.c 	struct timeval now;
timeval           226 third_party/libevent/event.h 	struct timeval ev_timeout;
timeval           407 third_party/libevent/event.h int event_loopexit(const struct timeval *);
timeval           424 third_party/libevent/event.h int event_base_loopexit(struct event_base *, const struct timeval *);
timeval           567 third_party/libevent/event.h     const struct timeval *);
timeval           590 third_party/libevent/event.h     const struct timeval *timeout);
timeval           611 third_party/libevent/event.h int event_add(struct event *ev, const struct timeval *timeout);
timeval           641 third_party/libevent/event.h int event_pending(struct event *ev, short event, struct timeval *tv);
timeval          1155 third_party/libevent/event.h     struct timeval *tv);
timeval          1174 third_party/libevent/event.h     struct timeval *ptv);
timeval           215 third_party/libevent/event_tagging.c evtag_marshal_timeval(struct evbuffer *evbuf, ev_uint32_t tag, struct timeval *tv)
timeval           426 third_party/libevent/event_tagging.c     struct timeval *ptv)
timeval           121 third_party/libevent/evport.c static int 	evport_dispatch	(struct event_base *, void *, struct timeval *);
timeval           286 third_party/libevent/evport.c evport_dispatch(struct event_base *base, void *arg, struct timeval *tv)
timeval           539 third_party/libevent/evrpc.c 		struct timeval tv;
timeval           209 third_party/libevent/evutil.c evutil_gettimeofday(struct timeval *tv, struct timezone *tz)
timeval           172 third_party/libevent/evutil.h int evutil_gettimeofday(struct timeval *tv, struct timezone *tz);
timeval           327 third_party/libevent/http.c 		struct timeval tv;
timeval            84 third_party/libevent/kqueue.c static int kq_dispatch	(struct event_base *, void *, struct timeval *);
timeval           218 third_party/libevent/kqueue.c kq_dispatch(struct event_base *base, void *arg, struct timeval *tv)
timeval            71 third_party/libevent/poll.c static int poll_dispatch	(struct event_base *, void *, struct timeval *);
timeval           136 third_party/libevent/poll.c poll_dispatch(struct event_base *base, void *arg, struct timeval *tv)
timeval            35 third_party/libevent/sample/time-test.c 	struct timeval tv;
timeval            52 third_party/libevent/sample/time-test.c 	struct timeval tv;
timeval            84 third_party/libevent/select.c static int select_dispatch	(struct event_base *, void *, struct timeval *);
timeval           146 third_party/libevent/select.c select_dispatch(struct event_base *base, void *arg, struct timeval *tv)
timeval            82 third_party/libevent/test/bench.c static struct timeval *
timeval            87 third_party/libevent/test/bench.c 	static struct timeval ts, te;
timeval           128 third_party/libevent/test/bench.c 	struct timeval *tv;
timeval            76 third_party/libevent/test/regress.c static struct timeval tset;
timeval            77 third_party/libevent/test/regress.c static struct timeval tcalled;
timeval           187 third_party/libevent/test/regress.c 	struct timeval tv;
timeval           496 third_party/libevent/test/regress.c 	struct timeval tv;
timeval           518 third_party/libevent/test/regress.c 	struct timeval tv;
timeval           840 third_party/libevent/test/regress.c 		struct timeval tv = {5, 0};
timeval           856 third_party/libevent/test/regress.c 	struct timeval tv = {0, 0};
timeval           915 third_party/libevent/test/regress.c 	struct timeval tv, tv_start, tv_end;
timeval           945 third_party/libevent/test/regress.c 	struct timeval tv;
timeval           986 third_party/libevent/test/regress.c 	struct timeval tv;
timeval          1211 third_party/libevent/test/regress.c 	struct timeval tv;
timeval          1229 third_party/libevent/test/regress.c 	struct timeval tv;
timeval          1337 third_party/libevent/test/regress.c 	struct timeval tv;
timeval          1404 third_party/libevent/test/regress.c 	struct timeval tv;
timeval          1504 third_party/libevent/test/regress.c 	struct timeval tv_start, tv_end;
timeval           261 third_party/libevent/test/regress_http.c 	struct timeval when = { 0, 0 };
timeval           279 third_party/libevent/test/regress_http.c 	struct timeval when = { 0, 0 };
timeval           307 third_party/libevent/test/regress_http.c 	struct timeval tv;
timeval           395 third_party/libevent/test/regress_http.c 	struct timeval tv;
timeval           849 third_party/libevent/test/regress_http.c 	struct timeval tv;
timeval           886 third_party/libevent/test/regress_http.c 	struct timeval tv;
timeval          1273 third_party/libevent/test/regress_http.c 	struct timeval tv_start, tv_end;
timeval            48 third_party/libevent/test/test-time.c 	struct timeval tv;
timeval            69 third_party/libevent/test/test-time.c 	struct timeval tv;
timeval            69 third_party/libusb/src/libusb/core.c static struct timeval timestamp_origin = { 0, 0 };
timeval          2009 third_party/libusb/src/libusb/core.c int usbi_gettimeofday(struct timeval *tp, void *tzp)
timeval          2077 third_party/libusb/src/libusb/core.c 	struct timeval now;
timeval          1236 third_party/libusb/src/libusb/io.c 	struct timeval *timeout = &transfer->timeout;
timeval          1257 third_party/libusb/src/libusb/io.c 		struct timeval *cur_tv = &cur->timeout;
timeval          1391 third_party/libusb/src/libusb/io.c 		struct timeval *cur_tv = &transfer->timeout;
timeval          1808 third_party/libusb/src/libusb/io.c int API_EXPORTED libusb_wait_for_event(libusb_context *ctx, struct timeval *tv)
timeval          1854 third_party/libusb/src/libusb/io.c 	struct timeval systime;
timeval          1870 third_party/libusb/src/libusb/io.c 		struct timeval *cur_tv = &transfer->timeout;
timeval          1925 third_party/libusb/src/libusb/io.c static int handle_events(struct libusb_context *ctx, struct timeval *tv)
timeval          2061 third_party/libusb/src/libusb/io.c static int get_next_timeout(libusb_context *ctx, struct timeval *tv,
timeval          2062 third_party/libusb/src/libusb/io.c 	struct timeval *out)
timeval          2064 third_party/libusb/src/libusb/io.c 	struct timeval timeout;
timeval          2109 third_party/libusb/src/libusb/io.c 	struct timeval *tv, int *completed)
timeval          2112 third_party/libusb/src/libusb/io.c 	struct timeval poll_timeout;
timeval          2178 third_party/libusb/src/libusb/io.c 	struct timeval *tv)
timeval          2199 third_party/libusb/src/libusb/io.c 	struct timeval tv;
timeval          2222 third_party/libusb/src/libusb/io.c 	struct timeval tv;
timeval          2246 third_party/libusb/src/libusb/io.c 	struct timeval *tv)
timeval          2249 third_party/libusb/src/libusb/io.c 	struct timeval poll_timeout;
timeval          2329 third_party/libusb/src/libusb/io.c 	struct timeval *tv)
timeval          2333 third_party/libusb/src/libusb/io.c 	struct timeval cur_tv;
timeval          2334 third_party/libusb/src/libusb/io.c 	struct timeval *next_timeout;
timeval          1772 third_party/libusb/src/libusb/libusb.h int LIBUSB_CALL libusb_wait_for_event(libusb_context *ctx, struct timeval *tv);
timeval          1775 third_party/libusb/src/libusb/libusb.h 	struct timeval *tv);
timeval          1777 third_party/libusb/src/libusb/libusb.h 	struct timeval *tv, int *completed);
timeval          1781 third_party/libusb/src/libusb/libusb.h 	struct timeval *tv);
timeval          1784 third_party/libusb/src/libusb/libusb.h 	struct timeval *tv);
timeval           358 third_party/libusb/src/libusb/libusbi.h 	struct timeval timeout;
timeval           448 third_party/libusb/src/libusb/libusbi.h int usbi_gettimeofday(struct timeval *tp, void *tzp);
timeval           181 third_party/libusb/src/libusb/os/threads_windows.c 	struct timeval targ_time, cur_time, delta_time;
timeval           738 third_party/libxml/src/nanoftp.c     struct timeval tv;
timeval          1543 third_party/libxml/src/nanoftp.c     struct timeval tv;
timeval          1725 third_party/libxml/src/nanoftp.c     struct timeval tv;
timeval          1899 third_party/libxml/src/nanoftp.c     struct timeval tv;
timeval           453 third_party/libxml/src/nanohttp.c     struct timeval tv;
timeval           527 third_party/libxml/src/nanohttp.c     struct timeval tv;
timeval           853 third_party/libxml/src/nanohttp.c     struct timeval tv;
timeval            80 third_party/libxml/src/testSAX.c my_gettimeofday(struct timeval *tvp, void *tzp)
timeval           100 third_party/libxml/src/testSAX.c static struct timeval begin, end;
timeval           411 third_party/libxml/src/xmllint.c my_gettimeofday(struct timeval *tvp, void *tzp)
timeval           431 third_party/libxml/src/xmllint.c static struct timeval begin, end;
timeval          1844 third_party/libxslt/libxslt/xsltutils.c     static struct timeval startup;
timeval          1845 third_party/libxslt/libxslt/xsltutils.c     struct timeval cur;
timeval           210 third_party/npapi/npspy/extern/nspr/md/_dgux.h 	fd_set *execptfds, struct timeval *timeout);
timeval           446 third_party/npapi/npspy/extern/nspr/md/_irix.h 	fd_set *exceptfds, struct timeval *timeout);
timeval           221 third_party/npapi/npspy/extern/nspr/md/_ncr.h 	fd_set *execptfds, struct timeval *timeout);
timeval           302 third_party/npapi/npspy/extern/nspr/md/_openvms.h extern int __select (int, fd_set *, fd_set *, fd_set *, struct timeval *);
timeval           232 third_party/npapi/npspy/extern/nspr/md/_osf1.h extern int __select (int, fd_set *, fd_set *, fd_set *, struct timeval *);
timeval           263 third_party/npapi/npspy/extern/nspr/md/_reliantunix.h 	fd_set *execptfds, struct timeval *timeout);
timeval           444 third_party/npapi/npspy/extern/nspr/md/_solaris.h 	fd_set *exceptfds, struct timeval *timeout);
timeval           793 third_party/npapi/npspy/extern/nspr/md/_solaris.h 	fd_set *exceptfds, struct timeval *timeout);
timeval           181 third_party/npapi/npspy/extern/nspr/md/_sony.h extern int _select (int, fd_set *, fd_set *, fd_set *, struct timeval *);
timeval           210 third_party/npapi/npspy/extern/nspr/md/_unixware.h 	fd_set *execptfds, struct timeval *timeout);
timeval           310 third_party/npapi/npspy/extern/nspr/md/_winnt.h     const struct timeval *);
timeval            51 third_party/npapi/npspy/extern/nspr/md/sunos4.h struct timeval;
timeval           136 third_party/npapi/npspy/extern/nspr/md/sunos4.h extern int gettimeofday(struct timeval *, struct timezone *);
timeval           154 third_party/npapi/npspy/extern/nspr/md/sunos4.h extern int select(int, fd_set *, fd_set *, fd_set *, struct timeval *);
timeval            28 third_party/re2/util/benchmark.cc 	struct timeval tv;
timeval          29584 third_party/sqlite/amalgamation/sqlite3.c   struct timeval sNow;
timeval          5443 third_party/sqlite/src/src/os_unix.c   struct timeval sNow;
timeval            94 third_party/sqlite/src/src/shell.c static double timeDiff(struct timeval *pStart, struct timeval *pEnd){
timeval           219 third_party/sqlite/src/src/test_osinst.c   struct timeval sTime;
timeval           607 third_party/talloc/libreplace/replace.c int rep_utimes(const char *filename, const struct timeval tv[2])
timeval            66 third_party/talloc/libreplace/system/time.h int rep_utimes(const char *filename, const struct timeval tv[2]);
timeval           959 third_party/talloc/libreplace/test/testsuite.c 	struct timeval tv[2];
timeval            30 third_party/talloc/testsuite.c static struct timeval timeval_current(void)
timeval            32 third_party/talloc/testsuite.c 	struct timeval tv;
timeval            37 third_party/talloc/testsuite.c static double timeval_elapsed(struct timeval *tv)
timeval            39 third_party/talloc/testsuite.c 	struct timeval tv2 = timeval_current();
timeval           825 third_party/talloc/testsuite.c 	struct timeval tv;
timeval           144 third_party/tcmalloc/chromium/src/base/cycleclock.h     struct timeval tv;
timeval           151 third_party/tcmalloc/chromium/src/base/cycleclock.h     struct timeval tv;
timeval           100 third_party/tcmalloc/chromium/src/tests/frag_unittest.cc     struct timeval tv_start = r.ru_utime;
timeval           115 third_party/tcmalloc/chromium/src/tests/frag_unittest.cc     struct timeval tv_end = r.ru_utime;
timeval           142 third_party/tcmalloc/vendor/src/base/cycleclock.h     struct timeval tv;
timeval           149 third_party/tcmalloc/vendor/src/base/cycleclock.h     struct timeval tv;
timeval           100 third_party/tcmalloc/vendor/src/tests/frag_unittest.cc     struct timeval tv_start = r.ru_utime;
timeval           115 third_party/tcmalloc/vendor/src/tests/frag_unittest.cc     struct timeval tv_end = r.ru_utime;
timeval            87 tools/android/file_poller/file_poller.cc   struct timeval tv;
timeval           146 tools/android/file_poller/file_poller.cc   struct timeval timeout;
timeval           408 tools/android/forwarder2/socket.cc   timeval tv = {};
timeval           409 tools/android/forwarder2/socket.cc   timeval* tv_ptr = NULL;
timeval           225 tools/cygprofile/cygprofile.cc     struct timeval timestamp;