Home
last modified time | relevance | path

Searched defs:now (Results 1 – 25 of 508) sorted by relevance

12345678910>>...21

/external/c-ares/
Dares__timeval.c28 struct timeval now; in ares__tvnow() local
46 struct timeval now; in ares__tvnow() local
78 struct timeval now; in ares__tvnow() local
90 struct timeval now; in ares__tvnow() local
Dares_process.c103 int ares__timedout(struct timeval *now, in ares__timedout()
118 int ares__timeadd(struct timeval *now, in ares__timeadd()
133 long ares__timeoffset(struct timeval *now, in ares__timeoffset()
148 struct timeval now = ares__tvnow(); in processfds() local
209 struct timeval *now) in write_tcp_data()
332 ares_socket_t read_fd, struct timeval *now) in read_tcp_data()
428 ares_socket_t read_fd, struct timeval *now) in read_udp_packets()
503 static void process_timeouts(ares_channel channel, struct timeval *now) in process_timeouts()
537 struct timeval *now) in process_answer()
616 struct timeval *now) in process_broken_connections()
[all …]
/external/curl/tests/libtest/
Dtestutil.c36 struct timeval now; in tutil_tvnow() local
54 struct timeval now; in tutil_tvnow() local
86 struct timeval now; in tutil_tvnow() local
98 struct timeval now; in tutil_tvnow() local
/external/curl/lib/
Dtimeval.c34 struct timeval now; in curlx_tvnow() local
60 struct timeval now; in curlx_tvnow() local
92 struct timeval now; in curlx_tvnow() local
104 struct timeval now; in curlx_tvnow() local
/external/curl/src/
Dtool_util.c42 struct timeval now; in tool_tvnow() local
64 struct timeval now; in tool_tvnow() local
96 struct timeval now; in tool_tvnow() local
108 struct timeval now; in tool_tvnow() local
/external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/shadows/
DAlarmManagerTest.java75 long now = new Date().getTime(); in shouldSupportGetNextScheduledAlarm() local
88 long now = new Date().getTime(); in shouldSupportGetNextScheduledAlarmForRepeatingAlarms() local
101 long now = new Date().getTime(); in shouldSupportPeekScheduledAlarm() local
140 private void assertScheduledAlarm(long now, PendingIntent pendingIntent, in assertScheduledAlarm()
145 private void assertRepeatingScheduledAlarm(long now, long interval, PendingIntent pendingIntent, in assertRepeatingScheduledAlarm()
/external/libcxx/src/
Dchrono.cpp37 system_clock::now() _NOEXCEPT in now() function in chrono::system_clock
75 steady_clock::now() _NOEXCEPT in now() function in chrono::steady_clock
135 steady_clock::now() _NOEXCEPT in now() function in chrono::steady_clock
/external/autotest/site_utils/suite_scheduler/
Dtimed_event_unittest.py37 def TimeBefore(self, now): argument
42 def TimeLaterThan(self, now): argument
233 def TimeBefore(self, now): argument
237 def TimeLaterThan(self, now): argument
366 def TimeBefore(self, now): argument
370 def TimeLaterThan(self, now): argument
/external/bison/lib/
Dtimevar.c200 get_time (now) in get_time() argument
289 struct timevar_time_def now; local
340 struct timevar_time_def now; local
401 struct timevar_time_def now; local
423 struct timevar_time_def now; local
453 struct timevar_time_def now; local
/external/blktrace/btt/
Diostat.c63 static void update_tot_qusz(struct d_info *dip, double now) in update_tot_qusz()
73 static void update_idle_time(struct d_info *dip, double now, int force) in update_idle_time()
88 double now = TO_SEC(stamp); in __dump_stats() local
257 double now = TO_SEC(iop->t.time); in iostat_issue() local
268 double now = TO_SEC(c_iop->t.time); in iostat_complete() local
/external/dnsmasq/src/
Dforward.c113 static unsigned short search_servers(time_t now, struct all_addr **addrpp, in search_servers()
206 HEADER *header, size_t plen, time_t now, struct frec *forward) in forward_query()
392 static size_t process_reply(HEADER *header, time_t now, in process_reply()
471 void reply_query(int fd, int family, time_t now) in reply_query()
574 void receive_query(struct listener *listen, time_t now) in receive_query()
733 unsigned char *tcp_request(int confd, time_t now, in tcp_request()
899 static struct frec *allocate_frec(time_t now) in allocate_frec()
974 struct frec *get_new_frec(time_t now, int *wait) in get_new_frec()
Dlease.c24 void lease_init(time_t now) in lease_init()
173 void lease_update_file(time_t now) in lease_update_file()
264 void lease_prune(struct dhcp_lease *target, time_t now) in lease_prune()
349 void lease_set_expires(struct dhcp_lease *lease, unsigned int len, time_t now) in lease_set_expires()
529 int do_script_run(time_t now) in do_script_run()
Ddnsmasq.c75 time_t now; in main() local
803 static void async_event(int pipe, time_t now) in async_event()
964 void clear_cache_and_reload(time_t now) in clear_cache_and_reload()
1037 static int set_dns_listeners(time_t now, fd_set *set, int *maxfdp) in set_dns_listeners()
1105 static void check_dns_listeners(fd_set *set, time_t now) in check_dns_listeners()
1273 time_t start, now; in icmp_ping() local
/external/webrtc/webrtc/base/
Drtccertificate_unittests.cc93 uint64_t now = NowSeconds(); in TEST_F() local
101 uint64_t now = NowSeconds(); in TEST_F() local
109 uint64_t now = NowSeconds(); in TEST_F() local
/external/webrtc/webrtc/video/
Doveruse_frame_detector.cc126 void Start(int64_t capture_time, int64_t now) { in Start()
142 int End(int64_t capture_time, int64_t now) { in End()
248 int64_t now = clock_->TimeInMilliseconds(); in FrameCaptured() local
271 int64_t now = clock_->TimeInMilliseconds(); in AddProcessingTime() local
283 int64_t now = clock_->TimeInMilliseconds(); in Process() local
/external/v8/test/unittests/base/platform/
Dtime-unittest.cc66 Time now = Time::Now(); in TEST() local
82 Time now = Time::Now(); in TEST() local
100 Time now = Time::Now(); in TEST() local
129 T now = start; in ResolutionTest() local
/external/webrtc/webrtc/p2p/base/
Dpseudotcp.cc223 uint32_t now = Now(); in PseudoTcp() local
287 void PseudoTcp::NotifyClock(uint32_t now) { in NotifyClock()
365 bool PseudoTcp::GetNextClock(uint32_t now, long& timeout) { in GetNextClock()
519 uint32_t now = Now(); in packet() local
604 bool PseudoTcp::clock_check(uint32_t now, long& nTimeout) { in clock_check()
656 uint32_t now = Now(); in process() local
964 bool PseudoTcp::transmit(const SList::iterator& seg, uint32_t now) { in transmit()
1034 uint32_t now = Now(); in attemptSend() local
/external/guava/guava-bootstrap/src/java/util/concurrent/
DAbstractExecutorService.java73 long now = System.nanoTime(); in doInvokeAny() local
167 long now = System.nanoTime(); in invokeAll() local
185 long now = System.nanoTime(); in invokeAll() local
/external/avahi/avahi-common/
Dtimeval.c77 struct timeval now; in avahi_age() local
99 time_t now; in avahi_elapse_time() local
/external/v8/src/base/platform/
Dcondition-variable.cc87 Time now = Time::FromTimespec(ts); in WaitFor() local
90 Time now = Time::NowFromSystemTime(); in WaitFor() local
/external/libvncserver/examples/
Dcamera.c58 static struct timeval now={0,0}, then={0,0}; in TimeToTakePicture() local
82 struct timeval now; in TakePicture() local
/external/libbrillo/brillo/
Dbackoff_entry.cc58 base::TimeTicks now = ImplGetTimeNow(); in GetTimeUntilRelease() local
76 base::TimeTicks now = ImplGetTimeNow(); in CanDiscard() local
/external/libweave/src/
Dbackoff_entry.cc57 base::TimeTicks now = ImplGetTimeNow(); in GetTimeUntilRelease() local
75 base::TimeTicks now = ImplGetTimeNow(); in CanDiscard() local
/external/libchrome/base/synchronization/
Dcondition_variable_posix.cc96 struct timeval now; in TimedWait() local
101 struct timespec now; in TimedWait() local
/external/okhttp/okio/okio/src/main/java/okio/
DAsyncTimeout.java80 long now = System.nanoTime(); in scheduleTimeout() local
133 private long remainingNanos(long now) { in remainingNanos()

12345678910>>...21