/third_party/musl/Benchmark/musl/ |
H A D | libc_stdlib.cpp | 297 srand48(time(nullptr)); 340 unsigned int seed = static_cast<unsigned int>(time(nullptr));
|
/third_party/node/deps/openssl/openssl/ |
H A D | e_os.h | 107 * 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 D | ocsp_cl.c | 11 #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 D | epoll.c | 186 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 D | posix-poll.c | 180 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 D | pyport.h | 221 * 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 D | internal.h | 45 #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 D | ocsp_cl.c | 11 #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 D | main.go | 19 // 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 D | e_os.h | 107 * 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 D | vzone.cpp | 107 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 D | writesrc.cpp | 22 #include <time.h> 57 time(&t); in usrc_createWithHeader()
|
/third_party/skia/third_party/externals/icu/source/tools/tzcode/ |
H A D | icuzdump.cpp | 57 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 D | w32functions.c | 31 #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 D | main.go | 35 "time" 135 time.Sleep(time.Second)
|
/third_party/skia/tools/fm/fm_bot/ |
H A D | fm_bot.go | 19 "time" 201 start := time.Now() 228 strings.Join(cmd.Args, " "), status, time.Since(start), output)
|
/third_party/skia/tools/skqp/ |
H A D | create_apk.py | 40 import time namespace 109 time.sleep(1)
|
/third_party/toybox/toys/pending/ |
H A D | brctl.c | 24 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 D | getty.c | 279 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 D | module-augment-properties.c | 26 #include <time.h> 297 time(&now); in process()
|
/third_party/python/Lib/test/ |
H A D | test_poll.py | 8 import time namespace 201 time.sleep(0.5)
|
/third_party/skia/third_party/externals/abseil-cpp/absl/synchronization/internal/ |
H A D | waiter.cc | 23 #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 D | task_builder.go | 10 "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 D | g3_canary.go | 14 "time" 196 time.Sleep(30 * time.Second)
|
/third_party/rust/crates/serde/serde/src/ |
H A D | lib.rs | 21 //! 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
|