Home
last modified time | relevance | path

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

12345678910>>...38

/external/volley/src/test/java/com/android/volley/toolbox/
DHttpHeaderParserTest.java99 long now = System.currentTimeMillis(); in parseCacheHeaders_normalExpire() local
116 long now = System.currentTimeMillis(); in parseCacheHeaders_expiresInPast() local
132 long now = System.currentTimeMillis(); in parseCacheHeaders_serverRelative() local
146 long now = System.currentTimeMillis(); in parseCacheHeaders_cacheControlOverridesExpires() local
161 long now = System.currentTimeMillis(); in testParseCacheHeaders_staleWhileRevalidate() local
180 long now = System.currentTimeMillis(); in parseCacheHeaders_cacheControlNoCache() local
192 long now = System.currentTimeMillis(); in parseCacheHeaders_cacheControlMustRevalidateNoMaxAge() local
206 long now = System.currentTimeMillis(); in parseCacheHeaders_cacheControlMustRevalidateWithMaxAge() local
220 long now = System.currentTimeMillis(); in parseCacheHeaders_cacheControlMustRevalidateWithMaxAgeAndStale() local
/external/python/cryptography/vectors/cryptography_vectors/fernet/
Dinvalid.json5 "now": "1985-10-26T01:20:01-07:00", string
12 "now": "1985-10-26T01:20:01-07:00", string
19 "now": "1985-10-26T01:20:01-07:00", string
26 "now": "1985-10-26T01:20:01-07:00", string
33 "now": "1985-10-26T01:20:01-07:00", string
40 "now": "1985-10-26T01:20:01-07:00", string
47 "now": "1985-10-26T01:21:31-07:00", string
54 "now": "1985-10-26T01:20:01-07:00", string
/external/rust/crates/instant/tests/
Dwasm.rs12 let now = Instant::now(); in test_instant_now() localVariable
21 let now = Instant::now(); in test_duration() localVariable
32 let now = Instant::now(); in test_checked_add() localVariable
43 let now = Instant::now(); in test_checked_sub() localVariable
/external/rust/crates/tokio/tests/
Dtime_sleep.rs31 let now = Instant::now(); in immediate_sleep() localVariable
62 let now = Instant::now(); in delayed_sleep_level_0() localVariable
75 let now = Instant::now(); in sub_ms_delayed_sleep() localVariable
90 let now = Instant::now(); in delayed_sleep_wrapping_level_0() localVariable
100 let now = Instant::now(); in reset_future_sleep_before_fire() localVariable
117 let now = Instant::now(); in reset_past_sleep_before_turn() localVariable
134 let now = Instant::now(); in reset_past_sleep_before_fire() localVariable
153 let now = Instant::now(); in reset_future_sleep_after_fire() localVariable
168 let now = Instant::now(); in reset_sleep_to_past() localVariable
188 let now = Instant::now(); in creating_sleep_outside_of_context() localVariable
/external/rust/crates/grpcio-sys/grpc/third_party/cares/cares/
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
/external/rust/crates/chrono/tests/
Dwasm.rs10 fn now() { in now() function
15 let now = env!("NOW"); in now() localVariable
50 let now = js_sys::Date::new_0(); in from_is_exact() localVariable
59 let now = Local::now(); in local_from_local_datetime() localVariable
/external/curl/src/
Dtool_util.c37 struct timeval now; in tvnow() local
73 struct timeval now; in tvnow() local
105 struct timeval now; in tvnow() local
117 struct timeval now; in tvnow() local
/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/libcxx/src/
Dchrono.cpp51 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/ltp/testcases/kernel/syscalls/clock_gettime/
Dleapsec01.c37 static const char *strtime(const struct timespec *now) in strtime()
75 struct timespec now; in adjtimex_status() local
96 struct timespec now, target; in test_hrtimer_early_expiration() local
125 struct timespec now, leap, start; in run_leapsec() local
190 struct timespec now; in cleanup() local
/external/rust/crates/instant/src/
Dwasm.rs17 pub fn now() -> Self { in now() method
100 pub fn now() -> f64 { in now() function
112 pub fn now() -> f64 { in now() function
114 let now = { in now() localVariable
123 let now = js_sys::Date::now(); in now() localVariable
131 pub fn now() -> f64; in now() function
136 pub fn now() -> f64 { in now() function
/external/libchrome/base/task/sequence_manager/
Dtime_domain_unittest.cc64 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/
DMutableViewData.java92 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/llvm-project/lldb/tools/debugserver/source/
DDNBTimer.h72 struct timeval now; in ElapsedMicroSeconds() local
86 struct timeval now; in GetTimeOfDay() local
99 struct timeval now; variable
114 struct timespec now; in TimeOfDayLaterThan() local
/external/webrtc/modules/pacing/
Dbitrate_prober_unittest.cc25 Timestamp now = Timestamp::Millis(0); in TEST() local
85 Timestamp now = Timestamp::Zero(); in TEST() local
106 Timestamp now = Timestamp::Zero(); in TEST() local
136 Timestamp now = Timestamp::Zero(); in TEST() local
191 Timestamp now = Timestamp::Millis(0); in TEST() local
209 Timestamp now = Timestamp::Millis(0); in TEST() local
229 Timestamp now = Timestamp::Millis(0); in TEST() local
251 Timestamp now = Timestamp::Millis(0); in TEST() local
/external/curl/lib/
Dtimeval.c34 struct curltime now; in Curl_now() local
71 struct timeval now; in Curl_now() local
155 struct timeval now; in Curl_now() local
170 struct curltime now; in Curl_now() local
/external/rust/crates/chrono/src/offset/
Dutc.rs47 pub fn now() -> DateTime<Utc> { in now() method
48 let now = in now() localVariable
56 pub fn now() -> DateTime<Utc> { in now() method
57 let now = js_sys::Date::new_0(); in now() localVariable
/external/python/cpython2/Lib/test/
Dtest_strftime.py36 def _update_variables(self, now): argument
85 def strftest1(self, now): argument
133 def strftest2(self, now): argument
/external/openscreen/osp/public/
Dmessage_demuxer_unittest.cc79 size_t buffer_size, Clock::time_point now) { in TEST_F()
113 size_t buffer_size, Clock::time_point now) { in TEST_F()
142 size_t buffer_size, Clock::time_point now) { in TEST_F()
177 size_t buffer_size, Clock::time_point now) { in TEST_F()
193 size_t buffer_size, Clock::time_point now) { in TEST_F()
213 size_t buffer_size, Clock::time_point now) { in TEST_F()
243 size_t buffer_size, Clock::time_point now) { in TEST_F()
254 size_t buffer_size, Clock::time_point now) { in TEST_F()
292 size_t buffer_size, Clock::time_point now) { in TEST_F()
324 size_t buffer_size, Clock::time_point now) { in TEST_F()
/external/tensorflow/tensorflow/core/summary/
Dsummary_db_writer.cc219 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) in InitializeUser()
498 Status InitializeExperiment(Sqlite* db, uint64 now, double computed_time) in InitializeExperiment()
565 Status InitializeRun(Sqlite* db, uint64 now, double computed_time) in InitializeRun()
633 Status Append(Sqlite* db, int64 step, uint64 now, double computed_time, in Append()
832 Status Append(Sqlite* db, int64 tag_id, int64 step, uint64 now, in Append()
935 uint64 now = env_->NowMicros(); in WriteGraph() local
[all …]
/external/iperf3/src/
Dtimer.c126 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/
Dtest_strftime.py34 def _update_variables(self, now): argument
83 def strftest1(self, now): argument
131 def strftest2(self, now): argument
/external/rust/crates/quiche/src/recovery/
Dreno.rs156 let now = Instant::now(); in reno_send() localVariable
170 let now = Instant::now(); in reno_slow_start() localVariable
218 let now = Instant::now(); in reno_congestion_event() localVariable
232 let now = Instant::now(); in reno_congestion_avoidance() localVariable
Dcubic.rs323 let now = Instant::now(); in cubic_slow_start() localVariable
368 let now = Instant::now(); in cubic_congestion_event() localVariable
384 let now = Instant::now(); in cubic_congestion_avoidance() localVariable
420 let now = Instant::now(); in cubic_collapse_cwnd_and_restart() localVariable
460 let now = Instant::now(); in cubic_hystart_limited_slow_start() localVariable
493 let now = now + Duration::from_millis(rtt_1st); in cubic_hystart_limited_slow_start() localVariable
517 let now = now + Duration::from_millis(rtt_2nd); in cubic_hystart_limited_slow_start() localVariable
/external/openscreen/util/
Dalarm.cc84 const Clock::time_point now = now_function_(); in ScheduleWithTask() local
98 void Alarm::InvokeLater(Clock::time_point now, Clock::time_point fire_time) { in InvokeLater()
112 const Clock::time_point now = now_function_(); in TryInvoke() local

12345678910>>...38