Home
last modified time | relevance | path

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

12345678910>>...14

/external/lldb/tools/debugserver/source/
DDNBTimer.h100 struct timeval now; in ElapsedMicroSeconds() local
113 struct timeval now; in GetTimeOfDay() local
124 struct timeval now; variable
141 struct timespec now; in TimeOfDayLaterThan() local
/external/robolectric/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.cpp30 system_clock::now() _NOEXCEPT in now() function in chrono::system_clock
105 steady_clock::now() _NOEXCEPT in now() function in chrono::steady_clock
120 steady_clock::now() _NOEXCEPT in now() function in chrono::steady_clock
/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/webrtc/src/system_wrappers/interface/
Dtick_util.h153 DWORD now = timeGetTime(); in Now() local
202 TickTime now = TickTime::Now(); in MillisecondTimestamp() local
220 TickTime now = TickTime::Now(); in MicrosecondTimestamp() local
/external/dnsmasq/src/
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()
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()
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/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/v8/src/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
Dcondition-variable.cc93 Time now = Time::FromTimespec(ts); in WaitFor() local
96 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/okhttp/okio/okio/src/main/java/okio/
DAsyncTimeout.java80 long now = System.nanoTime(); in scheduleTimeout() local
133 private long remainingNanos(long now) { in remainingNanos()
/external/guava/guava/src/com/google/common/util/concurrent/
DAbstractListeningExecutorService.java137 long now = System.nanoTime(); in invokeAll() local
155 long now = System.nanoTime(); in invokeAll() local
/external/apache-http/src/org/apache/http/impl/conn/
DIdleConnectionHandler.java152 long now = System.currentTimeMillis(); in closeExpiredConnections() local
186 TimeValues(long now, long validDuration, TimeUnit validUnit) { in TimeValues()
/external/jetty/src/java/org/eclipse/jetty/util/
DRolloverFileOutputStream.java175 Calendar now = Calendar.getInstance(); in RolloverFileOutputStream() local
221 Date now=new Date(); in setFile() local
257 long now = System.currentTimeMillis(); in removeOldFiles() local
/external/jetty/src/java/org/eclipse/jetty/util/thread/
DTimeout.java87 public void setNow(long now) in setNow()
150 public void tick(long now) in tick()
280 final long now=t._now; in getAge() local
/external/wpa_supplicant_8/src/rsn_supp/
Dpmksa_cache.c56 struct os_reltime now; in pmksa_cache_expire() local
83 struct os_reltime now; in pmksa_cache_set_expiration() local
131 struct os_reltime now; in pmksa_cache_add() local
481 struct os_reltime now; in pmksa_cache_list() local
/external/valgrind/helgrind/tests/
Dcond_timedwait_test.c9 struct timespec now; in main() local
/external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/java/security/
DTimestamp_ImplTest.java39 private Date now = new Date(); field in Timestamp_ImplTest
DCodeSigner_ImplTest.java39 private Date now = new Date(); field in CodeSigner_ImplTest
/external/jmdns/src/javax/jmdns/impl/
DDNSListener.java27 void updateRecord(DNSCache dnsCache, long now, DNSEntry record); in updateRecord()
/external/wpa_supplicant_8/src/ap/
Dieee802_11_auth.c107 struct os_reltime now; in hostapd_acl_cache_get() local
341 struct os_reltime *now) in hostapd_acl_expire_cache()
371 struct os_reltime *now) in hostapd_acl_expire_queries()
408 struct os_reltime now; in hostapd_acl_expire() local
/external/toybox/toys/other/
Duptime.c27 struct tm * now; in uptime_main() local

12345678910>>...14