Home
last modified time | relevance | path

Searched defs:tv (Results 1 – 25 of 347) sorted by relevance

12345678910>>...14

/external/libevent/include/event2/
Devent_compat.h188 #define timeout_add(ev, tv) event_add((ev), (tv)) argument
191 #define timeout_pending(ev, tv) event_pending((ev), EV_TIMEOUT, (tv)) argument
202 #define signal_add(ev, tv) event_add((ev), (tv)) argument
206 #define signal_pending(ev, tv) event_pending((ev), EV_SIGNAL, (tv)) argument
Devent.h757 #define evtimer_add(ev, tv) event_add((ev), (tv)) argument
759 #define evtimer_pending(ev, tv) event_pending((ev), EV_TIMEOUT, (tv)) argument
769 #define evsignal_add(ev, tv) event_add((ev), (tv)) argument
775 #define evsignal_pending(ev, tv) event_pending((ev), EV_SIGNAL, (tv)) argument
/external/webrtc/webrtc/system_wrappers/source/
Dclock.cc51 timeval tv = CurrentTimeVal(); in CurrentNtp() local
60 timeval tv = CurrentTimeVal(); in CurrentNtpInMilliseconds() local
71 static void Adjust(const timeval& tv, uint32_t* adjusted_s, in Adjust()
110 struct timeval tv; in CurrentTimeVal() local
197 struct timeval tv; in CurrentTimeVal() local
/external/dhcpcd-6.8.2/
Dcommon.h88 #define timespec_to_double(tv) \ argument
90 #define timespecnorm(tv) do { \ argument
96 #define ts_to_ms(ms, tv) do { \ argument
100 #define ms_to_ts(tv, ms) do { \ argument
107 #define TIMEVAL_TO_TIMESPEC(tv, ts) do { \ argument
Dcommon.c132 struct timeval tv; in get_monotonic() local
244 struct timeval tv; in logger() local
302 struct timespec tv; in uptime() local
/external/toybox/toys/pending/
Dbrctl.c175 static void strtotimeval(struct timeval *tv, char *time) in strtotimeval()
184 static unsigned long tv_to_jify(struct timeval *tv) in tv_to_jify()
204 struct timeval tv; in br_set_ageing_time() local
212 struct timeval tv; in br_set_fwd_delay() local
220 struct timeval tv; in br_set_hello_time() local
228 struct timeval tv; in br_set_max_age() local
/external/avahi/avahi-core/
Dannounce.c52 static void set_timeout(AvahiAnnouncer *a, const struct timeval *tv) { in set_timeout()
102 struct timeval tv; in avahi_s_entry_group_check_probed() local
140 struct timeval tv; in next_state() local
167 struct timeval tv; in next_state() local
200 struct timeval tv; in go_to_initial_state() local
419 struct timeval tv; in reannounce() local
Dconformance-test.c55 struct timeval tv; in dump_timeout_callback() local
86 struct timeval tv; in rename_timeout_callback() local
125 struct timeval tv; in main() local
Dquerier.c66 struct timeval tv; in querier_elapse_callback() local
100 struct timeval tv; in avahi_querier_add() local
202 struct timeval tv; in add_querier_callback() local
251 struct timeval tv; in avahi_querier_shall_refresh_cache() local
Dtimeeventq-test.c39 struct timeval tv = {0, 0}; in callback() local
47 struct timeval tv; in main() local
/external/avahi/avahi-qt/
Dqt-watch.cpp113 AvahiTimeout::AvahiTimeout(const struct timeval* tv, AvahiTimeoutCallback callback, void *userdata)… in AvahiTimeout()
123 void AvahiTimeout::update(const struct timeval *tv) in update()
162 static AvahiTimeout* q_timeout_new(const AvahiPoll *api, const struct timeval *tv, AvahiTimeoutCall… in q_timeout_new()
168 static void q_timeout_update(AvahiTimeout *t, const struct timeval *tv) in q_timeout_update()
/external/fio/
Dtime.c27 struct timeval tv; in usec_sleep() local
85 struct timeval tv; in ramp_time_over() local
111 struct timeval tv; in fio_time_init() local
/external/bison/lib/
Dtimevar.c287 struct timevar_def *tv = &timevars[timevar]; local
376 struct timevar_def *tv = &timevars[timevar]; local
400 struct timevar_def *tv = &timevars[timevar]; local
422 struct timevar_def *tv = &timevars[timevar]; local
478 struct timevar_def *tv = &timevars[(timevar_id_t) id]; local
/external/libusb/libusb/
Dio.c1644 API_EXPORTED int libusb_wait_for_event(libusb_context *ctx, struct timeval *tv) in libusb_wait_for_event()
1776 static int handle_events(struct libusb_context *ctx, struct timeval *tv) in handle_events()
1882 static int get_next_timeout(libusb_context *ctx, struct timeval *tv, in get_next_timeout()
1923 struct timeval *tv) in libusb_handle_events_timeout()
1978 struct timeval tv; in libusb_handle_events() local
2002 struct timeval *tv) in libusb_handle_events_locked()
2086 struct timeval *tv) in libusb_get_next_timeout()
/external/avahi/avahi-common/
Dwatch-test.c62 struct timeval tv; in wakeup() local
79 struct timeval tv; in main() local
/external/avahi/avahi-glib/
Dglib-watch-test.c56 struct timeval tv; in wakeup() local
70 struct timeval tv; in main() local
/external/e2fsprogs/lib/ext2fs/
Dmmp.c96 struct timeval tv; in ext2fs_mmp_write() local
132 struct timeval tv; in ext2fs_mmp_new_seq() local
370 struct timeval tv; in ext2fs_mmp_update() local
/external/ltrace/
Dsummary.c38 struct timeval tv; member
49 struct timeval tv; member
57 struct timeval tv; in calc_time_spent() local
/external/e2fsprogs/lib/uuid/
Duuid_time.c58 struct timeval tv; in uuid_time() local
124 struct timeval tv; in main() local
/external/libevent/
Devent.c377 struct timeval tv; in gettime() local
391 event_base_gettimeofday_cached(struct event_base *base, struct timeval *tv) in event_base_gettimeofday_cached()
1098 #define COMMON_TIMEOUT_IDX(tv) \ argument
1103 is_common_timeout(const struct timeval *tv, in is_common_timeout()
1125 get_common_timeout_list(struct event_base *base, const struct timeval *tv) in get_common_timeout_list()
1186 struct timeval tv; in event_base_init_common_timeout() local
1488 event_loopexit(const struct timeval *tv) in event_loopexit()
1495 event_base_loopexit(struct event_base *event_base, const struct timeval *tv) in event_base_loopexit()
1558 struct timeval tv; in event_base_loop() local
1682 void *arg, const struct timeval *tv) in event_once()
[all …]
/external/libmicrohttpd/src/examples/
Dbenchmark.c69 struct timeval *tv = *con_cls; in completed_callback() local
96 struct timeval *tv = malloc (sizeof (struct timeval)); in uri_logger_cb() local
Dbenchmark_https.c69 struct timeval *tv = *con_cls; in completed_callback() local
96 struct timeval *tv = malloc (sizeof (struct timeval)); in uri_logger_cb() local
/external/iputils/
Dping_common.c455 struct timeval tv; in print_timestamp() local
486 struct timeval tv; in pinger() local
632 struct timeval tv; in setup() local
872 int csfailed, struct timeval *tv, char *from, in gather_statistics()
1012 struct timeval tv = cur_time; in finish() local
Dtracepath.c64 struct timeval tv; member
70 struct timeval tv; in data_wait() local
99 struct timeval tv; in recverr() local
/external/replicaisland/src/com/replica/replicaisland/
DConversationDialogActivity.java76 TypewriterTextView tv = (TypewriterTextView)findViewById(R.id.typewritertext); in onCreate() local
153 TypewriterTextView tv = (TypewriterTextView)findViewById(R.id.typewritertext); in onTouchEvent() local
176 TypewriterTextView tv = (TypewriterTextView)findViewById(R.id.typewritertext); in showPage() local

12345678910>>...14