/external/c-ares/ |
D | ares__timeval.c | 28 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
|
D | ares_process.c | 103 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/ |
D | testutil.c | 36 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/ |
D | timeval.c | 34 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/ |
D | tool_util.c | 42 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/ |
D | AlarmManagerTest.java | 75 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/ |
D | chrono.cpp | 37 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/ |
D | timed_event_unittest.py | 37 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/ |
D | timevar.c | 200 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/ |
D | iostat.c | 63 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/ |
D | forward.c | 113 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()
|
D | lease.c | 24 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()
|
D | dnsmasq.c | 75 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/ |
D | rtccertificate_unittests.cc | 93 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/ |
D | overuse_frame_detector.cc | 126 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/ |
D | time-unittest.cc | 66 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/ |
D | pseudotcp.cc | 223 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/ |
D | AbstractExecutorService.java | 73 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/ |
D | timeval.c | 77 struct timeval now; in avahi_age() local 99 time_t now; in avahi_elapse_time() local
|
/external/v8/src/base/platform/ |
D | condition-variable.cc | 87 Time now = Time::FromTimespec(ts); in WaitFor() local 90 Time now = Time::NowFromSystemTime(); in WaitFor() local
|
/external/libvncserver/examples/ |
D | camera.c | 58 static struct timeval now={0,0}, then={0,0}; in TimeToTakePicture() local 82 struct timeval now; in TakePicture() local
|
/external/libbrillo/brillo/ |
D | backoff_entry.cc | 58 base::TimeTicks now = ImplGetTimeNow(); in GetTimeUntilRelease() local 76 base::TimeTicks now = ImplGetTimeNow(); in CanDiscard() local
|
/external/libweave/src/ |
D | backoff_entry.cc | 57 base::TimeTicks now = ImplGetTimeNow(); in GetTimeUntilRelease() local 75 base::TimeTicks now = ImplGetTimeNow(); in CanDiscard() local
|
/external/libchrome/base/synchronization/ |
D | condition_variable_posix.cc | 96 struct timeval now; in TimedWait() local 101 struct timespec now; in TimedWait() local
|
/external/okhttp/okio/okio/src/main/java/okio/ |
D | AsyncTimeout.java | 80 long now = System.nanoTime(); in scheduleTimeout() local 133 private long remainingNanos(long now) { in remainingNanos()
|