Home
last modified time | relevance | path

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

12345678910>>...27

/third_party/rust/crates/rustix/tests/process/
Dpriority.rs34 let now = getpriority_process(None).unwrap(); in test_priorities() localVariable
42 let now = getpriority_process(None).unwrap(); in test_priorities() localVariable
61 let now = getpriority_process(None).unwrap(); in test_priorities() localVariable
66 let now = getpriority_process(None).unwrap(); in test_priorities() localVariable
71 let now = getpriority_process(None).unwrap(); in test_priorities() localVariable
76 let now = getpriority_process(None).unwrap(); in test_priorities() localVariable
81 let now = getpriority_process(None).unwrap(); in test_priorities() localVariable
/third_party/typescript/tests/baselines/reference/
DcontrolFlowInstanceofExtendsFunction.js8 Function.prototype.now = function () { method in declare
13 static now() { method in X
39 Function.prototype.now = function () { function
45 X.now = function () { function in X
DlocalesObjectArgument.js6 const now = new Date(); constant
28 const now = new Date(); constant
/third_party/node/deps/cares/src/lib/
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
Dares_timeout.c27 static long timeoffset(struct timeval *now, struct timeval *check) in timeoffset()
44 struct timeval now; in ares_timeout() local
/third_party/node/deps/v8/src/base/platform/
Delapsed-timer.h23 void Start(TimeTicks now) { in Start()
62 TimeDelta Restart(TimeTicks now) { in Restart()
74 void Pause(TimeTicks now) { in Pause()
85 void Resume(TimeTicks now) { in Resume()
101 TimeDelta Elapsed(TimeTicks now) const { in Elapsed()
119 TimeTicks now = TimeTicks::Now(); in Now() local
/third_party/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
/third_party/curl/src/
Dtool_util.c39 struct timeval now; in tvnow() local
75 struct timeval now; in tvnow() local
107 struct timeval now; in tvnow() local
119 struct timeval now; in tvnow() local
/third_party/curl/tests/libtest/
Dtestutil.c38 struct timeval now; in tutil_tvnow() local
56 struct timeval now; in tutil_tvnow() local
88 struct timeval now; in tutil_tvnow() local
100 struct timeval now; in tutil_tvnow() local
/third_party/libinput/src/
Dtimer.c39 void (*timer_func)(uint64_t now, void *timer_func_data), in libinput_timer_init()
92 uint64_t now = libinput_now(timer->libinput); in libinput_timer_set_flags() local
134 libinput_timer_handler(struct libinput *libinput , uint64_t now) in libinput_timer_handler()
166 uint64_t now; in libinput_timer_dispatch() local
238 libinput_timer_flush(struct libinput *libinput, uint64_t now) in libinput_timer_flush()
/third_party/curl/lib/
Dtimeval.c36 struct curltime now; in Curl_now() local
74 struct timeval now; in Curl_now() local
173 struct timeval now; in Curl_now() local
188 struct curltime now; in Curl_now() local
Dpsl.c51 struct curltime now = Curl_now(); in now_seconds() local
60 time_t now; in Curl_psl_use() local
Dprogress.c236 struct curltime now = Curl_now(); in Curl_pgrsTime() local
280 struct curltime now) in Curl_pgrsLimitWaitTime()
335 void Curl_ratelimit(struct Curl_easy *data, struct curltime now) in Curl_ratelimit()
401 static bool progress_calc(struct Curl_easy *data, struct curltime now) in progress_calc()
590 struct curltime now = Curl_now(); /* what time is it */ in Curl_pgrsUpdate() local
/third_party/rust/crates/rustix/tests/io/
Dseals.rs24 let now = fcntl_get_seals(&file).unwrap(); in test_seals() localVariable
35 let now = fcntl_get_seals(&file).unwrap(); in test_seals() localVariable
/third_party/typescript/tests/cases/conformance/controlFlow/
DcontrolFlowInstanceofExtendsFunction.ts3 now(): string; method
12 static now() { method in X
/third_party/python/Lib/test/
Dtest_strftime.py34 def _update_variables(self, now): argument
83 def strftest1(self, now): argument
131 def strftest2(self, now): argument
/third_party/mesa3d/src/gallium/winsys/virgl/common/
Dvirgl_resource_cache.c58 virgl_resource_cache_destroy_expired(struct virgl_resource_cache *cache, int64_t now) in virgl_resource_cache_destroy_expired()
89 const int64_t now = os_time_get(); in virgl_resource_cache_add() local
106 const int64_t now = os_time_get(); in virgl_resource_cache_remove_compatible() local
/third_party/node/lib/internal/perf/
Dutils.js13 function now() { function
30 now, property
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
Dbssid_ignore.c68 struct os_reltime now; in wpa_bssid_ignore_add() local
153 struct os_reltime now; in wpa_bssid_ignore_is_listed() local
193 struct os_reltime now; in wpa_bssid_ignore_update() local
/third_party/node/deps/npm/node_modules/tiny-relative-date/src/
Dfactory.js1 const calculateDelta = (now, date) => Math.round(Math.abs(now - date) / 1000) argument
4 return function relativeDate (date, now = new Date()) { argument
/third_party/node/deps/v8/src/logging/
Dcounters-scopes.h135 base::TimeTicks now = base::TimeTicks::Now(); in StartInteral() local
142 base::TimeTicks now = base::TimeTicks::Now(); in StopInternal() local
164 void Pause(base::TimeTicks now) { in Pause()
169 void Resume(base::TimeTicks now) { in Resume()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/
Dptksa_cache.c39 struct os_reltime now; in ptksa_cache_expire() local
65 struct os_reltime now; in ptksa_cache_set_expiration() local
165 struct os_reltime now; in ptksa_cache_list() local
273 struct os_reltime now; in ptksa_cache_add() local
/third_party/lwip/src/core/
Dtimeouts.c236 u32_t now; in lwip_cyclic_timer() local
356 u32_t now; in sys_check_timeouts() local
408 u32_t now; in sys_restart_timeouts() local
430 u32_t now; in sys_timeouts_sleeptime() local
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/rsn_supp/
Dpmksa_cache.c61 struct os_reltime now; in pmksa_cache_expire() local
109 struct os_reltime now; in pmksa_cache_set_expiration() local
179 struct os_reltime now; in pmksa_cache_add() local
471 struct os_reltime now; in pmksa_cache_get_opportunistic() local
591 struct os_reltime now; in pmksa_cache_set_current() local
629 struct os_reltime now; in pmksa_cache_list() local
719 struct os_reltime now; in pmksa_cache_reconfig() local
/third_party/pulseaudio/src/tests/
Dcpulimit-test.c45 time_t now; in func() local
76 time_t now; in START_TEST() local

12345678910>>...27