/external/volley/src/test/java/com/android/volley/toolbox/ |
D | HttpHeaderParserTest.java | 93 long now = System.currentTimeMillis(); in parseCacheHeaders_normalExpire() local 110 long now = System.currentTimeMillis(); in parseCacheHeaders_expiresInPast() local 126 long now = System.currentTimeMillis(); in parseCacheHeaders_serverRelative() local 140 long now = System.currentTimeMillis(); in parseCacheHeaders_cacheControlOverridesExpires() local 155 long now = System.currentTimeMillis(); in testParseCacheHeaders_staleWhileRevalidate() local 174 long now = System.currentTimeMillis(); in parseCacheHeaders_cacheControlNoCache() local 186 long now = System.currentTimeMillis(); in parseCacheHeaders_cacheControlMustRevalidateNoMaxAge() local 200 long now = System.currentTimeMillis(); in parseCacheHeaders_cacheControlMustRevalidateWithMaxAge() local 214 long now = System.currentTimeMillis(); in parseCacheHeaders_cacheControlMustRevalidateWithMaxAgeAndStale() local
|
/external/v8/src/ |
D | counters-inl.h | 22 base::TimeTicks now = RuntimeCallTimer::Now(); in Start() local 28 void RuntimeCallTimer::Pause(base::TimeTicks now) { in Pause() 34 void RuntimeCallTimer::Resume(base::TimeTicks now) { in Resume() 41 base::TimeTicks now = RuntimeCallTimer::Now(); in Stop() local
|
/external/curl/src/ |
D | tool_util.c | 42 struct timeval now; in tvnow() local 65 struct timeval now; in tvnow() local 97 struct timeval now; in tvnow() local 109 struct timeval now; in tvnow() local
|
/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/libcxx/src/ |
D | chrono.cpp | 51 system_clock::now() _NOEXCEPT in now() function in chrono::system_clock 117 steady_clock::now() _NOEXCEPT in now() function in chrono::steady_clock 172 steady_clock::now() _NOEXCEPT in now() function in chrono::steady_clock 182 steady_clock::now() _NOEXCEPT in now() function in chrono::steady_clock 204 steady_clock::now() _NOEXCEPT in now() function in chrono::steady_clock
|
/external/libchrome/base/task/sequence_manager/ |
D | time_domain_unittest.cc | 64 void SetNow(TimeTicks now) { now_ = now; } in SetNow() 97 TimeTicks now = time_domain_->Now(); in TEST_F() local 117 TimeTicks now = time_domain_->Now(); in TEST_F() local 159 TimeTicks now = time_domain_->Now(); in TEST_F() local 193 TimeTicks now = time_domain_->Now(); in TEST_F() local 224 TimeTicks now = time_domain_->Now(); in TEST_F() local 246 TimeTicks now = time_domain_->Now(); in TEST_F() local 271 TimeTicks now = time_domain_->Now(); in TEST_F() local 291 TimeTicks now = time_domain_->Now(); in TEST_F() local
|
/external/opencensus-java/impl_core/src/main/java/io/opencensus/implcore/stats/ |
D | MutableViewData.java | 92 abstract Metric toMetric(Timestamp now, State state); in toMetric() 99 abstract ViewData toViewData(Timestamp now, State state); in toViewData() 106 abstract void resumeStatsCollection(Timestamp now); in resumeStatsCollection() 130 Metric toMetric(Timestamp now, State state) { in toMetric() 161 ViewData toViewData(Timestamp now, State state) { in toViewData() 182 void resumeStatsCollection(Timestamp now) { in resumeStatsCollection() 243 Metric toMetric(Timestamp now, State state) { in toMetric() 259 ViewData toViewData(Timestamp now, State state) { in toViewData() 283 void resumeStatsCollection(Timestamp now) { in resumeStatsCollection() 291 private void refreshBucketList(Timestamp now) { in refreshBucketList() [all …]
|
/external/ltp/testcases/kernel/timers/leapsec/ |
D | leapsec_timer.c | 88 struct timespec now; in adjtimex_status() local 107 static const char *strtime(const struct timespec *now) in strtime() 124 struct timespec now, target; in test_hrtimer_early_expiration() local 150 struct timespec now, leap, start; in run_leapsec() local 212 struct timespec now; in cleanup() local
|
/external/curl/lib/ |
D | timeval.c | 33 struct curltime now; in Curl_now() local 69 struct timeval now; in Curl_now() local 152 struct timeval now; in Curl_now() local 167 struct curltime now; in Curl_now() local
|
D | psl.c | 49 struct curltime now = Curl_now(); in now_seconds() local 58 time_t now; in Curl_psl_use() local
|
/external/python/cpython2/Lib/test/ |
D | test_strftime.py | 36 def _update_variables(self, now): argument 85 def strftest1(self, now): argument 133 def strftest2(self, now): argument
|
/external/iperf3/src/ |
D | timer.c | 126 struct iperf_time now; in tmr_create() local 156 struct iperf_time now, diff; in tmr_timeout() local 179 struct iperf_time now; in tmr_run() local 205 struct iperf_time now; in tmr_reset() local
|
/external/python/cpython3/Lib/test/ |
D | test_strftime.py | 34 def _update_variables(self, now): argument 83 def strftest1(self, now): argument 131 def strftest2(self, now): argument
|
/external/tensorflow/tensorflow/core/summary/ |
D | summary_db_writer.cc | 219 GraphDef* graph, uint64 now, int64 run_id, int64* graph_id) in Save() 231 GraphWriter(Sqlite* db, SqliteTransaction* txn, GraphDef* graph, uint64 now, in GraphWriter() 404 Status SetGraph(Sqlite* db, uint64 now, double computed_time, in SetGraph() 420 Status GetTagId(Sqlite* db, uint64 now, double computed_time, in GetTagId() 466 Status InitializeUser(Sqlite* db, uint64 now) EXCLUSIVE_LOCKS_REQUIRED(mu_) { in InitializeUser() 497 Status InitializeExperiment(Sqlite* db, uint64 now, double computed_time) in InitializeExperiment() 564 Status InitializeRun(Sqlite* db, uint64 now, double computed_time) in InitializeRun() 632 Status Append(Sqlite* db, int64 step, uint64 now, double computed_time, in Append() 831 Status Append(Sqlite* db, int64 tag_id, int64 step, uint64 now, in Append() 934 uint64 now = env_->NowMicros(); in WriteGraph() local [all …]
|
/external/u-boot/arch/nds32/cpu/n1213/ag101/ |
D | timer.c | 96 ulong now = readl(&tmr->timer3_counter) / (TIMER_CLOCK / CONFIG_SYS_HZ); in get_timer_masked() local 98 ulong now = readl(&tmr->timer3_counter) / in get_timer_masked() local 155 unsigned long now, last = readl(&tmr->timer3_counter); in __udelay() 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/grpc-grpc/src/core/lib/gpr/ |
D | time_posix.cc | 68 struct timespec now; in now_impl() local 104 gpr_timespec now; in now_impl() local 145 gpr_timespec now; in gpr_sleep_until() 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 | lease.c | 24 void lease_init(time_t now) { in lease_init() 162 void lease_update_file(time_t now) { in lease_update_file() 235 void lease_prune(struct dhcp_lease* target, time_t now) { in lease_prune() 305 void lease_set_expires(struct dhcp_lease* lease, unsigned int len, time_t now) { in lease_set_expires() 454 int do_script_run(time_t now) { in do_script_run()
|
D | forward.c | 104 static unsigned short search_servers(time_t now, struct all_addr** addrpp, unsigned short qtype, in search_servers() 184 unsigned int dst_iface, HEADER* header, size_t plen, time_t now, in forward_query() 340 static size_t process_reply(HEADER* header, time_t now, struct server* server, size_t n) { in process_reply() 406 void reply_query(int fd, int family, time_t now) { in reply_query() 497 void receive_query(struct listener* listen, time_t now) { in receive_query() 629 unsigned char* tcp_request(int confd, time_t now, struct in_addr local_addr, in tcp_request() 778 static struct frec* allocate_frec(time_t now) { in allocate_frec() 842 struct frec* get_new_frec(time_t now, int* wait) { in get_new_frec()
|
/external/curl/tests/server/ |
D | util.c | 106 struct tm *now; in logmsg() local 417 struct timeval now; in tvnow() local 440 struct timeval now; in tvnow() local 472 struct timeval now; in tvnow() local 484 struct timeval now; in tvnow() local
|
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/ |
D | ShadowAlarmManagerTest.java | 211 long now = new Date().getTime(); in shouldSupportGetNextScheduledAlarm() local 225 long now = new Date().getTime(); in getNextScheduledAlarm_shouldReturnRepeatingAlarms() local 239 long now = new Date().getTime(); in peekNextScheduledAlarm_shouldReturnNextAlarm() local 380 private void assertScheduledAlarm(long now, PendingIntent pendingIntent, in assertScheduledAlarm() 385 private void assertRepeatingScheduledAlarm(long now, long interval, PendingIntent pendingIntent, in assertRepeatingScheduledAlarm()
|
/external/catch2/projects/SelfTest/UsageTests/ |
D | ToStringChrono.tests.cpp | 31 auto now = std::chrono::system_clock::now(); variable 37 auto now = std::chrono::high_resolution_clock::now(); variable
|
/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/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
|