Home
last modified time | relevance | path

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

12345678910>>...14

/external/chromium/net/base/
Dhost_cache_unittest.cc33 base::TimeTicks now; in TEST() local
93 base::TimeTicks now; in TEST() local
117 base::TimeTicks now; in TEST() local
178 base::TimeTicks now = base::TimeTicks() + base::TimeDelta::FromSeconds(10); in TEST() local
242 base::TimeTicks now = base::TimeTicks() + kSuccessEntryTTL; in TEST() local
278 base::TimeTicks now; in TEST() local
313 base::TimeTicks now; in TEST() local
361 base::TimeTicks now; in TEST() local
375 base::TimeTicks now; in TEST() local
Dhost_cache.cc56 base::TimeTicks now) { in Set()
116 bool HostCache::CanUseEntry(const Entry* entry, const base::TimeTicks now) { in CanUseEntry()
120 void HostCache::Compact(base::TimeTicks now, const Entry* pinned_entry) { in Compact()
/external/chromium/chrome/common/
Dthumbnail_score_unittest.cc10 base::Time now = base::Time::Now(); in TEST() local
29 base::Time now = base::Time::Now(); in TEST() local
40 base::Time now = base::Time::Now(); in TEST() local
/external/webrtc/src/system_wrappers/interface/
Dtick_util.h149 DWORD now = timeGetTime(); in Now() local
183 TickTime now = TickTime::Now(); in MillisecondTimestamp() local
201 TickTime now = TickTime::Now(); in MicrosecondTimestamp() 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
Dtrace.c25 time_t now = time(NULL); in __add_trace() local
/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/chromium/third_party/libjingle/source/talk/p2p/base/
Dpseudotcp.cc227 uint32 now = Now(); in PseudoTcp() local
291 void PseudoTcp::NotifyClock(uint32 now) { in NotifyClock()
369 bool PseudoTcp::GetNextClock(uint32 now, long& timeout) { in GetNextClock()
485 uint32 now = Now(); in packet() local
561 bool PseudoTcp::clock_check(uint32 now, long& nTimeout) { in clock_check()
608 uint32 now = Now(); in process() local
897 bool PseudoTcp::transmit(const SList::iterator& seg, uint32 now) { in transmit()
965 uint32 now = Now(); in attemptSend() 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()
380 static size_t process_reply(HEADER *header, time_t now, in process_reply()
459 void reply_query(int fd, int family, time_t now) in reply_query()
562 void receive_query(struct listener *listen, time_t now) in receive_query()
721 unsigned char *tcp_request(int confd, time_t now, in tcp_request()
886 static struct frec *allocate_frec(time_t now) in allocate_frec()
961 struct frec *get_new_frec(time_t now, int *wait) in get_new_frec()
Ddnsmasq.c75 time_t now; in main() local
797 static void async_event(int pipe, time_t now) in async_event()
958 void clear_cache_and_reload(time_t now) in clear_cache_and_reload()
1016 static int set_dns_listeners(time_t now, fd_set *set, int *maxfdp) in set_dns_listeners()
1084 static void check_dns_listeners(fd_set *set, time_t now) in check_dns_listeners()
1252 time_t start, now; in icmp_ping() local
/external/guava/guava/src/com/google/common/util/concurrent/
DAbstractListeningExecutorService.java102 long now = System.nanoTime(); in doInvokeAny() local
201 long now = System.nanoTime(); in invokeAll() local
221 long now = System.nanoTime(); in invokeAll() local
/external/qemu/distrib/sdl-1.2.12/src/timer/mint/
DSDL_systimer.c76 Uint32 now = start; in SDL_GetTicks() local
91 Uint32 now; in SDL_Delay() local
/external/chromium/chrome/browser/safe_browsing/
Dsafe_browsing_store_unittest_helper.cc62 const base::Time now = base::Time::Now(); in SafeBrowsingStoreTestStorePrefix() local
151 const base::Time now = base::Time::Now(); in SafeBrowsingStoreTestSubKnockout() local
224 const base::Time now = base::Time::Now(); in SafeBrowsingStoreTestDeleteChunks() local
/external/webkit/Source/JavaScriptCore/wtf/
DCurrentTime.cpp259 GTimeVal now; in currentTime() local
268 wxDateTime now = wxDateTime::UNow(); in currentTime() local
290 struct timeval now; in currentTime() local
/external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/java/security/
DCodeSigner_ImplTest.java39 private Date now = new Date(); field in CodeSigner_ImplTest
DTimestamp_ImplTest.java40 private Date now = new Date(); field in Timestamp_ImplTest
/external/llvm/unittests/Support/
DTimeValue.cpp18 sys::TimeValue now = sys::TimeValue::now(); in TEST() local
/external/jmdns/src/javax/jmdns/impl/
DDNSListener.java27 void updateRecord(DNSCache dnsCache, long now, DNSEntry record); in updateRecord()
/external/apache-http/src/org/apache/http/impl/conn/
DIdleConnectionHandler.java147 long now = System.currentTimeMillis(); in closeExpiredConnections() local
181 TimeValues(long now, long validDuration, TimeUnit validUnit) { in TimeValues()
/external/chromium/chrome/browser/policy/
Dfile_based_policy_loader.cc77 base::Time now = base::Time::Now(); in Reload() local
120 const base::Time& now, in IsSafeToReloadPolicy()
/external/qemu/distrib/sdl-1.2.12/src/timer/macos/
DSDL_MPWtimer.c50 UnsignedWide now; in SDL_StartTicks() local
62 UnsignedWide now; in SDL_GetTicks() local
/external/qemu/telephony/
Dtest1.c23 SysTime now = sys_time_ms(); in timer_func() local
/external/webkit/Tools/QueueStatusServer/model/
Dactiveworkitems.py81 def deactivate_expired(self, now): argument
86 def next_item(self, work_item_ids, now): argument
/external/chromium/chrome/browser/history/
Dhistory_unittest_base.cc24 int64 now = base::Time::Now().ToInternalValue(); in ExecuteSQLScript() local

12345678910>>...14