/third_party/node/deps/cares/src/lib/ |
H A D | setup_once.h | 71 # include <sys/time.h> 75 # include <time.h>
|
/third_party/node/deps/icu-small/source/i18n/ |
H A D | vzone.cpp | 107 vzone_writeSimple(VZone* zone, UDate time, char16_t* & result, int32_t & resultLength, UErrorCode& status) { in vzone_writeSimple() argument 109 ((VTimeZone*)zone)->VTimeZone::writeSimple(time, s, status); in vzone_writeSimple()
|
/third_party/node/deps/npm/node_modules/cacache/lib/ |
H A D | verify.js | 227 time: entry.time,
|
/third_party/node/deps/icu-small/source/tools/toolutil/ |
H A D | toolutil.cpp | 34 #include <time.h> 91 time_t now = time(nullptr); in getCurrentYear()
|
/third_party/icu/icu4c/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/icu/icu4c/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/icu/icu4c/source/test/letest/ |
H A D | gendata.cpp | 18 #include <time.h> 154 time_t now = time(NULL); in main()
|
/third_party/icu/icu4c/source/tools/toolutil/ |
H A D | toolutil.cpp | 34 #include <time.h> 91 time_t now = time(nullptr); in getCurrentYear()
|
/third_party/ltp/testcases/kernel/io/aio/ |
H A D | aio01.c | 27 * Repeat the test for each of the following cases and measure time. 28 * Testblock1: Write one request at a time. 29 * Testblock2: Read one request at a time. 30 * Testblock3: Prepare, Write one request at a time. 31 * Testblock4: Prepare, Read one request at a time. 32 * Testblock5: Prepare, Write/Read one request at a time. 33 * Testblock6: Prepare, Write/Read/Verify one request at a time. 54 #include <time.h> 58 #include <sys/time.h>
|
/third_party/ltp/testcases/kernel/syscalls/epoll/ |
H A D | epoll-ltp.c | 30 of this test program the test may take a "long" time to 87 #include <time.h> 91 #include <sys/time.h> 696 /* Get the current time */
|
/third_party/ltp/testcases/misc/crash/ |
H A D | crash01.c | 44 Note: Running this program just a few times, using total CPU time of 48 stress test at the same time you run other tests, like a multi-user 59 #include <time.h> 81 /* Also, it may spend more time trapping and less time computing random bytes 89 /* compute block of nbytes at a time */ 92 /* max time allowed per try, in seconds */ 166 nseed = time(NULL); in main() 212 printf("time limit reached on pid. using kill.\n"); in monitor_fcn()
|
/third_party/ltp/testcases/kernel/security/tomoyo/ |
H A D | include.h | 38 #include <sys/time.h> 43 #include <time.h>
|
/third_party/mesa3d/src/gallium/drivers/d3d12/ |
H A D | d3d12_residency.cpp | 37 evict_aged_allocations(struct d3d12_screen *screen, uint64_t completed_fence, int64_t time, int64_t grace_period) in evict_aged_allocations() argument 47 time - bo->last_used_timestamp <= grace_period) { in evict_aged_allocations() 159 /* First time seeing this already-resident base bo in this batch */ in d3d12_process_batch_residency()
|
/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()
|