/third_party/rust/crates/rustix/tests/process/ |
D | priority.rs | 34 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/ |
D | controlFlowInstanceofExtendsFunction.js | 8 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
|
D | localesObjectArgument.js | 6 const now = new Date(); constant 28 const now = new Date(); constant
|
/third_party/node/deps/cares/src/lib/ |
D | ares__timeval.c | 40 struct timeval now; in ares__tvnow() local 58 struct timeval now; in ares__tvnow() local 90 struct timeval now; in ares__tvnow() local 102 struct timeval now; in ares__tvnow() local
|
D | ares_timeout.c | 38 const struct timeval *now, in ares__timeval_remaining() 63 struct timeval now; in ares_timeout() local
|
D | ares_process.c | 106 ares_bool_t ares__timedout(const struct timeval *now, in ares__timedout() 125 static void timeadd(struct timeval *now, size_t millisecs) in timeadd() 143 struct timeval now; in processfds() local 276 struct server_connection *conn, struct timeval *now) in read_tcp_data() 415 struct timeval *now) in read_udp_packets_fd() 479 ares_socket_t read_fd, struct timeval *now) in read_packets() 546 static void process_timeouts(ares_channel_t *channel, struct timeval *now) in process_timeouts() 619 ares_bool_t tcp, struct timeval *now) in process_answer() 761 ares_status_t ares__requeue_query(struct query *query, struct timeval *now) in ares__requeue_query() 876 ares_status_t ares__send_query(struct query *query, struct timeval *now) in ares__send_query()
|
D | ares_qcache.c | 131 const struct timeval *now) in ares__qcache_expire() 152 struct timeval now; in ares__qcache_flush() local 313 const struct timeval *now) in ares__qcache_insert() 389 const struct timeval *now, in ares__qcache_fetch() 425 const struct timeval *now, in ares_qcache_insert() 434 const struct timeval *now, in ares_qcache_fetch()
|
/third_party/node/deps/v8/src/base/platform/ |
D | elapsed-timer.h | 23 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/ |
D | leapsec01.c | 37 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/ |
D | tool_util.c | 39 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/ |
D | testutil.c | 38 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/ |
D | timer.c | 39 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/ |
D | timeval.c | 35 struct curltime now; in Curl_now() local 73 struct timeval now; in Curl_now() local 172 struct timeval now; in Curl_now() local 187 struct curltime now; in Curl_now() local
|
D | psl.c | 51 struct curltime now = Curl_now(); in now_seconds() local 60 time_t now; in Curl_psl_use() local
|
D | progress.c | 244 struct curltime now = Curl_now(); in Curl_pgrsTime() local 288 struct curltime now) in Curl_pgrsLimitWaitTime() 337 void Curl_ratelimit(struct Curl_easy *data, struct curltime now) in Curl_ratelimit() 403 static bool progress_calc(struct Curl_easy *data, struct curltime now) in progress_calc() 592 struct curltime now = Curl_now(); /* what time is it */ in Curl_pgrsUpdate() local
|
/third_party/rust/crates/rustix/tests/io/ |
D | seals.rs | 24 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/ |
D | controlFlowInstanceofExtendsFunction.ts | 3 now(): string; method 12 static now() { method in X
|
/third_party/python/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
|
/third_party/mesa3d/src/gallium/winsys/virgl/common/ |
D | virgl_resource_cache.c | 58 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/ |
D | utils.js | 13 function now() { function 30 now, property
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/ |
D | bssid_ignore.c | 68 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/ |
D | factory.js | 1 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/ |
D | counters-scopes.h | 135 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/ |
D | ptksa_cache.c | 39 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/ |
D | timeouts.c | 236 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
|