Home
last modified time | relevance | path

Searched refs:time (Results 1951 - 1975 of 3617) sorted by relevance

1...<<71727374757677787980>>...145

/third_party/musl/Benchmark/musl/
H A Dlibc_stdlib.cpp297 srand48(time(nullptr));
340 unsigned int seed = static_cast<unsigned int>(time(nullptr));
/third_party/node/deps/openssl/openssl/
H A De_os.h107 * at run-time [DSO_global_lookup is recommended]...
113 * definitions at link-time. This header defines WspiapiLoad() as an
186 # include <time.h>
188 # include <sys/time.h>
/third_party/node/deps/openssl/openssl/crypto/ocsp/
H A Docsp_cl.c11 #include <time.h>
304 * the request will take a few seconds to process and/or the time won't be
305 * totally accurate. Therefore to avoid rejecting otherwise valid time we
306 * allow the times to be within 'nsec' of the current time. Also to avoid
316 time(&t_now); in OCSP_check_validity()
/third_party/node/deps/uv/src/unix/
H A Depoll.c186 base = loop->time; in uv__io_poll()
250 /* Update loop->time unconditionally. It's tempting to skip the update when in uv__io_poll()
399 /* Poll for more events but don't block this time. */ in uv__io_poll()
415 real_timeout -= (loop->time - base); in uv__io_poll()
H A Dposix-poll.c180 time_base = loop->time; in uv__io_poll()
209 /* Update loop->time unconditionally. It's tempting to skip the update when in uv__io_poll()
325 time_diff = loop->time - time_base; in uv__io_poll()
/third_party/python/Include/
H A Dpyport.h221 * WRAPPER FOR <time.h> and/or <sys/time.h> *
225 #include <sys/time.h>
227 #include <time.h>
377 * its time must use it. Use a profiler when running performance benchmark
597 * 32-bit platforms using gcc. We try to catch that here at compile-time
/third_party/pulseaudio/src/pulse/
H A Dinternal.h45 #include <pulsecore/time-smoother_2.h>
47 #include <pulsecore/time-smoother.h>
202 /* Use to make sure that time advances monotonically */
205 /* time updates with tags older than these are invalid */
/third_party/openssl/crypto/ocsp/
H A Docsp_cl.c11 #include <time.h>
304 * the request will take a few seconds to process and/or the time won't be
305 * totally accurate. Therefore to avoid rejecting otherwise valid time we
306 * allow the times to be within 'nsec' of the current time. Also to avoid
316 time(&t_now); in OCSP_check_validity()
/third_party/skia/third_party/externals/swiftshader/tests/regres/cmd/run_testlist/
H A Dmain.go19 // uses multiple sand-boxed processes, which greatly reduces testing time, and
37 "time"
69 const testTimeout = time.Minute * 2
96 rnd := rand.New(rand.NewSource(time.Now().UnixNano()))
/third_party/openssl/
H A De_os.h107 * at run-time [DSO_global_lookup is recommended]...
113 * definitions at link-time. This header defines WspiapiLoad() as an
186 # include <time.h>
188 # include <sys/time.h>
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dvzone.cpp107 vzone_writeSimple(VZone* zone, UDate time, UChar* & result, int32_t & resultLength, UErrorCode& status) { in vzone_writeSimple() argument
109 ((VTimeZone*)zone)->VTimeZone::writeSimple(time, s, status); in vzone_writeSimple()
/third_party/skia/third_party/externals/icu/source/tools/toolutil/
H A Dwritesrc.cpp22 #include <time.h>
57 time(&t); in usrc_createWithHeader()
/third_party/skia/third_party/externals/icu/source/tools/tzcode/
H A Dicuzdump.cpp57 UnicodeString& format(UDate time, int32_t offset, UBool isDst, UnicodeString& appendTo) { in format() argument
60 UnicodeString str = sdf->format(time, appendTo); in format()
/third_party/skia/third_party/externals/microhttpd/src/platform/
H A Dw32functions.c31 #include <time.h>
633 * Function initialize itself at first call to current time.
639 rnd_val = (int32_t)time(NULL); in MHD_W32_random_()
/third_party/skia/third_party/externals/tint/tools/src/cmd/trim-includes/
H A Dmain.go35 "time"
135 time.Sleep(time.Second)
/third_party/skia/tools/fm/fm_bot/
H A Dfm_bot.go19 "time"
201 start := time.Now()
228 strings.Join(cmd.Args, " "), status, time.Since(start), output)
/third_party/skia/tools/skqp/
H A Dcreate_apk.py40 import time namespace
109 time.sleep(1)
/third_party/toybox/toys/pending/
H A Dbrctl.c24 setageing BRIDGE TIME Set ageing time
26 sethello BRIDGE TIME Set hello time
175 static void strtotimeval(struct timeval *tv, char *time) in strtotimeval() argument
179 if (sscanf(time, "%lf", &secs) != 1) error_exit("time format not proper"); in strtotimeval()
H A Dgetty.c279 time((time_t *)&entry.ut_time); in utmp_entry()
291 time((time_t *)&entry.ut_time); in utmp_entry()
/third_party/pulseaudio/src/modules/
H A Dmodule-augment-properties.c26 #include <time.h>
297 time(&now); in process()
/third_party/python/Lib/test/
H A Dtest_poll.py8 import time namespace
201 time.sleep(0.5)
/third_party/skia/third_party/externals/abseil-cpp/absl/synchronization/internal/
H A Dwaiter.cc23 #include <sys/time.h>
38 #include <time.h>
190 // No wakeups available, time to wait. in Wait()
384 // No wakeups available, time to wait. in Wait()
/third_party/skia/infra/bots/gen_tasks_logic/
H A Dtask_builder.go10 "time"
79 func (b *taskBuilder) expiration(e time.Duration) {
126 func (b *taskBuilder) timeout(timeout time.Duration) {
/third_party/skia/infra/bots/task_drivers/g3_canary/
H A Dg3_canary.go14 "time"
196 time.Sleep(30 * time.Second)
/third_party/rust/crates/serde/serde/src/
H A Dlib.rs21 //! attribute to automatically generate implementations at compile time). This
192 pub use self::core::time::Duration;
255 pub use std::time::{SystemTime, UNIX_EPOCH};
281 // macro. This simplified macro gives a 5.5% improvement in compile time

Completed in 15 milliseconds

1...<<71727374757677787980>>...145