Home
last modified time | relevance | path

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

12345678910>>...26

/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
/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
Dares_process.c89 int ares__timedout(struct timeval *now, in ares__timedout()
104 static void timeadd(struct timeval *now, int millisecs) in timeadd()
122 struct timeval now = ares__tvnow(); in processfds() local
203 struct timeval *now) in write_tcp_data()
358 ares_socket_t read_fd, struct timeval *now) in read_tcp_data()
456 ares_socket_t read_fd, struct timeval *now) in read_udp_packets()
533 static void process_timeouts(ares_channel channel, struct timeval *now) in process_timeouts()
566 struct timeval *now) in process_answer()
667 struct timeval *now) in process_broken_connections()
706 struct timeval *now) in handle_error()
[all …]
/third_party/flutter/skia/third_party/externals/sdl/src/timer/unix/
DSDL_systimer.c112 struct timespec now; in SDL_GetTicks() local
124 struct timeval now; in SDL_GetTicks() local
142 struct timespec now; in SDL_GetPerformanceCounter() local
155 struct timeval now; in SDL_GetPerformanceCounter() local
195 Uint32 then, now, elapsed; in SDL_Delay() 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/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/rust/crates/tracing/tracing-appender/src/
Drolling.rs90 now: Box<dyn Fn() -> OffsetDateTime + Send + Sync>, field
195 let now = OffsetDateTime::now_utc(); in from_builder() localVariable
213 fn now(&self) -> OffsetDateTime { in now() method
224 let now = self.now(); in write() localVariable
242 let now = self.now(); in make_writer() localVariable
772 let now = OffsetDateTime::now_utc(); in test_rotations() localVariable
777 let now = OffsetDateTime::now_utc(); in test_rotations() localVariable
782 let now = OffsetDateTime::now_utc(); in test_rotations() localVariable
787 let now = OffsetDateTime::now_utc(); in test_rotations() localVariable
797 let now = OffsetDateTime::now_utc(); in test_never_date_rounding() localVariable
[all …]
/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/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/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
/third_party/libwebsockets/minimal-examples/http-server/minimal-http-server-eventlib-foreign/
Dlibsdevent.c26 timer_cb_sd(sd_event_source *source, uint64_t now, void *user) in timer_cb_sd()
49 uint64_t now; in foreign_event_loop_init_and_run_libsdevent() local
/third_party/flutter/engine/flutter/shell/platform/glfw/
Dglfw_event_loop.cc26 const auto now = TaskTimePoint::clock::now(); in WaitForEvents() local
86 const auto now = TaskTimePoint::clock::now(); in TimePointFromFlutterTime() local
/third_party/nghttp2/src/
Dshrpx_log_config.cc100 const std::chrono::system_clock::time_point &now) { in update_tstamp_millis()
114 const std::chrono::system_clock::time_point &now) { in update_tstamp()
/third_party/pulseaudio/src/modules/
Dmodule-null-sink.c103 pa_usec_t now; in sink_process_msg() local
177 static void process_rewind(struct userdata *u, pa_usec_t now) { in process_rewind()
213 static void process_render(struct userdata *u, pa_usec_t now) { in process_render()
257 pa_usec_t now = 0; in thread_func() local
/third_party/gstreamer/gstplugins_good/tests/check/elements/
Drtpjitterbuffer.c143 GstClockTime now; in start_jitterbuffer() local
535 GstClockTime now = in push_test_buffer_now() local
896 GstClockTime now; in GST_START_TEST() local
990 GstClockTime now; in GST_START_TEST() local
1306 GstClockTime now; in GST_START_TEST() local
1361 GstClockTime dts, now; in GST_START_TEST() local
1466 GstClockTime now; in GST_START_TEST() local
1582 GstClockTime last_rtx_request, now; in GST_START_TEST() local
1673 GstClockTime now, last_rtx_request; in GST_START_TEST() local
1719 GstClockTime now, last_rtx_request; in GST_START_TEST() local
[all …]
/third_party/mbedtls/library/
Dtiming.c92 LARGE_INTEGER now, hfreq; in mbedtls_timing_get_timer() local
115 struct timeval now; in mbedtls_timing_get_timer() local

12345678910>>...26